aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+16
2019-04-30bpf: Use vmalloc special flagRick Edgecombe1-14/+3
2019-04-30x86/modules: Avoid breaking W^X while loading modulesNadav Amit1-0/+1
2019-04-12bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov1-0/+3
2019-04-12bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov1-0/+3
2019-04-12bpf: Introduce bpf_sysctl_get_current_value helperAndrey Ignatov1-0/+2
2019-04-12bpf: Sysctl hookAndrey Ignatov1-0/+8
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar1-3/+18
2019-02-27bpf: enable program statsAlexei Starovoitov1-1/+19
2019-02-19bpf: check that BPF programs run with preemption disabledPeter Zijlstra1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+18
2019-01-31bpf: run bpf programs with preemption disabledAlexei Starovoitov1-3/+18
2019-01-31bpf: fix missing prototype warningsValdis Kletnieks1-1/+3
2019-01-26bpf: JIT blinds support JMP32Jiong Wang1-0/+20
2019-01-23bpf: verifier: remove dead codeJakub Kicinski1-0/+1
2019-01-21perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu1-0/+7
2019-01-02bpf: enable access to ax register also from verifier rewriteDaniel Borkmann1-6/+1
2019-01-02bpf: move tmp variable into ax register in interpreterDaniel Borkmann1-1/+2
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-12-11bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64KDaniel Borkmann1-1/+1
2018-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+7
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2018-12-09bpf: Add bpf_line_info supportMartin KaFai Lau1-0/+7
2018-11-30bpf: fix pointer offsets in context for 32 bitDaniel Borkmann1-0/+7
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-11-26bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addrDaniel Borkmann1-0/+4
2018-11-10bpf: Allow narrow loads with offset > 0Andrey Ignatov1-15/+1
2018-10-25bpf: add bpf_jit_limit knob to restrict unpriv allocationsDaniel Borkmann1-0/+1
2018-10-19bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKBSong Liu1-0/+21
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann1-21/+0
2018-08-17bpf: fix redirect to map under tail callsDaniel Borkmann1-1/+2
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau1-0/+1
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau1-0/+15
2018-08-10xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita1-0/+25
2018-08-10bpf: Make redirect_info accessible from modulesToshiaki Makita1-0/+10
2018-07-07xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita1-3/+3
2018-06-29bpf: undo prog rejection on read-only lock failureDaniel Borkmann1-48/+8
2018-06-21bpf: enforce correct alignment for instructionsEric Dumazet1-1/+3
2018-06-15xdp: Fix handling of devmap in generic XDPToshiaki Makita1-0/+16
2018-06-15bpf: reject any prog that failed read-only lockDaniel Borkmann1-22/+38
2018-06-15bpf: fix panic in prog load calls cleanupDaniel Borkmann1-0/+3
2018-06-03bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann1-6/+24
2018-06-03bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann1-0/+3
2018-06-03bpf: test case for map pointer poison with calls/branchesDaniel Borkmann1-0/+10
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov1-0/+1
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend1-0/+1
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend1-2/+1
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann1-1/+3
2018-05-03xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel1-1/+1