index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2024-02-29
Merge tag 'for-net-2024-02-28' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2024-02-29
tls: fix use-after-free on failed backlog decryption
Sabrina Dubroca
2024-02-29
tls: separate no-async decryption request handling from async
Sabrina Dubroca
2024-02-29
tls: fix peeking with sync+async decryption
Sabrina Dubroca
2024-02-29
tls: decrement decrypt_pending if no async completion will be called
Sabrina Dubroca
2024-02-29
Merge tag 'nf-24-02-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2024-02-29
net: hsr: Use correct offset for HSR TLV values in supervisory HSR frames
Lukasz Majewski
2024-02-28
rtnetlink: fix error logic of IFLA_BRIDGE_FLAGS writing back
Lin Ma
2024-02-29
netfilter: bridge: confirm multicast packets before passing them up the stack
Florian Westphal
2024-02-28
netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
Ignat Korchagin
2024-02-28
Bluetooth: Enforce validation on max value of connection interval
Kai-Heng Feng
2024-02-28
Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
Luiz Augusto von Dentz
2024-02-28
Bluetooth: mgmt: Fix limited discoverable off timeout
Frédéric Danis
2024-02-28
Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR
Zijun Hu
2024-02-28
Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security
Yuxuan Hu
2024-02-28
Bluetooth: hci_sync: Fix accept_list when attempting to suspend
Luiz Augusto von Dentz
2024-02-28
Bluetooth: Avoid potential use-after-free in hci_error_reset
Ying Hsu
2024-02-28
Bluetooth: hci_sync: Check the correct flag before starting a scan
Jonas Dreßler
2024-02-28
net: hsr: Fix typo in the hsr_forward_do() function comment
Lukasz Majewski
2024-02-27
Merge tag 'wireless-2024-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
2024-02-26
mptcp: fix possible deadlock in subflow diag
Paolo Abeni
2024-02-26
mptcp: fix double-free on socket dismantle
Davide Caratti
2024-02-26
mptcp: fix potential wake-up event loss
Paolo Abeni
2024-02-26
mptcp: fix snd_wnd initialization for passive socket
Paolo Abeni
2024-02-26
mptcp: push at DSS boundaries
Paolo Abeni
2024-02-26
mptcp: avoid printing warning once on client side
Matthieu Baerts (NGI0)
2024-02-26
mptcp: map v4 address to v6 when destroying subflow
Geliang Tang
2024-02-26
dpll: rely on rcu for netdev_dpll_pin()
Eric Dumazet
2024-02-26
ipv6: fix potential "struct net" leak in inet6_rtm_getaddr()
Eric Dumazet
2024-02-23
wifi: mac80211: only call drv_sta_rc_update for uploaded stations
Felix Fietkau
2024-02-22
net: mctp: take ownership of skb in mctp_local_output
Jeremy Kerr
2024-02-22
net: ip_tunnel: prevent perpetual headroom growth
Florian Westphal
2024-02-22
netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
Ryosuke Yasuoka
2024-02-22
l2tp: pass correct message length to ip6_append_data
Tom Parkin
2024-02-22
Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2024-02-22
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2024-02-22
Fix write to cloned skb in ipv6_hop_ioam()
Justin Iurman
2024-02-22
phonet/pep: fix racy skb_queue_empty() use
Rémi Denis-Courmont
2024-02-22
phonet: take correct lock to peek at the RX queue
Rémi Denis-Courmont
2024-02-21
net/sched: flower: Add lock protection when remove filter handle
Jianbo Liu
2024-02-21
devlink: fix port dump cmd type
Jiri Pirko
2024-02-21
net: mctp: put sock on tag allocation failure
Jeremy Kerr
2024-02-22
netfilter: nf_tables: use kzalloc for hook allocation
Florian Westphal
2024-02-22
netfilter: nf_tables: register hooks last when adding new chain/flowtable
Pablo Neira Ayuso
2024-02-22
netfilter: nft_flow_offload: release dst in case direct xmit path is used
Pablo Neira Ayuso
2024-02-22
netfilter: nft_flow_offload: reset dst in route object after setting up flow
Pablo Neira Ayuso
2024-02-22
netfilter: nf_tables: set dormant flag on hook register failure
Florian Westphal
2024-02-21
tls: don't skip over different type records from the rx_list
Sabrina Dubroca
2024-02-21
tls: stop recv() if initial process_rx_list gave us non-DATA
Sabrina Dubroca
2024-02-21
tls: break out of main loop when PEEK gets a non-data record
Sabrina Dubroca
[next]