Age | Commit message (Expand) | Author |
2020-12-07 | lwt_bpf: Replace preempt_disable() with migrate_disable() | Cong Wang |
2020-12-07 | lwt: Disable BH too in run_lwt_bpf() | Dongdong Wang |
2020-03-29 | net: add net available in build_state | Alexander Aring |
2019-12-04 | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca |
2019-10-14 | bpf: lwtunnel: Fix reroute supplying invalid dst | Jiri Benc |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek |
2019-03-29 | ipv6: Move ipv6 stubs to a separate header file | David Ahern |
2019-03-07 | net: fix GSO in bpf_lwt_push_ip_encap | Peter Oskolkov |
2019-02-24 | net: fix double-free in bpf_lwt_xmit_reroute | Peter Oskolkov |
2019-02-14 | bpf: fix memory leak in bpf_lwt_xmit_reroute | Peter Oskolkov |
2019-02-13 | bpf: add handling of BPF_LWT_REROUTE to lwt_bpf.c | Peter Oskolkov |
2019-02-13 | bpf: handle GSO in bpf_lwt_push_encap | Peter Oskolkov |
2019-02-13 | bpf: implement BPF_LWT_ENCAP_IP mode in bpf_lwt_push_encap | Peter Oskolkov |
2019-01-20 | bpf: in __bpf_redirect_no_mac pull mac only if present | Willem de Bruijn |
2018-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-07-31 | lwt_bpf: remove unnecessary rcu_read_lock in run_lwt_bpf | Taehee Yoo |
2018-07-28 | bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog() | Taehee Yoo |
2017-09-26 | bpf: rename bpf_compute_data_end into bpf_compute_data_pointers | Daniel Borkmann |
2017-05-30 | net: add extack arg to lwtunnel build state | David Ahern |
2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg |
2017-01-30 | lwtunnel: remove device arg to lwtunnel_build_state | David Ahern |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-24 | net: Specify the owning module for lwtunnel ops | Robert Shearman |
2017-01-12 | lwt_bpf: bpf_lwt_prog_cmp() can be static | Wei Yongjun |
2016-12-02 | bpf: BPF for lightweight tunnel infrastructure | Thomas Graf |