Show patches with: Delegate = bpf       |   13781 patches
« 1 2 3 4137 138 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[net,01/10] bpf: offload: add comment warning developers about double destroy bpf: offload: check netdev pointer in the drivers and namespace trouble 2 - 1 - --- 2017-11-20 Jakub Kicinski bpf Changes Requested
[net,02/10] bpf: offload: limit offload to cls_bpf and xdp programs only bpf: offload: check netdev pointer in the drivers and namespace trouble 2 - 1 - --- 2017-11-20 Jakub Kicinski bpf Changes Requested
[net,03/10] bpf: offload: rename the ifindex field bpf: offload: check netdev pointer in the drivers and namespace trouble 2 - 1 - --- 2017-11-20 Jakub Kicinski bpf Changes Requested
[net,04/10] bpf: offload: move offload device validation out to the drivers bpf: offload: check netdev pointer in the drivers and namespace trouble 3 - 1 - --- 2017-11-20 Jakub Kicinski bpf Changes Requested
[net,05/10] net: xdp: don't allow device-bound programs in driver mode bpf: offload: check netdev pointer in the drivers and namespace trouble 2 - 1 - --- 2017-11-20 Jakub Kicinski bpf Changes Requested
[net,06/10] bpf: turn bpf_prog_get_type() into a wrapper bpf: offload: check netdev pointer in the drivers and namespace trouble 2 - 1 - --- 2017-11-20 Jakub Kicinski bpf Changes Requested
[net,07/10] bpf: offload: ignore namespace moves bpf: offload: check netdev pointer in the drivers and namespace trouble - - - - --- 2017-11-20 Jakub Kicinski bpf Changes Requested
[net,08/10] bpftool: revert printing program device bound info bpf: offload: check netdev pointer in the drivers and namespace trouble - - - - --- 2017-11-20 Jakub Kicinski bpf Changes Requested
[net,09/10] bpf: revert report offload info to user space bpf: offload: check netdev pointer in the drivers and namespace trouble - - - - --- 2017-11-20 Jakub Kicinski bpf Changes Requested
[net,10/10] bpf: make bpf_prog_offload_verifier_prep() static inline bpf: offload: check netdev pointer in the drivers and namespace trouble - - - - --- 2017-11-20 Jakub Kicinski bpf Changes Requested
[net,v2,01/10] bpf: offload: add comment warning developers about double destroy bpf: offload: check netdev pointer in the drivers and namespace trouble 2 - 1 - --- 2017-11-20 Jakub Kicinski bpf Accepted
[net,v2,02/10] bpf: offload: limit offload to cls_bpf and xdp programs only bpf: offload: check netdev pointer in the drivers and namespace trouble 2 - 1 - --- 2017-11-20 Jakub Kicinski bpf Accepted
[net,v2,03/10] bpf: offload: rename the ifindex field bpf: offload: check netdev pointer in the drivers and namespace trouble 2 - 1 - --- 2017-11-20 Jakub Kicinski bpf Accepted
[net,v2,04/10] bpf: offload: move offload device validation out to the drivers bpf: offload: check netdev pointer in the drivers and namespace trouble 3 - 1 - --- 2017-11-20 Jakub Kicinski bpf Accepted
[net,v2,05/10] net: xdp: don't allow device-bound programs in driver mode bpf: offload: check netdev pointer in the drivers and namespace trouble 2 - 1 - --- 2017-11-20 Jakub Kicinski bpf Accepted
[net,v2,06/10] bpf: turn bpf_prog_get_type() into a wrapper bpf: offload: check netdev pointer in the drivers and namespace trouble 2 - 1 - --- 2017-11-20 Jakub Kicinski bpf Accepted
[net,v2,07/10] bpf: offload: ignore namespace moves bpf: offload: check netdev pointer in the drivers and namespace trouble - - - - --- 2017-11-20 Jakub Kicinski bpf Accepted
[net,v2,08/10] bpftool: revert printing program device bound info bpf: offload: check netdev pointer in the drivers and namespace trouble - - - - --- 2017-11-20 Jakub Kicinski bpf Accepted
[net,v2,09/10] bpf: revert report offload info to user space bpf: offload: check netdev pointer in the drivers and namespace trouble - - - - --- 2017-11-20 Jakub Kicinski bpf Accepted
[net,v2,10/10] bpf: make bpf_prog_offload_verifier_prep() static inline bpf: offload: check netdev pointer in the drivers and namespace trouble - - - - --- 2017-11-20 Jakub Kicinski bpf Accepted
[net] bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier [net] bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier - - - - --- 2017-11-21 Yonghong Song bpf Accepted
[net,1/4] bpf: introduce ARG_PTR_TO_MEM_OR_NULL bpf: fix semantics issues with helpers receiving NULL arguments 2 - - - --- 2017-11-22 Gianluca Borello bpf Accepted
[net,2/4] bpf: remove explicit handling of 0 for arg2 in bpf_probe_read bpf: fix semantics issues with helpers receiving NULL arguments 3 - - - --- 2017-11-22 Gianluca Borello bpf Accepted
[net,3/4] bpf: change bpf_probe_read_str arg2 type to ARG_CONST_SIZE_OR_ZERO bpf: fix semantics issues with helpers receiving NULL arguments 2 - - - --- 2017-11-22 Gianluca Borello bpf Accepted
[net,4/4] bpf: change bpf_perf_event_output arg5 type to ARG_CONST_SIZE_OR_ZERO bpf: fix semantics issues with helpers receiving NULL arguments 2 - - - --- 2017-11-22 Gianluca Borello bpf Accepted
[net] bpf: fix branch pruning logic [net] bpf: fix branch pruning logic 1 - - - --- 2017-11-22 Alexei Starovoitov bpf Changes Requested
[v7,1/5] add infrastructure for tagging functions as error injectable Add the ability to do BPF directed error injection 1 - - - --- 2017-11-22 Josef Bacik bpf Changes Requested
[v7,2/5] btrfs: make open_ctree error injectable Add the ability to do BPF directed error injection 1 - - - --- 2017-11-22 Josef Bacik bpf Changes Requested
[v7,3/5] bpf: add a bpf_override_function helper Add the ability to do BPF directed error injection 3 - - - --- 2017-11-22 Josef Bacik bpf Changes Requested
[v7,4/5] samples/bpf: add a test for bpf_override_return Add the ability to do BPF directed error injection 2 - - - --- 2017-11-22 Josef Bacik bpf Changes Requested
[v7,5/5] btrfs: allow us to inject errors at io_ctl_init Add the ability to do BPF directed error injection 1 - - - --- 2017-11-22 Josef Bacik bpf Changes Requested
[v2,net] bpf: fix branch pruning logic [v2,net] bpf: fix branch pruning logic 1 - - - --- 2017-11-23 Alexei Starovoitov bpf Accepted
[RFC,net-next,1/6] net: xdp: avoid output parameters when querying XDP prog xdp: make stack perform remove and tests - - 1 - --- 2017-11-24 Jakub Kicinski bpf RFC
[RFC,net-next,2/6] net: xdp: report flags program was installed with on query xdp: make stack perform remove and tests - - 1 - --- 2017-11-24 Jakub Kicinski bpf RFC
[RFC,net-next,3/6] net: xdp: make the stack take care of the tear down xdp: make stack perform remove and tests - - 1 - --- 2017-11-24 Jakub Kicinski bpf RFC
[RFC,net-next,4/6] netdevsim: add software driver for testing offloads xdp: make stack perform remove and tests - - 1 - --- 2017-11-24 Jakub Kicinski bpf RFC
[RFC,net-next,5/6] netdevsim: add bpf offload support xdp: make stack perform remove and tests - - 1 - --- 2017-11-24 Jakub Kicinski bpf RFC
[RFC,net-next,6/6] selftests/bpf: add offload test based on netdevsim xdp: make stack perform remove and tests - - 1 - --- 2017-11-24 Jakub Kicinski bpf RFC
[net] bpf: offload: add a license header [net] bpf: offload: add a license header - - 1 - --- 2017-11-27 Jakub Kicinski bpf Accepted
[net,1/6] tools: bpftool: fix crash on bad parameters with JSON tools: bpftool: fix a minor issues with JSON and Makefiles 1 - - - --- 2017-11-29 Jakub Kicinski bpf Accepted
[net,2/6] tools: bpftool: clean up the JSON writer before exiting in usage() tools: bpftool: fix a minor issues with JSON and Makefiles 1 - - - --- 2017-11-29 Jakub Kicinski bpf Accepted
[net,3/6] tools: bpftool: make error message from getopt_long() JSON-friendly tools: bpftool: fix a minor issues with JSON and Makefiles 1 - - - --- 2017-11-29 Jakub Kicinski bpf Accepted
[net,4/6] tools: bpftool: remove spurious line break from error message tools: bpftool: fix a minor issues with JSON and Makefiles 1 - - - --- 2017-11-29 Jakub Kicinski bpf Accepted
[net,5/6] tools: bpftool: unify installation directories tools: bpftool: fix a minor issues with JSON and Makefiles 1 - - - --- 2017-11-29 Jakub Kicinski bpf Accepted
[net,6/6] tools: bpftool: declare phony targets as such tools: bpftool: fix a minor issues with JSON and Makefiles 1 - - - --- 2017-11-29 Jakub Kicinski bpf Accepted
[net-next,1/2] bpf/tracing: allow user space to query prog array on the same tp bpf/tracing: allow user space to query prog array on the same tp - - - - --- 2017-11-29 Yonghong Song bpf Changes Requested
[net-next,2/2] bpf/tracing: add a bpf test for new ioctl query interface bpf/tracing: allow user space to query prog array on the same tp - - - - --- 2017-11-29 Yonghong Song bpf Changes Requested
[RFC] bpf: offload: report device information for offloaded programs [RFC] bpf: offload: report device information for offloaded programs - - 2 - --- 2017-11-30 Jakub Kicinski bpf RFC
[resend] trace/xdp: fix compile warning: 'struct bpf_map' declared inside parameter list [resend] trace/xdp: fix compile warning: 'struct bpf_map' declared inside parameter list 2 - - - --- 2017-11-30 Xie XiuQi bpf Accepted
[v2] bcc: Try use new API to create [k,u]probe with perf_event_open [v2] bcc: Try use new API to create [k,u]probe with perf_event_open - - - - --- 2017-11-30 Song Liu bpf Not Applicable
[v2,1/6] perf: Add new types PERF_TYPE_KPROBE and PERF_TYPE_UPROBE enable creating [k,u]probe with perf_event_open 1 - 2 - --- 2017-11-30 Song Liu bpf Changes Requested
[v2] perf_event_open.2: add type PERF_TYPE_KPROBE and PERF_TYPE_UPROBE [v2] perf_event_open.2: add type PERF_TYPE_KPROBE and PERF_TYPE_UPROBE - - - - --- 2017-11-30 Song Liu bpf Not Applicable
[v2,2/6] perf: copy new perf_event.h to tools/include/uapi enable creating [k,u]probe with perf_event_open 1 - 2 - --- 2017-11-30 Song Liu bpf Changes Requested
[v2,3/6] perf: implement support of PERF_TYPE_KPROBE enable creating [k,u]probe with perf_event_open - - 2 - --- 2017-11-30 Song Liu bpf Changes Requested
[v2,4/6] perf: implement support of PERF_TYPE_UPROBE enable creating [k,u]probe with perf_event_open - - 2 - --- 2017-11-30 Song Liu bpf Changes Requested
[v2,5/6] bpf: add option for bpf_load.c to use PERF_TYPE_KPROBE enable creating [k,u]probe with perf_event_open - - 1 - --- 2017-11-30 Song Liu bpf Changes Requested
[v2,6/6] bpf: add new test test_many_kprobe enable creating [k,u]probe with perf_event_open - - 1 - --- 2017-11-30 Song Liu bpf Changes Requested
[net-next,1/5] libbpf: add ability to guess program type based on section name bpftool: cgroup bpf operations - - - - --- 2017-11-30 Roman Gushchin bpf Changes Requested
[net-next,2/5] libbpf: prefer global symbols as bpf program name source bpftool: cgroup bpf operations - - - - --- 2017-11-30 Roman Gushchin bpf Changes Requested
[net-next,3/5] bpftool: implement cgattach command bpftool: cgroup bpf operations - - - - --- 2017-11-30 Roman Gushchin bpf Changes Requested
[net-next,4/5] bpftool: implement cgdetach command bpftool: cgroup bpf operations - - - - --- 2017-11-30 Roman Gushchin bpf Changes Requested
[net-next,5/5] bpftool: implement cglist command bpftool: cgroup bpf operations - - - - --- 2017-11-30 Roman Gushchin bpf Changes Requested
[net-next] tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_verifier_log [net-next] tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_verifier_log - - - - --- 2017-11-30 Yonghong Song bpf Accepted
[net-next] samples/bpf: Convert magic numbers to names in multi-prog cgroup test case [net-next] samples/bpf: Convert magic numbers to names in multi-prog cgroup test case - - - - --- 2017-11-30 David Ahern bpf Accepted
[net,1/2] bpf: set maximum number of attached progs to 64 for a single perf tp [net,1/2] bpf: set maximum number of attached progs to 64 for a single perf tp - - - - --- 2017-11-30 Yonghong Song bpf Accepted
[net,2/2] samples/bpf: add error checking for perf ioctl calls in bpf loader [net,1/2] bpf: set maximum number of attached progs to 64 for a single perf tp - - - - --- 2017-11-30 Yonghong Song bpf Accepted
[net-next,1/8] net: xdp: avoid output parameters when querying XDP prog [net-next,1/8] net: xdp: avoid output parameters when querying XDP prog - - 2 - --- 2017-11-30 Jakub Kicinski bpf Superseded
[v3] bcc: Try use new API to create [k,u]probe with perf_event_open enable creating [k,u]probe with perf_event_open - - - - --- 2017-11-30 Song Liu bpf Not Applicable
[v3] perf_event_open.2: add type kprobe and uprobe [v3] perf_event_open.2: add type kprobe and uprobe - - - - --- 2017-11-30 Song Liu bpf Not Applicable
[v3,1/6] perf: prepare perf_event.h for new types perf_kprobe and perf_uprobe [v3,1/6] perf: prepare perf_event.h for new types perf_kprobe and perf_uprobe 1 - 2 - --- 2017-11-30 Song Liu bpf Changes Requested
[v3,2/6] perf: copy new perf_event.h to tools/include/uapi enable creating [k,u]probe with perf_event_open 1 - 2 - --- 2017-11-30 Song Liu bpf Changes Requested
[v3,3/6] perf: implement pmu perf_kprobe enable creating [k,u]probe with perf_event_open - - 2 - --- 2017-11-30 Song Liu bpf Changes Requested
[v3,4/6] perf: implement pmu perf_uprobe enable creating [k,u]probe with perf_event_open - - 2 - --- 2017-11-30 Song Liu bpf Changes Requested
[v3,5/6] bpf: add option for bpf_load.c to use perf_kprobe enable creating [k,u]probe with perf_event_open - - 1 - --- 2017-11-30 Song Liu bpf Changes Requested
[v3,6/6] bpf: add new test test_many_kprobe enable creating [k,u]probe with perf_event_open - - 1 - --- 2017-11-30 Song Liu bpf Changes Requested
[net-next,v2,1/8] net: xdp: avoid output parameters when querying XDP prog xdp: make stack perform remove and tests - - 2 - --- 2017-12-01 Jakub Kicinski bpf Changes Requested
[net-next,v2,2/8] net: xdp: report flags program was installed with on query xdp: make stack perform remove and tests - - 2 - --- 2017-12-01 Jakub Kicinski bpf Changes Requested
[net-next,v2,3/8] net: xdp: make the stack take care of the tear down xdp: make stack perform remove and tests - - 2 - --- 2017-12-01 Jakub Kicinski bpf Changes Requested
[net-next,v2,4/8] netdevsim: add software driver for testing offloads xdp: make stack perform remove and tests - - 2 - --- 2017-12-01 Jakub Kicinski bpf Changes Requested
[net-next,v2,5/8] netdevsim: add bpf offload support xdp: make stack perform remove and tests - - 2 - --- 2017-12-01 Jakub Kicinski bpf Changes Requested
[net-next,v2,6/8] selftests/bpf: add offload test based on netdevsim xdp: make stack perform remove and tests - - 2 - --- 2017-12-01 Jakub Kicinski bpf Changes Requested
[net-next,v2,7/8] netdevsim: add SR-IOV functionality xdp: make stack perform remove and tests - - 1 - --- 2017-12-01 Jakub Kicinski bpf Changes Requested
[net-next,v2,8/8] net: dummy: remove fake SR-IOV functionality xdp: make stack perform remove and tests 1 - 1 - --- 2017-12-01 Jakub Kicinski bpf Changes Requested
[net-next,1/7] bpf: fix stack state printing in verifier log bpf: verifier improvements and cleanups 2 - - - --- 2017-12-01 Alexei Starovoitov bpf Accepted
[net-next,2/7] bpf: print liveness info to verifier log bpf: verifier improvements and cleanups 2 - - - --- 2017-12-01 Alexei Starovoitov bpf Accepted
[net-next,3/7] bpf: don't mark FP reg as uninit bpf: verifier improvements and cleanups 2 - - - --- 2017-12-01 Alexei Starovoitov bpf Accepted
[net-next,4/7] bpf: improve verifier liveness marks bpf: verifier improvements and cleanups 2 - - - --- 2017-12-01 Alexei Starovoitov bpf Accepted
[net-next,5/7] bpf: improve JEQ/JNE path walking bpf: verifier improvements and cleanups 2 - - - --- 2017-12-01 Alexei Starovoitov bpf Accepted
[net-next,6/7] bpf: cleanup register_is_null() bpf: verifier improvements and cleanups 2 - - - --- 2017-12-01 Alexei Starovoitov bpf Accepted
[net-next,7/7] selftests/bpf: adjust test_align expected output bpf: verifier improvements and cleanups 1 - - - --- 2017-12-01 Alexei Starovoitov bpf Accepted
[net-next,01/13] nfp: fix old kdoc issues nfp: bpf: jump resolution and memcpy update - - - - --- 2017-12-01 Jakub Kicinski bpf Accepted
[net-next,02/13] nfp: bpf: support backward jump nfp: bpf: jump resolution and memcpy update - - - - --- 2017-12-01 Jakub Kicinski bpf Accepted
[net-next,03/13] nfp: bpf: record jump destination to simplify jump fixup nfp: bpf: jump resolution and memcpy update - - 1 - --- 2017-12-01 Jakub Kicinski bpf Accepted
[net-next,04/13] nfp: bpf: flag jump destination to guide insn combine optimizations nfp: bpf: jump resolution and memcpy update - - 1 - --- 2017-12-01 Jakub Kicinski bpf Accepted
[net-next,05/13] nfp: bpf: don't do ld/mask combination if mask is jump destination nfp: bpf: jump resolution and memcpy update - - 1 - --- 2017-12-01 Jakub Kicinski bpf Accepted
[net-next,06/13] nfp: bpf: don't do ld/shifts combination if shifts are jump destination nfp: bpf: jump resolution and memcpy update - - 1 - --- 2017-12-01 Jakub Kicinski bpf Accepted
[net-next,07/13] nfp: bpf: relax source operands check nfp: bpf: jump resolution and memcpy update - - 1 - --- 2017-12-01 Jakub Kicinski bpf Accepted
[net-next,08/13] nfp: bpf: correct the encoding for No-Dest immed nfp: bpf: jump resolution and memcpy update - - 1 - --- 2017-12-01 Jakub Kicinski bpf Accepted
[net-next,09/13] nfp: bpf: encode indirect commands nfp: bpf: jump resolution and memcpy update - - - - --- 2017-12-01 Jakub Kicinski bpf Accepted
[net-next,10/13] nfp: bpf: factor out is_mbpf_load & is_mbpf_store nfp: bpf: jump resolution and memcpy update - - 1 - --- 2017-12-01 Jakub Kicinski bpf Accepted
« 1 2 3 4137 138 »