summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | bpf: direct packet accessAlexei Starovoitov2022-04-19
* | | bpf: cleanup verifier codeAlexei Starovoitov2022-04-19
* | | bpf: fix check_map_func_compatibility logicAlexei Starovoitov2022-04-19
* | | bpf: fix refcnt overflowAlexei Starovoitov2022-04-19
* | | perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2022-04-19
* | | perf: generalize perf_callchainAlexei Starovoitov2022-04-19
* | | bpf: fix double-fdput in replace_map_fd_with_map_ptr()Jann Horn2022-04-19
* | | bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2022-04-19
* | | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2022-04-19
* | | bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann2022-04-19
* | | ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann2022-04-19
* | | bpf, dst: add and use dst_tclassid helperDaniel Borkmann2022-04-19
* | | bpf: make skb->tc_classid also readableDaniel Borkmann2022-04-19
* | | bpf: support flow label for bpf_skb_{set, get}_tunnel_keyDaniel Borkmann2022-04-19
* | | bpf: support for access to tunnel optionsDaniel Borkmann2022-04-19
* | | bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann2022-04-19
* | | bpf: make helper function protos staticDaniel Borkmann2022-04-19
* | | bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann2022-04-19
* | | bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann2022-04-19
* | | bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann2022-04-19
* | | bpf: fix csum update in bpf_l4_csum_replace helper for udpDaniel Borkmann2022-04-19
* | | bpf: don't emit mov A,A on returnDaniel Borkmann2022-04-19
* | | bpf: remove artificial bpf_skb_{load, store}_bytes buffer limitationDaniel Borkmann2022-04-19
* | | bpf: add generic bpf_csum_diff helperDaniel Borkmann2022-04-19
* | | tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa2022-04-19
* | | bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann2022-04-19
* | | bpf, verifier: add bpf_call_arg_meta for passing meta dataDaniel Borkmann2022-04-19
* | | bpf/verifier: reject invalid LD_ABS | BPF_DW instructionAlexei Starovoitov2022-04-19
* | | bpf: simplify verifier register state assignmentsAlexei Starovoitov2022-04-19
* | | bpf, verifier: further improve search pruningDaniel Borkmann2022-04-19
* | | bpf: sanitize bpf tracepoint accessAlexei Starovoitov2022-04-19
* | | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2022-04-19
* | | bpf: register BPF_PROG_TYPE_TRACEPOINT program typeAlexei Starovoitov2022-04-19
* | | perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov2022-04-19
* | | perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov2022-04-19
* | | perf: remove unused __addr variableAlexei Starovoitov2022-04-19
* | | bpf: reject invalid names right in ->lookup()Al Viro2022-04-19
* | | bpf: add missing map_flags to bpf_map_show_fdinfoDaniel Borkmann2022-04-19
* | | bpf: avoid copying junk bytes in bpf_get_current_comm()Alexei Starovoitov2022-04-19
* | | bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTSAlexei Starovoitov2022-04-19
* | | bpf: convert stackmap to pre-allocationAlexei Starovoitov2022-04-19
* | | bpf: check for reserved flag bits in array and stack mapsAlexei Starovoitov2022-04-19
* | | bpf: pre-allocate hash map elementsAlexei Starovoitov2022-04-19
* | | bpf: introduce percpu_freelistAlexei Starovoitov2022-04-19
* | | bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2022-04-19
* | | bpf: Mark __bpf_prog_run() stack frame as non-standardJosh Poimboeuf2022-04-19
* | | bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann2022-04-19
* | | bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov2022-04-19
* | | bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann2022-04-19
* | | bpf: export helper function flags and reject invalid onesDaniel Borkmann2022-04-19