aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-05liquidio: clear the correct memoryDan Carpenter1-1/+1
2017-04-05net: stmmac: rx queue to dma channel mapping fixJoao Pinto1-1/+1
2017-04-05phy/ethtool: Add missing SPEED_<foo> stringsJoe Perches1-0/+14
2017-04-05bnxt_en: Cap the msix vector with the max completion rings.Michael Chan1-2/+3
2017-04-05bnxt_en: Use short TX BDs for the XDP TX ring.Michael Chan1-14/+2
2017-04-05bnxt_en: Add interrupt test to ethtool -t selftest.Michael Chan1-1/+31
2017-04-05bnxt_en: Add PHY loopback to ethtool self-test.Michael Chan1-2/+60
2017-04-05bnxt_en: Add ethtool mac loopback self test.Michael Chan5-11/+199
2017-04-05bnxt_en: Add basic ethtool -t selftest support.Michael Chan4-3/+150
2017-04-05bnxt_en: Add suspend/resume callbacks.Michael Chan1-0/+57
2017-04-05bnxt_en: Add ethtool set_wol method.Michael Chan3-0/+60
2017-04-05bnxt_en: Add ethtool get_wol method.Michael Chan2-0/+17
2017-04-05bnxt_en: Add pci shutdown method.Michael Chan1-0/+31
2017-04-05bnxt_en: Add basic WoL infrastructure.Michael Chan2-0/+47
2017-04-05bnxt_en: Update firmware interface spec to 1.7.6.2.Michael Chan3-37/+297
2017-04-04Merge tag 'wireless-drivers-for-davem-2017-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller7-12/+25
2017-04-03qed: Manage with less memory regions for RoCERam Amrani4-37/+125
2017-04-03qed: RoCE doesn't need to use SRCMintz, Yuval1-2/+1
2017-04-03qed: Correct TM ILT lines in presence of VFsMintz, Yuval1-1/+1
2017-04-03qed: Fix TM block ILT allocationMichal Kalderon1-7/+25
2017-04-03qed: Revise QM cofigurationAriel Elior15-303/+665
2017-04-03net: usbnet: support 64bit statsGreg Ungerer17-4/+69
2017-04-03net/faraday: Add missing include of of.hAndrew Lunn1-0/+1
2017-04-03vxlan: fix ND proxy when skb doesn't have transport header offsetVincent Bernat1-14/+15
2017-04-03net: hns: Some checkpatch.pl script & warning fixesSalil6-14/+11
2017-04-03net: hns: Avoid Hip06 chip TX packet line buglipeng7-70/+169
2017-04-03net: hns: Adjust the SBM module buffer thresholdKejian Yan1-4/+4
2017-04-03net: hns: Simplify the exception sequence in hns_ppe_init()Kejian Yan1-9/+8
2017-04-03net: hns: Optimise the code in hns_mdio_wait_ready()Kejian Yan1-4/+6
2017-04-03net: hns: Clean redundant code from hns_mdio.c fileKejian Yan1-10/+0
2017-04-03net: hns: Remove redundant mac table operationsKejian Yan2-170/+0
2017-04-03net: hns: Remove redundant mac_get_id()Kejian Yan3-23/+0
2017-04-03net: hns: Remove the redundant adding and deleting mac functionKejian Yan4-122/+0
2017-04-03net: hns: Correct HNS RSS key set functionlipeng2-14/+18
2017-04-03net: hns: Replace netif_tx_lock to ring spin locklipeng3-10/+15
2017-04-03net: hns: Fix to adjust buf_size of ring according to mtulipeng7-24/+337
2017-04-03net: hns: Optimize hns_nic_common_poll for better performancelipeng2-21/+31
2017-04-03net: hns: bug fix of ethtool show the speedDaode Huang1-1/+1
2017-04-03net: hns: Remove redundant memset during buffer releaselipeng1-1/+0
2017-04-03net: hns: Optimize the code for GMAC pad and crc Configlipeng1-20/+16
2017-04-03net: hns: Modify GMAC init TX threshold valuelipeng2-0/+10
2017-04-03net: hns: Fix the implementation of irq affinity functionlipeng2-46/+30
2017-04-02drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c: fix build with gcc-4.4.4Andrew Morton1-2/+6
2017-04-02drivers/net/ethernet/mellanox/mlx5/core/en_main.c: fix build with gcc-4.4.4Andrew Morton1-4/+12
2017-04-02net: stmmac: fix cbs configurationJoao Pinto1-1/+2
2017-04-01net: phy: allow EEE with any interface modeRussell King1-8/+1
2017-04-01net: phy: restart phy autonegotiation after EEE advertisment changeRussell King1-2/+19
2017-04-01net: phy: avoid setting unsupported EEE advertismentsRussell King1-5/+10
2017-04-01net: dsa: Mock-up driverFlorian Fainelli5-1/+390
2017-04-01net: dsa: mv88e6xxx: add cross-chip bridgingVivien Didelot1-1/+33