Age | Commit message (Expand) | Author | Files | Lines |
2018-10-20 | bpf, libbpf: simplify and cleanup perf ring buffer walk | Daniel Borkmann | 4 | -52/+47 |
2018-10-20 | bpf, verifier: fix register type dump in xadd and st | Daniel Borkmann | 1 | -5/+5 |
2018-10-20 | bpf: test_sockmap add options to use msg_push_data | John Fastabend | 2 | -26/+129 |
2018-10-20 | bpf: libbpf support for msg_push_data | John Fastabend | 2 | -1/+21 |
2018-10-19 | bpf: add tests for direct packet access from CGROUP_SKB | Song Liu | 1 | -0/+171 |
2018-10-19 | bpf, libbpf: use correct barriers in perf ring buffer walk | Daniel Borkmann | 1 | -6/+4 |
2018-10-19 | tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers | Daniel Borkmann | 9 | -12/+250 |
2018-10-19 | selftests/bpf: add missing executables to .gitignore | Anders Roxell | 1 | -0/+2 |
2018-10-19 | selftests/bpf: add test cases for queue and stack maps | Mauricio Vasquez B | 9 | -1/+313 |
2018-10-19 | Sync uapi/bpf.h to tools/include | Mauricio Vasquez B | 1 | -1/+29 |
2018-10-18 | tools: bpftool: use 4 context mode for the NFP disasm | Jakub Kicinski | 4 | -9/+20 |
2018-10-18 | selftests/bpf: fix file resource leak in load_kallsyms | Peng Hao | 1 | -0/+1 |
2018-10-17 | bpf: fix doc of bpf_skb_adjust_room() in uapi | Nicolas Dichtel | 1 | -1/+1 |
2018-10-17 | bpf: sockmap, add msg_peek tests to test_sockmap | John Fastabend | 1 | -52/+115 |
2018-10-16 | libbpf: Per-symbol visibility for DSO | Andrey Ignatov | 4 | -148/+179 |
2018-10-16 | bpf, tls: add tls header to tools infrastructure | Daniel Borkmann | 2 | -5/+86 |
2018-10-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 21 | -255/+1326 |
2018-10-15 | selftests: pmtu: Add optional traffic captures for single tests | Stefano Brivio | 1 | -7/+53 |
2018-10-15 | selftests: pmtu: Allow selection of single tests | Stefano Brivio | 1 | -0/+21 |
2018-10-15 | tools: bpftool: add map create command | Jakub Kicinski | 6 | -6/+183 |
2018-10-15 | bpf: bpftool, add flag to allow non-compat map definitions | John Fastabend | 8 | -13/+37 |
2018-10-15 | bpf: bpftool, add support for attaching programs to maps | John Fastabend | 4 | -3/+128 |
2018-10-15 | bpf: add tls support for testing in test_sockmap | John Fastabend | 1 | -0/+89 |
2018-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -7/+23 |
2018-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Greg Kroah-Hartman | 2 | -2/+2 |
2018-10-11 | selftests: use posix-style redirection in ip_defrag.sh | Paolo Abeni | 1 | -4/+4 |
2018-10-11 | selftests: udpgso_bench.sh explicitly requires bash | Paolo Abeni | 1 | -1/+1 |
2018-10-11 | selftests: rtnetlink.sh explicitly requires bash. | Paolo Abeni | 1 | -1/+1 |
2018-10-11 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 4 | -5/+20 |
2018-10-11 | selftests: bpf: install script with_addr.sh | Anders Roxell | 1 | -0/+2 |
2018-10-11 | selftests: bpf: add config fragment LWTUNNEL | Anders Roxell | 1 | -0/+1 |
2018-10-11 | bpftool: Allow add linker flags via EXTRA_LDFLAGS variable | Jiri Olsa | 1 | -1/+4 |
2018-10-11 | bpftool: Allow to add compiler flags via EXTRA_CFLAGS variable | Jiri Olsa | 1 | -0/+4 |
2018-10-10 | selftests: mlxsw: qos_mc_aware: Make executable | Petr Machata | 1 | -0/+0 |
2018-10-10 | selftests: forwarding: Have lldpad_app_wait_set() wait for unknown, too | Petr Machata | 1 | -1/+1 |
2018-10-09 | tools/bpf: use proper type and uapi perf_event.h header for libbpf | Yonghong Song | 2 | -5/+5 |
2018-10-09 | selftests/bpf: add XDP selftests for modifying and popping VLAN headers | Jesper Dangaard Brouer | 3 | -2/+491 |
2018-10-09 | bpf: make TC vlan bpf_helpers avail to selftests | Jesper Dangaard Brouer | 1 | -0/+4 |
2018-10-09 | selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf prog | Prashant Bhole | 1 | -1/+120 |
2018-10-09 | selftests/bpf: test_verifier, change names of fixup maps | Prashant Bhole | 1 | -190/+190 |
2018-10-09 | tools/bpf: bpftool, print strerror when map lookup error occurs | Prashant Bhole | 1 | -5/+24 |
2018-10-09 | tools/bpf: bpftool, split the function do_dump() | Prashant Bhole | 1 | -34/+49 |
2018-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 29 | -309/+2059 |
2018-10-08 | selftests: pmtu: add basic IPv4 and IPv6 PMTU tests | Sabrina Dubroca | 1 | -4/+203 |
2018-10-08 | selftests: pmtu: extend MTU parsing helper to locked MTU | Sabrina Dubroca | 1 | -0/+2 |
2018-10-08 | selftests: pmtu: Introduce check_pmtu_value() | Stefano Brivio | 1 | -27/+22 |
2018-10-08 | libbpf: relicense libbpf as LGPL-2.1 OR BSD-2-Clause | Alexei Starovoitov | 13 | -62/+13 |
2018-10-07 | Merge tag 'char-misc-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 1 | -0/+1 |
2018-10-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+173 |
2018-10-05 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Greg Kroah-Hartman | 1 | -0/+172 |