index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bpf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
Alexander Lobakin
2023-03-06
1
-6
/
+13
*
Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"
Martin KaFai Lau
2023-02-17
1
-23
/
+6
*
bpf: Disable bh in bpf_test_run for xdp and tc prog
Martin KaFai Lau
2023-02-17
1
-0
/
+2
*
bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
Alexander Lobakin
2023-02-16
1
-6
/
+23
*
Daniel Borkmann says:
Jakub Kicinski
2023-02-11
1
-26
/
+44
|
\
|
*
selftests/bpf: Add testcase for static kfunc with unused arg
David Vernet
2023-02-02
1
-0
/
+6
|
*
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
2023-02-02
1
-26
/
+29
|
*
selftests/bpf: Add a sign-extension test for kfuncs
Ilya Leoshkevich
2023-01-28
1
-0
/
+9
*
|
net: skbuff: drop the word head from skb cache
Jakub Kicinski
2023-02-10
1
-1
/
+1
|
/
*
bpf/selftests: Verify struct_ops prog sleepable behavior
David Vernet
2023-01-25
1
-0
/
+18
*
bpf: XDP metadata RX kfuncs
Stanislav Fomichev
2023-01-23
1
-0
/
+3
*
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-17
1
-2
/
+1
|
\
|
*
mm: Introduce set_memory_rox()
Peter Zijlstra
2022-12-15
1
-2
/
+1
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-12-12
1
-3
/
+11
|
\
\
|
*
\
Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-next
Alexei Starovoitov
2022-12-07
1
-3
/
+11
|
|
\
\
|
|
*
|
bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_ret
Benjamin Tissoires
2022-12-07
1
-3
/
+11
|
|
|
/
*
|
/
skbuff: Introduce slab_build_skb()
Kees Cook
2022-12-10
1
-1
/
+1
|
/
/
*
|
Daniel Borkmann says:
Jakub Kicinski
2022-11-29
2
-10
/
+7
|
\
\
|
*
|
bpf: Move skb->len == 0 checks into __bpf_redirect
Stanislav Fomichev
2022-11-21
1
-3
/
+0
|
*
|
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
2022-11-15
1
-7
/
+7
|
|
/
*
/
bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()
Baisong Zhong
2022-11-04
1
-0
/
+1
|
/
*
selftests/bpf: Add tests for kfunc returning a memory pointer
Benjamin Tissoires
2022-09-07
1
-0
/
+36
*
selftests/bpf: add test for accessing ctx from syscall program type
Benjamin Tissoires
2022-09-07
1
-0
/
+1
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-08-18
1
-0
/
+5
|
\
|
*
selftests/bpf: add destructive kfunc test
Artem Savkov
2022-08-10
1
-0
/
+5
*
|
bpf: Allow calling bpf_prog_test kfuncs in tracing programs
Kumar Kartikeya Dwivedi
2022-08-10
1
-0
/
+1
|
/
*
bpf: Add support for forcing kfunc args to be trusted
Kumar Kartikeya Dwivedi
2022-07-22
1
-0
/
+5
*
bpf: Switch to new kfunc flags infrastructure
Kumar Kartikeya Dwivedi
2022-07-22
1
-48
/
+22
*
bpf: Don't redirect packets with invalid pkt_len
Zhengchao Shao
2022-07-19
1
-0
/
+3
*
bpf, test_run: Remove unnecessary prog type checks
Daniel Xu
2022-06-03
1
-6
/
+0
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-05-24
2
-11
/
+36
|
\
|
*
bpf: Prepare prog_test_struct kfuncs for runtime tests
Kumar Kartikeya Dwivedi
2022-05-12
1
-6
/
+17
|
*
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
2022-05-11
1
-5
/
+19
*
|
net: allow gso_max_size to exceed 65536
Alexander Duyck
2022-05-16
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-28
1
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
bpf: Fix release of page_pool in BPF_PROG_RUN in test runner
Toke Høiland-Jørgensen
2022-04-11
1
-2
/
+3
*
|
selftests/bpf: Add test for strict BTF type check
Kumar Kartikeya Dwivedi
2022-04-26
1
-1
/
+21
*
|
selftests/bpf: Add verifier tests for kptr
Kumar Kartikeya Dwivedi
2022-04-26
1
-5
/
+40
|
/
*
bpf, test_run: Fix packet size check for live packet mode
Toke Høiland-Jørgensen
2022-03-11
1
-3
/
+3
*
bpf, test_run: Use kvfree() for memory allocated with kvmalloc()
Yihao Han
2022-03-10
1
-2
/
+2
*
bpf: Initialise retval in bpf_prog_test_run_xdp()
Toke Høiland-Jørgensen
2022-03-10
1
-1
/
+1
*
bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
Toke Høiland-Jørgensen
2022-03-09
1
-14
/
+320
*
selftests/bpf: Add tests for kfunc register offset checks
Kumar Kartikeya Dwivedi
2022-03-06
1
-0
/
+11
*
bpf: Replace __diag_ignore with unified __diag_ignore_all
Kumar Kartikeya Dwivedi
2022-03-06
1
-2
/
+2
*
bpf, test_run: Fix overflow in XDP frags bpf_test_finish
Stanislav Fomichev
2022-03-02
1
-0
/
+5
*
bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wide
Jakub Sitnicki
2022-02-09
1
-2
/
+2
*
bpf: test_run: Fix overflow in bpf_test_finish frags parsing
Stanislav Fomichev
2022-02-08
1
-2
/
+3
*
bpf: test_run: Fix overflow in xdp frags parsing
Stanislav Fomichev
2022-02-08
1
-2
/
+2
*
bpf: test_run: Fix OOB access in bpf_prog_test_run_xdp
Lorenzo Bianconi
2022-02-03
1
-0
/
+5
*
bpf: reject program if a __user tagged memory accessed in kernel way
Yonghong Song
2022-01-27
1
-2
/
+4
[next]