aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-12docs: net: Remove TCP congestion documentTobin C. Harding2-103/+0
2018-09-12geneve: add ttl inherit supportHangbin Liu3-8/+35
2018-09-12net: dsa: mv88e6xxx: Make sure to configure ports with external PHYsMarek Vasut1-2/+14
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang8-8/+8
2018-09-12qlcnic: Remove set but not used variables 'fw_mbx' and 'hdr_size'Yue Haibing1-5/+1
2018-09-12net: bridge: add support for sticky fdb entriesNikolay Aleksandrov3-3/+18
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn6-12/+26
2018-09-12net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn4-12/+29
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn10-148/+69
2018-09-12net: ethernet: Add helper for MACs which support pauseAndrew Lunn4-4/+17
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn17-43/+33
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn9-14/+38
2018-09-12net: ethernet: Fix up drivers masking pause supportAndrew Lunn5-7/+7
2018-09-12net: bcmgenet: Fix speed selection for reverse MIIAndrew Lunn1-4/+3
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn28-110/+47
2018-09-12net: phy: bcm63xx: Allow to be built with COMPILE_TESTAndrew Lunn1-1/+1
2018-09-12net: phy: et1011c: Remove incorrect missing 1000 HalfAndrew Lunn1-1/+1
2018-09-12net: phy: ste10Xp: Remove wrong SUPPORTED_PauseAndrew Lunn1-2/+2
2018-09-12nfp: report FW vNIC stats in interface statsJakub Kicinski1-0/+9
2018-09-12nfp: flower: reject tunnel encap with ipv6 outer headers for offloadingLouis Peens1-0/+6
2018-09-12nfp: flower: fix vlan match by checking both vlan id and vlan pcpPieter Jansen van Vuuren3-1/+13
2018-09-12tipc: check return value of __tipc_dump_start()Cong Wang1-1/+4
2018-09-12s390/qeth: don't dump past end of unknown HW headerJulian Wiedmann2-2/+2
2018-09-12s390/qeth: use vzalloc for QUERY OAT bufferWenjia Zhang1-2/+3
2018-09-12s390/qeth: switch on SG by default for IQD devicesJulian Wiedmann1-0/+2
2018-09-12s390/qeth: indicate error when netdev allocation failsJulian Wiedmann1-1/+3
2018-09-12rds: fix two RCU related problemsCong Wang1-1/+4
2018-09-12netlink: remove hash::nelems check in netlink_insertLi RongQing1-5/+0
2018-09-12scsi: libcxgbi: fib6_ino reference in rt6_info is rcu protectedDavid Ahern2-3/+21
2018-09-12net: dsa: b53: Only call b53_port_event() for SGMII portsFlorian Fainelli1-1/+2
2018-09-12r8169: Clear RTL_FLAG_TASK_*_PENDING when clearing RTL_FLAG_TASK_ENABLEDKai-Heng Feng1-3/+6
2018-09-12net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg1-4/+6
2018-09-11erspan: fix error handling for erspan tunnelHaishuang Yan1-0/+3
2018-09-11erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan1-0/+2
2018-09-11net: aquantia: bump driver versionIgor Russkikh1-1/+1
2018-09-11net: aquantia: renaming for better visibilityNikita Danilov8-64/+52
2018-09-11net: aquantia: whitespace changesNikita Danilov8-49/+49
2018-09-11net: aquantia: implement EEE supportYana Esina7-0/+189
2018-09-11net: aquantia: implement WOL supportYana Esina8-17/+220
2018-09-11net: aquantia: definitions for WOLYana Esina3-5/+124
2018-09-11net: aquantia: fix hw_atl_utils_fw_upload_dwordsYana Esina6-11/+59
2018-09-11liquidio: Removed droq lockIntiyaz Basha3-37/+3
2018-09-11liquidio: Per queue oom work queueIntiyaz Basha6-73/+110
2018-09-11liquidio: Disabling tasklet when NAPI is activeIntiyaz Basha2-1/+29
2018-09-11tcp: rate limit synflood warnings furtherWillem de Bruijn1-2/+2
2018-09-11MIPS: lantiq: dma: add dev pointerHauke Mehrtens3-2/+4
2018-09-11xen-netback: remove unecessary condition check before debugfs_remove_recursivezhong jiang1-2/+1
2018-09-11net: xenbus: remove redundant condition check before debugfs_remove_recursivezhong jiang1-2/+1
2018-09-11net: dsa: b53: Uninitialized variable in b53_adjust_link()Dan Carpenter1-1/+1
2018-09-11netfilter: xt_hashlimit: use s->file instead of s->privateCong Wang1-9/+9