summaryrefslogtreecommitdiff
path: root/net/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: add test_run support for netfilter program typeFlorian Westphal2023-04-211-0/+158
* bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet2023-04-161-12/+0
* Daniel Borkmann says:Jakub Kicinski2023-04-132-13/+35
|\
| * selftests/bpf: Add test to access u32 ptr argument in tracing programFeng Zhou2023-04-111-1/+7
| * bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov2023-04-041-7/+5
| * bpf: Invoke btf_struct_access() callback only for writes.Alexei Starovoitov2023-04-041-1/+1
| * bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet2023-03-251-0/+6
| * bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet2023-03-251-3/+0
| * bpf, test_run: fix crashes due to XDP frame overwriting/corruptionAlexander Lobakin2023-03-161-1/+11
| * bpf/selftests: Test fentry attachment to shadowed functionsViktor Malik2023-03-151-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-091-6/+13
|\ \ | |/ |/|
| * bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin2023-03-061-6/+13
* | bpf: Introduce kptr_rcu.Alexei Starovoitov2023-03-031-1/+2
|/
* Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"Martin KaFai Lau2023-02-171-23/+6
* bpf: Disable bh in bpf_test_run for xdp and tc progMartin KaFai Lau2023-02-171-0/+2
* bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin2023-02-151-6/+23
* Daniel Borkmann says:Jakub Kicinski2023-02-101-26/+44
|\
| * selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet2023-02-021-0/+6
| * bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-021-26/+29
| * selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich2023-01-281-0/+9
* | net: skbuff: drop the word head from skb cacheJakub Kicinski2023-02-101-1/+1
|/
* bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet2023-01-251-0/+18
* bpf: XDP metadata RX kfuncsStanislav Fomichev2023-01-231-0/+3
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-2/+1
|\
| * mm: Introduce set_memory_rox()Peter Zijlstra2022-12-151-2/+1
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-121-3/+11
|\ \
| * \ Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov2022-12-071-3/+11
| |\ \
| | * | bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires2022-12-071-3/+11
| | |/
* | | skbuff: Introduce slab_build_skb()Kees Cook2022-12-091-1/+1
|/ /
* | Daniel Borkmann says:Jakub Kicinski2022-11-282-10/+7
|\ \
| * | bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev2022-11-211-3/+0
| * | bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2022-11-141-7/+7
| |/
* | bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()Baisong Zhong2022-11-041-0/+1
|/
* selftests/bpf: Add tests for kfunc returning a memory pointerBenjamin Tissoires2022-09-071-0/+36
* selftests/bpf: add test for accessing ctx from syscall program typeBenjamin Tissoires2022-09-071-0/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-08-171-0/+5
|\
| * selftests/bpf: add destructive kfunc testArtem Savkov2022-08-101-0/+5
* | bpf: Allow calling bpf_prog_test kfuncs in tracing programsKumar Kartikeya Dwivedi2022-08-091-0/+1
|/
* bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi2022-07-211-0/+5
* bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2022-07-211-48/+22
* bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao2022-07-191-0/+3
* bpf, test_run: Remove unnecessary prog type checksDaniel Xu2022-06-031-6/+0
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-232-11/+36
|\
| * bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi2022-05-111-6/+17
| * bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-101-5/+19
* | net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-281-2/+3
|\ \ | |/ |/|
| * bpf: Fix release of page_pool in BPF_PROG_RUN in test runnerToke Høiland-Jørgensen2022-04-111-2/+3
* | selftests/bpf: Add test for strict BTF type checkKumar Kartikeya Dwivedi2022-04-251-1/+21
* | selftests/bpf: Add verifier tests for kptrKumar Kartikeya Dwivedi2022-04-251-5/+40
|/