summaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann2019-07-101-1/+1
* x86/modules: Avoid breaking W^X while loading modulesNadav Amit2019-05-311-0/+1
* bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann2019-05-311-0/+1
* bpf: fix missing prototype warningsValdis Kletnieks2019-04-051-1/+3
* bpf: enable access to ax register also from verifier rewriteDaniel Borkmann2019-01-311-6/+1Star
* bpf: move tmp variable into ax register in interpreterDaniel Borkmann2019-01-311-1/+2
* bpf: Allow narrow loads with offset > 0Andrey Ignatov2019-01-261-15/+1Star
* bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-181-1/+2
* bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-111-0/+1
* bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-111-0/+15
* xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita2018-08-101-0/+25
* bpf: Make redirect_info accessible from modulesToshiaki Makita2018-08-101-0/+10
* xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita2018-07-081-3/+3
* bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-06-291-48/+8Star
* bpf: enforce correct alignment for instructionsEric Dumazet2018-06-211-1/+3
* xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-151-0/+16
* bpf: reject any prog that failed read-only lockDaniel Borkmann2018-06-151-22/+38
* bpf: fix panic in prog load calls cleanupDaniel Borkmann2018-06-151-0/+3
* bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-031-6/+24
* bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-031-0/+3
* bpf: test case for map pointer poison with calls/branchesDaniel Borkmann2018-06-031-0/+10
* bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-281-0/+1
* bpf: allow sk_msg programs to read sock fieldsJohn Fastabend2018-05-181-0/+1
* bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2018-05-151-2/+1Star
* bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-041-1/+3
* xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel2018-05-041-1/+1
* bpf: add bpf_get_stack helperYonghong Song2018-04-291-1/+2
* xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer2018-04-171-23/+1Star
* bpf: Hooks for sys_bindAndrey Ignatov2018-03-311-0/+10
* bpf: Check attach type at prog load timeAndrey Ignatov2018-03-311-0/+1
* bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-301-0/+1
* bpf: sockmap redirect ingress supportJohn Fastabend2018-03-301-0/+1
* bpf: add parenthesis around argument of BPF_LDST_BYTES()Jakub Kicinski2018-03-291-1/+1
* bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-191-0/+17
* net: avoid including xdp.h in filter.hJesper Dangaard Brouer2018-02-141-1/+1
* bpf: make unknown opcode handling more robustDaniel Borkmann2018-01-271-0/+2
* bpf: Support passing args to sock_ops bpf functionLawrence Brakmo2018-01-261-0/+1
* bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo2018-01-261-0/+9
* xdp: base API for new XDP rx-queue info conceptJesper Dangaard Brouer2018-01-061-0/+2
* bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-211-0/+9
* bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-171-0/+2
* bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-2/+3
* bpf: add support for bpf_call to interpreterAlexei Starovoitov2017-12-171-0/+6
* bpf: add a bpf_override_function helperJosef Bacik2017-12-121-1/+2
* bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo2017-12-051-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-2/+0Star
|\
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-161-2/+0Star
* | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-111-2/+1Star
* | bpf: add a bpf_override_function helperJosef Bacik2017-11-111-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\|