aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13net: sched: act_simple method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_police method rename for grep-ability and consistencyJamal Hadi Salim1-8/+8
2018-08-13net: sched: act_pedit method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_nat method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_ipt method rename for grep-ability and consistencyJamal Hadi Salim1-4/+4
2018-08-13net: sched: act_gact method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_sum method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_bpf method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_connmark method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13crush: fix using plain integer as NULL warningYueHaibing1-2/+2
2018-08-13libceph: remove unnecessary non NULL check for request_keyYueHaibing1-1/+1
2018-08-13l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang1-1/+1
2018-08-13ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry2-3/+14
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg1-96/+142
2018-08-13net/9p/trans_virtio.c: add null terminal for mount tagpiaojun1-10/+7
2018-08-139p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen1-1/+2
2018-08-139p: fix whitespace issuesStephen Hemminger3-4/+3
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli4-1/+13
2018-08-139p: validate PDU lengthTomas Bortoli4-11/+24
2018-08-13net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli1-5/+5
2018-08-13net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli1-0/+2
2018-08-13net/9p/virtio: Fix hard lockup in req_donejiangyiwen1-10/+11
2018-08-13net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun1-2/+2
2018-08-139p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote1-0/+7
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox2-15/+6
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox1-28/+16
2018-08-139p: Change p9_fid_create calling conventionMatthew Wilcox1-14/+9
2018-08-139p: Fix comment on smp_wmbMatthew Wilcox1-1/+1
2018-08-13net/9p/client.c: version pointer uninitializedTomas Bortoli1-1/+1
2018-08-13net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker1-1/+2
2018-08-139p/net/protocol.c: return -ENOMEM when kmalloc() failedpiaojun1-1/+1
2018-08-13net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun1-1/+1
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov1-0/+28
2018-08-11ip: process in-order fragments efficientlyPeter Oskolkov2-42/+70
2018-08-11ip: add helpers to process in-order fragments faster.Peter Oskolkov1-0/+73
2018-08-11net: sched: act_police: remove dependency on rtnl lockVlad Buslov1-3/+6
2018-08-11net: core: protect rate estimator statistics pointer with lockVlad Buslov1-8/+13
2018-08-11net: sched: act_mirred: remove dependency on rtnl lockVlad Buslov1-27/+51
2018-08-11net: sched: extend action ops with put_dev callbackVlad Buslov2-1/+12
2018-08-11net: sched: act_vlan: remove dependency on rtnl lockVlad Buslov1-12/+15
2018-08-11net: sched: act_tunnel_key: remove dependency on rtnl lockVlad Buslov1-13/+13
2018-08-11net: sched: act_skbmod: remove dependency on rtnl lockVlad Buslov1-5/+9
2018-08-11net: sched: act_simple: remove dependency on rtnl lockVlad Buslov1-1/+5
2018-08-11net: sched: act_sample: remove dependency on rtnl lockVlad Buslov1-2/+10
2018-08-11net: sched: act_pedit: remove dependency on rtnl lockVlad Buslov1-20/+20
2018-08-11net: sched: act_ipt: remove dependency on rtnl lockVlad Buslov1-0/+3
2018-08-11net: sched: act_ife: remove dependency on rtnl lockVlad Buslov1-15/+25
2018-08-11net: sched: act_gact: remove dependency on rtnl lockVlad Buslov1-2/+8
2018-08-11net: sched: act_csum: remove dependency on rtnl lockVlad Buslov1-9/+15
2018-08-11net: sched: act_bpf: remove dependency on rtnl lockVlad Buslov1-3/+7