summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests: mlxsw: Check line card info on activated line cardJiri Pirko2022-07-261-0/+24
* selftests: mlxsw: Check line card info on provisioned line cardJiri Pirko2022-07-261-0/+30
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-2232-226/+926
|\
| * bpf/selftests: Fix couldn't retrieve pinned program in xdp veth testJie2x Zhou2022-07-221-3/+3
| * selftests/bpf: Fix test_verifier failed test in unprivileged modeKumar Kartikeya Dwivedi2022-07-211-0/+1
| * selftests/bpf: Add negative tests for new nf_conntrack kfuncsKumar Kartikeya Dwivedi2022-07-212-1/+189
| * selftests/bpf: Add tests for new nf_conntrack kfuncsLorenzo Bianconi2022-07-212-12/+81
| * selftests/bpf: Add verifier tests for trusted kfunc argsKumar Kartikeya Dwivedi2022-07-211-0/+53
| * bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2022-07-211-5/+5
| * tools/resolve_btfids: Add support for 8-byte BTF setsKumar Kartikeya Dwivedi2022-07-211-6/+34
| * libbpf: Fix str_has_sfx()'s return valueDan Carpenter2022-07-211-3/+3
| * libbpf: Fix sign expansion bug in btf_dump_get_enum_value()Dan Carpenter2022-07-211-1/+1
| * libbpf: fix an snprintf() overflow checkDan Carpenter2022-07-191-1/+1
| * selftests/bpf: fix a test for snprintf() overflowDan Carpenter2022-07-191-1/+1
| * selftests/bpf: test eager BPF ringbuf size adjustment logicAndrii Nakryiko2022-07-191-0/+11
| * libbpf: make RINGBUF map size adjustments more eagerlyAndrii Nakryiko2022-07-191-35/+42
| * bpf: fix bpf_skb_pull_data documentationJoanne Koong2022-07-191-1/+2
| * libbpf: fallback to tracefs mount point if debugfs is not mountedAndrii Nakryiko2022-07-191-21/+40
| * selftests/bpf: validate .bss section bigger than 8MB is possible nowAndrii Nakryiko2022-07-192-0/+6
| * selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftestsAndrii Nakryiko2022-07-193-32/+16
| * libbpf: add ksyscall/kretsyscall sections support for syscall kprobesAndrii Nakryiko2022-07-194-9/+157
| * libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALLAndrii Nakryiko2022-07-192-13/+40
| * selftests/bpf: add test of __weak unknown virtual __kconfig externAndrii Nakryiko2022-07-192-10/+10
| * libbpf: generalize virtual __kconfig externs and use it for USDTAndrii Nakryiko2022-07-192-45/+66
| * libbpf: perfbuf: Add API to get the ring bufferJon Doron2022-07-153-0/+33
| * tools: runqslower: Build and use lightweight bootstrap version of bpftoolPu Lehui2022-07-151-4/+3
| * selftests/bpf: Do not attach kprobe_multi bench to bpf_dispatcher_xdp_funcJiri Olsa2022-07-141-0/+2
| * selftests/bpf: Return true/false (not 1/0) from bool functionsLinkui Xiao2022-07-131-15/+15
| * libbpf: Fix the name of a reused mapAnquan Wu2022-07-131-2/+7
| * libbpf: Error out when binary_path is NULL for uprobe and USDTHengqi Chen2022-07-131-6/+7
| * selftests/bpf: add a ksym iter subtestAlan Maguire2022-07-123-0/+97
* | ping: support ipv6 ping socket flow labelsAlan Brady2022-07-222-15/+76
* | selftests: tls: add a test for timeo vs lockJakub Kicinski2022-07-211-0/+32
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-216-20/+47
|\ \
| * | perf trace: Fix SIGSEGV when processing syscall argsNaveen N. Rao2022-07-171-0/+2
| * | perf tests: Fix Convert perf time to TSC test for hybridAdrian Hunter2022-07-171-14/+4
| * | perf tests: Stop Convert perf time to TSC test opening events twiceAdrian Hunter2022-07-171-3/+6
| * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2022-07-171-0/+4
| * | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-07-172-3/+30
| * | tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2022-07-171-0/+1
* | | selftests: net: af_unix: Fix a build error of unix_connect.c.Kuniyuki Iwashima2022-07-201-2/+1
* | | selftests: net: arp_ndisc_untracked_subnets: test for arp_accept and accept_u...Jaehee Park2022-07-152-0/+309
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-1419-39/+511
|\| |
| * | Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-07-148-13/+138
| |\ \
| | * | selftests/net: test nexthop without gwNicolas Dichtel2022-07-142-1/+120
| | * | selftest: net: add tun to .gitignoreJakub Kicinski2022-07-111-0/+1
| | * | selftests: mptcp: validate userspace PM tests by defaultMatthieu Baerts2022-07-111-1/+1
| | * | selftests: forwarding: Install no_forwarding.shMartin Blumenstingl2022-07-081-0/+1
| | * | selftests: forwarding: Install local_termination.shMartin Blumenstingl2022-07-081-0/+1
| | * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-07-083-11/+14
| | |\ \