| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-07-11 | 58 | -260/+631 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | selftests: net: add a test for UDP tunnel info infra | Jakub Kicinski | 2020-07-10 | 1 | -0/+786 | |
| | * | | | | | | | | | | | | | | selftests: net: Add port split test | Danielle Ratson | 2020-07-09 | 2 | -0/+278 | |
| | * | | | | | | | | | | | | | | selftests/mptcp: add diag interface tests | Paolo Abeni | 2020-07-09 | 3 | -5/+140 | |
| | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | selftests: mptcp: capture pcap on both sides | Matthieu Baerts | 2020-07-06 | 1 | -4/+9 | |
| | * | | | | | | | | | | | | | selftests/net: update initializer syntax to use c99 designators | Tanner Love | 2020-07-04 | 1 | -15/+15 | |
| | * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-07-04 | 71 | -1003/+4078 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | selftests/bpf: Fix compilation error of bpf_iter_task_stack.c | Song Liu | 2020-07-03 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | bpf: Fix bpftool without skeleton code enabled | John Fastabend | 2020-07-03 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | | bpf: selftests: Restore netns after each test | Martin KaFai Lau | 2020-07-02 | 2 | -2/+23 | |
| | | * | | | | | | | | | | | | | bpf: selftests: A few improvements to network_helpers.c | Martin KaFai Lau | 2020-07-02 | 6 | -86/+110 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Test_progs option for listing test names | Jesper Dangaard Brouer | 2020-07-01 | 2 | -0/+16 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Test_progs option for getting number of tests | Jesper Dangaard Brouer | 2020-07-01 | 2 | -0/+19 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Test_progs indicate to shell on non-actions | Jesper Dangaard Brouer | 2020-07-01 | 1 | -0/+3 | |
| | | * | | | | | | | | | | | | | tools/bpftool: Turn off -Wnested-externs warning | Andrii Nakryiko | 2020-07-02 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Switch test_vmlinux to use hrtimer_range_start_ns. | Hao Luo | 2020-07-01 | 1 | -8/+8 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Add bpf_iter test with bpf_get_task_stack() | Song Liu | 2020-07-01 | 2 | -0/+54 | |
| | | * | | | | | | | | | | | | | bpf: Introduce helper bpf_get_task_stack() | Song Liu | 2020-07-01 | 1 | -1/+36 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Add byte swapping selftest | Andrii Nakryiko | 2020-07-01 | 2 | -0/+90 | |
| | | * | | | | | | | | | | | | | libbpf: Make bpf_endian co-exist with vmlinux.h | Andrii Nakryiko | 2020-07-01 | 1 | -8/+35 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Allow substituting custom vmlinux.h for selftests build | Andrii Nakryiko | 2020-06-30 | 1 | -2/+7 | |
| | | * | | | | | | | | | | | | | tools/bpftool: Allow substituting custom vmlinux.h for the build | Andrii Nakryiko | 2020-06-30 | 1 | -3/+7 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Test auto-load disabling logic for BPF programs | Andrii Nakryiko | 2020-06-28 | 2 | -0/+81 | |
| | | * | | | | | | | | | | | | | libbpf: Support disabling auto-loading BPF programs | Andrii Nakryiko | 2020-06-28 | 3 | -8/+44 | |
| | | * | | | | | | | | | | | | | tools, bpftool: Define attach_type_name array only once | Tobias Klauser | 2020-06-25 | 2 | -35/+37 | |
| | | * | | | | | | | | | | | | | tools, bpftool: Define prog_type_name array only once | Tobias Klauser | 2020-06-25 | 5 | -37/+42 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Add tcp/udp iterator programs to selftests | Yonghong Song | 2020-06-24 | 1 | -0/+68 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Implement sample udp/udp6 bpf_iter programs | Yonghong Song | 2020-06-24 | 3 | -0/+166 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Implement sample tcp/tcp6 bpf_iter programs | Yonghong Song | 2020-06-24 | 3 | -0/+499 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Add more common macros to bpf_tracing_net.h | Yonghong Song | 2020-06-24 | 1 | -0/+35 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Refactor some net macros to bpf_tracing_net.h | Yonghong Song | 2020-06-24 | 3 | -9/+18 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Move newer bpf_iter_* type redefining to a new header file | Yonghong Song | 2020-06-24 | 9 | -136/+57 | |
| | | * | | | | | | | | | | | | | bpf: Add bpf_skc_to_udp6_sock() helper | Yonghong Song | 2020-06-24 | 1 | -1/+8 | |
| | | * | | | | | | | | | | | | | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers | Yonghong Song | 2020-06-24 | 1 | -1/+22 | |
| | | * | | | | | | | | | | | | | bpf: Add bpf_skc_to_tcp6_sock() helper | Yonghong Song | 2020-06-24 | 1 | -1/+8 | |
| | | * | | | | | | | | | | | | | bpf: Add SO_KEEPALIVE and related options to bpf_setsockopt | Dmitry Yakunin | 2020-06-24 | 2 | -2/+32 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Workaround for get_stack_rawtp test. | Alexei Starovoitov | 2020-06-24 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | | libbpf: Prevent loading vmlinux BTF twice | Andrii Nakryiko | 2020-06-24 | 1 | -11/+22 | |
| | | * | | | | | | | | | | | | | libbpf: Fix spelling mistake "kallasyms" -> "kallsyms" | Colin Ian King | 2020-06-24 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | tools, bpftool: Fix variable shadowing in emit_obj_refs_json() | Quentin Monnet | 2020-06-24 | 1 | -8/+9 | |
| | | * | | | | | | | | | | | | | Merge up to bpf_probe_read_kernel_str() fix into bpf-next | Alexei Starovoitov | 2020-06-23 | 2 | -1/+2 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in Makefile | Tobias Klauser | 2020-06-24 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | selftests/bpf: Add variable-length data concat pattern less than test | John Fastabend | 2020-06-24 | 2 | -4/+78 | |
| | | * | | | | | | | | | | | | | | selftests/bpf: Add variable-length data concatenation pattern test | Andrii Nakryiko | 2020-06-24 | 2 | -0/+152 | |
| | | * | | | | | | | | | | | | | | bpf: Switch most helper return values from 32-bit int to 64-bit long | Andrii Nakryiko | 2020-06-24 | 1 | -96/+96 | |
| | | * | | | | | | | | | | | | | | tools/bpftool: Add documentation and sample output for process info | Andrii Nakryiko | 2020-06-22 | 4 | -2/+35 | |
| | | * | | | | | | | | | | | | | | tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs | Andrii Nakryiko | 2020-06-22 | 10 | -0/+378 | |
| | | * | | | | | | | | | | | | | | libbpf: Wrap source argument of BPF_CORE_READ macro in parentheses | Andrii Nakryiko | 2020-06-22 | 1 | -4/+4 | |
| | | * | | | | | | | | | | | | | | tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h | Andrii Nakryiko | 2020-06-22 | 7 | -66/+45 | |
| | | * | | | | | | | | | | | | | | tools/bpftool: Minimize bootstrap bpftool | Andrii Nakryiko | 2020-06-22 | 4 | -32/+38 | |
