summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: simplify narrower ctx accessDaniel Borkmann2017-07-031-2/+7
* bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau2017-06-291-0/+3
* bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-231-1/+10
* bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-141-1/+1
* bpf: Introduce bpf_map IDMartin KaFai Lau2017-06-061-0/+1
* bpf: Introduce bpf_prog IDMartin KaFai Lau2017-06-061-0/+1
* bpf: teach verifier to track stack depthAlexei Starovoitov2017-05-311-0/+1
* bpf: remove struct bpf_map_type_listJohannes Berg2017-04-111-8/+3
* bpf: remove struct bpf_prog_type_listJohannes Berg2017-04-111-11/+5
* bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-011-0/+7
* bpf: Add hash of maps supportMartin KaFai Lau2017-03-221-0/+2
* bpf: Add array of maps supportMartin KaFai Lau2017-03-221-0/+1
* bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov2017-03-161-0/+1
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-0/+2
|\
| * bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-01-181-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-1/+1
|\ \ | |/
| * bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-161-1/+1
* | bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann2017-01-121-3/+4
* | bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov2017-01-091-6/+6
|/
* bpf: fix overflow in prog accountingDaniel Borkmann2016-12-171-0/+11
* bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-171-1/+1
* bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-051-0/+1
* bpf: add __must_check attributes to refcount manipulating helpersDaniel Borkmann2016-11-211-5/+7
* bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann2016-11-121-0/+5
* bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-221-0/+1
* 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
OpenPOWER on IntegriCloud