aboutsummaryrefslogtreecommitdiffstats
path: root/block (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-05rtnl: Add support for netdev event to link messagesVlad Yasevich4-11/+107
2017-04-05rtnetlink: Convert rtnetlink_event to white listVlad Yasevich1-14/+17
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng4-12/+14
2017-04-05net: ibm: emac: remove unused sysrq handler for 'c' keyEric Biggers6-306/+1
2017-04-05bonding: fix active-backup transitionMahesh Bandewar1-8/+5
2017-04-05netlink/diag: report flags for netlink socketsAndrey Vagin4-8/+43
2017-04-05qed: Add a missing error codeDan Carpenter1-1/+3
2017-04-05net: sched: choke: remove some dead codeDan Carpenter1-6/+0
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 Perches2-0/+15
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-03qed: Manage with less memory regions for RoCERam Amrani5-38/+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 Ungerer18-4/+73
2017-04-03soreuseport: use "unsigned int" in __reuseport_alloc()Alexey Dobriyan1-2/+2
2017-04-03flowcache: more "unsigned int"Alexey Dobriyan2-9/+10
2017-04-03flowcache: make flow_cache_hash_size() return "unsigned int"Alexey Dobriyan1-6/+8
2017-04-03flowcache: make flow_key_size() return "unsigned int"Alexey Dobriyan2-4/+4
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-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long5-2/+84
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