aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher195-4624/+222
2018-04-27geneve: fix build with modular IPV6Tobias Regnery1-0/+1
2018-04-27s390/qeth: improve fallback to random MAC addressJulian Wiedmann1-10/+13
2018-04-27s390/qeth: add IPv6 RX checksum offload supportKittipon Meesompop3-8/+33
2018-04-27s390/qeth: add IPv6 TX checksum offload supportKittipon Meesompop5-15/+38
2018-04-27s390/qeth: extend Checksum Offload Assists for IPv6Kittipon Meesompop3-52/+60
2018-04-27s390/qeth: query IPv6 assists during hardsetupKittipon Meesompop2-8/+5
2018-04-27s390/qeth: add stats counter for RX csum offloadKittipon Meesompop2-3/+9
2018-04-27s390/qeth: disregard IPv4 header for RX csum offloadJulian Wiedmann1-1/+0
2018-04-27s390/qeth: extract csum offload helpersJulian Wiedmann3-59/+33
2018-04-27s390/qeth: de-indent else after returnKittipon Meesompop1-22/+21
2018-04-27s390/net: set HW port number in netdeviceUrsula Braun4-0/+7
2018-04-27s390/qeth: don't worry about IPs on VLAN removalJulian Wiedmann1-87/+0
2018-04-27s390/qeth: convert vlan spinlock to mutexJulian Wiedmann3-9/+10
2018-04-27s390/qeth: skip QDIO queue handler indirectionJulian Wiedmann4-31/+13
2018-04-27liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla5-71/+135
2018-04-27liquidio: move a couple of functions to lio_core.cPradeep Nalla3-157/+154
2018-04-27phy: Temporary build fix after phylib changes.David S. Miller1-2/+1
2018-04-27net: dsa: loop: Hook PHY statisticsFlorian Fainelli1-2/+3
2018-04-27net: dsa: b53: Add support for reading PHY statisticsFlorian Fainelli3-10/+70
2018-04-27net: dsa: Pass stringset to ethtool operationsFlorian Fainelli8-16/+64
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli1-0/+48
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-114/+125
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2018-04-25Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller4-15/+439
2018-04-25Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller6-180/+219
2018-04-25mkiss: remove redundant check for len > 0Colin Ian King1-1/+1
2018-04-25net: amd8111e: remove redundant duplicated if statementColin Ian King1-10/+6
2018-04-25igb: Add support for adding offloaded clsflower filtersVinicius Costa Gomes2-2/+188
2018-04-25nfp: flower: ignore duplicate cb requests for same ruleJohn Hurley2-3/+21
2018-04-25nfp: flower: support offloading multiple rules with same cookieJohn Hurley3-17/+38
2018-04-25nfp: print PCIe link bandwidth on probeJakub Kicinski1-0/+1
2018-04-25nfp: reset local locks on initJakub Kicinski5-0/+113
2018-04-25igb: Add the skeletons for tc-flower offloadingVinicius Costa Gomes1-0/+66
2018-04-25igb: Add MAC address support for ethtool nftuple filtersVinicius Costa Gomes1-4/+39
2018-04-25igb: Enable nfc filters to specify MAC addressesVinicius Costa Gomes2-0/+32
2018-04-25igb: Allow filters to be added for the local MAC addressVinicius Costa Gomes1-4/+36
2018-04-25igb: Add support for enabling queue steering in filtersVinicius Costa Gomes3-0/+33
2018-04-25igb: Add support for MAC address filters specifying source addressesVinicius Costa Gomes3-5/+37
2018-04-25igb: Enable the hardware traffic class feature bit for igb modelsVinicius Costa Gomes1-0/+3
2018-04-25igb: Fix queue selection on MAC filters on i210Vinicius Costa Gomes1-2/+7
2018-04-25net: phy: allow scanning busses with missing physAlexandre Belloni1-1/+10
2018-04-25igb: Fix not adding filter elements to the listVinicius Costa Gomes1-1/+1
2018-04-25ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck2-62/+135
2018-04-25ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck2-13/+16
2018-04-25ixgbe/fm10k: Only support macvlan offload for types that support destination filteringAlexander Duyck2-0/+15
2018-04-25ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck2-8/+6
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck3-57/+33
2018-04-25macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck2-18/+23
2018-04-25ixgbe: Drop support for macvlan specific unicast listsAlexander Duyck1-31/+0