summaryrefslogtreecommitdiff
path: root/include/linux/filter.h
AgeCommit message (Expand)Author
2019-04-05bpf: fix missing prototype warningsValdis Kletnieks
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov
2019-01-02bpf: enable access to ax register also from verifier rewriteDaniel Borkmann
2019-01-02bpf: move tmp variable into ax register in interpreterDaniel Borkmann
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-11bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau
2018-11-30bpf: fix pointer offsets in context for 32 bitDaniel Borkmann
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-11-26bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann
2018-11-10bpf: Allow narrow loads with offset > 0Andrey Ignatov
2018-10-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann
2018-10-19bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann
2018-08-17bpf: fix redirect to map under tail callsDaniel Borkmann
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-08-10xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita
2018-08-10bpf: Make redirect_info accessible from modulesToshiaki Makita
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita
2018-06-29bpf: undo prog rejection on read-only lock failureDaniel Borkmann
2018-06-21bpf: enforce correct alignment for instructionsEric Dumazet
2018-06-15xdp: Fix handling of devmap in generic XDPToshiaki Makita
2018-06-15bpf: reject any prog that failed read-only lockDaniel Borkmann
2018-06-15bpf: fix panic in prog load calls cleanupDaniel Borkmann
2018-06-03bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann
2018-06-03bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann
2018-06-03bpf: test case for map pointer poison with calls/branchesDaniel Borkmann
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann
2018-05-03xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel
2018-04-29bpf: add bpf_get_stack helperYonghong Song
2018-04-17xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov
2018-03-31bpf: Check attach type at prog load timeAndrey Ignatov
2018-03-30bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend
2018-03-28bpf: add parenthesis around argument of BPF_LDST_BYTES()Jakub Kicinski
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend
2018-02-13net: avoid including xdp.h in filter.hJesper Dangaard Brouer
2018-01-26bpf: make unknown opcode handling more robustDaniel Borkmann
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo
2018-01-05xdp: base API for new XDP rx-queue info conceptJesper Dangaard Brouer
2017-12-20bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov