summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-21net: arc_emac: switch to phy_start()/phy_stop()Alexander Kochetkov
2017-04-21Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-04-21ibmvnic: Remove unused bouce bufferNathan Fontenot
2017-04-21ibmvnic: Allocate zero-filled memory for sub crqsNathan Fontenot
2017-04-21ibmvnic: Disable irq prior to closeBrian King
2017-04-21ibmvnic: Correct crq and resource releasingNathan Fontenot
2017-04-21ibmvnic: Remove inflight listNathan Fontenot
2017-04-21ibmvnic: Do not disable IRQ after scheduling taskletBrian King
2017-04-21ibmvnic: Fixup atomic API usageBrian King
2017-04-21ibmvnic: Unmap longer term buffer before freeBrian King
2017-04-21ibmvnic: Fix ibmvnic_change_mac_addr struct formatMurilo Fossa Vicentini
2017-04-21ibmvnic: Report errors when failing to release sub-crqsThomas Falcon
2017-04-21liquidio: remove unnecessary variable assignmentArnd Bergmann
2017-04-20qed: Fix issue in populating the PFC config paramters.sudarsana.kalluru@cavium.com
2017-04-20qed: Fix possible system hang in the dcbnl-getdcbx() path.sudarsana.kalluru@cavium.com
2017-04-20qed: Fix sending an invalid PFC error mask to MFW.sudarsana.kalluru@cavium.com
2017-04-20qed: Fix possible error in populating max_tc field.sudarsana.kalluru@cavium.com
2017-04-20net/mlx5e: IPoIB, Fix error handling in mlx5_rdma_netdev_alloc()Dan Carpenter
2017-04-20qede: allocate enough data for ->arfs_fltr_bmapDan Carpenter
2017-04-20Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-04-20mlxsw: spectrum: Add FID miss trapJiri Pirko
2017-04-20mlxsw: spectrum: Allow ports to work under OVS masterJiri Pirko
2017-04-20mlxsw: spectrum: Teach mlxsw_sp_port_vlan_set to accept any vlan rangeJiri Pirko
2017-04-20mlxsw: spectrum_flower: Set dummy FID before forward actionJiri Pirko
2017-04-20mlxsw: spectrum: Add dummy FID initializationJiri Pirko
2017-04-20mlxsw: spectrum: Implement action to set FIDJiri Pirko
2017-04-20mlxsw: spectrum: Fix indent in mlxsw_sp_netdevice_port_upper_eventJiri Pirko
2017-04-20net/mlx4: suppress 'may be used uninitialized' warningGreg Thelen
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-19i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED stateJacob Keller
2017-04-19i40e: reset all VFs in parallel when rebuilding PFJacob Keller
2017-04-19i40e: split some code in i40e_reset_vf into helpersJacob Keller
2017-04-19i40e: remove I40E_FLAG_IN_NETPOLL entirelyJacob Keller
2017-04-19i40e: reduce wait time for adminq command completionJacob Keller
2017-04-19i40e: fix CONFIG_BUSY checks in i40e_set_settings functionJacob Keller
2017-04-19i40e: factor out queue control from i40e_vsi_control_(tx|rx)Jacob Keller
2017-04-19i40e: don't hold RTNL lock while waiting for VF reset to finishJacob Keller
2017-04-19i40e: new AQ commandsJingjing Wu
2017-04-19i40e/i40evf: Add tracepointsScott Peterson
2017-04-19i40e: dump VF information in debugfsMitch Williams
2017-04-19i40e: Fix support for flow director programming statusAlexander Duyck
2017-04-19i40e/i40evf: Remove VF Rx csum offload for tunneled packetsalice michael
2017-04-19i40evf: Use net_device_stats from struct net_deviceTobias Klauser
2017-04-18sh_eth: unmap DMA buffers when freeing ringsSergei Shtylyov
2017-04-18ixgbe: Fix output from ixgbe_dumpAlexander Duyck
2017-04-18ixgbe: Add support for maximum headroom when using build_skbAlexander Duyck
2017-04-18ixgbe: add check for VETO bit when configuring link for KRTony Nguyen
2017-04-18ixgbevf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-04-18ixgbe: Remove unused defineDon Skidmore