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
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2023-09-19
kcm: Fix error handling for SOCK_DGRAM in kcm_sendmsg().
Kuniyuki Iwashima
1
-7
/
+8
2023-09-19
net/tls: do not free tls_rec on async operation in bpf_exec_tx_verdict()
Liu Jian
1
-2
/
+2
2023-09-19
kcm: Fix memory leak in error path of kcm_sendmsg()
Shigeru Yoshida
1
-0
/
+2
2023-09-19
hsr: Fix uninit-value access in fill_frame_info()
Ziyang Xuan
1
-0
/
+1
2023-09-19
net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in smcr_p...
Guangguan Wang
1
-0
/
+2
2023-09-19
net: ipv4: fix one memleak in __inet_del_ifa()
Liu Jian
1
-5
/
+5
2023-09-19
netfilter: nfnetlink_osf: avoid OOB read
Wander Lairson Costa
1
-0
/
+8
2023-09-19
kcm: Destroy mutex in kcm_exit_net()
Shigeru Yoshida
1
-0
/
+2
2023-09-19
net: sched: sch_qfq: Fix UAF in qfq_dequeue()
valis
2
-6
/
+18
2023-09-19
af_unix: Fix data race around sk->sk_err.
Kuniyuki Iwashima
1
-1
/
+1
2023-09-19
af_unix: Fix data-races around sk->sk_shutdown.
Kuniyuki Iwashima
1
-2
/
+2
2023-09-19
af_unix: Fix data-race around unix_tot_inflight.
Kuniyuki Iwashima
1
-1
/
+1
2023-09-19
af_unix: Fix data-races around user->unix_inflight.
Kuniyuki Iwashima
1
-3
/
+3
2023-09-19
net: ipv6/addrconf: avoid integer underflow in ipv6_create_tempaddr
Alex Henrie
1
-1
/
+1
2023-09-19
ipv4: ignore dst hint for multipath routes
Sriram Yagnaraman
2
-1
/
+3
2023-09-19
net: read sk->sk_family once in sk_mc_loop()
Eric Dumazet
1
-1
/
+2
2023-09-19
ipv4: annotate data-races around fi->fib_dead
Eric Dumazet
2
-2
/
+6
2023-09-19
sctp: annotate data-races around sk->sk_wmem_queued
Eric Dumazet
2
-6
/
+6
2023-09-19
net/sched: fq_pie: avoid stalls in fq_pie_timer()
Eric Dumazet
1
-8
/
+19
2023-09-19
net/ipv6: SKB symmetric hash should incorporate transport ports
Quan Tian
1
-2
/
+1
2023-09-19
dccp: Fix out of bounds access in DCCP error handler
Jann Horn
2
-9
/
+19
2023-09-19
skbuff: skb_segment, Call zero copy functions before using skbuff frags
Mohamed Khalfella
1
-14
/
+20
2023-09-19
netfilter: xt_sctp: validate the flag_info count
Wander Lairson Costa
1
-0
/
+2
2023-09-19
netfilter: xt_u32: validate user space input
Wander Lairson Costa
1
-0
/
+21
2023-09-19
netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash...
Kyle Zeng
1
-0
/
+1
2023-09-19
igmp: limit igmpv3_newpack() packet size to IP_MAX_MTU
Eric Dumazet
1
-1
/
+2
2023-09-19
netrom: Deny concurrent connect().
Kuniyuki Iwashima
1
-0
/
+5
2023-09-19
net/sched: sch_hfsc: Ensure inner classes have fsc curve
Budimir Markovic
1
-0
/
+4
2023-09-19
lwt: Check LWTUNNEL_XMIT_CONTINUE strictly
Yan Zhai
2
-2
/
+2
2023-09-19
lwt: Fix return values of BPF xmit ops
Yan Zhai
1
-4
/
+3
2023-09-19
net: tcp: fix unexcepted socket die when snd_wnd is 0
Menglong Dong
1
-1
/
+17
2023-09-19
Bluetooth: Fix potential use-after-free when clear keys
Min Li
1
-8
/
+8
2023-09-19
bpf: reject unhashed sockets in bpf_sk_assign
Lorenz Bauer
1
-0
/
+2
2023-09-19
udp: re-score reuseport groups when connected sockets are present
Lorenz Bauer
2
-10
/
+29
2023-09-19
tcp: tcp_enter_quickack_mode() should be static
Eric Dumazet
1
-2
/
+1
2023-09-19
net: Avoid address overwrite in kernel_connect
Jordan Rife
1
-1
/
+5
2023-09-19
sctp: handle invalid error codes without calling BUG()
Dan Carpenter
1
-1
/
+4
2023-09-19
netlabel: fix shift wrapping bug in netlbl_catmap_setlong()
Dmitry Mastykin
1
-1
/
+2
2023-09-19
9p: virtio: make sure 'offs' is initialized in zc_request
Dominique Martinet
1
-1
/
+1
2023-08-30
batman-adv: Hold rtnl lock during MTU update via netlink
Sven Eckelmann
1
-0
/
+3
2023-08-30
batman-adv: Fix batadv_v_ogm_aggr_send memory leak
Remi Pommarel
1
-1
/
+3
2023-08-30
batman-adv: Fix TT global entry leak when client roamed back
Remi Pommarel
1
-1
/
+0
2023-08-30
batman-adv: Do not get eth header before batadv_check_management_packet
Remi Pommarel
2
-2
/
+4
2023-08-30
batman-adv: Don't increase MTU when set by user
Sven Eckelmann
3
-1
/
+22
2023-08-30
batman-adv: Trigger events for auto adjusted MTU
Sven Eckelmann
1
-1
/
+1
2023-08-30
rtnetlink: Reject negative ifindexes in RTM_NEWLINK
Ido Schimmel
1
-0
/
+3
2023-08-30
rtnetlink: return ENODEV when ifname does not exist and group is given
Florent Fourcot
1
-4
/
+14
2023-08-30
netfilter: nf_tables: fix out of memory error handling
Florian Westphal
1
-3
/
+10
2023-08-30
net/sched: fix a qdisc modification with ambiguous command request
Jamal Hadi Salim
1
-13
/
+40
2023-08-30
net: validate veth and vxcan peer ifindexes
Jakub Kicinski
1
-4
/
+18
[next]