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