summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: LAN9303: add I2C dependencyArnd Bergmann2017-04-211-1/+1
* bonding: fix wq initialization for links created via netlinkMahesh Bandewar2017-04-212-1/+6
* net: arc_emac: switch to phy_start()/phy_stop()Alexander Kochetkov2017-04-211-1/+3
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-04-2127-187/+1625
|\
| * i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED stateJacob Keller2017-04-202-11/+7
| * i40e: reset all VFs in parallel when rebuilding PFJacob Keller2017-04-204-6/+129
| * i40e: split some code in i40e_reset_vf into helpersJacob Keller2017-04-201-37/+72
| * i40e: remove I40E_FLAG_IN_NETPOLL entirelyJacob Keller2017-04-201-2/+0
| * i40e: reduce wait time for adminq command completionJacob Keller2017-04-204-6/+6
| * i40e: fix CONFIG_BUSY checks in i40e_set_settings functionJacob Keller2017-04-201-9/+29
| * i40e: factor out queue control from i40e_vsi_control_(tx|rx)Jacob Keller2017-04-201-50/+89
| * i40e: don't hold RTNL lock while waiting for VF reset to finishJacob Keller2017-04-201-2/+9
| * i40e: new AQ commandsJingjing Wu2017-04-208-0/+686
| * i40e/i40evf: Add tracepointsScott Peterson2017-04-208-0/+495
| * i40e: dump VF information in debugfsMitch Williams2017-04-201-0/+51
| * i40e: Fix support for flow director programming statusAlexander Duyck2017-04-203-31/+43
| * i40e/i40evf: Remove VF Rx csum offload for tunneled packetsalice michael2017-04-201-7/+0
| * i40evf: Use net_device_stats from struct net_deviceTobias Klauser2017-04-203-28/+11
* | netvsc: fix use after free on module removalstephen hemminger2017-04-212-7/+11
* | netvsc: Deal with rescinded channels correctlyK. Y. Srinivasan2017-04-211-0/+16
* | ibmvnic: Remove unused bouce bufferNathan Fontenot2017-04-212-57/+0
* | ibmvnic: Allocate zero-filled memory for sub crqsNathan Fontenot2017-04-211-6/+3
* | ibmvnic: Disable irq prior to closeBrian King2017-04-211-0/+18
* | ibmvnic: Correct crq and resource releasingNathan Fontenot2017-04-211-3/+6
* | ibmvnic: Remove inflight listNathan Fontenot2017-04-212-88/+19
* | ibmvnic: Do not disable IRQ after scheduling taskletBrian King2017-04-211-19/+6
* | ibmvnic: Fixup atomic API usageBrian King2017-04-211-6/+4
* | ibmvnic: Unmap longer term buffer before freeBrian King2017-04-211-1/+1
* | ibmvnic: Fix ibmvnic_change_mac_addr struct formatMurilo Fossa Vicentini2017-04-212-3/+4
* | ibmvnic: Report errors when failing to release sub-crqsThomas Falcon2017-04-211-0/+6
* | liquidio: remove unnecessary variable assignmentArnd Bergmann2017-04-211-2/+0
* | net/mlx5e: IPoIB, Fix error handling in mlx5_rdma_netdev_alloc()Dan Carpenter2017-04-201-2/+3
* | qede: allocate enough data for ->arfs_fltr_bmapDan Carpenter2017-04-201-1/+2
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-04-209-193/+287
|\ \
| * | ixgbe: Fix output from ixgbe_dumpAlexander Duyck2017-04-191-3/+1
| * | ixgbe: Add support for maximum headroom when using build_skbAlexander Duyck2017-04-182-8/+53
| * | ixgbe: add check for VETO bit when configuring link for KRTony Nguyen2017-04-181-0/+3
| * | ixgbevf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-04-181-11/+11
| * | ixgbe: Remove unused defineDon Skidmore2017-04-181-3/+0
| * | ixgbe: do not use adapter->num_vfs when setting VFs via module parameterEmil Tantilov2017-04-183-30/+28
| * | ixgbe: return early instead of wrap block in if statementEmil Tantilov2017-04-181-44/+41
| * | ixgbe: move num_vfs_macvlans allocation into separate functionEmil Tantilov2017-04-181-19/+29
| * | ixgbe: add default setup_link for x550em_a MAC typeEmil Tantilov2017-04-181-1/+1
| * | ixgbe: list X553 backplane speeds correctlyDon Skidmore2017-04-182-0/+19
| * | ixgbe: Add X552 XFI backplane supportDon Skidmore2017-04-184-0/+18
| * | ixgbe: Complete support for X553 sgmiiDon Skidmore2017-04-181-2/+27
| * | ixgbe: Remove driver config for KX4 PHYTony Nguyen2017-04-183-52/+3
| * | ixgbe: Remove pr_cont usesJoe Perches2017-04-181-37/+47
| * | ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.Usha Ketineni2017-04-182-3/+26
* | | mlxsw: spectrum: Add FID miss trapJiri Pirko2017-04-202-0/+2