summaryrefslogtreecommitdiffstats
path: root/include/linux/filter.h
Commit message (Expand)AuthorAgeFilesLines
* bpf: make unknown opcode handling more robustDaniel Borkmann2018-01-261-0/+2
* bpf: Support passing args to sock_ops bpf functionLawrence Brakmo2018-01-251-0/+1
* bpf: Add write access to tcp_sock and sock fieldsLawrence Brakmo2018-01-251-0/+9
* xdp: base API for new XDP rx-queue info conceptJesper Dangaard Brouer2018-01-051-0/+2
* bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-201-0/+9
* bpf: x64: add JIT support for multi-function programsAlexei Starovoitov2017-12-171-0/+2
* bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov2017-12-171-2/+3
* bpf: add support for bpf_call to interpreterAlexei Starovoitov2017-12-171-0/+6
* bpf: add a bpf_override_function helperJosef Bacik2017-12-121-1/+2
* bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo2017-12-051-0/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-2/+0
|\
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-2/+0
* | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-111-2/+1
* | bpf: add a bpf_override_function helperJosef Bacik2017-11-111-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\ \ | |/
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-1/+1
|\ \ | |/
| * bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-201-1/+1
* | bpf: multi program support for cgroup+bpfAlexei Starovoitov2017-10-041-1/+1
* | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-2/+19
* | bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2017-09-261-3/+6
|/
* xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer2017-08-241-1/+2
* bpf: sockmap with sk redirect supportJohn Fastabend2017-08-161-0/+2
* net: add notifier hooks for devmap bpf mapJohn Fastabend2017-07-171-1/+1
* xdp: Add batching support to redirect mapJohn Fastabend2017-07-171-0/+7
* xdp: add trace event for xdp redirectJohn Fastabend2017-07-171-1/+3
* net: implement XDP_REDIRECT for xdp genericJohn Fastabend2017-07-171-0/+1
* xdp: add bpf_redirect helper functionJohn Fastabend2017-07-171-0/+4
* include/linux/filter.h: use linux/set_memory.hMichael Ellerman2017-07-061-4/+1
* bpf: simplify narrower ctx accessDaniel Borkmann2017-07-031-0/+47
* bpf: BPF support for sock_opsLawrence Brakmo2017-07-011-0/+9
* bpf: Add BPF_OBJ_GET_INFO_BY_FDMartin KaFai Lau2017-06-061-2/+0
* bpf: Add jited_len to struct bpf_progMartin KaFai Lau2017-06-061-0/+1
* bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov2017-05-311-0/+3
* bpf: add various verifier test casesDaniel Borkmann2017-05-251-0/+10
* include/linux/filter.h: use set_memory.h headerLaura Abbott2017-05-081-1/+3
* bpf: make bpf_xdp_adjust_head support mandatoryDaniel Borkmann2017-04-241-2/+1
* net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena2017-03-221-1/+2
* bpf: add helper inlining infra and optimize map_array lookupAlexei Starovoitov2017-03-161-0/+10
* bpf: improve read-only handlingDaniel Borkmann2017-03-121-4/+12
* bpf: fix unlocking of jited image when module ronx not setDaniel Borkmann2017-02-211-2/+11
* bpf: make jited programs visible in tracesDaniel Borkmann2017-02-171-1/+111
* bpf: remove stubs for cBPF from arch codeDaniel Borkmann2017-02-171-5/+1
* bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-161-2/+4
* net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang2016-12-271-1/+0
* bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-171-3/+11
* net: xdp: add invalid buffer warningJohn Fastabend2016-12-171-0/+1
* bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau2016-12-081-2/+4
* bpf: add prog_digest and expose it via fdinfo/netlinkDaniel Borkmann2016-12-051-1/+6
* bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann2016-12-021-9/+9
OpenPOWER on IntegriCloud