aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-171-1/+2
* bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau2018-08-101-0/+1
* bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau2018-08-101-0/+15
* xdp: Helpers for disabling napi_direct of xdp_return_frameToshiaki Makita2018-08-101-0/+25
* bpf: Make redirect_info accessible from modulesToshiaki Makita2018-08-101-0/+10
* xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita2018-07-071-3/+3
* bpf: undo prog rejection on read-only lock failureDaniel Borkmann2018-06-291-48/+8
* bpf: enforce correct alignment for instructionsEric Dumazet2018-06-201-1/+3
* xdp: Fix handling of devmap in generic XDPToshiaki Makita2018-06-151-0/+16
* bpf: reject any prog that failed read-only lockDaniel Borkmann2018-06-151-22/+38
* bpf: fix panic in prog load calls cleanupDaniel Borkmann2018-06-151-0/+3
* bpf: fix context access in tracing progs on 32 bit archsDaniel Borkmann2018-06-031-6/+24
* bpf: avoid retpoline for lookup/update/delete calls on mapsDaniel Borkmann2018-06-031-0/+3
* bpf: test case for map pointer poison with calls/branchesDaniel Borkmann2018-06-031-0/+10
* bpf: Hooks for sys_sendmsgAndrey Ignatov2018-05-281-0/+1
* bpf: allow sk_msg programs to read sock fieldsJohn Fastabend2018-05-181-0/+1
* bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2018-05-151-2/+1
* bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-031-1/+3
* xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel2018-05-031-1/+1
* bpf: add bpf_get_stack helperYonghong Song2018-04-291-1/+2
* xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer2018-04-171-23/+1
* bpf: Hooks for sys_bindAndrey Ignatov2018-03-301-0/+10
* bpf: Check attach type at prog load timeAndrey Ignatov2018-03-301-0/+1
* bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-291-0/+1
* bpf: sockmap redirect ingress supportJohn Fastabend2018-03-291-0/+1
* bpf: add parenthesis around argument of BPF_LDST_BYTES()Jakub Kicinski2018-03-281-1/+1
* bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-191-0/+17
* net: avoid including xdp.h in filter.hJesper Dangaard Brouer2018-02-131-1/+1
* 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-101-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-031-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