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
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-28
Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
2
-9
/
+35
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
4
-21
/
+6
2025-01-27
Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
10
-369
/
+53
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-8
/
+6
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-17
/
+10
2025-01-25
mm: alloc_pages_bulk: rename API
Luiz Capitulino
3
-8
/
+6
2025-01-25
Merge tag 'hyperv-next-signed-20250123' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
1
-3
/
+3
2025-01-23
Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
3
-5
/
+9
2025-01-22
SUNRPC: do not retry on EKEYEXPIRED when user TGT ticket expired
Dai Ngo
1
-2
/
+2
2025-01-22
sunrpc: add netns inum and srcaddr to debugfs rpc_xprt info
Jeff Layton
1
-0
/
+12
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
273
-4673
/
+13117
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
6
-66
/
+57
2025-01-21
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks
Linus Torvalds
3
-3
/
+3
2025-01-21
sunrpc: Remove gss_{de,en}crypt_xdr_buf deadcode
Dr. David Alan Gilbert
2
-62
/
+0
2025-01-21
sunrpc: Remove gss_generic_token deadcode
Dr. David Alan Gilbert
3
-233
/
+1
2025-01-21
sunrpc: Remove unused xprt_iter_get_xprt
Dr. David Alan Gilbert
1
-17
/
+0
2025-01-21
Revert "SUNRPC: Reduce thread wake-up rate when receiving large RPC messages"
Chuck Lever
1
-11
/
+1
2025-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
5
-13
/
+22
2025-01-20
net/rose: prevent integer overflows in rose_setsockopt()
Nikita Zhandarovich
1
-8
/
+8
2025-01-20
ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL.
Kuniyuki Iwashima
1
-4
/
+8
2025-01-20
ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL.
Kuniyuki Iwashima
1
-8
/
+17
2025-01-20
ipv6: Move lifetime validation to inet6_rtm_newaddr().
Kuniyuki Iwashima
1
-58
/
+35
2025-01-20
ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr().
Kuniyuki Iwashima
1
-7
/
+7
2025-01-20
ipv6: Pass dev to inet6_addr_add().
Kuniyuki Iwashima
1
-10
/
+10
2025-01-20
ipv6: Convert inet6_ioctl() to per-netns RTNL.
Kuniyuki Iwashima
1
-6
/
+6
2025-01-20
ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup().
Kuniyuki Iwashima
1
-5
/
+5
2025-01-20
ipv6: Hold rtnl_net_lock() in addrconf_dad_work().
Kuniyuki Iwashima
1
-3
/
+6
2025-01-20
ipv6: Hold rtnl_net_lock() in addrconf_verify_work().
Kuniyuki Iwashima
1
-2
/
+2
2025-01-20
ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL.
Kuniyuki Iwashima
1
-30
/
+30
2025-01-20
sysctl net: Remove macro checks for CONFIG_SYSCTL
Denis Kirjanov
2
-8
/
+0
2025-01-20
Merge tag 'nf-next-25-01-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
13
-168
/
+320
2025-01-20
net: ethtool: populate the default HDS params in the core
Jakub Kicinski
1
-0
/
+4
2025-01-20
net: provide pending ring configuration in net_device
Jakub Kicinski
3
-8
/
+23
2025-01-20
net: ethtool: store netdev in a temp variable in ethnl_default_set_doit()
Jakub Kicinski
1
-3
/
+6
2025-01-20
net: move HDS config from ethtool state
Jakub Kicinski
3
-7
/
+15
2025-01-20
af_unix: Use consume_skb() in connect() and sendmsg().
Kuniyuki Iwashima
1
-14
/
+14
2025-01-20
af_unix: Reuse out_pipe label in unix_stream_sendmsg().
Kuniyuki Iwashima
1
-14
/
+9
2025-01-20
af_unix: Set drop reason in unix_dgram_disconnected().
Kuniyuki Iwashima
1
-1
/
+3
2025-01-20
af_unix: Set drop reason in unix_stream_read_skb().
Kuniyuki Iwashima
1
-2
/
+2
2025-01-20
af_unix: Set drop reason in manage_oob().
Kuniyuki Iwashima
1
-1
/
+1
2025-01-20
af_unix: Set drop reason in __unix_gc().
Kuniyuki Iwashima
1
-1
/
+1
2025-01-20
af_unix: Set drop reason in unix_sock_destructor().
Kuniyuki Iwashima
1
-1
/
+1
2025-01-20
af_unix: Set drop reason in unix_release_sock().
Kuniyuki Iwashima
1
-2
/
+2
2025-01-20
tcp_cubic: fix incorrect HyStart round start detection
Mahdi Arghavani
1
-3
/
+5
2025-01-20
tipc: re-order conditions in tipc_crypto_key_rcv()
Dan Carpenter
1
-2
/
+2
2025-01-20
net: appletalk: Drop aarp_send_probe_phase1()
谢致邦 (XIE Zhibang)
1
-38
/
+7
2025-01-20
net: sched: refine software bypass handling in tc_run
Xin Long
6
-40
/
+42
2025-01-19
netfilter: flowtable: add CLOSING state
Pablo Neira Ayuso
2
-19
/
+57
2025-01-19
netfilter: flowtable: teardown flow if cached mtu is stale
Pablo Neira Ayuso
1
-2
/
+6
2025-01-19
netfilter: conntrack: rework offload nf_conn timeout extension logic
Florian Westphal
2
-8
/
+103
[next]