summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2017-05-01virtio_net: make use of extended ack message reportingJakub Kicinski
2017-05-01nfp: make use of extended ack message reportingJakub Kicinski
2017-04-30net: phy: Allow BCM5481x PHYs to setup internal TX/RX clock delayAbhishek Shah
2017-04-30net: sunhme: fix spelling mistakes: "ParityErro" -> "ParityError"Colin Ian King
2017-04-30bnx2x: Align RX buffersScott Wood
2017-04-30liquidio: silence a locking static checker warningDan Carpenter
2017-04-30qed: Unlock on error in qed_vf_pf_acquire()Dan Carpenter
2017-04-30net: hns: support deferred probe when no mdiolipeng
2017-04-30net: hns: support deferred probe when can not obtain irqlipeng
2017-04-30nfp: provide 256 bytes of XDP headroom in all configurationsJakub Kicinski
2017-04-30nfp: don't completely refuse to work with old flashesJakub Kicinski
2017-04-30nfp: avoid reading TX queue indexes from the deviceJakub Kicinski
2017-04-30nfp: do simple XDP TX buffer recyclingJakub Kicinski
2017-04-30nfp: drop rx_ring param from buffer allocationJakub Kicinski
2017-04-30nfp: replace -ENOTSUPP with -EOPNOTSUPPJakub Kicinski
2017-04-30virtio-net: use netif_tx_napi_add for tx napiWillem de Bruijn
2017-04-30geneve: fix incorrect setting of UDP checksum flagGirish Moodalbail
2017-04-30vxlan: do not output confusing error messageJiri Benc
2017-04-30vxlan: correctly handle ipv6.disable module parameterJiri Benc
2017-04-30bnx2x: Get rid of useless temporary variableAndy Shevchenko
2017-04-30bnx2x: Reuse bnx2x_null_format_ver()Andy Shevchenko
2017-04-30bnx2x: Replace custom scnprintf()Andy Shevchenko
2017-04-30net: macb: fix phy interrupt parsingAlexandre Belloni
2017-04-30Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2017-04-30e1000e: Add Support for 38.4MHZ frequencySasha Neftin
2017-04-30e1000e: Add Support for CannonLakeSasha Neftin
2017-04-30e1000e: Initial Support for CannonLakeSasha Neftin
2017-04-30e1000e: fix PTP on e1000_pch_lpt variantsJarod Wilson
2017-04-30i40evf: hide unused variableArnd Bergmann
2017-04-30i40evf: allocate queues before we setup the interrupts and q_vectorsJacob Keller
2017-04-30i40evf: remove I40E_FLAG_FDIR_ATR_ENABLEDJacob Keller
2017-04-30i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller
2017-04-30i40evf: remove needless min_t() on num_online_cpus()*2Jacob Keller
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller
2017-04-30i40e: separate PF and VSI state flagsJacob Keller
2017-04-30i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller
2017-04-30i40e: amortize wait time when disabling lots of VFsJacob Keller
2017-04-30i40e: Reprogram port offloads after resetAlexander Duyck
2017-04-30i40e: rename index to port to avoid confusionJacob Keller
2017-04-30i40e: make use of i40e_reset_all_vfs when initializing new VFsJacob Keller
2017-04-30i40e: properly spell I40E_VF_STATE_* flagsJacob Keller
2017-04-29ixgbevf: Check for RSS key before setting valueTony Nguyen
2017-04-29ixgbevf: Fix errors in retrieving RETA and RSS from PFTony Nguyen
2017-04-29ixgbe: Check for RSS key before setting valueTony Nguyen
2017-04-29ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt
2017-04-29ixgbe: Allow setting zero MAC address for VFTony Nguyen
2017-04-29ixgbevf: fix size of queue stats lengthEmil Tantilov
2017-04-29ixgbe: clean macvlan MAC filter table on VF resetEmil Tantilov
2017-04-29ixgbe: delay tail write to every 'n' packetsJohn Fastabend
2017-04-29ixgbe: add support for XDP_TX actionJohn Fastabend