Show patches with: Submitter = Lorenz Bauer       |    State = Action Required       |    Archived = No       |   48 patches
Patch Series S/W/F Date Submitter Delegate State
[bpf-next,v4,01/12] bpf: sockmap: only check ULP for TCP sockets bpf: sockmap, sockhash: support storing UDP sockets --- 2020-03-09 Lorenz Bauer New
[bpf-next,v4,03/12] bpf: tcp: move assertions into tcp_bpf_get_proto bpf: sockmap, sockhash: support storing UDP sockets --- 2020-03-09 Lorenz Bauer New
[bpf-next,v4,05/12] bpf: sockmap: move generic sockmap hooks from BPF TCP bpf: sockmap, sockhash: support storing UDP sockets --- 2020-03-09 Lorenz Bauer New
[bpf-next,v4,09/12] selftests: bpf: don't listen() on UDP sockets bpf: sockmap, sockhash: support storing UDP sockets --- 2020-03-09 Lorenz Bauer New
[bpf-next,v4,11/12] selftests: bpf: enable UDP sockmap reuseport tests bpf: sockmap, sockhash: support storing UDP sockets --- 2020-03-09 Lorenz Bauer New
[bpf-next,v4,12/12] bpf, doc: update maintainers for L7 BPF bpf: sockmap, sockhash: support storing UDP sockets --- 2020-03-09 Lorenz Bauer New
[1/5] bpf: add map_copy_value hook [1/5] bpf: add map_copy_value hook --- 2020-03-10 Lorenz Bauer New
[2/5] bpf: convert queue and stack map to map_copy_value [1/5] bpf: add map_copy_value hook --- 2020-03-10 Lorenz Bauer New
[4/5] bpf: sockmap, sockhash: return file descriptors from privileged lookup [1/5] bpf: add map_copy_value hook --- 2020-03-10 Lorenz Bauer New
[1/1] selftests/bpf: add cls_redirect classifier Open source our TC classifier --- 2020-04-24 Lorenz Bauer New
[bpf] bpf: cgroup: allow multi-attach program to replace itself [bpf] bpf: cgroup: allow multi-attach program to replace itself --- 2020-06-08 Lorenz Bauer New
[bpf,2/2] bpf: sockmap: reject invalid attach_flags Untitled series #40934 --- 2020-06-12 Lorenz Bauer New
[bpf-next,1/6] net: sk_msg: simplify sk_psock initialization [bpf-next,1/6] net: sk_msg: simplify sk_psock initialization --- 2020-08-19 Lorenz Bauer New
[bpf-next,2/6] bpf: sockmap: merge sockmap and sockhash update functions [bpf-next,1/6] net: sk_msg: simplify sk_psock initialization --- 2020-08-19 Lorenz Bauer New
[bpf-next,5/6] bpf: sockmap: allow update from BPF [bpf-next,1/6] net: sk_msg: simplify sk_psock initialization --- 2020-08-19 Lorenz Bauer New
[bpf-next,v2,5/6] bpf: sockmap: allow update from BPF Allow updating sockmap / sockhash from BPF --- 2020-08-20 Lorenz Bauer New
[bpf-next,v2,6/6] selftests: bpf: test sockmap update from BPF Allow updating sockmap / sockhash from BPF --- 2020-08-20 Lorenz Bauer New
[bpf-next,v3,4/6] bpf: override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash Allow updating sockmap / sockhash from BPF --- 2020-08-21 Lorenz Bauer New
[bpf-next,v4,01/11] btf: make btf_set_contains take a const pointer Make check_func_arg type checks table driven --- 2020-09-21 Lorenz Bauer New
[bpf-next,v4,05/11] bpf: make BTF pointer type checking generic Make check_func_arg type checks table driven --- 2020-09-21 Lorenz Bauer New
[bpf-next,v4,08/11] bpf: set meta->raw_mode for pointers close to use Make check_func_arg type checks table driven --- 2020-09-21 Lorenz Bauer New
[bpf-next,v4,09/11] bpf: check ARG_PTR_TO_SPINLOCK register type in check_func_arg Make check_func_arg type checks table driven --- 2020-09-21 Lorenz Bauer New
[bpf-next,v4,10/11] bpf: hoist type checking for nullable arg types Make check_func_arg type checks table driven --- 2020-09-21 Lorenz Bauer New
[bpf-next] bpf: explicitly size compatible_reg_types [bpf-next] bpf: explicitly size compatible_reg_types --- 2020-09-23 Lorenz Bauer New
[bpf-next,v2,1/4] bpf: sockmap: enable map_update_elem from bpf_iter Sockmap copying --- 2020-09-28 Lorenz Bauer New
[bpf-next,v2,2/4] selftests: bpf: Add helper to compare socket cookies Sockmap copying --- 2020-09-28 Lorenz Bauer New
[bpf-next,v2,3/4] selftests: bpf: remove shared header from sockmap iter test Sockmap copying --- 2020-09-28 Lorenz Bauer New
[bpf-next,v3,4/4] selftest: bpf: Test copying a sockmap and sockhash Sockmap copying --- 2020-09-29 Lorenz Bauer New
[bpf] bpf: sockmap: add locking annotations to iterator [bpf] bpf: sockmap: add locking annotations to iterator --- 2020-10-12 Lorenz Bauer New
[bpf] tools/bpftool: fix attaching flow dissector [bpf] tools/bpftool: fix attaching flow dissector --- 2020-11-05 Lorenz Bauer New
[bpf-next,2/8] bpf: add for_each_bpf_prog helper PROG_TEST_RUN support for sk_lookup programs --- 2021-02-16 Lorenz Bauer New
[bpf-next,3/8] bpf: allow multiple programs in BPF_PROG_TEST_RUN PROG_TEST_RUN support for sk_lookup programs --- 2021-02-16 Lorenz Bauer New
[bpf-next,4/8] bpf: add PROG_TEST_RUN support for sk_lookup programs PROG_TEST_RUN support for sk_lookup programs --- 2021-02-16 Lorenz Bauer New
[bpf-next,5/8] tools: libbpf: allow testing program types with multi-prog semantics PROG_TEST_RUN support for sk_lookup programs --- 2021-02-16 Lorenz Bauer New
[bpf-next,6/8] selftests: bpf: convert sk_lookup multi prog tests to PROG_TEST_RUN PROG_TEST_RUN support for sk_lookup programs --- 2021-02-16 Lorenz Bauer New
[bpf-next,v2,1/4] net: add SO_NETNS_COOKIE socket option Expose network namespace cookies to user space --- 2021-02-19 Lorenz Bauer New
[bpf-next,v2,2/4] nsfs: add an ioctl to discover the network namespace cookie Expose network namespace cookies to user space --- 2021-02-19 Lorenz Bauer New
[bpf-next,v2,4/4] tools/testing: add a selftest for SO_NETNS_COOKIE Expose network namespace cookies to user space --- 2021-02-19 Lorenz Bauer New
[bpf-next,v3,3/4] tools/testing: add test for NS_GET_COOKIE Expose network namespace cookies to user space --- 2021-02-19 Lorenz Bauer New
[bpf-next,v4,1/5] bpf: consolidate shared test timing code PROG_TEST_RUN support for sk_lookup programs --- 2021-03-03 Lorenz Bauer New
[bpf-next,v4,2/5] bpf: add PROG_TEST_RUN support for sk_lookup programs PROG_TEST_RUN support for sk_lookup programs --- 2021-03-03 Lorenz Bauer New
[bpf-next,v4,3/5] selftests: bpf: convert sk_lookup ctx access tests to PROG_TEST_RUN PROG_TEST_RUN support for sk_lookup programs --- 2021-03-03 Lorenz Bauer New
[bpf-next,v4,4/5] selftests: bpf: check that PROG_TEST_RUN repeats as requested PROG_TEST_RUN support for sk_lookup programs --- 2021-03-03 Lorenz Bauer New
[bpf-next,v4,5/5] selftests: bpf: don't run sk_lookup in verifier tests PROG_TEST_RUN support for sk_lookup programs --- 2021-03-03 Lorenz Bauer New
[bpf,v2,1/2] bpf: link: refuse non-O_RDWR flags in BPF_OBJ_GET [bpf,v2,1/2] bpf: link: refuse non-O_RDWR flags in BPF_OBJ_GET --- 2021-03-26 Lorenz Bauer New
[bpf,v2,2/2] bpf: program: refuse non-O_RDWR flags in BPF_OBJ_GET [bpf,v2,1/2] bpf: link: refuse non-O_RDWR flags in BPF_OBJ_GET --- 2021-03-26 Lorenz Bauer New
[bpf-next,1/3] bpf: verifier: improve function state reallocation [bpf-next,1/3] bpf: verifier: improve function state reallocation --- 2021-04-29 Lorenz Bauer New
[bpf-next,3/3] bpf: verifier: allocate idmap scratch in verifier env [bpf-next,1/3] bpf: verifier: improve function state reallocation --- 2021-04-29 Lorenz Bauer New