aboutsummaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* BACKPORT: bpf: permit multiple bpf attachments for a single perf eventYonghong Song2019-12-121-5/+25
* BACKPORT: bpf: multi program support for cgroup+bpfAlexei Starovoitov2019-12-121-0/+32
* BACKPORT: fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_i...Al Viro2018-03-141-0/+8
* UPSTREAM: netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2018-03-141-0/+5
* Merge 4.9.79 into android-4.9Greg Kroah-Hartman2018-01-311-4/+12
|\
| * bpf: avoid false sharing of map refcount with max_entriesDaniel Borkmann2018-01-311-4/+12
* | Merge 4.9.77 into android-4.9Greg Kroah-Hartman2018-01-171-0/+2
|\|
| * bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-171-0/+2
* | UPSTREAM: selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng2017-11-071-0/+3
* | BACKPORT: security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng2017-11-071-0/+6
* | BACKPORT: bpf: Add file mode configuration into bpf mapsChenbo Feng2017-11-071-2/+4
|/
* bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-07-051-0/+2
* bpf: allow access into map value arraysJosef Bacik2016-09-291-0/+7
* bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-201-1/+3
* perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov2016-09-021-0/+4
* bpf, events: fix offset in skb copy handlerDaniel Borkmann2016-07-251-1/+1
* bpf: fix implicit declaration of bpf_prog_addBrenden Blanco2016-07-201-0/+4
* bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco2016-07-191-0/+1
* bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-151-1/+6
* bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-011-0/+7
* bpf: generally move prog destruction to RCU deferralDaniel Borkmann2016-07-011-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+31
|\
| * bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann2016-06-291-0/+4
| * bpf: fix matching of data/data_end in verifierAlexei Starovoitov2016-06-151-1/+27
* | bpf, maps: flush own entries on perf map releaseDaniel Borkmann2016-06-151-0/+9
* | bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann2016-06-151-3/+9
* | bpf, maps: add release callbackDaniel Borkmann2016-06-151-1/+2
* | bpf: fix missing header inclusionZi Shen Lim2016-06-101-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-1/+2
|\
| * bpf: fix refcnt overflowAlexei Starovoitov2016-04-281-1/+2
* | bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-191-0/+2
* | bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann2016-04-141-0/+5
* | bpf: sanitize bpf tracepoint accessAlexei Starovoitov2016-04-071-0/+1
* | bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...Alexei Starovoitov2016-04-071-0/+1
|/
* bpf: convert stackmap to pre-allocationAlexei Starovoitov2016-03-081-0/+1
* bpf: pre-allocate hash map elementsAlexei Starovoitov2016-03-081-0/+2
* bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov2016-03-081-0/+3
* bpf: add new arg_type that allows for 0 sized stack bufferDaniel Borkmann2016-02-211-0/+1
* bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov2016-02-201-0/+1
* bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov2016-02-061-0/+23
* bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov2016-02-061-0/+1
* bpf: fix clearing on persistent program array mapsDaniel Borkmann2015-11-251-1/+4
* bpf: add support for persistent maps/progsDaniel Borkmann2015-11-021-0/+7
* bpf: align and clean bpf_{map,prog}_get helpersDaniel Borkmann2015-11-021-1/+1
* bpf: fix bpf_perf_event_read() helperAlexei Starovoitov2015-10-261-1/+0
* bpf: charge user for creation of BPF maps and programsAlexei Starovoitov2015-10-121-0/+3
* bpf: enable non-root eBPF programsAlexei Starovoitov2015-10-121-0/+2
* bpf: fix cb access in socket filter programsAlexei Starovoitov2015-10-111-3/+3
* bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-081-0/+4
* ebpf: include perf_event only where really neededDaniel Borkmann2015-10-051-1/+0