aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-29bpf: add bpf_get_stack helperYonghong Song1-1/+2
2018-04-17xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer1-23/+1
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov1-0/+10
2018-03-31bpf: Check attach type at prog load timeAndrey Ignatov1-0/+1
2018-03-30bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend1-0/+1
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend1-0/+1
2018-03-28bpf: add parenthesis around argument of BPF_LDST_BYTES()Jakub Kicinski1-1/+1
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend1-0/+17
2018-02-13net: avoid including xdp.h in filter.hJesper Dangaard Brouer1-1/+1
2018-01-26bpf: make unknown opcode handling more robustDaniel Borkmann1-0/+2
2018-01-25bpf: Support passing args to sock_ops bpf functionLawrence Brakmo1-0/+1
2018-01-25bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo1-0/+9
2018-01-05xdp: base API for new XDP rx-queue info conceptJesper Dangaard Brouer1-0/+2
2017-12-20bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann1-0/+9
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov1-0/+2
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov1-2/+3
2017-12-17bpf: add support for bpf_call to interpreterAlexei Starovoitov1-0/+6
2017-12-12bpf: add a bpf_override_function helperJosef Bacik1-1/+2
2017-12-05bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo1-0/+1
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-2/+0
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller1-2/+1
2017-11-11bpf: add a bpf_override_function helperJosef Bacik1-1/+2
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-1/+1
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov1-1/+1