summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
AgeCommit message (Expand)Author
2019-05-25bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann
2018-11-04bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend
2018-01-31bpf: avoid false sharing of map refcount with max_entriesDaniel Borkmann
2018-01-17bpf: prevent out-of-bounds speculationAlexei Starovoitov
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-19bpf: linux/bpf.h needs linux/numa.hDavid S. Miller
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend
2017-08-08bpf/verifier: rework value trackingEdward Cree
2017-07-17net: fix build error in devmap helper callsJohn Fastabend
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend
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