summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-03-21ibmvnic: Move ibmvnic adapter intialization to its own routineJohn Allen
2017-03-21ibmvnic: Move login to its own routineJohn Allen
2017-03-21ibmvnic: Move login and queue negotiation into ibmvnic_openJohn Allen
2017-03-21net: sun: sungem: rix a possible null dereferencePhilippe Reynes
2017-03-21liquidio: add debug error messages to report command timeoutRick Farrington
2017-03-21liquidio: remove duplicate codeSatanand Burla
2017-03-21net: stmmac: RX queue routing configurationJoao Pinto
2017-03-21net: stmmac: TX and RX queue priority configurationJoao Pinto
2017-03-21net: stmmac: enable multiple buffersJoao Pinto
2017-03-21net: ethoc: Use ether_addr_copy()Tobias Klauser
2017-03-21mlxsw: spectrum: Align the matchall default case returned valueOr Gerlitz
2017-03-21mlxsw: spectrum: Cosmetic naming changeArkadi Sharshevsky
2017-03-21r8152: check hw version firsthayeswang
2017-03-21net: usb: usb: remove old api ethtool_{get|set}_settingsPhilippe Reynes
2017-03-21net: usb: asix: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-21net: usb: sr9700: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-21net: usb: smsc75xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-21net: usb: sierra_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-21net: usb: mcs7830: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-21net: usb: dm9601: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-21net: usb: cdc_ncm: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-21net: usb: sr9800: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-21net: usb: smsc95xx: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-21net: usb: usbnet: add new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-21net: bcmgenet: Track per TX/RX rings statisticsFlorian Fainelli
2017-03-21Cleanup some warning from timestamping code.Ezequiel Lara Gomez
2017-03-21Enable tx timestamping on loopback and dummyEzequiel Lara Gomez
2017-03-21Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-03-20i40e: always remove old filter when adding new FDir filterJacob Keller
2017-03-20i40e: explicitly fail on extended MAC field for ethtool_rx_flow_specJacob Keller
2017-03-20i40e: add counters for UDP/IPv4 and IPv4 filtersJacob Keller
2017-03-20i40e: don't re-enable ATR when flushing filters if SB has TCP4/IPv4 rulesJacob Keller
2017-03-20i40e: reset fd_tcp_rule count when restoring filtersJacob Keller
2017-03-20i40e: remove redundant check for fd_tcp_rule when restoring filtersJacob Keller
2017-03-20i40e: exit ATR mode only when adding TCP/IPv4 filter succeedsJacob Keller
2017-03-20i40e: return immediately when failing to add fdir filterJacob Keller
2017-03-20i40e: rework exit flow of i40e_add_fdir_ethtoolJacob Keller
2017-03-20i40e: don't use arrays for (src|dst)_ipJacob Keller
2017-03-20i40e: send correct port number to AdminQ when enabling UDP tunnelsJacob Keller
2017-03-20i40evf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-17i40e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-17igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code commentAlexander Duyck
2017-03-17igb: Re-add support for build_skb in igbAlexander Duyck
2017-03-17igb: Break out Rx buffer page managementAlexander Duyck
2017-03-17igb: Add support for padding packetAlexander Duyck
2017-03-17igb: Add support for using order 1 pages to receive large framesAlexander Duyck
2017-03-17igb: Add support for ethtool private flag to allow use of legacy RxAlexander Duyck
2017-03-17igb: Use page_address offset from page instead of masking virtual addressAlexander Duyck
2017-03-17igb: Only sync size of expected frame in ethtool testingAlexander Duyck
2017-03-17igb: Limit maximum frame Rx based on MTUAlexander Duyck