index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-17
net: fix out-of-bounds access in ops_init
Thadeu Lima de Souza Cascardo
1
-3
/
+10
2024-05-17
tipc: fix UAF in error path
Paolo Abeni
1
-1
/
+5
2024-05-17
mptcp: only allow set existing scheduler for net.mptcp.scheduler
Gregory Detal
1
-1
/
+38
2024-05-17
mptcp: ensure snd_nxt is properly initialized on connect
Paolo Abeni
1
-0
/
+3
2024-05-17
net/smc: fix neighbour and rtable leak in smc_ib_find_route()
Wen Gu
1
-7
/
+12
2024-05-17
ipv6: prevent NULL dereference in ip6_output()
Eric Dumazet
1
-1
/
+1
2024-05-17
ipv6: annotate data-races around cnf.disable_ipv6
Eric Dumazet
3
-7
/
+8
2024-05-17
hsr: Simplify code for announcing HSR nodes timer setup
Lukasz Majewski
1
-15
/
+12
2024-05-17
net-sysfs: convert dev->operstate reads to lockless ones
Eric Dumazet
6
-14
/
+13
2024-05-17
ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()
Eric Dumazet
1
-1
/
+5
2024-05-17
rxrpc: Only transmit one ACK per jumbo packet received
David Howells
1
-11
/
+35
2024-05-17
rxrpc: Fix congestion control algorithm
David Howells
3
-10
/
+2
2024-05-17
rxrpc: Fix the names of the fields in the ACK trailer struct
David Howells
4
-29
/
+29
2024-05-17
ipv6: Fix potential uninit-value access in __ip6_make_skb()
Shigeru Yoshida
1
-1
/
+1
2024-05-17
net: bridge: fix corrupted ethernet header on multicast-to-unicast
Felix Fietkau
1
-2
/
+7
2024-05-17
nfc: nci: Fix kcov check in nci_rx_work()
Tetsuo Handa
1
-0
/
+1
2024-05-17
phonet: fix rtm_phonet_notify() skb allocation
Eric Dumazet
1
-1
/
+1
2024-05-17
rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation
Roded Zats
1
-1
/
+1
2024-05-17
Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeout
Duoming Zhou
1
-0
/
+3
2024-05-17
Bluetooth: HCI: Fix potential null-ptr-deref
Sungwoo Kim
1
-0
/
+2
2024-05-17
Bluetooth: msft: fix slab-use-after-free in msft_do_close()
Sungwoo Kim
3
-5
/
+4
2024-05-17
Bluetooth: Fix use-after-free bugs caused by sco_sock_timeout
Duoming Zhou
1
-0
/
+4
2024-05-17
tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().
Kuniyuki Iwashima
1
-1
/
+7
2024-05-17
tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV sockets
Eric Dumazet
3
-3
/
+7
2024-05-17
xfrm: Preserve vlan tags for transport mode software GRO
Paul Davey
3
-2
/
+18
2024-05-17
SUNRPC: add a missing rpc_stat for TCP TLS
Olga Kornievskaia
1
-0
/
+1
2024-05-17
nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies
Eric Dumazet
1
-6
/
+6
2024-05-17
net: mark racy access on sk->sk_rcvbuf
linke li
1
-2
/
+2
2024-05-17
wifi: mac80211: fix prep_connection error path
Johannes Berg
1
-2
/
+3
2024-05-17
wifi: cfg80211: fix rdev_dump_mpp() arguments order
Igor Artemiev
1
-1
/
+1
2024-05-17
wifi: mac80211: fix ieee80211_bss_*_flags kernel-doc
Jeff Johnson
1
-2
/
+2
2024-05-17
net: gro: add flush check in udp_gro_receive_segment
Richard Gobert
1
-1
/
+11
2024-05-17
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
8
-4
/
+13
2024-05-17
ipv4: Fix uninit-value access in __ip_make_skb()
Shigeru Yoshida
2
-1
/
+4
2024-05-17
tipc: fix a possible memleak in tipc_buf_append
Xin Long
1
-1
/
+1
2024-05-17
rxrpc: Clients must accept conn from any address
Jeffrey Altman
1
-7
/
+2
2024-05-17
net: core: reject skb_copy(_expand) for fraglist GSO skbs
Felix Fietkau
1
-8
/
+19
2024-05-17
net: bridge: fix multicast-to-unicast with fraglist GSO
Felix Fietkau
1
-1
/
+1
2024-05-17
net l2tp: drop flow hash on forward
David Bauer
1
-0
/
+3
2024-05-17
nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segm...
Kuniyuki Iwashima
1
-6
/
+8
2024-05-17
xdp: use flags field to disambiguate broadcast redirect
Toke Høiland-Jørgensen
1
-10
/
+32
2024-05-17
bpf, skmsg: Fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
Jason Xing
1
-4
/
+1
2024-05-17
sunrpc: add a struct rpc_stats arg to rpc_create_args
Josef Bacik
1
-1
/
+4
2024-05-17
wifi: nl80211: don't free NULL coalescing rule
Johannes Berg
1
-0
/
+2
2024-05-02
Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
Luiz Augusto von Dentz
1
-9
/
+4
2024-05-02
Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
Luiz Augusto von Dentz
1
-0
/
+3
2024-05-02
Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
Luiz Augusto von Dentz
1
-0
/
+3
2024-05-02
udp: preserve the connected status if only UDP cmsg
Yick Xie
2
-4
/
+6
2024-05-02
ethernet: Add helper for assigning packet type when dest address does not mat...
Rahul Rameshbabu
1
-11
/
+1
2024-05-02
Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()
Nathan Chancellor
2
-6
/
+8
[next]