summaryrefslogtreecommitdiffstats
path: root/net/bpf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-111-9/+5
|\
| * bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko2024-03-111-1/+1
| * bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee2024-03-041-8/+4
* | net: move skbuff_cache(s) to net_hotdataEric Dumazet2024-03-071-1/+3
|/
* bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu2024-01-311-4/+4
* bpf, net: switch to dynamic registrationKui-Feng Lee2024-01-231-2/+9
* bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee2024-01-231-1/+10
* bpf: Fix dtor CFIPeter Zijlstra2023-12-151-2/+13
* x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra2023-12-151-1/+30
* bpf: Add helpers for trampoline image managementSong Liu2023-12-061-4/+3
* bpf: Fix a few selftest failures due to llvm18 changeYonghong Song2023-11-271-1/+1
* bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-011-4/+3
* bpf: Prevent inlining of bpf_fentry_test7()Yonghong Song2023-08-301-0/+1
* page_pool: split types and declarations from page_pool.hYunsheng Lin2023-08-071-1/+1
* net: move struct netdev_rx_queue out of netdevice.hJakub Kicinski2023-08-031-0/+1
* selftests/bpf: add testcase for TRACING with 6+ argumentsMenglong Dong2023-07-131-1/+13
* selftests/bpf: Add test to exercise typedef walkingStanislav Fomichev2023-06-301-0/+4
* bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa2023-05-161-201/+0
* net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-2/+1
* 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