Age | Commit message (Expand) | Author | Files | Lines |
2018-05-04 | bpf, s390x: remove ld_abs/ld_ind | Daniel Borkmann | 4 | -252/+13 |
2018-05-04 | bpf, ppc64: remove ld_abs/ld_ind | Daniel Borkmann | 4 | -317/+11 |
2018-05-04 | bpf, mips64: remove ld_abs/ld_ind | Daniel Borkmann | 1 | -104/+0 |
2018-05-04 | bpf, arm32: remove ld_abs/ld_ind | Daniel Borkmann | 1 | -77/+0 |
2018-05-04 | bpf, sparc64: remove ld_abs/ld_ind | Daniel Borkmann | 4 | -269/+6 |
2018-05-04 | bpf, arm64: remove ld_abs/ld_ind | Daniel Borkmann | 1 | -65/+0 |
2018-05-04 | bpf, x64: remove ld_abs/ld_ind | Daniel Borkmann | 3 | -296/+5 |
2018-05-04 | bpf: add skb_load_bytes_relative helper | Daniel Borkmann | 2 | -1/+77 |
2018-05-04 | bpf: implement ld_abs/ld_ind in native bpf | Daniel Borkmann | 5 | -100/+262 |
2018-05-04 | bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier | Daniel Borkmann | 4 | -225/+619 |
2018-05-04 | bpf: prefix cbpf internal helpers with bpf_ | Daniel Borkmann | 1 | -9/+9 |
2018-05-04 | Merge branch 'AF_XDP-initial-support' | Alexei Starovoitov | 36 | -72/+3221 |
2018-05-04 | samples/bpf: sample application and documentation for AF_XDP sockets | Magnus Karlsson | 6 | -0/+1317 |
2018-05-04 | xsk: statistics support | Magnus Karlsson | 3 | -1/+56 |
2018-05-04 | xsk: support for Tx | Magnus Karlsson | 2 | -4/+200 |
2018-05-04 | dev: packet: make packet_direct_xmit a common function | Magnus Karlsson | 3 | -37/+44 |
2018-05-04 | xsk: add Tx queue setup and mmap support | Magnus Karlsson | 3 | -2/+9 |
2018-05-04 | xsk: add umem completion queue support and mmap | Magnus Karlsson | 4 | -2/+15 |
2018-05-04 | xsk: wire up XDP_SKB side of AF_XDP | Björn Töpel | 3 | -20/+34 |
2018-05-04 | xsk: wire up XDP_DRV side of AF_XDP | Björn Töpel | 1 | -3/+20 |
2018-05-04 | bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAP | Björn Töpel | 8 | -2/+289 |
2018-05-04 | xsk: add Rx receive functions and poll support | Björn Töpel | 6 | -5/+238 |
2018-05-04 | xsk: add support for bind for Rx | Magnus Karlsson | 7 | -1/+150 |
2018-05-04 | xsk: add Rx queue setup and mmap support | Björn Töpel | 5 | -12/+62 |
2018-05-04 | xsk: add umem fill queue support and mmap | Magnus Karlsson | 7 | -2/+183 |
2018-05-04 | xsk: add user memory registration support sockopt | Björn Töpel | 8 | -0/+596 |
2018-05-04 | net: initial AF_XDP skeleton | Björn Töpel | 7 | -7/+34 |
2018-05-03 | bpf, x86_32: add eBPF JIT compiler for ia32 | Wang YanQing | 5 | -6/+2588 |
2018-05-02 | bpf: relax constraints on formatting for eBPF helper documentation | Quentin Monnet | 1 | -7/+7 |
2018-05-02 | x86/bpf: Clean up non-standard comments, to make the code more readable | Ingo Molnar | 1 | -100/+133 |
2018-05-02 | tools: bpftool: change time format for program 'loaded at:' information | Quentin Monnet | 1 | -2/+6 |
2018-04-30 | tools, include: Grab a copy of linux/erspan.h | William Tu | 1 | -0/+52 |
2018-04-30 | Merge branch 'bpf-formatting-fixes-helpers' | Daniel Borkmann | 2 | -62/+62 |
2018-04-30 | bpf: update bpf.h uapi header for tools | Quentin Monnet | 1 | -31/+31 |
2018-04-30 | bpf: fix formatting for bpf_get_stack() helper doc | Quentin Monnet | 1 | -27/+27 |
2018-04-30 | bpf: fix formatting for bpf_perf_event_read() helper doc | Quentin Monnet | 1 | -4/+4 |
2018-04-30 | bpf: remove tracepoints from bpf core | Alexei Starovoitov | 6 | -392/+2 |
2018-04-30 | samples/bpf: fix kprobe attachment issue on x64 | Yonghong Song | 1 | -8/+26 |
2018-04-29 | bpf: Allow bpf_current_task_under_cgroup in interrupt | Teng Qin | 1 | -2/+0 |
2018-04-29 | Merge branch 'fix-bpf-helpers-doc' | Alexei Starovoitov | 2 | -12/+12 |
2018-04-29 | bpf: Sync bpf.h to tools/ | Andrey Ignatov | 1 | -6/+6 |
2018-04-29 | bpf: Fix helpers ctx struct types in uapi doc | Andrey Ignatov | 1 | -6/+6 |
2018-04-29 | Merge branch 'bpf_get_stack' | Alexei Starovoitov | 27 | -222/+927 |
2018-04-29 | tools/bpf: add a test for bpf_get_stack with tracepoint prog | Yonghong Song | 3 | -11/+98 |
2018-04-29 | tools/bpf: add a test for bpf_get_stack with raw tracepoint prog | Yonghong Song | 3 | -12/+266 |
2018-04-29 | tools/bpf: add a verifier test case for bpf_get_stack helper and ARSH | Yonghong Song | 1 | -0/+45 |
2018-04-29 | samples/bpf: move common-purpose trace functions to selftests | Yonghong Song | 10 | -175/+223 |
2018-04-29 | tools/bpf: add bpf_get_stack helper to tools headers | Yonghong Song | 2 | -2/+42 |
2018-04-29 | bpf/verifier: improve register value range tracking with ARSH | Yonghong Song | 3 | -1/+36 |
2018-04-29 | bpf: remove never-hit branches in verifier adjust_scalar_min_max_vals | Yonghong Song | 1 | -9/+2 |