index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
bpf: introduce BPF_PROG_TYPE_PERF_EVENT program type
Alexei Starovoitov
2022-04-19
*
bpf: allow bpf_get_prandom_u32() to be used in tracing
Alexei Starovoitov
2022-04-19
*
bpf: minor cleanups in helpers
Daniel Borkmann
2022-04-19
*
bpf: get rid of cgroup helper related ifdefs
Daniel Borkmann
2022-04-19
*
bpf: enable event output helper also for xdp types
Daniel Borkmann
2022-04-19
*
bpf: add bpf_skb_change_tail helper
Daniel Borkmann
2022-04-19
*
bpf: use skb_pkt_type_ok helper in bpf_skb_change_type
Daniel Borkmann
2022-04-19
*
bpf: fix write helpers with regards to non-linear parts
Daniel Borkmann
2022-04-19
*
bpf: add test cases for direct packet access
Daniel Borkmann
2022-04-19
*
bpf: fix range propagation on direct packet access
Daniel Borkmann
2022-04-19
*
samples/bpf: add verifier tests for the helper access to the packet
Aaron Yue
2022-04-19
*
samples/bpf: add verifier tests
Alexei Starovoitov
2022-04-19
*
bpf, samples: add test cases for raw stack
Daniel Borkmann
2022-04-19
*
samples/bpf: add map_flags to bpf loader
Alexei Starovoitov
2022-04-19
*
samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_ARRAY
tom.leiming@gmail.com
2022-04-19
*
samples/bpf: make map creation more verbose
Alexei Starovoitov
2022-04-19
*
samples/bpf: unit test for BPF_MAP_TYPE_PERCPU_HASH
Martin KaFai Lau
2022-04-19
*
bpf: perf_event progs should only use preallocated maps
Alexei Starovoitov
2022-04-19
*
bpf: support 8-byte metafield access
Alexei Starovoitov
2022-04-19
*
bpf: allow helpers access the packet directly
Alexei Starovoitov
2022-04-19
*
bpf: fix bpf_skb_in_cgroup helper naming
Daniel Borkmann
2022-04-19
*
cgroup: bpf: Add an example to do cgroup checking in BPF
Martin KaFai Lau
2022-04-19
*
samples/bpf: add 'pointer to packet' tests
Alexei Starovoitov
2022-04-19
*
samples/bpf: add tracepoint vs kprobe performance tests
Alexei Starovoitov
2022-04-19
*
samples/bpf: add map performance test
Alexei Starovoitov
2022-04-19
*
samples/bpf: add bpf map stress test
Alexei Starovoitov
2022-04-19
*
bpf: Add bpf_current_task_under_cgroup helper
Sargun Dhillon
2022-04-19
*
bpf: Add bpf_probe_write_user BPF helper to be called in tracers
Sargun Dhillon
2022-04-19
*
samples/bpf: offwaketime example
Alexei Starovoitov
2022-04-19
*
kernel/trace/bpf_trace.c: work around gcc-4.4.4 anon union initialization bug
Andrew Morton
2022-04-19
*
bpf: introduce bpf_get_current_task() helper
Alexei Starovoitov
2022-04-19
*
bpf: add bpf_get_hash_recalc helper
Daniel Borkmann
2022-04-19
*
bpf: restore behavior of bpf_map_update_elem
Alexei Starovoitov
2022-04-19
*
bpf: fix method of PTR_TO_PACKET reg id generation
Jakub Kicinski
2022-04-19
*
bpf: enable direct packet data write for xdp progs
Brenden Blanco
2022-04-19
*
bpf: add XDP prog type for early driver filter
Brenden Blanco
2022-04-19
*
bpf: wire in data and data_end for cls_act_bpf
Alexei Starovoitov
2022-04-19
*
bpf: cleanup bpf_prog_run_{save,clear}_cb helpers
Daniel Borkmann
2022-04-19
*
bpf: add bpf_prog_add api for bulk prog refcnt
Brenden Blanco
2022-04-19
*
bpf: bpf_event_entry_gen's alloc needs to be in atomic context
Daniel Borkmann
2022-04-19
*
bpf: avoid stack copy and use skb ctx for event output
Daniel Borkmann
2022-04-19
*
bpf: make inode code explicitly non-modular
Paul Gortmaker
2022-04-19
*
cgroup: bpf: Add bpf_skb_in_cgroup_proto
Martin KaFai Lau
2022-04-19
*
bpf: add bpf_skb_change_type helper
Daniel Borkmann
2022-04-19
*
bpf: add bpf_skb_change_proto helper
Daniel Borkmann
2022-04-19
*
cgroup: bpf: Add BPF_MAP_TYPE_CGROUP_ARRAY
Martin KaFai Lau
2022-04-19
*
bpf: refactor bpf_prog_get and type check into helper
Daniel Borkmann
2022-04-19
*
bpf: generally move prog destruction to RCU deferral
Daniel Borkmann
2022-04-19
*
bpf: don't use raw processor id in generic helper
Daniel Borkmann
2022-04-19
*
bpf: minor cleanups on fd maps and helpers
Daniel Borkmann
2022-04-19
[next]