aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-30bnx2x: Align RX buffersScott Wood1-0/+1
2017-04-30liquidio: silence a locking static checker warningDan Carpenter1-0/+1
2017-04-30qed: Unlock on error in qed_vf_pf_acquire()Dan Carpenter1-1/+1
2017-04-30net: hns: support deferred probe when no mdiolipeng1-6/+33
2017-04-30net: hns: support deferred probe when can not obtain irqlipeng3-3/+11
2017-04-30nfp: provide 256 bytes of XDP headroom in all configurationsJakub Kicinski2-14/+3
2017-04-30nfp: don't completely refuse to work with old flashesJakub Kicinski1-3/+1
2017-04-30nfp: avoid reading TX queue indexes from the deviceJakub Kicinski1-0/+6
2017-04-30nfp: do simple XDP TX buffer recyclingJakub Kicinski2-57/+85
2017-04-30nfp: drop rx_ring param from buffer allocationJakub Kicinski1-6/+2
2017-04-30nfp: replace -ENOTSUPP with -EOPNOTSUPPJakub Kicinski4-21/+21
2017-04-30bnx2x: Get rid of useless temporary variableAndy Shevchenko1-9/+5
2017-04-30bnx2x: Reuse bnx2x_null_format_ver()Andy Shevchenko1-11/+9
2017-04-30bnx2x: Replace custom scnprintf()Andy Shevchenko1-70/+9
2017-04-30net: macb: fix phy interrupt parsingAlexandre Belloni1-8/+10
2017-04-30Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-334/+372
2017-04-30net/mlx5: E-Switch, Avoid redundant memory allocationEli Cohen2-19/+10
2017-04-30net/mlx5e: Disable HW LRO when PCI is slower than link on striding RQEran Ben Elisha1-7/+14
2017-04-30net/mlx5e: Use u8 as ownership type in mlx5e_get_cqe()Tariq Toukan1-2/+2
2017-04-30net/mlx5e: Use prefetchw when a write is to followTariq Toukan1-1/+1
2017-04-30net/mlx5e: Optimize poll ICOSQ completion queueTariq Toukan1-29/+33
2017-04-30net/mlx5e: Act on delay probe time updatesHadar Hen Zion1-0/+39
2017-04-30net/mlx5e: Update neighbour 'used' state using HW flow rules countersHadar Hen Zion6-2/+151
2017-04-30net/mlx5e: Add support to neighbour update flowHadar Hen Zion5-43/+434
2017-04-30net/mlx5e: Add neighbour hash table to the representorsHadar Hen Zion2-8/+129
2017-04-30net/mlx5e: Read neigh parameters with proper lockingHadar Hen Zion1-6/+14
2017-04-30net/mlx5e: Use flag to properly monitor a flow rule offloading stateHadar Hen Zion1-1/+7
2017-04-30net/mlx5e: Remove output device parameter from create encap header helpers definitionHadar Hen Zion1-15/+14
2017-04-30net/mlx5e: Move the encap entry structure from the eswitch headerOr Gerlitz3-19/+18
2017-04-30net/mlx5: Remove encap entry pointer from the eswitch flow attributesOr Gerlitz3-15/+18
2017-04-30net/mlx5e: Extendable vport representor netdev private dataSaeed Mahameed6-130/+224
2017-04-30e1000e: Add Support for 38.4MHZ frequencySasha Neftin2-29/+48
2017-04-30e1000e: Add Support for CannonLakeSasha Neftin4-62/+63
2017-04-30e1000e: Initial Support for CannonLakeSasha Neftin4-1/+33
2017-04-30e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson1-1/+2
2017-04-30i40evf: hide unused variableArnd Bergmann1-1/+2
2017-04-30i40evf: allocate queues before we setup the interrupts and q_vectorsJacob Keller1-9/+9
2017-04-30i40evf: remove I40E_FLAG_FDIR_ATR_ENABLEDJacob Keller1-1/+0
2017-04-30i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller4-52/+38
2017-04-30i40evf: remove needless min_t() on num_online_cpus()*2Jacob Keller1-6/+6
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller11-181/+189
2017-04-30i40e: separate PF and VSI state flagsJacob Keller8-55/+64
2017-04-30i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller3-4/+2
2017-04-30i40e: amortize wait time when disabling lots of VFsJacob Keller1-2/+14
2017-04-30i40e: Reprogram port offloads after resetAlexander Duyck1-0/+20
2017-04-30i40e: rename index to port to avoid confusionJacob Keller2-6/+6
2017-04-30i40e: make use of i40e_reset_all_vfs when initializing new VFsJacob Keller2-3/+8
2017-04-30i40e: properly spell I40E_VF_STATE_* flagsJacob Keller4-58/+58
2017-04-29ixgbevf: Check for RSS key before setting valueTony Nguyen3-4/+34
2017-04-29ixgbevf: Fix errors in retrieving RETA and RSS from PFTony Nguyen1-3/+3