summaryrefslogtreecommitdiff
path: root/net/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-03-06bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin1-6/+13
2023-02-17Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"Martin KaFai Lau1-23/+6
2023-02-17bpf: Disable bh in bpf_test_run for xdp and tc progMartin KaFai Lau1-0/+2
2023-02-16bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin1-6/+23
2023-02-11Daniel Borkmann says:Jakub Kicinski1-26/+44
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski1-1/+1
2023-02-02selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet1-0/+6
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet1-26/+29
2023-01-28selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich1-0/+9
2023-01-25bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet1-0/+18
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev1-0/+3
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+1
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra1-2/+1
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-3/+11
2022-12-10skbuff: Introduce slab_build_skb()Kees Cook1-1/+1
2022-12-08Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov1-3/+11
2022-12-07bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_retBenjamin Tissoires1-3/+11
2022-11-29Daniel Borkmann says:Jakub Kicinski2-10/+7
2022-11-21bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev1-3/+0
2022-11-15bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi1-7/+7
2022-11-04bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()Baisong Zhong1-0/+1
2022-09-07selftests/bpf: Add tests for kfunc returning a memory pointerBenjamin Tissoires1-0/+36
2022-09-07selftests/bpf: add test for accessing ctx from syscall program typeBenjamin Tissoires1-0/+1
2022-08-18Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+5
2022-08-10selftests/bpf: add destructive kfunc testArtem Savkov1-0/+5
2022-08-10bpf: Allow calling bpf_prog_test kfuncs in tracing programsKumar Kartikeya Dwivedi1-0/+1
2022-07-22bpf: Add support for forcing kfunc args to be trustedKumar Kartikeya Dwivedi1-0/+5
2022-07-22bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi1-48/+22
2022-07-19bpf: Don't redirect packets with invalid pkt_lenZhengchao Shao1-0/+3
2022-06-04bpf, test_run: Remove unnecessary prog type checksDaniel Xu1-6/+0
2022-05-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-11/+36
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+1
2022-05-12bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi1-6/+17
2022-05-11bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee1-5/+19
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2022-04-26selftests/bpf: Add test for strict BTF type checkKumar Kartikeya Dwivedi1-1/+21
2022-04-26selftests/bpf: Add verifier tests for kptrKumar Kartikeya Dwivedi1-5/+40
2022-04-11bpf: Fix release of page_pool in BPF_PROG_RUN in test runnerToke Høiland-Jørgensen1-2/+3
2022-03-12bpf, test_run: Fix packet size check for live packet modeToke Høiland-Jørgensen1-3/+3
2022-03-10bpf, test_run: Use kvfree() for memory allocated with kvmalloc()Yihao Han1-2/+2
2022-03-10bpf: Initialise retval in bpf_prog_test_run_xdp()Toke Høiland-Jørgensen1-1/+1
2022-03-10bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen1-14/+320
2022-03-06selftests/bpf: Add tests for kfunc register offset checksKumar Kartikeya Dwivedi1-0/+11
2022-03-06bpf: Replace __diag_ignore with unified __diag_ignore_allKumar Kartikeya Dwivedi1-2/+2
2022-03-02bpf, test_run: Fix overflow in XDP frags bpf_test_finishStanislav Fomichev1-0/+5
2022-02-09bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki1-2/+2
2022-02-08bpf: test_run: Fix overflow in bpf_test_finish frags parsingStanislav Fomichev1-2/+3
2022-02-08bpf: test_run: Fix overflow in xdp frags parsingStanislav Fomichev1-2/+2
2022-02-03bpf: test_run: Fix OOB access in bpf_prog_test_run_xdpLorenzo Bianconi1-0/+5
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song1-2/+4