aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18selftests: mptcp: enable checksum in mptcp_join.shGeliang Tang1-4/+103
2021-06-18selftests: mptcp: enable checksum in mptcp_connect.shGeliang Tang1-1/+12
2021-06-18selftests: seg6: add selftest for SRv6 End.DT46 BehaviorAndrea Mayer1-0/+573
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller104-1052/+2913
2021-06-17selftests/bpf: Fix selftests build with old system-wide headersAndrii Nakryiko1-0/+4
2021-06-16libbpf: Fail compilation if target arch is missingLorenz Bauer1-4/+42
2021-06-16selftests/bpf: Whitelist test_progs.h from .gitignoreDaniel Xu1-0/+1
2021-06-15bpf: Test BPF_SK_REUSEPORT_SELECT_OR_MIGRATE.Kuniyuki Iwashima4-1/+692
2021-06-15libbpf: Set expected_attach_type for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima1-1/+4
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima1-0/+15
2021-06-15bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima1-0/+1
2021-06-15libbpf: Set NLM_F_EXCL when creating qdiscKumar Kartikeya Dwivedi1-1/+1
2021-06-15libbpf: Remove unneeded check for flags during tc detachKumar Kartikeya Dwivedi1-2/+0
2021-06-14testing: selftests: drivers: net: netdevsim: devlink: add test case for hard drop statisticsOleksandr Mazur1-0/+10
2021-06-14testing: selftests: net: forwarding: add devlink-required functionality to test (hard) dropped stats fieldOleksandr Mazur1-0/+26
2021-06-14nexthops: Add selftests for cleanup of known bad route addDavid Ahern1-0/+12
2021-06-11tools/bpftool: Fix error return code in do_batch()Zhihao Cheng1-1/+3
2021-06-11libbpf: Simplify the return expression of bpf_object__init_maps functionWang Hai1-3/+1
2021-06-11vsock_test: add SOCK_SEQPACKET testsArseny Krasnov3-5/+146
2021-06-08selftests: devlink_lib: Fix bouncing of netdevsim DEVLINK_DEVPetr Machata5-6/+14
2021-06-08selftests: Clean forgotten resources as part of cleanup()Amit Cohen6-0/+14
2021-06-08selftests: router_scale: Do not count failed routesAmit Cohen1-1/+1
2021-06-08selftests, bpf: Make docs tests fail more reliablyJoe Stringer3-1/+4
2021-06-08libbpf: Fix pr_warn type warnings on 32bitMichal Suchanek1-2/+2
2021-06-08tools/bpftool: Fix cross-buildJean-Philippe Brucker1-1/+4
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-5/+10
2021-06-04wireguard: selftests: make sure rp_filter is disabled on vethcJason A. Donenfeld1-0/+1
2021-06-04wireguard: selftests: remove old conntrack kconfig valueJason A. Donenfeld1-1/+0
2021-06-04selftests: mptcp_connect: add SO_TIMESTAMPNS cmsg supportFlorian Westphal2-3/+126
2021-06-03selftests/bpf: Add xdp_redirect_multi into .gitignoreAndrii Nakryiko1-0/+1
2021-06-03libbpf: Install skel_internal.h header used from light skeletonsAndrii Nakryiko1-1/+1
2021-06-03libbpf: Refactor header installation portions of MakefileAndrii Nakryiko1-12/+7
2021-06-03libbpf: Move few APIs from 0.4 to 0.5 versionAndrii Nakryiko1-3/+3
2021-06-02selftest: netdevsim: Add devlink rate grouping testDmytro Linkin1-0/+42
2021-06-02selftest: netdevsim: Add devlink rate nodes testDmytro Linkin1-0/+45
2021-06-02selftest: netdevsim: Add devlink port shared/max tx rate testDmytro Linkin1-0/+55
2021-06-02selftest: netdevsim: Add devlink rate testDmytro Linkin1-1/+24
2021-06-01net/sched: act_vlan: Test priority 0 modificationBoris Sukholitko1-0/+24
2021-06-01net/sched: act_vlan: No dump for unset priorityBoris Sukholitko1-2/+2
2021-05-28mptcp: update selftest for fallback due to OoOPaolo Abeni1-4/+9
2021-05-28bpf, docs: Add llvm_reloc.rst to explain llvm bpf relocationsYonghong Song1-0/+19
2021-05-27selftests: devlink_lib: add check for devlink device existenceJiri Pirko1-0/+6
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski75-420/+1406
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds19-284/+911
2021-05-26libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest16-68/+74
2021-05-26selftests/bpf: Add xdp_redirect_multi testHangbin Liu4-1/+526
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu1-2/+12
2021-05-25bpftool: Set errno on skeleton failures and propagate errorsAndrii Nakryiko1-9/+18
2021-05-25libbpf: Streamline error reporting for high-level APIsAndrii Nakryiko9-468/+531
2021-05-25libbpf: Streamline error reporting for low-level APIsAndrii Nakryiko3-50/+156