summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-08-13l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang
2018-08-13ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg
2018-08-13net/9p/trans_virtio.c: add null terminal for mount tagpiaojun
2018-08-139p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen
2018-08-139p: fix whitespace issuesStephen Hemminger
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli
2018-08-139p: validate PDU lengthTomas Bortoli
2018-08-13net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli
2018-08-13net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli
2018-08-13net/9p/virtio: Fix hard lockup in req_donejiangyiwen
2018-08-13net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun
2018-08-139p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox
2018-08-139p: Change p9_fid_create calling conventionMatthew Wilcox
2018-08-139p: Fix comment on smp_wmbMatthew Wilcox
2018-08-13net/9p/client.c: version pointer uninitializedTomas Bortoli
2018-08-13net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker
2018-08-139p/net/protocol.c: return -ENOMEM when kmalloc() failedpiaojun
2018-08-13net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov
2018-08-11ip: process in-order fragments efficientlyPeter Oskolkov
2018-08-11ip: add helpers to process in-order fragments faster.Peter Oskolkov
2018-08-11net: sched: act_police: remove dependency on rtnl lockVlad Buslov
2018-08-11net: core: protect rate estimator statistics pointer with lockVlad Buslov
2018-08-11net: sched: act_mirred: remove dependency on rtnl lockVlad Buslov
2018-08-11net: sched: extend action ops with put_dev callbackVlad Buslov
2018-08-11net: sched: act_vlan: remove dependency on rtnl lockVlad Buslov
2018-08-11net: sched: act_tunnel_key: remove dependency on rtnl lockVlad Buslov
2018-08-11net: sched: act_skbmod: remove dependency on rtnl lockVlad Buslov
2018-08-11net: sched: act_simple: remove dependency on rtnl lockVlad Buslov
2018-08-11net: sched: act_sample: remove dependency on rtnl lockVlad Buslov
2018-08-11net: sched: act_pedit: remove dependency on rtnl lockVlad Buslov
2018-08-11net: sched: act_ipt: remove dependency on rtnl lockVlad Buslov
2018-08-11net: sched: act_ife: remove dependency on rtnl lockVlad Buslov
2018-08-11net: sched: act_gact: remove dependency on rtnl lockVlad Buslov
2018-08-11net: sched: act_csum: remove dependency on rtnl lockVlad Buslov
2018-08-11net: sched: act_bpf: remove dependency on rtnl lockVlad Buslov
2018-08-11net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko
2018-08-11l2tp: let pppol2tp_ioctl() fallback to dev_ioctl()Guillaume Nault
2018-08-11l2tp: zero out stats in pppol2tp_copy_stats()Guillaume Nault
2018-08-11l2tp: remove pppol2tp_session_ioctl()Guillaume Nault
2018-08-11l2tp: remove pppol2tp_tunnel_ioctl()Guillaume Nault
2018-08-11l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl()Guillaume Nault
2018-08-11l2tp: simplify pppol2tp_ioctl()Guillaume Nault
2018-08-11l2tp: split l2tp_session_get()Guillaume Nault
2018-08-11l2tp: define l2tp_tunnel_uses_xfrm()Guillaume Nault
2018-08-11tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng