index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
filter.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-01
bpf: Restrict JIT predictor flush to cBPF
Pawan Gupta
1
-2
/
+3
2026-07-01
bpf: Support for hardening against JIT spraying
Pawan Gupta
1
-0
/
+10
2026-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5
Alexei Starovoitov
1
-3
/
+0
2026-05-13
bpf: Prepare architecture JIT support for stack arguments
Yonghong Song
1
-0
/
+1
2026-05-13
bpf: Add helper functions for r11-based stack argument insns
Yonghong Song
1
-0
/
+21
2026-05-11
bpf: Fix s16 truncation for large bpf-to-bpf call offsets
Yazhou Tang
1
-3
/
+0
2026-04-23
bpf: Introduce bpf register BPF_REG_PARAMS
Yonghong Song
1
-2
/
+3
2026-04-16
bpf: Pass bpf_verifier_env to JIT
Xu Kuohai
1
-1
/
+16
2026-04-16
bpf: Move constants blinding out of arch-specific JITs
Xu Kuohai
1
-1
/
+32
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-7
/
+8
2026-04-12
net: change sk_filter_trim_cap() to return a drop_reason by value
Eric Dumazet
1
-8
/
+6
2026-04-12
net: change sk_filter_reason() to return the reason by value
Eric Dumazet
1
-3
/
+6
2026-03-24
bpf: Remove inclusions of crypto/sha1.h
Eric Biggers
1
-1
/
+0
2026-02-12
Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-22
/
+4
2026-01-31
bpf: Add bpf_jit_supports_fsession()
Leon Hwang
1
-0
/
+1
2026-01-20
kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()
Petr Mladek
1
-22
/
+4
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+10
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+20
2025-11-17
bpf: Fix invalid prog->stats access when update_effective_progs fails
Pu Lehui
1
-5
/
+7
2025-11-14
bpf: Add bpf_prog_run_data_pointers()
Eric Dumazet
1
-0
/
+20
2025-11-10
bpf: Unclone skb head on bpf_dynptr_write to skb metadata
Jakub Sitnicki
1
-0
/
+9
2025-11-04
bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-09-23
bpf, x86: Add support for signed arena loads
Kumar Kartikeya Dwivedi
1
-0
/
+3
2025-09-04
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'
Martin KaFai Lau
1
-1
/
+1
2025-09-04
bpf: Return an error pointer for skb metadata when CONFIG_NET=n
Jakub Sitnicki
1
-1
/
+1
2025-08-22
bpf: Use sha1() instead of sha1_transform() in bpf_prog_calc_tag()
Eric Biggers
1
-6
/
+0
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'
Martin KaFai Lau
1
-0
/
+6
2025-08-18
bpf: Enable read/write access to skb metadata through a dynptr
Jakub Sitnicki
1
-0
/
+6
2025-08-13
bpf: Don't use %pK through printk
Thomas Weißschuh
1
-1
/
+1
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-1
/
+3
2025-07-26
bpf: Move bpf_jit_get_prog_name() to core.c
Puranjay Mohan
1
-0
/
+2
2025-07-18
net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOC
Jesper Dangaard Brouer
1
-2
/
+12
2025-06-09
bpf, arm64, powerpc: Change nospec to include v1 barrier
Luis Gerhorst
1
-1
/
+1
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-0
/
+20
2025-03-15
bpf: Introduce load-acquire and store-release instructions
Peilin Ye
1
-0
/
+2
2025-03-15
bpf: Add verifier support for timed may_goto
Kumar Kartikeya Dwivedi
1
-0
/
+8
2025-02-25
selftests/bpf: Test gen_pro/epilogue that generate kfuncs
Amery Hung
1
-0
/
+10
2025-02-20
bpf: Prevent unsafe access to the sock fields in the BPF timestamping callback
Jason Xing
1
-0
/
+1
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-12-10
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
1
-1
/
+1
2024-12-05
bpf, xdp: constify some bpf_prog * function arguments
Alexander Lobakin
1
-4
/
+5
2024-11-12
bpf: Find eligible subprogs for private stack support
Yonghong Song
1
-0
/
+1
2024-09-21
Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-0
/
+10
2024-08-29
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
1
-0
/
+10
2024-08-05
inet6: constify 'struct net' parameter of various lookup helpers
Eric Dumazet
1
-1
/
+1
2024-08-05
inet: constify 'struct net' parameter of various lookup helpers
Eric Dumazet
1
-1
/
+1
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
1
-2
/
+1
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+7
2024-07-02
net: Optimize xdp_do_flush() with bpf_net_context infos.
Sebastian Andrzej Siewior
1
-0
/
+27
2024-06-27
kallsyms: rework symbol lookup return codes
Arnd Bergmann
1
-7
/
+7
[next]