Age | Commit message (Expand) | Author | Files | Lines |
2019-08-16 | tools: bpftool: move "__printf()" attributes to header file | Quentin Monnet | 5 | -10/+12 |
2019-08-16 | tools: bpftool: fix format string for p_err() in detect_common_prefix() | Quentin Monnet | 1 | -1/+1 |
2019-08-16 | tools: bpftool: fix format string for p_err() in query_flow_dissector() | Quentin Monnet | 1 | -1/+1 |
2019-08-16 | tools: bpftool: fix argument for p_err() in BTF do_dump() | Quentin Monnet | 1 | -1/+1 |
2019-08-16 | tools: bpftool: fix format strings and arguments for jsonw_printf() | Quentin Monnet | 1 | -4/+4 |
2019-08-16 | tools: bpftool: fix arguments for p_err() in do_event_pipe() | Quentin Monnet | 1 | -2/+2 |
2019-08-16 | libbpf: make libbpf.map source of truth for libbpf version | Andrii Nakryiko | 2 | -12/+11 |
2019-08-16 | tools: bpftool: add documentation for net attach/detach | Daniel T. Lee | 1 | -3/+54 |
2019-08-16 | tools: bpftool: add bash-completion for net attach/detach | Daniel T. Lee | 1 | -10/+55 |
2019-08-16 | tools: bpftool: add net detach command to detach XDP on interface | Daniel T. Lee | 1 | -1/+41 |
2019-08-16 | tools: bpftool: add net attach command to attach XDP on interface | Daniel T. Lee | 1 | -7/+129 |
2019-08-14 | tools: bpftool: compile with $(EXTRA_WARNINGS) | Quentin Monnet | 3 | -2/+7 |
2019-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 96 | -728/+4416 |
2019-08-14 | libbpf: attempt to load kernel BTF from sysfs first | Andrii Nakryiko | 1 | -7/+57 |
2019-08-13 | selftests/bpf: fix race in flow dissector tests | Petar Penkov | 2 | -8/+27 |
2019-08-13 | tools: bpftool: add feature check for zlib | Peter Wu | 1 | -3/+8 |
2019-08-12 | tools: bpftool: fix reading from /proc/config.gz | Peter Wu | 2 | -53/+54 |
2019-08-10 | tc-testing: added tdc tests for matchall filter | Roman Mashak | 1 | -0/+391 |
2019-08-10 | selftests: Fix detection of nettest command in fcnal-test | David Ahern | 1 | -32/+6 |
2019-08-09 | selftests: Add l2tp tests | David Ahern | 2 | -1/+383 |
2019-08-08 | tools/bpf: fix core_reloc.c compilation error | Yonghong Song | 1 | -1/+1 |
2019-08-08 | selftests/bpf: add CO-RE relocs misc tests | Andrii Nakryiko | 4 | -0/+106 |
2019-08-08 | selftests/bpf: add CO-RE relocs ints tests | Andrii Nakryiko | 11 | -0/+209 |
2019-08-08 | selftests/bpf: add CO-RE relocs ptr-as-array tests | Andrii Nakryiko | 5 | -0/+69 |
2019-08-08 | selftests/bpf: add CO-RE relocs modifiers/typedef tests | Andrii Nakryiko | 6 | -0/+170 |
2019-08-08 | selftests/bpf: add CO-RE relocs enum/ptr/func_proto tests | Andrii Nakryiko | 10 | -0/+167 |
2019-08-08 | selftests/bpf: add CO-RE relocs array tests | Andrii Nakryiko | 11 | -0/+201 |
2019-08-08 | selftests/bpf: add CO-RE relocs nesting tests | Andrii Nakryiko | 16 | -0/+421 |
2019-08-08 | selftests/bpf: add CO-RE relocs struct flavors tests | Andrii Nakryiko | 5 | -0/+117 |
2019-08-08 | selftests/bpf: add CO-RE relocs testing setup | Andrii Nakryiko | 2 | -0/+165 |
2019-08-08 | selftests/bpf: add BPF_CORE_READ relocatable read macro | Andrii Nakryiko | 1 | -0/+20 |
2019-08-08 | libbpf: implement BPF CO-RE offset relocation algorithm | Andrii Nakryiko | 2 | -18/+864 |
2019-08-08 | libbpf: add .BTF.ext offset relocation section loading | Andrii Nakryiko | 3 | -42/+136 |
2019-08-08 | libbpf: convert libbpf code to use new btf helpers | Andrii Nakryiko | 3 | -221/+158 |
2019-08-08 | libbpf: add helpers for working with BTF types | Andrii Nakryiko | 1 | -0/+178 |
2019-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 53 | -127/+920 |
2019-08-07 | selftests/bpf: test_progs: drop extra trailing tab | Stanislav Fomichev | 1 | -1/+1 |
2019-08-07 | selftests/bpf: test_progs: test__printf -> printf | Stanislav Fomichev | 10 | -38/+22 |
2019-08-07 | selftests/bpf: test_progs: switch to open_memstream | Stanislav Fomichev | 2 | -56/+62 |
2019-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 13 | -48/+443 |
2019-08-07 | tc-testing: updated vlan action tests with batch create/delete | Roman Mashak | 1 | -0/+94 |
2019-08-06 | selftests/bpf: add loop test 5 | Alexei Starovoitov | 2 | -0/+33 |
2019-08-06 | selftests/bpf: add loop test 4 | Alexei Starovoitov | 2 | -0/+19 |
2019-08-05 | selftests/tls: add a litmus test for the socket reuse through shutdown | Jakub Kicinski | 1 | -0/+24 |
2019-08-05 | Merge tag 'linux-kselftest-5.3-rc4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -6/+35 |
2019-08-05 | selftests/bpf: reduce time to execute test_xdp_vlan.sh | Jesper Dangaard Brouer | 1 | -5/+5 |
2019-08-05 | selftests/bpf: add wrapper scripts for test_xdp_vlan.sh | Jesper Dangaard Brouer | 4 | -2/+24 |
2019-08-05 | bpf: fix XDP vlan selftests test_xdp_vlan.sh | Jesper Dangaard Brouer | 1 | -6/+36 |
2019-08-05 | ][next] selftests: nettest: fix spelling mistake: "potocol" -> "protocol" | Colin Ian King | 1 | -1/+1 |
2019-08-03 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 20 | -35/+352 |