aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-09netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani1-0/+5
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend1-4/+4
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend1-2/+8
2017-08-19bpf: linux/bpf.h needs linux/numa.hDavid S. Miller1-0/+1
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau1-1/+9
2017-08-16bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend1-1/+9
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend1-2/+5
2017-08-16bpf: export bpf_prog_inc_not_zeroJohn Fastabend1-0/+7
2017-08-08bpf/verifier: rework value trackingEdward Cree1-22/+12
2017-07-17net: fix build error in devmap helper callsJohn Fastabend1-5/+20
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend1-0/+2
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend1-0/+3
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