aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-255/+74
2021-06-24tools/testing: add a selftest for SO_NETNS_COOKIELorenz Bauer4-1/+64
2021-06-23selftests: icmp_redirect: support expected failuresAndrea Righi1-1/+7
2021-06-22selftests: mptcp: turn rp_filter off on each NICYonglong Li1-1/+2
2021-06-22selftests: mptcp: add deny_join_id0 testcasesGeliang Tang1-1/+74
2021-06-22tc-testing: add test for ct DNAT tuple collisionMarcelo Ricardo Leitner1-0/+45
2021-06-22tc-testing: add support for sending various scapy packetsMarcelo Ricardo Leitner1-19/+23
2021-06-22tc-testing: fix list handlingMarcelo Ricardo Leitner1-1/+1
2021-06-22selftests: mptcp: display proper reason to abort testsMatthieu Baerts1-16/+36
2021-06-22libbpf: Switch to void * casting in netlink helpersKumar Kartikeya Dwivedi3-6/+6
2021-06-22libbpf: Add request buffer type for netlink messagesKumar Kartikeya Dwivedi2-82/+65
2021-06-21selftests: tls: fix chacha+bidir testsJakub Kicinski1-28/+39
2021-06-21selftests: tls: clean up uninitialized warningsJakub Kicinski1-0/+20
2021-06-21libbpf: Add extra BPF_PROG_TYPE check to bpf_object__probe_loadingJonathan Edwards1-0/+4
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski68-526/+2353
2021-06-18Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds16-16/+387
2021-06-18bpf: Add documentation for libbpf including API autogenGrant Seltzer1-168/+0
2021-06-18selftests/net: Add icmp.sh for testing ICMP dummy address responsesToke Høiland-Jørgensen1-0/+74
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-17selftests/bpf: Fix ringbuf test fetching map FDAndrii Nakryiko1-1/+1
2021-06-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-20/+20
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller104-1052/+2913
2021-06-17KVM: selftests: Fix kvm_check_cap() assertionFuad Tabba1-1/+1
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-16selftests: net: use bash to run udpgro_fwd test caseAndrea Righi1-1/+1
2021-06-16selftests: net: veth: make test compatible with dashAndrea Righi1-2/+3
2021-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller9-9/+54
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-14bpf, selftests: Adjust few selftest outcomes wrt unreachable codeDaniel Borkmann8-8/+53
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-14ipv4: Fix device used for dst_alloc with local routesDavid Ahern1-0/+25
2021-06-14nexthops: Add selftests for cleanup of known bad route addDavid Ahern1-0/+12
2021-06-13Merge tag 'perf-tools-fixes-for-v5.13-2021-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds2-5/+3
2021-06-12Merge tag 'objtool-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+28
2021-06-11Merge tag 'trace-v5.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-0/+5
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-11tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-5/+2
2021-06-11perf session: Correct buffer copying when peeking eventsLeo Yan1-0/+1