summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-13net: sched: act_ife: disable bh when taking ife_mod_lockVlad Buslov1-10/+10
2018-08-13Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-1/+1
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller56-176/+3707
2018-08-13Merge tag 'wireless-drivers-next-for-davem-2018-08-12' of git://git.kernel.or...David S. Miller69-654/+2308
2018-08-13liquidio: remove set but not used variable 'is25G'YueHaibing1-6/+2
2018-08-13cxgb4: remove set but not used variable 'spd'YueHaibing1-8/+0
2018-08-13lan743x: lan743x: Remove duplicated include from lan743x_ptp.cYue Haibing1-1/+0
2018-08-13virtio_net: remove duplicated include from virtio_net.cYueHaibing1-1/+0
2018-08-13packet: switch kvzalloc to allocate memoryLi RongQing2-32/+13
2018-08-13net: Change the layout of structure trace_event_raw_fib_table_lookupZong Li1-1/+1
2018-08-13Merge branch 'net-sched-actions-rename-for-grep-ability-and-consistency'David S. Miller13-44/+44
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-13cpumask: make cpumask_next_wrap available without smpWillem de Bruijn1-0/+7
2018-08-13r8169: don't use MSI-X on RTL8168gHeiner Kallweit1-0/+5
2018-08-13Merge branch 'nixge-Minor-cleanups'David S. Miller1-11/+0
2018-08-13net: nixge: Don't store skb in app4 field of descriptorMoritz Fischer1-1/+0
2018-08-13net: nixge: Do not zero application specific fields in descMoritz Fischer1-10/+0
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 Jarry5-4/+22
2018-08-13Merge branch 'net-tls-Combined-memory-allocation-for-decryption-request'David S. Miller2-100/+142
2018-08-13net/tls: Combined memory allocation for decryption requestVakul Garg2-100/+142
2018-08-13Bluetooth: mediatek: pass correct size to h4_recv_buf()Dan Carpenter1-1/+1
2018-08-13Merge branch 'bpf-ancestor-cgroup-id'Daniel Borkmann9-5/+404
2018-08-13selftests/bpf: Selftest for bpf_skb_ancestor_cgroup_idAndrey Ignatov4-3/+302
2018-08-13selftests/bpf: Add cgroup id helpers to bpf_helpers.hAndrey Ignatov1-0/+4
2018-08-13bpf: Sync bpf.h to tools/Andrey Ignatov1-1/+20
2018-08-13bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov3-1/+78
2018-08-13bpf: decouple btf from seq bpf fs dump and enable more mapsDaniel Borkmann12-44/+75
2018-08-11Merge branch 'ip-faster-in-order-IP-fragments'David S. Miller3-42/+149
2018-08-11ip: process in-order fragments efficientlyPeter Oskolkov2-42/+70
2018-08-11ip: add helpers to process in-order fragments faster.Peter Oskolkov2-0/+79
2018-08-11Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-71/+92
2018-08-11Merge branch 'Remove-rtnl-lock-dependency-from-all-action-implementations'David S. Miller17-122/+214
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 Buslov2-10/+15
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 Buslov3-1/+13
2018-08-11net: sched: act_vlan: remove dependency on rtnl lockVlad Buslov1-12/+15