aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-21Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller5-224/+273
2017-03-20i40e: always remove old filter when adding new FDir filterJacob Keller1-25/+7
2017-03-20i40e: explicitly fail on extended MAC field for ethtool_rx_flow_specJacob Keller1-0/+4
2017-03-20i40e: add counters for UDP/IPv4 and IPv4 filtersJacob Keller3-11/+34
2017-03-20i40e: don't re-enable ATR when flushing filters if SB has TCP4/IPv4 rulesJacob Keller1-1/+1
2017-03-20i40e: reset fd_tcp_rule count when restoring filtersJacob Keller1-0/+3
2017-03-20i40e: remove redundant check for fd_tcp_rule when restoring filtersJacob Keller1-6/+0
2017-03-20i40e: exit ATR mode only when adding TCP/IPv4 filter succeedsJacob Keller1-17/+17
2017-03-20i40e: return immediately when failing to add fdir filterJacob Keller1-19/+14
2017-03-20i40e: rework exit flow of i40e_add_fdir_ethtoolJacob Keller1-4/+11
2017-03-20i40e: don't use arrays for (src|dst)_ipJacob Keller3-14/+14
2017-03-20i40e: send correct port number to AdminQ when enabling UDP tunnelsJacob Keller2-10/+10
2017-03-20i40evf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-16/+15
2017-03-17i40e: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-111/+153
2017-03-17igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code commentAlexander Duyck2-2/+2
2017-03-17igb: Re-add support for build_skb in igbAlexander Duyck1-0/+47
2017-03-17igb: Break out Rx buffer page managementAlexander Duyck1-114/+121
2017-03-17igb: Add support for padding packetAlexander Duyck2-2/+23
2017-03-17igb: Add support for using order 1 pages to receive large framesAlexander Duyck2-18/+76
2017-03-17igb: Add support for ethtool private flag to allow use of legacy RxAlexander Duyck2-0/+49
2017-03-17igb: Use page_address offset from page instead of masking virtual addressAlexander Duyck3-9/+7
2017-03-17igb: Only sync size of expected frame in ethtool testingAlexander Duyck1-2/+2
2017-03-17igb: Limit maximum frame Rx based on MTUAlexander Duyck2-5/+26
2017-03-17igb: Don't bother clearing Tx buffer_info in igb_clean_tx_ringAlexander Duyck3-49/+83
2017-03-17igb: Clear Rx buffer_info in configure instead of cleanAlexander Duyck1-14/+10
2017-03-17igb: Use length to determine if descriptor is doneAlexander Duyck2-7/+9
2017-03-17igb: Add support for DMA_ATTR_WEAK_ORDERINGAlexander Duyck2-3/+6
2017-03-16liquidio: fix wrong information about link modes reported to ethtoolManish Awasthi1-4/+10
2017-03-16sunvnet: xoff not needed when removing port linkShannon Nelson1-4/+0
2017-03-16sunvnet: count multicast packetsShannon Nelson1-0/+2
2017-03-16sunvnet: track port queues correctlyShannon Nelson2-13/+22
2017-03-16sunvnet: add stats to track ldom to ldom packets and bytesShannon Nelson3-1/+136
2017-03-16ldmvsw: better use of link up and down on ldom vswitchShannon Nelson3-7/+41
2017-03-16liquidio: use meaningful names for IRQsRick Farrington4-16/+101
2017-03-16liquidio: remove/replace invalid codeRick Farrington1-16/+10
2017-03-16net: ethernet: bgmac: Allow MAC address to be specified in DTBSteve Lin1-16/+23
2017-03-16net: ethernet: fs_enet: Remove useless includesChristophe Leroy2-12/+0
2017-03-16net: mvneta: support suspend and resumeJane Li1-4/+57
2017-03-16mlxsw: spectrum_router: Don't abort on l3mdev rulesIdo Schimmel1-1/+1
2017-03-16mlxsw: spectrum_router: Add support for VRFs on top of bridgesIdo Schimmel3-1/+81
2017-03-16mlxsw: spectrum_router: Add support for VRFsIdo Schimmel3-3/+61
2017-03-16mlxsw: spectrum_router: Don't destroy RIF if L3 slaveIdo Schimmel1-1/+2
2017-03-16mlxsw: spectrum_router: Associate RIFs with correct VRIdo Schimmel1-2/+5
2017-03-16ipv4: fib_rules: Dump FIB rules when registering FIB notifierIdo Schimmel2-3/+27
2017-03-15drivers: net: xgene: Add workaround for errata 10GE_8/ENET_11Iyappan Subramanian4-17/+30
2017-03-15drivers: net: xgene: Add workaround for errata 10GE_1Quan Nguyen2-0/+12
2017-03-15drivers: net: xgene: Fix Rx checksum validation logicIyappan Subramanian1-10/+17
2017-03-15drivers: net: xgene: Fix wrong logical operationQuan Nguyen1-2/+2
2017-03-15drivers: net: xgene: Fix hardware checksum settingQuan Nguyen2-0/+2
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar12-21/+50