summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h (follow)
Commit message (Expand)AuthorAge
* bpf: fix missing header inclusionZi Shen Lim2022-04-19
* UPSTREAM: bpf: bpf_prog_array_alloc() should return a generic non-rcu pointerRoman Gushchin2022-04-19
* bpf, events: fix offset in skb copy handlerDaniel Borkmann2022-04-19
* BACKPORT: bpf: permit multiple bpf attachments for a single perf eventYonghong Song2022-04-19
* BACKPORT: bpf: multi program support for cgroup+bpfAlexei Starovoitov2022-04-19
* BACKPORT: fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_i...Al Viro2022-04-19
* UPSTREAM: netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2022-04-19
* perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov2022-04-19
* bpf: prevent out-of-bounds speculationAlexei Starovoitov2022-04-19
* UPSTREAM: selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng2022-04-19
* BACKPORT: security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2022-04-19
* BACKPORT: bpf: Add file mode configuration into bpf mapsChenbo Feng2022-04-19
* bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2022-04-19
* bpf: allow access into map value arraysJosef Bacik2022-04-19
* bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2022-04-19
* bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco2022-04-19
* bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2022-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, maps: flush own entries on perf map releaseDaniel Borkmann2022-04-19
* bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann2022-04-19
* bpf, maps: add release callbackDaniel Borkmann2022-04-19
* bpf: fix matching of data/data_end in verifierAlexei Starovoitov2022-04-19
* bpf: fix refcnt overflowAlexei Starovoitov2022-04-19
* bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2022-04-19
* bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel 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: convert stackmap to pre-allocationAlexei Starovoitov2022-04-19
* bpf: pre-allocate hash map elementsAlexei Starovoitov2022-04-19
* bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2022-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: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov2022-04-19
* bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov2022-04-19
* bpf: fix clearing on persistent program array mapsDaniel Borkmann2022-04-19
* Revert "bpf: fix clearing on persistent program array maps"Anay Wadhera2022-04-19
* Revert "bpf: fix refcnt overflow"Anay Wadhera2022-04-19
* Revert "bpf: prevent out-of-bounds speculation"Anay Wadhera2022-04-19
* Revert "bpf: avoid false sharing of map refcount with max_entries"Anay Wadhera2022-04-19
* Revert "bpf: generally move prog destruction to RCU deferral"Anay Wadhera2022-04-19
* bpf: generally move prog destruction to RCU deferralDaniel Borkmann2018-11-10
* bpf: avoid false sharing of map refcount with max_entriesDaniel Borkmann2018-02-03
* bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-17
* bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann2016-07-11
* bpf: fix refcnt overflowAlexei Starovoitov2016-05-18
* bpf: fix clearing on persistent program array mapsDaniel Borkmann2015-11-25
* bpf: add support for persistent maps/progsDaniel Borkmann2015-11-02
* bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann2015-11-02
* bpf: fix bpf_perf_event_read() helperAlexei Starovoitov2015-10-26