summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'bpf-fs-mount-options-parsing-follow-ups'Alexei Starovoitov2023-12-142-58/+243
| |\
| | * selftests/bpf: utilize string values for delegate_xxx mount optionsAndrii Nakryiko2023-12-141-20/+32
| | * bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko2023-12-141-38/+211
| |/
| * Merge branch 'add-bpf_xdp_get_xfrm_state-kfunc'Alexei Starovoitov2023-12-148-155/+384
| |\
| | * bpf: xfrm: Add selftest for bpf_xdp_get_xfrm_state()Daniel Xu2023-12-142-2/+65
| | * bpf: selftests: Move xfrm tunnel test to test_progsDaniel Xu2023-12-143-95/+151
| | * bpf: selftests: test_tunnel: Use vmlinux.h declarationsDaniel Xu2023-12-142-55/+22
| | * bpf: selftests: test_tunnel: Setup fresh topology for each subtestDaniel Xu2023-12-141-5/+2
| | * bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu2023-12-144-0/+146
| |/
| * selftests/bpf: Remove flaky test_btf_id testYonghong Song2023-12-141-5/+0
| * bpf: Fix a race condition between btf_put() and map_free()Yonghong Song2023-12-141-1/+5
| * net, xdp: Correct grammarRandy Dunlap2023-12-141-2/+2
| * selftests/xsk: Fix for SEND_RECEIVE_UNALIGNED testTushar Vyavahare2023-12-141-9/+16
| * Merge branch 'bpf-use-gfp_kernel-in-bpf_event_entry_gen'Alexei Starovoitov2023-12-133-5/+7
| |\
| | * bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao2023-12-131-1/+1
| | * bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao2023-12-132-4/+6
| |/
| * bpf: Update the comments in maybe_wait_bpf_programs()Hou Tao2023-12-131-3/+7
| * bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks listMatt Bobrowski2023-12-131-0/+12
| * Merge branch 'xdp-metadata-via-kfuncs-for-ice-vlan-hint'Alexei Starovoitov2023-12-1331-309/+850
| |\
| | * selftests/bpf: Check VLAN tag and proto in xdp_metadataLarysa Zaremba2023-12-133-2/+26
| | * selftests/bpf: Add AF_INET packet generation to xdp_metadataLarysa Zaremba2023-12-131-19/+97
| | * selftests/bpf: Add flags and VLAN hint to xdp_hw_metadataLarysa Zaremba2023-12-133-12/+76
| | * selftests/bpf: Allow VLAN packets in xdp_hw_metadataLarysa Zaremba2023-12-132-1/+17
| | * mlx5: implement VLAN tag XDP hintLarysa Zaremba2023-12-132-1/+16
| | * net: make vlan_get_tag() return -ENODATA instead of -EINVALLarysa Zaremba2023-12-131-2/+2
| | * veth: Implement VLAN tag XDP hintLarysa Zaremba2023-12-131-0/+19
| | * ice: use VLAN proto from ring packet context in skb pathLarysa Zaremba2023-12-132-10/+6
| | * ice: Implement VLAN tag hintLarysa Zaremba2023-12-136-9/+59
| | * xdp: Add VLAN tag hintLarysa Zaremba2023-12-137-1/+57
| | * ice: Support XDP hints in AF_XDP ZC modeLarysa Zaremba2023-12-132-0/+19
| | * xsk: add functions to fill control bufferMaciej Fijalkowski2023-12-133-0/+31
| | * ice: Support RX hash XDP hintLarysa Zaremba2023-12-133-204/+284
| | * ice: Support HW timestamp hintLarysa Zaremba2023-12-137-7/+42
| | * ice: Introduce ice_xdp_buffLarysa Zaremba2023-12-133-5/+30
| | * ice: Make ptype internal to descriptor info processingLarysa Zaremba2023-12-134-13/+16
| | * ice: make RX HW timestamp reading code more reusableLarysa Zaremba2023-12-133-20/+36
| | * ice: make RX hash reading code more reusableLarysa Zaremba2023-12-131-11/+25
| |/
| * Merge branch 'bpf-token-support-in-libbpf-s-bpf-object'Alexei Starovoitov2023-12-1314-473/+1065
| |\
| | * selftests/bpf: add tests for LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko2023-12-131-0/+112
| | * libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko2023-12-132-6/+21
| | * selftests/bpf: add tests for BPF object load with implicit tokenAndrii Nakryiko2023-12-131-0/+76
| | * selftests/bpf: add BPF object loading tests with explicit token passingAndrii Nakryiko2023-12-133-0/+185
| | * libbpf: wire up BPF token support at BPF object levelAndrii Nakryiko2023-12-134-12/+158
| | * libbpf: wire up token_fd into feature probing logicAndrii Nakryiko2023-12-135-46/+66
| | * libbpf: move feature detection code into its own fileAndrii Nakryiko2023-12-136-466/+479
| | * libbpf: further decouple feature checking logic from bpf_objectAndrii Nakryiko2023-12-133-11/+22
| | * libbpf: split feature detectors definitions from cached resultsAndrii Nakryiko2023-12-131-6/+12
| | * bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko2023-12-131-1/+9
| |/
| * bpf: selftests: Add verifier tests for CO-RE bitfield writesDaniel Xu2023-12-132-0/+102
| * bpf: selftests: test_loader: Support __btf_path() annotationDaniel Xu2023-12-132-0/+8