aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-13l2tp: fix unused function warningArnd Bergmann3-12/+4
2018-08-13Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-24/+5
2018-08-13net_sched: Fix missing res info when create new tc_index filterHangbin Liu1-0/+1
2018-08-13net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu1-5/+2
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-6/+6
2018-08-13net: sched: act_ife: disable bh when taking ife_mod_lockVlad Buslov1-10/+10
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-88/+482
2018-08-13packet: switch kvzalloc to allocate memoryLi RongQing2-32/+13
2018-08-13net: sched: act_mirred method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_vlan method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
2018-08-13net: sched: act_skbmod method rename for grep-ability and consistencyJamal Hadi Salim1-2/+2
2018-08-13net: sched: act_skbedit method rename for grep-ability and consistencyJamal Hadi Salim1-3/+3
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