summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2022-04-19
* bpf: allow bpf_get_prandom_u32() to be used in tracingAlexei Starovoitov2022-04-19
* bpf: minor cleanups in helpersDaniel Borkmann2022-04-19
* bpf: get rid of cgroup helper related ifdefsDaniel Borkmann2022-04-19
* bpf: enable event output helper also for xdp typesDaniel Borkmann2022-04-19
* bpf: add bpf_skb_change_tail helperDaniel Borkmann2022-04-19
* bpf: use skb_pkt_type_ok helper in bpf_skb_change_typeDaniel Borkmann2022-04-19
* bpf: fix write helpers with regards to non-linear partsDaniel Borkmann2022-04-19
* bpf: add test cases for direct packet accessDaniel Borkmann2022-04-19
* bpf: fix range propagation on direct packet accessDaniel Borkmann2022-04-19
* samples/bpf: add verifier tests for the helper access to the packetAaron Yue2022-04-19
* samples/bpf: add verifier testsAlexei Starovoitov2022-04-19
* bpf, samples: add test cases for raw stackDaniel Borkmann2022-04-19
* samples/bpf: add map_flags to bpf loaderAlexei Starovoitov2022-04-19
* samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_ARRAYtom.leiming@gmail.com2022-04-19
* samples/bpf: make map creation more verboseAlexei Starovoitov2022-04-19
* samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_HASHMartin KaFai Lau2022-04-19
* bpf: perf_event progs should only use preallocated mapsAlexei Starovoitov2022-04-19
* bpf: support 8-byte metafield accessAlexei Starovoitov2022-04-19
* bpf: allow helpers access the packet directlyAlexei Starovoitov2022-04-19
* 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