| Commit message (Expand) | Author | Age |
| ... | |
| * | 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, maps: flush own entries on perf map release | Daniel Borkmann | 2022-04-19 |
| * | bpf, maps: extend map_fd_get_ptr arguments | Daniel Borkmann | 2022-04-19 |
| * | bpf, maps: add release callback | Daniel Borkmann | 2022-04-19 |
| * | bpf: fix matching of data/data_end in verifier | Alexei Starovoitov | 2022-04-19 |
| * | perf core: Per event callchain limit | Arnaldo Carvalho de Melo | 2022-04-19 |
| * | perf core: Pass max stack as a perf_callchain_entry context | Arnaldo Carvalho de Melo | 2022-04-19 |
| * | bpf: add generic constant blinding for use in jits | Daniel Borkmann | 2022-04-19 |
| * | bpf: move bpf_jit_enable declaration | Daniel Borkmann | 2022-04-19 |
| * | bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output | Daniel Borkmann | 2022-04-19 |
| * | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis | Daniel Borkmann | 2022-04-19 |
| * | bpf: add bpf_patch_insn_single helper | Daniel Borkmann | 2022-04-19 |
| * | bpf: direct packet access | Alexei Starovoitov | 2022-04-19 |
| * | bpf: fix refcnt overflow | Alexei Starovoitov | 2022-04-19 |
| * | perf core: Allow setting up max frame stack depth via sysctl | Arnaldo Carvalho de Melo | 2022-04-19 |
| * | perf: generalize perf_callchain | Alexei Starovoitov | 2022-04-19 |
| * | bpf: add event output helper for notifications/sampling/logging | Daniel Borkmann | 2022-04-19 |
| * | bpf: make padding in bpf_tunnel_key explicit | Daniel Borkmann | 2022-04-19 |
| * | ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it | Daniel Borkmann | 2022-04-19 |
| * | bpf, dst: add and use dst_tclassid helper | Daniel Borkmann | 2022-04-19 |
| * | bpf: support flow label for bpf_skb_{set, get}_tunnel_key | Daniel Borkmann | 2022-04-19 |
| * | bpf: support for access to tunnel options | Daniel Borkmann | 2022-04-19 |
| * | bpf: allow to propagate df in bpf_skb_set_tunnel_key | Daniel Borkmann | 2022-04-19 |
| * | bpf: add flags to bpf_skb_store_bytes for clearing hash | Daniel Borkmann | 2022-04-19 |
| * | bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as well | Daniel Borkmann | 2022-04-19 |
| * | bpf: fix csum setting for bpf_set_tunnel_key | Daniel Borkmann | 2022-04-19 |
| * | bpf: fix csum update in bpf_l4_csum_replace helper for udp | Daniel Borkmann | 2022-04-19 |
| * | bpf: add generic bpf_csum_diff helper | Daniel Borkmann | 2022-04-19 |
| * | tun: use socket locks for sk_{attach,detatch}_filter | Hannes Frederic Sowa | 2022-04-19 |
| * | bpf, verifier: add ARG_PTR_TO_RAW_STACK type | Daniel Borkmann | 2022-04-19 |
| * | bpf: sanitize bpf tracepoint access | Alexei Starovoitov | 2022-04-19 |
| * | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog... | Alexei Starovoitov | 2022-04-19 |
| * | perf, bpf: allow bpf programs attach to tracepoints | Alexei Starovoitov | 2022-04-19 |
| * | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov | 2022-04-19 |
| * | perf: remove unused __addr variable | Alexei Starovoitov | 2022-04-19 |
| * | bpf: convert stackmap to pre-allocation | Alexei Starovoitov | 2022-04-19 |
| * | bpf: pre-allocate hash map elements | Alexei Starovoitov | 2022-04-19 |
| * | bpf: prevent kprobe+bpf deadlocks | Alexei Starovoitov | 2022-04-19 |
| * | bpf: add new arg_type that allows for 0 sized stack buffer | Daniel Borkmann | 2022-04-19 |
| * | bpf: introduce BPF_MAP_TYPE_STACK_TRACE | Alexei Starovoitov | 2022-04-19 |
| * | bpf: support ipv6 for bpf_skb_{set,get}_tunnel_key | Daniel Borkmann | 2022-04-19 |
| * | bpf: export helper function flags and reject invalid ones | Daniel Borkmann | 2022-04-19 |
| * | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF | Craig Gallek | 2022-04-19 |
| * | soreuseport: fast reuseport UDP socket selection | Craig Gallek | 2022-04-19 |
| * | soreuseport: define reuseport groups | Craig Gallek | 2022-04-19 |
| * | bpf: add bpf_skb_load_bytes helper | Daniel Borkmann | 2022-04-19 |
| * | bpf: add lookup/update support for per-cpu hash and array maps | Alexei Starovoitov | 2022-04-19 |
| * | bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY map | Alexei Starovoitov | 2022-04-19 |