aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-2/+19
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann1-3/+6
2017-08-24xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer1-1/+2
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend1-0/+2
2017-07-17net: add notifier hooks for devmap bpf mapJohn Fastabend1-1/+1
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend1-0/+7
2017-07-17xdp: add trace event for xdp redirectJohn Fastabend1-1/+3
2017-07-17net: implement XDP_REDIRECT for xdp genericJohn Fastabend1-0/+1
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend1-0/+4
2017-07-06include/linux/filter.h: use linux/set_memory.hMichael Ellerman1-4/+1
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann1-0/+47
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo1-0/+9
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau1-2/+0
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau1-0/+1
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov1-0/+3
2017-05-25bpf: add various verifier test casesDaniel Borkmann1-0/+10
2017-05-08include/linux/filter.h: use set_memory.h headerLaura Abbott1-1/+3
2017-04-24bpf: make bpf_xdp_adjust_head support mandatoryDaniel Borkmann1-2/+1
2017-03-22net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena1-1/+2
2017-03-16bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov1-0/+10
2017-03-12bpf: improve read-only handlingDaniel Borkmann1-4/+12
2017-02-21bpf: fix unlocking of jited image when module ronx not setDaniel Borkmann1-2/+11
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann1-1/+111
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann1-5/+1