aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/microchip/encx24j600_hw.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-23net/smc: remove local variable page in smc_rx_splice()Ursula Braun1-3/+1
2018-07-23net/smc: use DECLARE_BITMAP for rtokens_used_maskUrsula Braun1-2/+1
2018-07-23net/smc: add function to get link group from linkStefan Raspl5-47/+20
2018-07-23net/smc: eliminate cursor read and write callsStefan Raspl6-101/+48
2018-07-23net/smc: provide smc mode in smc_diag.cKarsten Graul2-2/+14
2018-07-23selftests: forwarding: gre_multipath: Drop IPv6 testsPetr Machata1-107/+6
2018-07-23ipv6: sr: Use kmemdup instead of duplicating it in parse_nla_srhYueHaibing1-3/+1
2018-07-23net: bridge: add support for backup portNikolay Aleksandrov6-2/+134
2018-07-23net: bridge: add support for raw sysfs port optionsNikolay Aleksandrov1-14/+42
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 Kicinski3-11/+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-21multicast: remove useless parameter for group addHangbin Liu2-9/+9
2018-07-21net: wimax: stack: fixed multi line comment issueMark Railton1-1/+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-21tipc: make some functions staticYueHaibing3-8/+10
2018-07-21net: sched: use PTR_ERR_OR_ZERO macro in tcf_block_cb_registerGustavo A. R. Silva1-1/+1
2018-07-21tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyJon Maxwell1-1/+17
2018-07-21tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell1-8/+17
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell2-6/+6
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