summaryrefslogtreecommitdiffstats
path: root/net/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin2023-03-061-6/+13
* 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
|/
* bpf, test_run: Fix packet size check for live packet modeToke Høiland-Jørgensen2022-03-111-3/+3
* bpf, test_run: Use kvfree() for memory allocated with kvmalloc()Yihao Han2022-03-101-2/+2
* bpf: Initialise retval in bpf_prog_test_run_xdp()Toke Høiland-Jørgensen2022-03-101-1/+1
* bpf: Add "live packet" mode for XDP in BPF_PROG_RUNToke Høiland-Jørgensen2022-03-091-14/+320
* selftests/bpf: Add tests for kfunc register offset checksKumar Kartikeya Dwivedi2022-03-051-0/+11
* bpf: Replace __diag_ignore with unified __diag_ignore_allKumar Kartikeya Dwivedi2022-03-051-2/+2
* bpf, test_run: Fix overflow in XDP frags bpf_test_finishStanislav Fomichev2022-03-021-0/+5
* bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki2022-02-091-2/+2
* bpf: test_run: Fix overflow in bpf_test_finish frags parsingStanislav Fomichev2022-02-071-2/+3
* bpf: test_run: Fix overflow in xdp frags parsingStanislav Fomichev2022-02-071-2/+2
* bpf: test_run: Fix OOB access in bpf_prog_test_run_xdpLorenzo Bianconi2022-02-031-0/+5
* bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song2022-01-271-2/+4