summaryrefslogtreecommitdiff
path: root/include/linux/filter.h
AgeCommit message (Expand)Author
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
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov
2017-12-17bpf: add support for bpf_call to interpreterAlexei Starovoitov
2017-12-12bpf: add a bpf_override_function helperJosef Bacik
2017-12-05bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller
2017-11-11bpf: add a bpf_override_function helperJosef Bacik
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann
2017-08-24xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend
2017-07-17net: add notifier hooks for devmap bpf mapJohn Fastabend
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend
2017-07-17xdp: add trace event for xdp redirectJohn Fastabend
2017-07-17net: implement XDP_REDIRECT for xdp genericJohn Fastabend
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend
2017-07-06include/linux/filter.h: use linux/set_memory.hMichael Ellerman
2017-07-03bpf: simplify narrower ctx accessDaniel Borkmann
2017-07-01bpf: BPF support for sock_opsLawrence Brakmo
2017-06-06bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau
2017-06-06bpf: Add jited_len to struct bpf_progMartin KaFai Lau
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov
2017-05-25bpf: add various verifier test casesDaniel Borkmann
2017-05-08include/linux/filter.h: use set_memory.h headerLaura Abbott
2017-04-24bpf: make bpf_xdp_adjust_head support mandatoryDaniel Borkmann
2017-03-22net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena
2017-03-16bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov
2017-03-12bpf: improve read-only handlingDaniel Borkmann
2017-02-21bpf: fix unlocking of jited image when module ronx not setDaniel Borkmann