aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-10htb: use anonymous union for simplicityCong Wang1-49/+49
2018-09-10net_sched: remove redundant qdisc lock classesCong Wang1-7/+0
2018-09-10net: sched: cls_flower: dump offload count valueVlad Buslov3-2/+7
2018-09-10Merge branch 'skb_list_cleanups'David S. Miller36-95/+96
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-10net: Add and use skb_list_del_init().David S. Miller3-9/+9
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller22-28/+33
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-10sctp: Use skb_queue_is_first().David S. Miller1-1/+1
2018-09-10lan78xx: Do not access skb_queue_head list pointers directly.David S. Miller1-2/+2
2018-09-10mac80211: Don't access sk_queue_head->next directly.David S. Miller1-1/+3
2018-09-10ppp: Remove direct skb_queue_head list pointer access.David S. Miller2-1/+12
2018-09-10infiniband: nes: Use skb_peek_next() and skb_queue_walk().David S. Miller1-5/+3
2018-09-10sch_netem: Move private queue handler to generic location.David S. Miller2-11/+12
2018-09-10sch_htb: Remove local SKB queue handling code.David S. Miller2-23/+6
2018-09-10net/ipv6: Remove rt6i_prefsrcDavid Ahern3-30/+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-08net: sched: act_nat: remove dependency on rtnl lockVlad Buslov1-6/+9
2018-09-08net: sched: act_skbedit: remove dependency on rtnl lockVlad Buslov1-9/+14
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-07net: dsa: Expose tagging protocol to user-spaceFlorian Fainelli4-0/+79
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-06openvswitch: Derive IP protocol number for IPv6 later fragsYi-Hung Wei1-13/+9
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. Miller13-153/+235
2018-09-06Merge branch 'dsa-b53-SerDes-support'David S. Miller7-29/+805
2018-09-06net: dsa: b53: Add SerDes supportFlorian Fainelli7-0/+490
2018-09-06net: dsa: b53: Add PHYLINK supportFlorian Fainelli2-0/+139
2018-09-06net: dsa: b53: Add helper to set link parametersFlorian Fainelli1-29/+60
2018-09-06net: dsa: b53: Make SRAB driver manage port interruptsFlorian Fainelli1-0/+105
2018-09-06net: dsa: b53: Add ability to enable/disable port interruptsFlorian Fainelli2-0/+11
2018-09-06qed*: Utilize FW 8.37.7.0Denis Bolotin6-202/+367
2018-09-05Merge branch 'rtnetlink-add-IFA_TARGET_NETNSID-for-RTM_GETADDR'David S. Miller7-63/+180
2018-09-05ipv6: add inet6_fill_argsChristian Brauner1-34/+55
2018-09-05ipv4: add inet_fill_argsChristian Brauner1-15/+33
2018-09-05rtnetlink: s/IFLA_IF_NETNSID/IFLA_TARGET_NETNSID/gChristian Brauner1-16/+16