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
2023-12-20
appletalk: Fix Use-After-Free in atalk_ioctl
Hyunwoo Kim
1
-5
/
+4
2023-12-20
vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
Nikolay Kuratov
1
-1
/
+1
2023-12-20
net: Remove acked SYN flag from packet in the transmit queue correctly
Dong Chenchen
1
-0
/
+6
2023-12-20
net/rose: Fix Use-After-Free in rose_ioctl
Hyunwoo Kim
1
-1
/
+3
2023-12-20
atm: Fix Use-After-Free in do_vcc_ioctl
Hyunwoo Kim
1
-2
/
+5
2023-12-20
net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIX
Maciej Żenczykowski
1
-5
/
+1
2023-12-13
drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group
Ido Schimmel
2
-1
/
+6
2023-12-13
psample: Require 'CAP_NET_ADMIN' when joining "packets" group
Ido Schimmel
1
-1
/
+2
2023-12-13
genetlink: add CAP_NET_ADMIN test for multicast bind
Ido Schimmel
1
-0
/
+32
2023-12-13
netlink: don't call ->netlink_bind with table lock held
Ido Schimmel
1
-2
/
+2
2023-12-13
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
1
-0
/
+6
2023-12-13
packet: Move reference count in packet_sock to atomic_long_t
Daniel Borkmann
2
-9
/
+9
2023-12-13
bpf: sockmap, updating the sg structure should also update curr
John Fastabend
1
-0
/
+19
2023-12-13
tcp: do not accept ACK of bytes we never sent
Eric Dumazet
1
-1
/
+5
2023-12-13
netfilter: xt_owner: Fix for unsafe access of sk->sk_socket
Phil Sutter
1
-4
/
+12
2023-12-13
ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()
Shigeru Yoshida
1
-4
/
+7
2023-12-13
ipv6: fix potential NULL deref in fib6_add()
Eric Dumazet
1
-5
/
+1
2023-12-13
netfilter: ipset: fix race condition between swap/destroy and kernel side add...
Jozsef Kadlecsik
1
-7
/
+7
2023-12-08
ipv4: igmp: fix refcnt uaf issue when receiving igmp query packet
Zhengchao Shao
1
-2
/
+4
2023-12-08
ipv4: Correct/silence an endian warning in __ip_do_redirect
Kunwu Chan
1
-1
/
+1
2023-11-28
netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush (for 5.4)
Pablo Neira Ayuso
1
-0
/
+3
2023-11-28
netfilter: nf_tables: disable toggling dormant table state more than once
Pablo Neira Ayuso
1
-0
/
+4
2023-11-28
netfilter: nf_tables: fix table flag updates
Pablo Neira Ayuso
1
-19
/
+40
2023-11-28
netfilter: nftables: update table flags from the commit phase
Pablo Neira Ayuso
1
-15
/
+16
2023-11-28
netfilter: nf_tables: double hook unregistration in netns path
Pablo Neira Ayuso
2
-7
/
+30
2023-11-28
netfilter: nf_tables: unregister flowtable hooks on netns exit
Pablo Neira Ayuso
1
-5
/
+13
2023-11-28
netfilter: nf_tables: fix memleak when more than 255 elements expired
Pablo Neira Ayuso
1
-2
/
+8
2023-11-28
netfilter: nft_set_hash: try later when GC hits EAGAIN on iteration
Pablo Neira Ayuso
1
-6
/
+3
2023-11-28
netfilter: nft_set_rbtree: use read spinlock to avoid datapath contention
Pablo Neira Ayuso
1
-4
/
+2
2023-11-28
netfilter: nft_set_rbtree: skip sync GC for new elements in this transaction
Pablo Neira Ayuso
1
-2
/
+6
2023-11-28
netfilter: nf_tables: defer gc run if previous batch is still pending
Florian Westphal
2
-0
/
+6
2023-11-28
netfilter: nf_tables: use correct lock to protect gc_list
Pablo Neira Ayuso
1
-2
/
+2
2023-11-28
netfilter: nf_tables: GC transaction race with abort path
Pablo Neira Ayuso
1
-1
/
+6
2023-11-28
netfilter: nf_tables: GC transaction race with netns dismantle
Pablo Neira Ayuso
1
-1
/
+6
2023-11-28
netfilter: nf_tables: fix GC transaction races with netns and netlink event e...
Pablo Neira Ayuso
1
-4
/
+25
2023-11-28
netfilter: nf_tables: remove busy mark and gc batch API
Pablo Neira Ayuso
1
-26
/
+2
2023-11-28
netfilter: nft_set_hash: mark set element as dead when deleting from packet path
Pablo Neira Ayuso
1
-2
/
+4
2023-11-28
netfilter: nf_tables: adapt set backend to use GC transaction API
Pablo Neira Ayuso
2
-76
/
+141
2023-11-28
netfilter: nf_tables: GC transaction API to avoid race with control plane
Pablo Neira Ayuso
1
-9
/
+216
2023-11-28
netfilter: nf_tables: don't skip expired elements during walk
Florian Westphal
3
-4
/
+4
2023-11-28
netfilter: nft_set_rbtree: fix overlap expiration walk
Florian Westphal
1
-6
/
+14
2023-11-28
netfilter: nft_set_rbtree: fix null deref on element insertion
Florian Westphal
1
-7
/
+13
2023-11-28
netfilter: nft_set_rbtree: Switch to node list walk for overlap detection
Pablo Neira Ayuso
1
-25
/
+198
2023-11-28
netfilter: nf_tables: drop map element references from preparation phase
Pablo Neira Ayuso
4
-18
/
+104
2023-11-28
netfilter: nftables: rename set element data activation/deactivation functions
Pablo Neira Ayuso
1
-11
/
+11
2023-11-28
netfilter: nf_tables: pass context to nft_set_destroy()
Pablo Neira Ayuso
1
-5
/
+5
2023-11-28
Revert ncsi: Propagate carrier gain/loss events to the NCSI controller
Johnathan Mantey
1
-5
/
+0
2023-11-28
netfilter: nf_conntrack_bridge: initialize err to 0
Linkui Xiao
1
-1
/
+1
2023-11-28
tipc: Fix kernel-infoleak due to uninitialized TLV value
Shigeru Yoshida
1
-0
/
+1
2023-11-28
Bluetooth: Fix double free in hci_conn_cleanup
ZhengHan Wang
2
-15
/
+14
[next]