summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Add and use skb_list_del_init().David S. Miller2018-09-103-9/+9
* net: Add and use skb_mark_not_on_list().David S. Miller2018-09-1022-28/+33
* brcmfmac: Use __skb_peek().David S. Miller2018-09-102-2/+2
* staging: rtl8192e: Use __skb_peek().David S. Miller2018-09-101-1/+1
* bnx2fc_fcoe: Use skb_queue_walk_safe().David S. Miller2018-09-101-5/+1
* p54: Use skb_peek_tail() instead of direct head pointer accesses.David S. Miller2018-09-101-2/+2
* sctp: Use skb_queue_is_first().David S. Miller2018-09-101-1/+1
* lan78xx: Do not access skb_queue_head list pointers directly.David S. Miller2018-09-101-2/+2
* mac80211: Don't access sk_queue_head->next directly.David S. Miller2018-09-101-1/+3
* ppp: Remove direct skb_queue_head list pointer access.David S. Miller2018-09-102-1/+12
* infiniband: nes: Use skb_peek_next() and skb_queue_walk().David S. Miller2018-09-101-5/+3
* sch_netem: Move private queue handler to generic location.David S. Miller2018-09-102-11/+12
* sch_htb: Remove local SKB queue handling code.David S. Miller2018-09-102-23/+6
* net/ipv6: Remove rt6i_prefsrcDavid Ahern2018-09-103-30/+2
* cxgb4: remove redundant assignment to vlan_cmd.dropnovlan_fmColin Ian King2018-09-101-1/+0
* failover: Fix error return code in net_failover_createYueHaibing2018-09-081-1/+3
* net: stmmac: Enable TC Ops for GMAC >= 4Jose Abreu2018-09-081-3/+3
* net: sched: act_nat: remove dependency on rtnl lockVlad Buslov2018-09-081-6/+9
* net: sched: act_skbedit: remove dependency on rtnl lockVlad Buslov2018-09-081-9/+14
* i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller2018-09-084-444/+436
* net: dsa: b53: Fix build with B53_SRAB enabled and not B53_SERDESFlorian Fainelli2018-09-082-0/+9
* cxgb4: impose mandatory VLAN usage when non-zero TAG IDCasey Leedom2018-09-082-0/+4
* liquidio: lio_fetch_vf_stats() can be statickbuild test robot2018-09-081-1/+1
* nfp: replace spin_lock_bh with spin_lock in tasklet callbackjun qian2018-09-081-2/+2
* net: dsa: Expose tagging protocol to user-spaceFlorian Fainelli2018-09-074-0/+79
* freescale: ethernet: remove unnecessary unlikely()Igor Stoppa2018-09-071-5/+3
* bnxt_en: remove set but not used variable 'addr_type'YueHaibing2018-09-071-15/+0
* openvswitch: Derive IP protocol number for IPv6 later fragsYi-Hung Wei2018-09-071-13/+9
* liquidio CN23XX: Remove set but not used variable 'ring_flag'YueHaibing2018-09-071-3/+1
* liquidio: Add spoof checking on a VF MAC addressWeilin Chang2018-09-078-12/+187
* Merge tag 'mlx5e-updates-2018-09-05' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2018-09-0713-153/+235
|\
| * net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packetsAlaa Hleihel2018-09-061-0/+12
| * net/mlx5e: Set ECN for received packets using CQE indicationNatali Shechtman2018-09-063-5/+35
| * net/mlx5e: Replace PTP clock lock from RW lock to seq lockShay Agroskin2018-09-063-21/+23
| * net/mlx5e: Move Q counters allocation and drop RQ to init_rxRoi Dayan2018-09-064-25/+55
| * net/mlx5e: Move mlx5e_priv_flags into en_ethtool.cKamal Heib2018-09-062-7/+7
| * net/mlx5: Add flow counters idrVlad Buslov2018-09-062-4/+35
| * net/mlx5: Store flow counters in a listVlad Buslov2018-09-063-50/+42
| * net/mlx5: Add new list to store deleted flow countersVlad Buslov2018-09-063-23/+14
| * net/mlx5: Change flow counters addlist type to single linked listVlad Buslov2018-09-063-29/+23
* | Merge branch 'dsa-b53-SerDes-support'David S. Miller2018-09-067-29/+805
|\ \
| * | net: dsa: b53: Add SerDes supportFlorian Fainelli2018-09-067-0/+490
| * | net: dsa: b53: Add PHYLINK supportFlorian Fainelli2018-09-062-0/+139
| * | net: dsa: b53: Add helper to set link parametersFlorian Fainelli2018-09-061-29/+60
| * | net: dsa: b53: Make SRAB driver manage port interruptsFlorian Fainelli2018-09-061-0/+105
| * | net: dsa: b53: Add ability to enable/disable port interruptsFlorian Fainelli2018-09-062-0/+11
|/ /
* | qed*: Utilize FW 8.37.7.0Denis Bolotin2018-09-066-202/+367
* | Merge branch 'rtnetlink-add-IFA_TARGET_NETNSID-for-RTM_GETADDR'David S. Miller2018-09-067-63/+180
|\ \
| * | ipv6: add inet6_fill_argsChristian Brauner2018-09-061-34/+55
| * | ipv4: add inet_fill_argsChristian Brauner2018-09-061-15/+33