aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-04bpfilter: remove bpfilterQuentin Deslandes5-8/+0
2024-01-03selftests/bpf: add __arg_ctx BTF rewrite testAndrii Nakryiko1-0/+106
2024-01-03selftests/bpf: add arg:ctx cases to test_global_funcs testsAndrii Nakryiko1-0/+49
2024-01-03libbpf: implement __arg_ctx fallback logicAndrii Nakryiko1-4/+252
2024-01-03libbpf: move BTF loading step after relocation stepAndrii Nakryiko1-1/+1
2024-01-03libbpf: move exception callbacks assignment logic into relocation stepAndrii Nakryiko1-80/+85
2024-01-03libbpf: use stable map placeholder FDsAndrii Nakryiko2-38/+77
2024-01-03libbpf: don't rely on map->fd as an indicator of map being createdAndrii Nakryiko1-15/+27
2024-01-03libbpf: use explicit map reuse flag to skip map creation stepsAndrii Nakryiko1-1/+1
2024-01-03libbpf: make uniform use of btf__fd() accessor inside libbpfAndrii Nakryiko1-1/+1
2024-01-03selftests/bpf: Add a selftest with > 512-byte percpu allocation sizeYonghong Song1-0/+18
2024-01-03selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_maYonghong Song2-40/+46
2024-01-03bpf: sockmap, add tests for proto updates replace socketJohn Fastabend1-0/+69
2024-01-03bpf: sockmap, add tests for proto updates single socket to many mapJohn Fastabend1-0/+74
2024-01-03bpf: sockmap, add tests for proto updates many to single mapJohn Fastabend1-1/+70
2024-01-03selftests/bpf: Convert profiler.c to bpf_cmp.Alexei Starovoitov1-46/+18
2024-01-03bpf: Add bpf_nop_mov() asm macro.Alexei Starovoitov1-0/+5
2024-01-03selftests/bpf: Remove bpf_assert_eq-like macros.Alexei Starovoitov1-150/+0
2024-01-03selftests/bpf: Convert exceptions_assert.c to bpf_cmpAlexei Starovoitov1-40/+40
2024-01-03bpf: Introduce "volatile compare" macrosAlexei Starovoitov3-12/+80
2024-01-03selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov25-29/+30
2024-01-03bpf: Add a possibly-zero-sized read testAndrei Matei1-1/+38
2024-01-03bpf: Simplify checking size of helper accessesAndrei Matei2-5/+5
2024-01-02net/sched: Remove uapi support for CBQ qdiscJamal Hadi Salim1-80/+0
2024-01-02net/sched: Remove uapi support for ATM qdiscJamal Hadi Salim1-15/+0
2024-01-02net/sched: Remove uapi support for dsmark qdiscJamal Hadi Salim1-14/+0
2024-01-02net/sched: Remove uapi support for tcindex classifierJamal Hadi Salim1-16/+0
2024-01-02net/sched: Remove uapi support for rsvp classifierJamal Hadi Salim1-31/+0
2024-01-02selftests: mptcp: diag: check CURRESTAB countersGeliang Tang1-1/+16
2024-01-02selftests: mptcp: join: check CURRESTAB countersGeliang Tang1-5/+41
2024-01-02selftest/tcp-ao: Work on namespace-ified sysctl_optmem_maxDmitry Safonov1-8/+27
2024-01-02selftest/tcp-ao: Set routes in a proper VRF table idDmitry Safonov3-10/+9
2024-01-02net/sched: Retire ipt actionJamal Hadi Salim2-2/+0
2024-01-01Merge tag 'nf-next-23-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller3-1/+434
2024-01-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller16-73/+306
2023-12-26selftests/net: add MPTCP coverage for IP_LOCAL_PORT_RANGEMaxim Galaganov1-0/+12
2023-12-23selftests: forwarding: ethtool_mm: fall back to aggregate if device does not report pMAC statsVladimir Oltean2-0/+20
2023-12-23selftests: forwarding: ethtool_mm: support devices with higher rx-min-frag-sizeVladimir Oltean1-2/+35
2023-12-23kselftest/runner.sh: add netns supportHangbin Liu2-3/+45
2023-12-23selftests/net: convert pmtu.sh to run it in unique namespaceHangbin Liu1-18/+9
2023-12-23selftests/net: use unique netns name for setup_loopback.sh setup_veth.shHangbin Liu4-15/+20
2023-12-23selftests/net: convert xfrm_policy.sh to run it in unique namespaceHangbin Liu1-69/+69
2023-12-23selftests/net: convert stress_reuseport_listen.sh to run it in unique namespaceHangbin Liu1-3/+3
2023-12-23selftests/net: convert rtnetlink.sh to run it in unique namespaceHangbin Liu1-16/+18
2023-12-23selftests/net: convert netns-name.sh to run it in unique namespaceHangbin Liu1-22/+22
2023-12-23selftests/net: convert gre_gso.sh to run it in unique namespaceHangbin Liu1-11/+7
2023-12-23selftests/net: remove unneeded semicolonJiapeng Chong1-1/+1
2023-12-22selftest/tcp-ao: Rectify out-of-tree buildDmitry Safonov1-6/+3
2023-12-22selftests/net: Fix various spelling mistakes in TCP-AO testsColin Ian King4-5/+5
2023-12-22netfilter: ctnetlink: support filtering by zoneFelix Huettner3-1/+434