| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | selftests: mlxsw: devlink_trap_tunnel_ipip: Align topology drawing correctly | Amit Cohen | 2021-10-08 | 1 | -3/+3 | |
| | * | | | | | | | | | | | selftests: mlxsw: devlink_trap_tunnel_ipip6: Add test case for IPv6 decap_error | Amit Cohen | 2021-10-08 | 1 | -0/+250 | |
| | * | | | | | | | | | | | selftests: forwarding: Add IPv6 GRE hierarchical tests | Amit Cohen | 2021-10-08 | 4 | -1/+364 | |
| | * | | | | | | | | | | | selftests: forwarding: Add IPv6 GRE flat tests | Amit Cohen | 2021-10-08 | 4 | -0/+465 | |
| | * | | | | | | | | | | | testing: selftests: tc_common: Add tc_check_at_least_x_packets() | Amit Cohen | 2021-10-08 | 1 | -0/+10 | |
| | * | | | | | | | | | | | testing: selftests: forwarding.config.sample: Add tc flag | Amit Cohen | 2021-10-08 | 1 | -0/+3 | |
| | * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-10-07 | 3 | -12/+64 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | selftests: net: Test for the IOAM encapsulation with IPv6 | Justin Iurman | 2021-10-04 | 1 | -50/+159 | |
| | * | | | | | | | | | | | selftests: net: mscc: ocelot: add a test for egress VLAN modification | Vladimir Oltean | 2021-10-02 | 1 | -0/+39 | |
| | * | | | | | | | | | | | selftests: net: mscc: ocelot: rename the VLAN modification test to ingress | Vladimir Oltean | 2021-10-02 | 1 | -3/+3 | |
| | * | | | | | | | | | | | selftests: net: mscc: ocelot: bring up the ports automatically | Vladimir Oltean | 2021-10-02 | 1 | -0/+5 | |
| | * | | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-10-01 | 99 | -367/+1154 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | selftests/bpf: Use BTF-defined key/value for map definitions | Hengqi Chen | 2021-10-01 | 13 | -40/+38 | |
| | | * | | | | | | | | | | | selftests/bpf: Use kselftest skip code for skipped tests | Po-Hsu Lin | 2021-09-30 | 2 | -3/+9 | |
| | | * | | | | | | | | | | | bpf: selftests: Fix fd cleanup in get_branch_snapshot | Kumar Kartikeya Dwivedi | 2021-09-29 | 1 | -3/+2 | |
| | | * | | | | | | | | | | | selftests/bpf: Fix probe_user test failure with clang build kernel | Yonghong Song | 2021-09-28 | 2 | -4/+28 | |
| | | * | | | | | | | | | | | selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") use | Andrii Nakryiko | 2021-09-28 | 1 | -19/+19 | |
| | | * | | | | | | | | | | | selftests/bpf: Normalize all the rest SEC() uses | Andrii Nakryiko | 2021-09-28 | 12 | -35/+33 | |
| | | * | | | | | | | | | | | selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc") | Andrii Nakryiko | 2021-09-28 | 39 | -157/+141 | |
| | | * | | | | | | | | | | | selftests/bpf: Normalize XDP section names in selftests | Andrii Nakryiko | 2021-09-28 | 19 | -30/+27 | |
| | | * | | | | | | | | | | | selftests: xsk: Add frame_headroom test | Magnus Karlsson | 2021-09-28 | 2 | -11/+44 | |
| | | * | | | | | | | | | | | selftests: xsk: Change interleaving of packets in unaligned mode | Magnus Karlsson | 2021-09-28 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | selftests: xsk: Add single packet test | Magnus Karlsson | 2021-09-28 | 2 | -0/+14 | |
| | | * | | | | | | | | | | | selftests: xsk: Introduce pacing of traffic | Magnus Karlsson | 2021-09-28 | 2 | -7/+29 | |
| | | * | | | | | | | | | | | selftests: xsk: Fix socket creation retry | Magnus Karlsson | 2021-09-28 | 1 | -6/+5 | |
| | | * | | | | | | | | | | | selftests: xsk: Put the same buffer only once in the fill ring | Magnus Karlsson | 2021-09-28 | 1 | -6/+11 | |
| | | * | | | | | | | | | | | selftests: xsk: Fix missing initialization | Magnus Karlsson | 2021-09-28 | 1 | -0/+7 | |
| | | * | | | | | | | | | | | bpf: selftest: Add verifier tests for <8-byte scalar spill and refill | Martin KaFai Lau | 2021-09-26 | 1 | -0/+161 | |
| | | * | | | | | | | | | | | bpf: selftest: A bpf prog that has a 32bit scalar spill | Martin KaFai Lau | 2021-09-26 | 3 | -0/+393 | |
| | | * | | | | | | | | | | | selftests/bpf: Fix btf_dump __int128 test failure with clang build kernel | Yonghong Song | 2021-09-24 | 1 | -6/+21 | |
| | | * | | | | | | | | | | | seltests: bpf: test_tunnel: Use ip neigh | Jiri Benc | 2021-09-21 | 1 | -2/+3 | |
| | | * | | | | | | | | | | | selftests/bpf: Adopt attach_probe selftest to work on old kernels | Andrii Nakryiko | 2021-09-21 | 1 | -4/+20 | |
| | | * | | | | | | | | | | | selftests/bpf: Add trace_vprintk test prog | Dave Marchevsky | 2021-09-17 | 3 | -1/+103 | |
| | | * | | | | | | | | | | | selftests/bpf: Migrate prog_tests/trace_printk CHECKs to ASSERTs | Dave Marchevsky | 2021-09-17 | 1 | -15/+9 | |
| | | * | | | | | | | | | | | bpftool: Only probe trace_vprintk feature in 'full' mode | Dave Marchevsky | 2021-09-17 | 1 | -13/+9 | |
| | | * | | | | | | | | | | | selftests/bpf: Stop using bpf_program__load | Dave Marchevsky | 2021-09-17 | 1 | -8/+31 | |
| | * | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-09-30 | 20 | -102/+966 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | selftests: net: fib_nexthops: Wait before checking reported idle time | Petr Machata | 2021-09-27 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-09-23 | 5 | -15/+70 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | selftests: mptcp: add mptcp getsockopt test cases | Florian Westphal | 2021-09-18 | 4 | -3/+714 | |
| | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2021-09-17 | 31 | -447/+1575 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | selftests/bpf: Fix a few compiler warnings | Yonghong Song | 2021-09-17 | 2 | -5/+3 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Switch fexit_bpf2bpf selftest to set_attach_target() API | Andrii Nakryiko | 2021-09-17 | 1 | -17/+26 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Stop using relaxed_core_relocs which has no effect | Andrii Nakryiko | 2021-09-17 | 1 | -2/+1 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Skip btf_tag test if btf_tag attribute not supported | Yonghong Song | 2021-09-15 | 3 | -1/+31 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Add a test with a bpf program with btf_tag attributes | Yonghong Song | 2021-09-14 | 2 | -0/+53 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Test BTF_KIND_TAG for deduplication | Yonghong Song | 2021-09-14 | 1 | -17/+175 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Add BTF_KIND_TAG unit tests | Yonghong Song | 2021-09-14 | 2 | -0/+248 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Change NAME_NTH/IS_NAME_NTH for BTF_KIND_TAG format | Yonghong Song | 2021-09-14 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | selftests/bpf: Test libbpf API function btf__add_tag() | Yonghong Song | 2021-09-14 | 2 | -1/+27 | |
