summaryrefslogtreecommitdiff
path: root/include/linux/filter.h
AgeCommit message (Expand)Author
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
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann
2017-02-17bpf: remove stubs for cBPF from arch codeDaniel Borkmann
2017-01-16bpf: rework prog_digest into prog_tagDaniel Borkmann
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang
2016-12-17bpf: dynamically allocate digest scratch bufferDaniel Borkmann
2016-12-17net: xdp: add invalid buffer warningJohn Fastabend
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-12-05bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann
2016-12-02bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann