summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | bpf: fix bpf_skb_in_cgroup helper namingDaniel Borkmann2022-04-19
* | | cgroup: bpf: Add an example to do cgroup checking in BPFMartin KaFai Lau2022-04-19
* | | samples/bpf: add 'pointer to packet' testsAlexei Starovoitov2022-04-19
* | | samples/bpf: add tracepoint vs kprobe performance testsAlexei Starovoitov2022-04-19
* | | samples/bpf: add map performance testAlexei Starovoitov2022-04-19
* | | samples/bpf: add bpf map stress testAlexei Starovoitov2022-04-19
* | | bpf: Add bpf_current_task_under_cgroup helperSargun Dhillon2022-04-19
* | | bpf: Add bpf_probe_write_user BPF helper to be called in tracersSargun Dhillon2022-04-19
* | | samples/bpf: offwaketime exampleAlexei Starovoitov2022-04-19
* | | kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bugAndrew Morton2022-04-19
* | | bpf: introduce bpf_get_current_task() helperAlexei Starovoitov2022-04-19
* | | bpf: add bpf_get_hash_recalc helperDaniel Borkmann2022-04-19
* | | bpf: restore behavior of bpf_map_update_elemAlexei Starovoitov2022-04-19
* | | bpf: fix method of PTR_TO_PACKET reg id generationJakub Kicinski2022-04-19
* | | bpf: enable direct packet data write for xdp progsBrenden Blanco2022-04-19
* | | bpf: add XDP prog type for early driver filterBrenden Blanco2022-04-19
* | | bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov2022-04-19
* | | bpf: cleanup bpf_prog_run_{save,clear}_cb helpersDaniel Borkmann2022-04-19
* | | bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco2022-04-19
* | | bpf: bpf_event_entry_gen's alloc needs to be in atomic contextDaniel Borkmann2022-04-19
* | | bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2022-04-19
* | | bpf: make inode code explicitly non-modularPaul Gortmaker2022-04-19
* | | cgroup: bpf: Add bpf_skb_in_cgroup_protoMartin KaFai Lau2022-04-19
* | | bpf: add bpf_skb_change_type helperDaniel Borkmann2022-04-19
* | | bpf: add bpf_skb_change_proto helperDaniel Borkmann2022-04-19
* | | cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAYMartin KaFai Lau2022-04-19
* | | bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2022-04-19
* | | bpf: generally move prog destruction to RCU deferralDaniel Borkmann2022-04-19
* | | bpf: don't use raw processor id in generic helperDaniel Borkmann2022-04-19
* | | bpf: minor cleanups on fd maps and helpersDaniel Borkmann2022-04-19
* | | bpf, maps: flush own entries on perf map releaseDaniel Borkmann2022-04-19
* | | bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann2022-04-19
* | | bpf, maps: add release callbackDaniel Borkmann2022-04-19
* | | bpf: fix matching of data/data_end in verifierAlexei Starovoitov2022-04-19
* | | perf core: Per event callchain limitArnaldo Carvalho de Melo2022-04-19
* | | bpf, inode: disallow userns mountsDaniel Borkmann2022-04-19
* | | bpf: teach verifier to recognize imm += ptr patternAlexei Starovoitov2022-04-19
* | | bpf: support decreasing order in direct packet accessAlexei Starovoitov2022-04-19
* | | bpf: Use mount_nodev not mount_ns to mount the bpf filesystemEric W. Biederman2022-04-19
* | | bpf: rather use get_random_int for randomizationsDaniel Borkmann2022-04-19
* | | perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2022-04-19
* | | bpf: add generic constant blinding for use in jitsDaniel Borkmann2022-04-19
* | | bpf: move bpf_jit_enable declarationDaniel Borkmann2022-04-19
* | | bpf, trace: use READ_ONCE for retrieving file ptrDaniel Borkmann2022-04-19
* | | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann2022-04-19
* | | bpf: avoid warning for wrong pointer castArnd Bergmann2022-04-19
* | | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2022-04-19
* | | bpf: add bpf_patch_insn_single helperDaniel Borkmann2022-04-19
* | | bpf: minor cleanups in ebpf codeDaniel Borkmann2022-04-19
* | | bpf: improve verifier state equivalenceAlexei Starovoitov2022-04-19