summaryrefslogtreecommitdiff
path: root/include/linux/bpf.h
Commit message (Expand)AuthorAge
...
* bpf: add support for sockmap detach programsJohn Fastabend2017-09-08
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-28
* bpf: linux/bpf.h needs linux/numa.hDavid S. Miller2017-08-19
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-19
* bpf: sock_map fixes for !CONFIG_BPF_SYSCALL and !STREAM_PARSERJohn Fastabend2017-08-16
* bpf: sockmap with sk redirect supportJohn Fastabend2017-08-16
* bpf: export bpf_prog_inc_not_zeroJohn Fastabend2017-08-16
* bpf/verifier: rework value trackingEdward Cree2017-08-08
* net: fix build error in devmap helper callsJohn Fastabend2017-07-17
* xdp: Add batching support to redirect mapJohn Fastabend2017-07-17
* bpf: add bpf_redirect_map helper routineJohn Fastabend2017-07-17
* bpf: simplify narrower ctx accessDaniel Borkmann2017-07-03
* bpf: Add syscall lookup support for fd array and htabMartin KaFai Lau2017-06-29
* bpf: possibly avoid extra masking for narrower load in verifierYonghong Song2017-06-23
* bpf: permits narrower load from bpf program context fieldsYonghong Song2017-06-14
* bpf: Introduce bpf_map IDMartin KaFai Lau2017-06-06
* bpf: Introduce bpf_prog IDMartin KaFai Lau2017-06-06
* bpf: teach verifier to track stack depthAlexei Starovoitov2017-05-31
* bpf: remove struct bpf_map_type_listJohannes Berg2017-04-11
* bpf: remove struct bpf_prog_type_listJohannes Berg2017-04-11
* bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-01
* bpf: Add hash of maps supportMartin KaFai Lau2017-03-22
* bpf: Add array of maps supportMartin KaFai Lau2017-03-22
* bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov2017-03-16
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-28
|\
| * bpf: don't trigger OOM killer under pressure with map allocDaniel Borkmann2017-01-18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-17
|\ \ | |/
| * bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-16
* | bpf: pass original insn directly to convert_ctx_accessDaniel Borkmann2017-01-12
* | bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov2017-01-09
|/
* bpf: fix overflow in prog accountingDaniel Borkmann2016-12-17
* bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-17
* bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-05
* bpf: add __must_check attributes to refcount manipulating helpersDaniel Borkmann2016-11-21
* bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error pathDaniel Borkmann2016-11-12
* bpf: add helper for retrieving current numa node idDaniel Borkmann2016-10-22
* bpf: allow access into map value arraysJosef Bacik2016-09-29
* bpf: direct packet write and access for helpers for clsact progsDaniel Borkmann2016-09-20
* perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov2016-09-02
* bpf, events: fix offset in skb copy handlerDaniel Borkmann2016-07-25
* bpf: fix implicit declaration of bpf_prog_addBrenden Blanco2016-07-20
* bpf: add bpf_prog_add api for bulk prog refcntBrenden Blanco2016-07-19
* bpf: avoid stack copy and use skb ctx for event outputDaniel Borkmann2016-07-15
* bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-01
* bpf: generally move prog destruction to RCU deferralDaniel Borkmann2016-07-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-30
|\
| * bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann2016-06-29
| * bpf: fix matching of data/data_end in verifierAlexei Starovoitov2016-06-15
* | bpf, maps: flush own entries on perf map releaseDaniel Borkmann2016-06-15