Age | Commit message (Expand) | Author | Files | Lines |
2018-05-14 | bpf, doc: howto use/run the BPF selftests | Jesper Dangaard Brouer | 1 | -0/+29 |
2018-05-14 | bpf, doc: convert bpf_devel_QA.rst to use RST formatting | Jesper Dangaard Brouer | 1 | -379/+420 |
2018-05-14 | bpf, doc: convert bpf_design_QA.rst to use RST formatting | Jesper Dangaard Brouer | 1 | -79/+144 |
2018-05-14 | bpf, doc: rename txt files to rst files | Jesper Dangaard Brouer | 3 | -2/+2 |
2018-05-14 | bpf, doc: add basic README.rst file | Jesper Dangaard Brouer | 1 | -0/+36 |
2018-05-14 | Merge branch 'fix-samples' | Alexei Starovoitov | 44 | -147/+116 |
2018-05-14 | samples: bpf: make the build less noisy | Jakub Kicinski | 1 | -1/+2 |
2018-05-14 | samples: bpf: move libbpf from object dependencies to libs | Jakub Kicinski | 1 | -94/+51 |
2018-05-14 | samples: bpf: fix build after move to compiling full libbpf.a | Jakub Kicinski | 1 | -5/+12 |
2018-05-14 | samples: bpf: rename libbpf.h to bpf_insn.h | Jakub Kicinski | 8 | -12/+17 |
2018-05-14 | samples: bpf: include bpf/bpf.h instead of local libbpf.h | Jakub Kicinski | 35 | -35/+34 |
2018-05-14 | Merge branch 'bpf-jit-cleanups' | Alexei Starovoitov | 7 | -98/+228 |
2018-05-14 | bpf: add ld64 imm test cases | Daniel Borkmann | 2 | -0/+142 |
2018-05-14 | bpf, arm64: save 4 bytes in prologue when ebpf insns came from cbpf | Daniel Borkmann | 1 | -10/+13 |
2018-05-14 | bpf, arm64: optimize 32/64 immediate emission | Daniel Borkmann | 1 | -31/+54 |
2018-05-14 | bpf, arm64: save 4 bytes of unneeded stack space | Daniel Borkmann | 1 | -5/+2 |
2018-05-14 | bpf, arm32: save 4 bytes of unneeded stack space | Daniel Borkmann | 1 | -10/+3 |
2018-05-14 | bpf, x64: clean up retpoline emission slightly | Daniel Borkmann | 1 | -15/+14 |
2018-05-14 | bpf, sparc: remove unused variable | Daniel Borkmann | 1 | -1/+0 |
2018-05-14 | bpf, mips: remove unused function | Daniel Borkmann | 1 | -26/+0 |
2018-05-14 | samples/bpf: xdp_monitor, accept short options | Prashant Bhole | 1 | -2/+2 |
2018-05-14 | Merge branch 'bpf-stackmap-nmi' | Daniel Borkmann | 4 | -8/+196 |
2018-05-14 | bpf: add selftest for stackmap with build_id in NMI context | Song Liu | 2 | -2/+142 |
2018-05-14 | bpf: enable stackmap with build_id in nmi context | Song Liu | 2 | -6/+54 |
2018-05-11 | Merge branch 'bpf-perf-rb-libbpf' | Daniel Borkmann | 15 | -222/+307 |
2018-05-11 | samples: bpf: convert some XDP samples from bpf_load to libbpf | Jakub Kicinski | 4 | -43/+78 |
2018-05-11 | tools: bpf: don't complain about no kernel version for networking code | Jakub Kicinski | 1 | -7/+39 |
2018-05-11 | tools: bpf: improve comments in libbpf.h | Jakub Kicinski | 1 | -24/+24 |
2018-05-11 | tools: bpf: move the event reading loop to libbpf | Jakub Kicinski | 10 | -123/+139 |
2018-05-11 | samples: bpf: compile and link against full libbpf | Jakub Kicinski | 1 | -7/+14 |
2018-05-11 | samples: bpf: rename struct bpf_map_def to avoid conflict with libbpf | Jakub Kicinski | 2 | -7/+7 |
2018-05-11 | tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clock | Jakub Kicinski | 1 | -11/+6 |
2018-05-11 | bpf: sync tools bpf.h uapi header | Prashant Bhole | 1 | -1/+81 |
2018-05-11 | selftests/bpf: Fix bash reference in Makefile | Joe Stringer | 1 | -3/+3 |
2018-05-11 | Merge branch 'bpf-fib-lookup-helper' | Daniel Borkmann | 14 | -75/+854 |
2018-05-11 | samples/bpf: Add example of ipv4 and ipv6 forwarding in XDP | David Ahern | 4 | -0/+258 |
2018-05-11 | bpf: Provide helper to do forwarding lookups in kernel FIB table | David Ahern | 2 | -1/+347 |
2018-05-11 | net/ipv6: Add fib lookup stubs for use in bpf helper | David Ahern | 3 | -2/+51 |
2018-05-11 | net/ipv6: Update fib6 tracepoint to take fib6_info | David Ahern | 2 | -15/+13 |
2018-05-11 | net/ipv6: Add fib6_lookup | David Ahern | 3 | -2/+97 |
2018-05-11 | net/ipv6: Refactor fib6_rule_action | David Ahern | 1 | -21/+31 |
2018-05-11 | net/ipv6: Extract table lookup from ip6_pol_route | David Ahern | 2 | -14/+29 |
2018-05-11 | net/ipv6: Rename rt6_multipath_select | David Ahern | 2 | -8/+14 |
2018-05-11 | net/ipv6: Rename fib6_lookup to fib6_node_lookup | David Ahern | 3 | -13/+15 |
2018-05-11 | bpf, doc: clarification for the meaning of 'id' | Wang YanQing | 1 | -6/+9 |
2018-05-10 | selftests/bpf: ignore build products | Sirio Balmelli | 2 | -0/+4 |
2018-05-10 | selftests/bpf: add architecture-agnostic headers | Sirio Balmelli | 2 | -0/+36 |
2018-05-09 | xsk: fix 64-bit division | Björn Töpel | 1 | -1/+1 |
2018-05-09 | Merge branch 'bpf-nfp-programmable-rss' | Daniel Borkmann | 9 | -15/+115 |
2018-05-09 | nfp: bpf: support setting the RX queue index | Jakub Kicinski | 6 | -12/+105 |