summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-11net: Remove unused skb_shared_info memberMat Martineau
2017-11-11l2tp: remove the .tunnel_sock field from struct pppol2tp_sessionGuillaume Nault
2017-11-11l2tp: avoid using ->tunnel_sock for getting session's parent tunnelGuillaume Nault
2017-11-11l2tp: remove .tunnel_sock from struct l2tp_ethGuillaume Nault
2017-11-11net: dsa: lan9303: Clear offload_fwd_mark for IGMPEgil Hjelmeland
2017-11-11vlan: fix a use-after-free in vlan_device_event()Cong Wang
2017-11-11net: dsa: {e}dsa: set offload_fwd_mark on received packetsAndrew Lunn
2017-11-11net: dsa: Fix SWITCHDEV_ATTR_ID_PORT_PARENT_IDAndrew Lunn
2017-11-11sock: Remove the global prot_inuse counter.Tonghao Zhang
2017-11-11net: decnet: dn_table: mark expected switch fall-throughGustavo A. R. Silva
2017-11-11l2tp: don't close sessions in l2tp_tunnel_destruct()Guillaume Nault
2017-11-11tcp: use sequence distance to detect reorderingYuchung Cheng
2017-11-11tcp: retire FACK loss detectionYuchung Cheng
2017-11-11net: dsa: return after vlan prepare phaseVivien Didelot
2017-11-11net: dsa: return after mdb prepare phaseVivien Didelot
2017-11-11tipc: improve link resiliency when rps is activatedJon Maloy
2017-11-11net: ipv6: sysctl to specify IPv6 ND traffic classMaciej Żenczykowski
2017-11-11net/ncsi: Don't return error on normal responseSamuel Mendoza-Jonas
2017-11-11net/ncsi: Improve general state loggingSamuel Mendoza-Jonas
2017-11-10tcp: fix tcp_fastretrans_alert warningYuchung Cheng
2017-11-10tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet
2017-11-10act_vlan: VLAN action rewrite to use RCU lock/unlock and updateManish Kurup
2017-11-10act_vlan: Change stats update to use per-core statsManish Kurup
2017-11-10rds: ib: Fix NULL pointer dereference in debug codeHåkon Bugge
2017-11-10ip_gre: add the support for i/o_flags update via ioctlXin Long
2017-11-10ip_gre: add the support for i/o_flags update via netlinkXin Long
2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet
2017-11-10net: allow per netns sysctl_rmem and sysctl_wmem for protosEric Dumazet
2017-11-10net: dsa: Don't add vlans when vlan filtering is disabledAndrew Lunn
2017-11-10net: dsa: switch: Don't add CPU port to an mdb by defaultAndrew Lunn
2017-11-10net: dsa: add more const attributesAndrew Lunn
2017-11-10net: dsa: slave: Handle switchdev host mdb add/delAndrew Lunn
2017-11-10net: bridge: Add/del switchdev object on host join/leaveAndrew Lunn
2017-11-10net: bridge: Send notification when host join/leaves a groupAndrew Lunn
2017-11-10net: bridge: Rename mglist to host_joinedAndrew Lunn
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-11-09cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_tcindex: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_rsvp: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_route: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_matchall: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_fw: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_flower: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_flow: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_cgroup: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_bpf: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09cls_basic: use tcf_exts_get_net() before call_rcu()Cong Wang
2017-11-09net_sched: introduce tcf_exts_get_net() and tcf_exts_put_net()Cong Wang