aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
AgeCommit message (Expand)Author
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar
2019-02-27bpf: enable program statsAlexei Starovoitov
2019-02-19bpf: check that BPF programs run with preemption disabledPeter Zijlstra
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov
2019-01-31bpf: fix missing prototype warningsValdis Kletnieks
2019-01-26bpf: JIT blinds support JMP32Jiong Wang
2019-01-23bpf: verifier: remove dead codeJakub Kicinski
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu
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