summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * net: Add a len argument to compat_ipv6_get_msfilter()Martin KaFai Lau2022-09-021-5/+3
| | * net: Remove unused flags argument from do_ipv6_getsockoptMartin KaFai Lau2022-09-021-3/+3
| | * bpf: net: Avoid do_ip_getsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-09-021-8/+8
| | * bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-025-53/+68
| | * bpf: net: Avoid do_tcp_getsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-09-021-9/+9
| | * bpf: net: Change do_tcp_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-021-35/+37
| | * bpf: net: Avoid sk_getsockopt() taking sk lock when called from bpfMartin KaFai Lau2022-09-021-2/+2
| | * bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau2022-09-024-24/+32
| | * net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau2022-09-021-3/+9
| |/
| * selftests/xsk: Avoid use-after-free on ctxIan Rogers2022-09-021-3/+3
| * selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller2022-09-0268-250/+250
| * selftests/xsk: Add support for zero copy testingMaciej Fijalkowski2022-09-022-4/+74
| * selftests/xsk: Make sure single threaded test terminatesMaciej Fijalkowski2022-09-021-0/+7
| * selftests/xsk: Add support for executing tests on physical deviceMaciej Fijalkowski2022-09-023-87/+170
| * selftests/xsk: Increase chars for interface name to 16Maciej Fijalkowski2022-09-021-2/+2
| * selftests/xsk: Introduce default Rx pkt streamMaciej Fijalkowski2022-09-022-27/+51
| * selftests/xsk: Query for native XDP supportMaciej Fijalkowski2022-09-021-2/+37
| * selftests/bpf: Amend test_tunnel to exercise BPF_F_TUNINFO_FLAGSShmulik Ladkani2022-09-021-8/+16
| * bpf: Support getting tunnel flagsShmulik Ladkani2022-09-023-4/+24
| * bpf, tnums: Warn against the usage of tnum_in(tnum_range(), ...)Shung-Hsi Yu2022-09-021-2/+18
| * bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...Hou Tao2022-09-011-0/+6
| * bpf: Remove useless else ifJiapeng Chong2022-09-011-3/+1
| * Merge branch 'Use this_cpu_xxx for preemption-safety'Martin KaFai Lau2022-09-018-28/+191
| |\
| | * selftests/bpf: Test concurrent updates on bpf_task_storage_busyHou Tao2022-09-012-0/+161
| | * selftests/bpf: Move sys_pidfd_open() into task_local_storage_helpers.hHou Tao2022-09-013-18/+20
| | * bpf: Use this_cpu_{inc_return|dec} for prog->activeHou Tao2022-09-011-4/+4
| | * bpf: Use this_cpu_{inc|dec|inc_return} for bpf_task_storage_busyHou Tao2022-09-012-6/+6
| |/
| * Merge branch 'fixes for concurrent htab updates'Martin KaFai Lau2022-08-314-7/+179
| |\
| | * selftests/bpf: Add test cases for htab updateHou Tao2022-08-313-0/+156
| | * bpf: Propagate error from htab_lock_bucket() to userspaceHou Tao2022-08-311-2/+5
| | * bpf: Disable preemption when increasing per-cpu map_lockedHou Tao2022-08-311-5/+18
| |/
| * selftest/bpf: Ensure no module loading in bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau2022-08-311-0/+4
| * bpf, net: Avoid loading module when calling bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau2022-08-311-1/+1
| * libbpf: Add GCC support for bpf_tail_call_staticJames Hilliard2022-08-311-6/+13
| * bpftool: Add support for querying cgroup_iter linkHao Luo2022-08-301-0/+35
| * selftests/bpf: Fix connect4_prog tcp/socket header type conflictJames Hilliard2022-08-291-2/+3
| * selftests/bpf: Fix bind{4,6} tcp/socket header type conflictJames Hilliard2022-08-292-4/+0
| * bpf, mips: No need to use min() to get MAX_TAIL_CALL_CNTTiezhu Yang2022-08-292-2/+18
| * bpf: Fix a few typos in BPF helpers documentationQuentin Monnet2022-08-262-16/+16
| * selftests/bpf: Declare subprog_noise as static in tailcall_bpf2bpf4James Hilliard2022-08-261-1/+1
| * selftests/bpf: fix type conflict in test_tc_dtimeJames Hilliard2022-08-261-1/+0
| * libbpf: add map_get_fd_by_id and map_delete_elem in light skeletonBenjamin Tissoires2022-08-251-0/+23
| * bpf: prepare for more bpf syscall to be used from kernel and user space.Benjamin Tissoires2022-08-251-4/+6
| * bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo2022-08-256-33/+33
| * bpf/scripts: Assert helper enum value is aligned with comment orderEyal Birger2022-08-251-5/+34
| * bpftool: Fix a wrong type cast in btf_dumper_intLam Thai2022-08-251-1/+1
| * Merge branch 'bpf: rstat: cgroup hierarchical'Alexei Starovoitov2022-08-2515-49/+1433
| |\
| | * selftests/bpf: add a selftest for cgroup hierarchical stats collectionYosry Ahmed2022-08-253-0/+584
| | * selftests/bpf: extend cgroup helpersYosry Ahmed2022-08-252-47/+174
| | * cgroup: bpf: enable bpf programs to integrate with rstatYosry Ahmed2022-08-251-0/+48