index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bpf
Age
Commit message (
Expand
)
Author
2024-03-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-11
bpf: move sleepable flag from bpf_prog_aux to bpf_prog
Andrii Nakryiko
2024-03-07
net: move skbuff_cache(s) to net_hotdata
Eric Dumazet
2024-03-04
bpf: struct_ops supports more than one page for trampolines.
Kui-Feng Lee
2024-01-31
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
2024-01-23
bpf, net: switch to dynamic registration
Kui-Feng Lee
2024-01-23
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
2023-12-15
bpf: Fix dtor CFI
Peter Zijlstra
2023-12-15
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
2023-12-06
bpf: Add helpers for trampoline image management
Song Liu
2023-11-27
bpf: Fix a few selftest failures due to llvm18 change
Yonghong Song
2023-11-01
bpf: Add __bpf_kfunc_{start,end}_defs macros
Dave Marchevsky
2023-08-30
bpf: Prevent inlining of bpf_fentry_test7()
Yonghong Song
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
2023-08-03
net: move struct netdev_rx_queue out of netdevice.h
Jakub Kicinski
2023-07-13
selftests/bpf: add testcase for TRACING with 6+ arguments
Menglong Dong
2023-06-30
selftests/bpf: Add test to exercise typedef walking
Stanislav Fomichev
2023-05-16
bpf: Move kernel test kfuncs to bpf_testmod
Jiri Olsa
2023-05-13
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
2023-04-21
bpf: add test_run support for netfilter program type
Florian Westphal
2023-04-16
bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
David Vernet
2023-04-13
Daniel Borkmann says:
Jakub Kicinski
2023-04-11
selftests/bpf: Add test to access u32 ptr argument in tracing program
Feng Zhou
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-04-04
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
2023-03-25
bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGS
David Vernet
2023-03-25
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
2023-03-16
bpf, test_run: fix crashes due to XDP frame overwriting/corruption
Alexander Lobakin
2023-03-15
bpf/selftests: Test fentry attachment to shadowed functions
Viktor Malik
2023-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-06
bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
Alexander Lobakin
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
2023-02-17
Revert "bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES"
Martin KaFai Lau
2023-02-17
bpf: Disable bh in bpf_test_run for xdp and tc prog
Martin KaFai Lau
2023-02-15
bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
Alexander Lobakin
2023-02-10
Daniel Borkmann says:
Jakub Kicinski
2023-02-10
net: skbuff: drop the word head from skb cache
Jakub Kicinski
2023-02-02
selftests/bpf: Add testcase for static kfunc with unused arg
David Vernet
2023-02-02
bpf: Add __bpf_kfunc tag to all kfuncs
David Vernet
2023-01-28
selftests/bpf: Add a sign-extension test for kfuncs
Ilya Leoshkevich
2023-01-25
bpf/selftests: Verify struct_ops prog sleepable behavior
David Vernet
2023-01-23
bpf: XDP metadata RX kfuncs
Stanislav Fomichev
2022-12-17
Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-12-15
mm: Introduce set_memory_rox()
Peter Zijlstra
2022-12-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-12-09
skbuff: Introduce slab_build_skb()
Kees Cook
2022-12-07
Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-next
Alexei Starovoitov
2022-12-07
bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_ret
Benjamin Tissoires
2022-11-28
Daniel Borkmann says:
Jakub Kicinski
2022-11-21
bpf: Move skb->len == 0 checks into __bpf_redirect
Stanislav Fomichev
[next]