index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
network_helpers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-35
/
+76
2025-03-15
selftests/bpf: Allow assigning traffic monitor print function
Amery Hung
1
-19
/
+50
2025-03-06
selftests/bpf: Fix file descriptor assertion in open_tuntap helper
Marcus Wichelmann
1
-1
/
+1
2025-03-06
selftests/bpf: Move open_tuntap to network helpers
Marcus Wichelmann
1
-0
/
+28
2025-02-14
selftests/bpf: Fix stdout race condition in traffic monitor
Amery Hung
1
-20
/
+13
2025-02-03
selftests/bpf: helpers: Add append_tid()
Bastien Curutchet (eBPF Foundation)
1
-0
/
+17
2024-12-02
selftests/bpf: use the same udp and tcp headers in tests under test_progs
Alexis Lothoré (eBPF Foundation)
1
-1
/
+1
2024-08-15
selftests/bpf: netns_new() and netns_free() helpers.
Kui-Feng Lee
1
-0
/
+46
2024-08-15
selftests/bpf: Add traffic monitor functions.
Kui-Feng Lee
1
-0
/
+454
2024-07-30
selftests/bpf: Drop __start_server in network_helpers
Geliang Tang
1
-16
/
+10
2024-07-29
selftests/bpf: Add connect_to_addr_str helper
Geliang Tang
1
-0
/
+15
2024-07-29
selftests/bpf: Drop must_fail from network_helper_opts
Geliang Tang
1
-34
/
+8
2024-07-29
selftests/bpf: Drop type of connect_to_fd_opts
Geliang Tang
1
-10
/
+11
2024-07-10
selftests/bpf: Add backlog for network_helper_opts
Geliang Tang
1
-1
/
+1
2024-06-21
selftests/bpf: Drop noconnect from network_helper_opts
Geliang Tang
1
-3
/
+2
2024-06-21
selftests/bpf: Add client_socket helper
Geliang Tang
1
-8
/
+29
2024-06-21
selftests/bpf: Use connect_to_addr in connect_to_fd_opt
Geliang Tang
1
-26
/
+7
2024-06-21
selftests/bpf: Drop type from network_helper_opts
Geliang Tang
1
-25
/
+20
2024-05-29
selftests/bpf: Use post_socket_cb in start_server_str
Geliang Tang
1
-1
/
+2
2024-05-29
selftests/bpf: Use post_socket_cb in connect_to_fd_opts
Geliang Tang
1
-3
/
+2
2024-05-29
selftests/bpf: Add start_server_str helper
Geliang Tang
1
-6
/
+16
2024-05-29
selftests/bpf: Drop struct post_socket_opts
Geliang Tang
1
-1
/
+1
2024-05-09
selftests/bpf: Add post_socket_cb for network_helper_opts
Geliang Tang
1
-9
/
+15
2024-05-01
selftests/bpf: Drop start_server_proto helper
Geliang Tang
1
-9
/
+2
2024-05-01
selftests/bpf: Make start_mptcp_server static
Geliang Tang
1
-7
/
+0
2024-05-01
selftests/bpf: Add opts argument for __start_server
Geliang Tang
1
-12
/
+15
2024-04-24
selftests/bpf: Use log_err in open_netns/close_netns
Geliang Tang
1
-5
/
+14
2024-04-24
selftests/bpf: Fix a fd leak in error paths in open_netns
Geliang Tang
1
-0
/
+2
2024-04-20
selftests/bpf: Update arguments of connect_to_addr
Geliang Tang
1
-3
/
+10
2024-04-20
selftests/bpf: Add start_server_addr helper
Geliang Tang
1
-2
/
+12
2024-04-11
selftests/bpf: Export send_recv_data helper
Geliang Tang
1
-0
/
+102
2024-04-03
selftests/bpf: Implement set_hw_ring_size function to configure interface rin...
Tushar Vyavahare
1
-0
/
+24
2024-04-03
selftests/bpf: Implement get_hw_ring_size function to retrieve current and ma...
Tushar Vyavahare
1
-0
/
+24
2023-10-12
selftests/bpf: Add tests for cgroup unix socket address hooks
Daan De Meyer
1
-0
/
+34
2023-07-29
bpf: selftests: Support custom type and proto for client sockets
Daniel Xu
1
-6
/
+15
2023-07-29
bpf: selftests: Support not connecting client socket
Daniel Xu
1
-2
/
+3
2023-07-26
selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper
Daniel Borkmann
1
-0
/
+3
2023-05-20
selftests/bpf: Add helper to get port using getsockname
Aditi Ghag
1
-0
/
+23
2023-03-16
selftests/bpf: Fix a fd leak in an error path in network_helpers.c
Martin KaFai Lau
1
-1
/
+1
2022-12-01
selftests/bpf: Remove the "/sys" mount and umount dance in {open,close}_netns
Martin KaFai Lau
1
-46
/
+5
2022-11-23
selftests/bpf: Mount debugfs in setns_by_fd
Stanislav Fomichev
1
-0
/
+4
2022-07-06
selftests/bpf: Fix bogus uninitialized variable warning
Andrii Nakryiko
1
-1
/
+1
2022-05-21
selftests/bpf: Add MPTCP test base
Nicolas Rybowski
1
-9
/
+31
2022-03-10
selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
Toke Høiland-Jørgensen
1
-0
/
+86
2021-09-14
bpf, selftests: Add test case for mixed cgroup v1/v2
Daniel Borkmann
1
-6
/
+21
2021-08-26
bpf: selftests: Add connect_to_fd_opts to network_helpers
Martin KaFai Lau
1
-2
/
+21
2021-08-05
selftests/bpf: Move netcnt test under test_progs
Stanislav Fomichev
1
-0
/
+12
2021-07-24
bpf: selftest: Test batching and bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
1
-9
/
+76
2021-05-12
selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.c
Jussi Maki
1
-1
/
+1
2020-08-25
bpf: selftests: Add fastopen_connect to network_helpers
Martin KaFai Lau
1
-0
/
+37
[next]