summaryrefslogtreecommitdiff
path: root/include/linux (unfollow)
Commit message (Expand)Author
2022-04-19bpf: fix range arithmetic for bpf map accessJosef Bacik
2022-04-19bpf: allow access into map value arraysJosef Bacik
2022-04-19bpf: enable non-core use of the verfierJakub Kicinski
2022-04-19bpf: expose internal verfier structuresJakub Kicinski
2022-04-19bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann
2022-04-19bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann
2022-04-19bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann
2022-04-19bpf: enforce recursion limit on redirectsDaniel Borkmann
2022-04-19bpf: add BPF_SIZEOF and BPF_FIELD_SIZEOF macrosDaniel Borkmann
2022-04-19bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov
2022-04-19bpf: add bpf_skb_change_tail helperDaniel Borkmann
2022-04-19bpf: add XDP prog type for early driver filterBrenden Blanco
2022-04-19bpf: wire in data and data_end for cls_act_bpfAlexei Starovoitov
2022-04-19bpf: cleanup bpf_prog_run_{save,clear}_cb helpersDaniel Borkmann
2022-04-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco
2022-04-19bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann
2022-04-19bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann
2022-04-19bpf: generally move prog destruction to RCU deferralDaniel Borkmann
2022-04-19bpf, maps: flush own entries on perf map releaseDaniel Borkmann
2022-04-19bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann
2022-04-19bpf, maps: add release callbackDaniel Borkmann
2022-04-19bpf: fix matching of data/data_end in verifierAlexei Starovoitov
2022-04-19perf core: Per event callchain limitArnaldo Carvalho de Melo
2022-04-19perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo
2022-04-19bpf: add generic constant blinding for use in jitsDaniel Borkmann
2022-04-19bpf: move bpf_jit_enable declarationDaniel Borkmann
2022-04-19bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann
2022-04-19bpf: add bpf_patch_insn_single helperDaniel Borkmann
2022-04-19bpf: fix refcnt overflowAlexei Starovoitov
2022-04-19perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo
2022-04-19perf: generalize perf_callchainAlexei Starovoitov
2022-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann
2022-04-19tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa
2022-04-19bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann
2022-04-19bpf: sanitize bpf tracepoint accessAlexei Starovoitov
2022-04-19bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov
2022-04-19perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov
2022-04-19bpf: convert stackmap to pre-allocationAlexei Starovoitov
2022-04-19bpf: pre-allocate hash map elementsAlexei Starovoitov
2022-04-19bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov
2022-04-19bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann
2022-04-19bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov
2022-04-19soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek
2022-04-19bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov
2022-04-19bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov
2022-04-19perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov
2022-04-19bpf: fix clearing on persistent program array mapsDaniel Borkmann
2022-04-19Revert "bpf: fix clearing on persistent program array maps"Anay Wadhera
2022-04-19Revert "bpf: fix refcnt overflow"Anay Wadhera
2022-04-19Revert "bpf: add bpf_patch_insn_single helper"Anay Wadhera