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
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
25
-57
/
+328
2024-02-29
Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Jakub Kicinski
6
-11
/
+30
2024-02-29
tls: fix use-after-free on failed backlog decryption
Sabrina Dubroca
1
-7
/
+17
2024-02-29
tls: separate no-async decryption request handling from async
Sabrina Dubroca
1
-5
/
+8
2024-02-29
tls: fix peeking with sync+async decryption
Sabrina Dubroca
1
-3
/
+6
2024-02-29
tls: decrement decrypt_pending if no async completion will be called
Sabrina Dubroca
1
-0
/
+2
2024-02-29
net: sit: Do not set .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-02-29
net: get stats64 if device if driver is configured
Breno Leitao
1
-0
/
+2
2024-02-29
Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Paolo Abeni
4
-0
/
+147
2024-02-29
net: hsr: Use correct offset for HSR TLV values in supervisory HSR frames
Lukasz Majewski
1
-1
/
+1
2024-02-29
ipv4: raw: remove useless input parameter in do_raw_set/getsockopt
Zhengchao Shao
1
-5
/
+5
2024-02-28
inet6: expand rcu_read_lock() scope in inet6_dump_addr()
Eric Dumazet
1
-4
/
+4
2024-02-28
net: call skb_defer_free_flush() from __napi_busy_loop()
Eric Dumazet
1
-21
/
+22
2024-02-28
net: bridge: Exit if multicast_init_stats fails
Breno Leitao
1
-1
/
+2
2024-02-28
net: bridge: Do not allocate stats in the driver
Breno Leitao
1
-11
/
+2
2024-02-28
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Lin Ma
1
-6
/
+5
2024-02-28
netlabel: remove impossible return value in netlbl_bitmap_walk
Zhengchao Shao
3
-9
/
+3
2024-02-28
inet: use xa_array iterator to implement inet_netconf_dump_devconf()
Eric Dumazet
1
-58
/
+43
2024-02-28
inet: do not use RTNL in inet_netconf_get_devconf()
Eric Dumazet
1
-12
/
+15
2024-02-28
inet: annotate devconf data-races
Eric Dumazet
4
-15
/
+16
2024-02-28
net: remove SLAB_MEM_SPREAD flag usage
Chengming Zhou
1
-1
/
+1
2024-02-29
netfilter: bridge: confirm multicast packets before passing them up the stack
Florian Westphal
3
-0
/
+127
2024-02-28
netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
Ignat Korchagin
1
-0
/
+20
2024-02-28
Bluetooth: Enforce validation on max value of connection interval
Kai-Heng Feng
2
-1
/
+11
2024-02-28
Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
Luiz Augusto von Dentz
1
-1
/
+4
2024-02-28
Bluetooth: mgmt: Fix limited discoverable off timeout
Frédéric Danis
1
-1
/
+3
2024-02-28
Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR
Zijun Hu
1
-2
/
+2
2024-02-28
Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security
Yuxuan Hu
1
-1
/
+1
2024-02-28
Bluetooth: hci_sync: Fix accept_list when attempting to suspend
Luiz Augusto von Dentz
1
-1
/
+4
2024-02-28
Bluetooth: Avoid potential use-after-free in hci_error_reset
Ying Hsu
1
-3
/
+4
2024-02-28
Bluetooth: hci_sync: Check the correct flag before starting a scan
Jonas Dreßler
1
-1
/
+1
2024-02-28
net: ethtool: eee: Remove legacy _u32 from keee
Andrew Lunn
2
-46
/
+14
2024-02-28
ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilter
Zhengchao Shao
1
-4
/
+4
2024-02-28
net: hsr: Fix typo in the hsr_forward_do() function comment
Lukasz Majewski
1
-1
/
+1
2024-02-28
net: exthdrs: ioam6: send trace event
Justin Iurman
1
-0
/
+4
2024-02-28
net: ioam6: multicast event
Justin Iurman
1
-0
/
+64
2024-02-28
tcp: make dropreason in tcp_child_process() work
Jason Xing
2
-11
/
+17
2024-02-28
tcp: make the dropreason really work when calling tcp_rcv_state_process()
Jason Xing
3
-7
/
+9
2024-02-28
tcp: add dropreasons in tcp_rcv_state_process()
Jason Xing
1
-7
/
+12
2024-02-28
tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()
Jason Xing
1
-1
/
+4
2024-02-28
tcp: use drop reasons in cookie check for ipv6
Jason Xing
1
-4
/
+12
2024-02-28
tcp: directly drop skb in cookie check for ipv6
Jason Xing
2
-4
/
+5
2024-02-28
tcp: use drop reasons in cookie check for ipv4
Jason Xing
1
-6
/
+13
2024-02-28
tcp: directly drop skb in cookie check for ipv4
Jason Xing
2
-1
/
+5
2024-02-28
net: make SK_MEMORY_PCPU_RESERV tunable
Adam Li
2
-0
/
+10
2024-02-27
Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Jakub Kicinski
2
-1
/
+4
2024-02-27
ipv6: raw: remove useless input parameter in rawv6_err
Zhengchao Shao
1
-3
/
+2
2024-02-27
netlink: use kvmalloc() in netlink_alloc_large_skb()
Eric Dumazet
1
-10
/
+8
2024-02-26
mptcp: check the protocol in mptcp_sk() with DEBUG_NET
Matthieu Baerts (NGI0)
1
-1
/
+7
2024-02-26
mptcp: check the protocol in tcp_sk() with DEBUG_NET
Matthieu Baerts (NGI0)
1
-0
/
+10
[next]