index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
Pablo Neira Ayuso
1
-4
/
+2
2023-10-10
netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
Pablo Neira Ayuso
1
-2
/
+6
2023-10-10
netfilter: nf_tables: defer gc run if previous batch is still pending
Florian Westphal
2
-0
/
+6
2023-10-10
netfilter: nf_tables: use correct lock to protect gc_list
Pablo Neira Ayuso
1
-2
/
+2
2023-10-10
netfilter: nf_tables: GC transaction race with abort path
Pablo Neira Ayuso
1
-1
/
+6
2023-10-10
netfilter: nf_tables: GC transaction race with netns dismantle
Pablo Neira Ayuso
1
-1
/
+6
2023-10-10
netfilter: nf_tables: fix GC transaction races with netns and netlink event e...
Pablo Neira Ayuso
1
-4
/
+25
2023-10-10
netfilter: nf_tables: don't fail inserts if duplicate has expired
Florian Westphal
1
-20
/
+5
2023-10-10
netfilter: nf_tables: remove busy mark and gc batch API
Pablo Neira Ayuso
1
-24
/
+2
2023-10-10
netfilter: nft_set_hash: mark set element as dead when deleting from packet path
Pablo Neira Ayuso
1
-2
/
+4
2023-10-10
netfilter: nf_tables: adapt set backend to use GC transaction API
Pablo Neira Ayuso
3
-86
/
+172
2023-10-10
netfilter: nf_tables: GC transaction API to avoid race with control plane
Pablo Neira Ayuso
1
-9
/
+207
2023-10-10
netfilter: nf_tables: don't skip expired elements during walk
Florian Westphal
4
-10
/
+16
2023-10-10
netfilter: nf_tables: integrate pipapo into commit protocol
Pablo Neira Ayuso
2
-15
/
+96
2023-10-10
SUNRPC: Mark the cred for revalidation if the server rejects it
Trond Myklebust
1
-0
/
+1
2023-09-23
net/sched: Retire rsvp classifier
Jamal Hadi Salim
5
-855
/
+0
2023-09-23
netfilter: ebtables: fix fortify warnings in size_entry_mwt()
GONG, Ruiqi
1
-2
/
+1
2023-09-23
devlink: remove reload failed checks in params get/set callbacks
Jiri Pirko
1
-2
/
+2
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
[next]