aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-23lan743x: Add power management supportBryan Whitehead3-0/+270
2018-07-23lan743x: Add support for ethtool eeprom accessBryan Whitehead2-0/+242
2018-07-23lan743x: Add support for ethtool message levelBryan Whitehead1-0/+17
2018-07-23lan743x: Add support for ethtool statisticsBryan Whitehead3-3/+214
2018-07-23lan743x: Add support for ethtool link settingsBryan Whitehead1-0/+5
2018-07-23lan743x: Add support for ethtool get_drvinfoBryan Whitehead4-1/+35
2018-07-23sh_eth: make sh_eth_tsu_{read|write}_entry() prototypes symmetricSergei Shtylyov1-5/+6
2018-07-23sh_eth: make sh_eth_tsu_write_entry() take 'offset' parameterSergei Shtylyov1-9/+6
2018-07-23sh_eth: call sh_eth_tsu_get_offset() from TSU register accessorsSergei Shtylyov1-2/+2
2018-07-23sh_eth: make sh_eth_tsu_get_offset() match its nameSergei Shtylyov1-10/+14
2018-07-23sh_eth: uninline sh_eth_tsu_get_offset()Sergei Shtylyov2-6/+5
2018-07-23wan/fsl_ucc_hdlc: use IS_ERR_VALUE() to check return value of qe_muram_allocYueHaibing1-3/+3
2018-07-22net: mediatek: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-5/+2
2018-07-22nfp: avoid buffer leak when FW communication failsJakub Kicinski1-3/+10
2018-07-22nfp: bring back support for offloading shared blocksJakub Kicinski2-6/+0
2018-07-22xen-netfront: fix queue name settingVitaly Kuznetsov1-1/+1
2018-07-22net/dsa/realtek: add MODULE_LICENSE()Randy Dunlap1-0/+2
2018-07-22bonding: don't cast const buf in sysfs storeNikolay Aleksandrov1-1/+6
2018-07-22vhost_net: batch update used ring for datacopy TXJason Wang1-15/+25
2018-07-22vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCHJason Wang1-4/+4
2018-07-22vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()Jason Wang1-4/+4
2018-07-22vhost_net: split out datacopy logicJason Wang1-20/+90
2018-07-22vhost_net: introduce tx_can_batch()Jason Wang1-2/+7
2018-07-22vhost_net: introduce get_tx_bufs()Jason Wang1-17/+32
2018-07-22vhost_net: introduce vhost_exceeds_weight()Jason Wang1-5/+8
2018-07-22vhost_net: introduce helper to initialize tx iov iterJason Wang1-9/+17
2018-07-22vhost_net: drop unnecessary parameterJason Wang1-4/+2
2018-07-21net: phy: sfp: Do not use "imply HWMON"Guenter Roeck1-1/+1
2018-07-21libcxgb: replace vmalloc and memset with vzallocYueHaibing1-3/+1
2018-07-21net: hix5hd2_gmac: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-3/+2
2018-07-21s390/qeth: speed up L2 IQD xmitJulian Wiedmann3-56/+30
2018-07-21s390/qeth: add support for constrained HW headersJulian Wiedmann4-22/+30
2018-07-21s390/qeth: merge linearize-check into HW header constructionJulian Wiedmann4-70/+80
2018-07-21s390/qeth: add statistics for consumed buffer elementsJulian Wiedmann4-23/+24
2018-07-21s390/qeth: use core MTU range checkingJulian Wiedmann5-37/+2
2018-07-21s390/qeth: simplify max MTU handlingJulian Wiedmann4-41/+45
2018-07-21s390/qeth: don't cache HW port numberJulian Wiedmann3-7/+4
2018-07-21s390/qeth: allocate netdevice earlyJulian Wiedmann6-88/+94
2018-07-21s390/qeth: remove redundant netif_carrier_ok() checksJulian Wiedmann3-3/+3
2018-07-21s390/qeth: reset layer2 attribute on layer switchJulian Wiedmann1-0/+1
2018-07-21s390/qeth: fix race in used-buffer accountingJulian Wiedmann1-1/+2
2018-07-21net: hns3: Add SPDX tags to HNS3 PF driverJian Shen16-128/+32
2018-07-21net: hns3: Remove unused struct member and definitionJian Shen2-14/+0
2018-07-21net: hns3: Fix misleading parameter nameJian Shen3-5/+5
2018-07-21net: hns3: Modify inconsistent bit mask macrosJian Shen3-18/+11
2018-07-21net: hns3: Use decimal for bit offset macrosJian Shen2-14/+14
2018-07-21net: hns3: Correct unreasonable code commentsJian Shen3-24/+23
2018-07-21net: hns3: Remove extra space and bracketsJian Shen3-5/+5
2018-07-21net: hns3: Standardize the handle of return valueJian Shen1-87/+46
2018-07-21net: hns3: Remove some redundant assignmentsJian Shen1-2/+0