aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann1-2/+7
2017-06-29bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau1-0/+3
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song1-1/+10
2017-06-14bpf: permits narrower load from bpf program context fieldsYonghong Song1-1/+1
2017-06-06bpf: Introduce bpf_map IDMartin KaFai Lau1-0/+1
2017-06-06bpf: Introduce bpf_prog IDMartin KaFai Lau1-0/+1
2017-05-31bpf: teach verifier to track stack depthAlexei Starovoitov1-0/+1
2017-04-11bpf: remove struct bpf_map_type_listJohannes Berg1-8/+3
2017-04-11bpf: remove struct bpf_prog_type_listJohannes Berg1-11/+5
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov1-0/+7
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau1-0/+2
2017-03-22bpf: Add array of maps supportMartin KaFai Lau1-0/+1
2017-03-16bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov1-0/+1
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann1-0/+4
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-01-18bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann1-0/+2
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann1-1/+1
2017-01-12bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann1-3/+4
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov1-6/+6
2016-12-17bpf: fix overflow in prog accountingDaniel Borkmann1-0/+11
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann1-1/+1
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann1-0/+1
2016-11-21bpf: add __must_check attributes to refcount manipulating helpersDaniel Borkmann1-5/+7
2016-11-12bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann1-0/+5
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann1-0/+1
2016-09-29bpf: allow access into map value arraysJosef Bacik1-0/+7
2016-09-20bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann1-1/+3
2016-09-02perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov1-0/+4
2016-07-25bpf, events: fix offset in skb copy handlerDaniel Borkmann1-1/+1
2016-07-20bpf: fix implicit declaration of bpf_prog_addBrenden Blanco1-0/+4
2016-07-19bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco1-0/+1
2016-07-15bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann1-1/+6
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann1-0/+7
2016-07-01bpf: generally move prog destruction to RCU deferralDaniel Borkmann1-5/+0
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+31
2016-06-29bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann1-0/+4
2016-06-15bpf, maps: flush own entries on perf map releaseDaniel Borkmann1-0/+9
2016-06-15bpf, maps: extend map_fd_get_ptr argumentsDaniel Borkmann1-3/+9
2016-06-15bpf, maps: add release callbackDaniel Borkmann1-1/+2
2016-06-15bpf: fix matching of data/data_end in verifierAlexei Starovoitov1-1/+27
2016-06-10bpf: fix missing header inclusionZi Shen Lim1-0/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-04-28bpf: fix refcnt overflowAlexei Starovoitov1-1/+2
2016-04-19bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann1-0/+2
2016-04-14bpf, verifier: add ARG_PTR_TO_RAW_STACK typeDaniel Borkmann1-0/+5
2016-04-07bpf: sanitize bpf tracepoint accessAlexei Starovoitov1-0/+1
2016-04-07bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programsAlexei Starovoitov1-0/+1
2016-03-08bpf: convert stackmap to pre-allocationAlexei Starovoitov1-0/+1
2016-03-08bpf: pre-allocate hash map elementsAlexei Starovoitov1-0/+2