summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rds: fix building with IPV6=mArnd Bergmann2018-08-141-0/+1
* net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()Jeremy Cline2018-08-142-2/+3
* l2tp: fix unused function warningArnd Bergmann2018-08-133-12/+4
* net_sched: Fix missing res info when create new tc_index filterHangbin Liu2018-08-131-0/+1
* net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu2018-08-131-5/+2
* net: sched: act_ife: disable bh when taking ife_mod_lockVlad Buslov2018-08-131-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-139-88/+482
|\
| * bpf: Introduce bpf_skb_ancestor_cgroup_id helperAndrey Ignatov2018-08-131-0/+28
| * bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-116-55/+104
| * bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-115-10/+298
| * bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-0/+8
| * net: Add ID (if needed) to sock_reuseport and expose reuseport_lockMartin KaFai Lau2018-08-111-1/+26
| * tcp: Avoid TCP syncookie rejected by SO_REUSEPORT socketMartin KaFai Lau2018-08-111-0/+1
| * xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita2018-08-101-2/+4
| * bpf: Make redirect_info accessible from modulesToshiaki Makita2018-08-101-18/+11
| * net: Export skb_headers_offset_updateToshiaki Makita2018-08-101-1/+2
| * Revert "xdp: add NULL pointer check in __xdp_return()"Björn Töpel2018-08-101-2/+1
* | packet: switch kvzalloc to allocate memoryLi RongQing2018-08-132-32/+13
* | net: sched: act_mirred method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
* | net: sched: act_vlan method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
* | net: sched: act_skbmod method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-2/+2
* | net: sched: act_skbedit method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
* | net: sched: act_simple method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
* | net: sched: act_police method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-8/+8
* | net: sched: act_pedit method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
* | net: sched: act_nat method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
* | net: sched: act_ipt method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-4/+4
* | net: sched: act_gact method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
* | net: sched: act_sum method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
* | net: sched: act_bpf method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
* | net: sched: act_connmark method rename for grep-ability and consistencyJamal Hadi Salim2018-08-131-3/+3
* | l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang2018-08-131-1/+1
* | ipv6: Add icmp_echo_ignore_all support for ICMPv6Virgile Jarry2018-08-132-3/+14
* | net/tls: Combined memory allocation for decryption requestVakul Garg2018-08-131-96/+142
* | ip: process in-order fragments efficientlyPeter Oskolkov2018-08-112-42/+70
* | ip: add helpers to process in-order fragments faster.Peter Oskolkov2018-08-111-0/+73
* | net: sched: act_police: remove dependency on rtnl lockVlad Buslov2018-08-111-3/+6
* | net: core: protect rate estimator statistics pointer with lockVlad Buslov2018-08-111-8/+13
* | net: sched: act_mirred: remove dependency on rtnl lockVlad Buslov2018-08-111-27/+51
* | net: sched: extend action ops with put_dev callbackVlad Buslov2018-08-112-1/+12
* | net: sched: act_vlan: remove dependency on rtnl lockVlad Buslov2018-08-111-12/+15
* | net: sched: act_tunnel_key: remove dependency on rtnl lockVlad Buslov2018-08-111-13/+13
* | net: sched: act_skbmod: remove dependency on rtnl lockVlad Buslov2018-08-111-5/+9
* | net: sched: act_simple: remove dependency on rtnl lockVlad Buslov2018-08-111-1/+5
* | net: sched: act_sample: remove dependency on rtnl lockVlad Buslov2018-08-111-2/+10
* | net: sched: act_pedit: remove dependency on rtnl lockVlad Buslov2018-08-111-20/+20
* | net: sched: act_ipt: remove dependency on rtnl lockVlad Buslov2018-08-111-0/+3
* | net: sched: act_ife: remove dependency on rtnl lockVlad Buslov2018-08-111-15/+25
* | net: sched: act_gact: remove dependency on rtnl lockVlad Buslov2018-08-111-2/+8
* | net: sched: act_csum: remove dependency on rtnl lockVlad Buslov2018-08-111-9/+15