aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn9-148/+68
2018-09-12net: ethernet: Add helper for MACs which support pauseAndrew Lunn3-4/+16
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn16-43/+32
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn8-14/+37
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-12scsi: libcxgbi: fib6_ino reference in rt6_info is rcu protectedDavid Ahern1-3/+2
2018-09-12net: dsa: b53: Only call b53_port_event() for SGMII portsFlorian Fainelli1-1/+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-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-10rtl818x: Remove SKB list assumptions.David S. Miller1-5/+8
2018-09-10can: Remove SKB list assumptions in rx-offload.cDavid S. Miller1-3/+5
2018-09-10brcmfmac: Use __skb_peek().David S. Miller2-2/+2
2018-09-10staging: rtl8192e: Use __skb_peek().David S. Miller1-1/+1
2018-09-10bnx2fc_fcoe: Use skb_queue_walk_safe().David S. Miller1-5/+1
2018-09-10p54: Use skb_peek_tail() instead of direct head pointer accesses.David S. Miller1-2/+2
2018-09-10lan78xx: Do not access skb_queue_head list pointers directly.David S. Miller1-2/+2
2018-09-10ppp: Remove direct skb_queue_head list pointer access.David S. Miller1-1/+1
2018-09-10infiniband: nes: Use skb_peek_next() and skb_queue_walk().David S. Miller1-5/+3
2018-09-10net/ipv6: Remove rt6i_prefsrcDavid Ahern1-2/+2
2018-09-10cxgb4: remove redundant assignment to vlan_cmd.dropnovlan_fmColin Ian King1-1/+0
2018-09-08failover: Fix error return code in net_failover_createYueHaibing1-1/+3
2018-09-08net: stmmac: Enable TC Ops for GMAC >= 4Jose Abreu1-3/+3
2018-09-08i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller4-444/+436
2018-09-07net: dsa: b53: Fix build with B53_SRAB enabled and not B53_SERDESFlorian Fainelli2-0/+9
2018-09-07cxgb4: impose mandatory VLAN usage when non-zero TAG IDCasey Leedom2-0/+4
2018-09-07liquidio: lio_fetch_vf_stats() can be statickbuild test robot1-1/+1
2018-09-07nfp: replace spin_lock_bh with spin_lock in tasklet callbackjun qian1-2/+2
2018-09-07freescale: ethernet: remove unnecessary unlikely()Igor Stoppa1-5/+3
2018-09-06bnxt_en: remove set but not used variable 'addr_type'YueHaibing1-15/+0
2018-09-06liquidio CN23XX: Remove set but not used variable 'ring_flag'YueHaibing1-3/+1
2018-09-06liquidio: Add spoof checking on a VF MAC addressWeilin Chang8-12/+187
2018-09-06Merge tag 'mlx5e-updates-2018-09-05' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller12-148/+229
2018-09-06net: dsa: b53: Add SerDes supportFlorian Fainelli7-0/+490