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
2022-12-31
9p: set req refcount to zero to avoid uninitialized usage
Schspa Shi
1
-0
/
+5
2022-12-31
ethtool: avoiding integer overflow in ethtool_phys_id()
Maxim Korotkov
1
-1
/
+2
2022-12-31
mrp: introduce active flags to prevent UAF when applicant uninit
Schspa Shi
1
-5
/
+13
2022-12-31
ipv6/sit: use DEV_STATS_INC() to avoid data-races
Eric Dumazet
1
-11
/
+11
2022-12-31
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
1
-11
/
+3
2022-12-31
bpf: make sure skb->len != 0 when redirecting to a tunneling device
Stanislav Fomichev
1
-0
/
+4
2022-12-31
net: stream: purge sk_error_queue in sk_stream_kill_queues()
Eric Dumazet
1
-0
/
+6
2022-12-31
rxrpc: Fix missing unlock in rxrpc_do_sendmsg()
David Howells
1
-1
/
+1
2022-12-31
net_sched: reject TCF_EM_SIMPLE case for complex ematch module
Cong Wang
1
-0
/
+2
2022-12-31
skbuff: Account for tail adjustment during pull operations
Subash Abhinov Kasiviswanathan
1
-0
/
+3
2022-12-31
openvswitch: Fix flow lookup to use unmasked key
Eelco Chaudron
1
-9
/
+16
2022-12-31
unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()
Kirill Tkhai
1
-2
/
+9
2022-12-31
netfilter: flowtable: really fix NAT IPv6 offload
Qingfang DENG
1
-3
/
+3
2022-12-31
net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error path
Vladimir Oltean
1
-1
/
+10
2022-12-31
Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-1
/
+1
2022-12-31
Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-1
/
+1
2022-12-31
Bluetooth: MGMT: Fix error report for ADD_EXT_ADV_PARAMS
Inga Stotland
1
-1
/
+1
2022-12-31
sctp: sysctl: make extra pointers netns aware
Firo Yang
1
-29
/
+44
2022-12-31
af_unix: call proto_unregister() in the error path in af_unix_init()
Yang Yingliang
1
-0
/
+1
2022-12-31
net/tunnel: wait until all sk_user_data reader finish before releasing the sock
Hangbin Liu
1
-0
/
+1
2022-12-31
net: vmw_vsock: vmci: Check memcpy_from_msg()
Artem Chernyshev
1
-1
/
+5
2022-12-31
SUNRPC: Fix missing release socket in rpc_sockname()
Wang ShaoBo
1
-1
/
+1
2022-12-31
xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()
Zhang Xiaoxu
1
-1
/
+1
2022-12-31
bpf, sockmap: fix race in sock_map_free()
Eric Dumazet
1
-0
/
+2
2022-12-31
hsr: Synchronize sequence number updates.
Sebastian Andrzej Siewior
2
-1
/
+10
2022-12-31
hsr: Synchronize sending frames to have always incremented outgoing seq nr.
Sebastian Andrzej Siewior
2
-7
/
+8
2022-12-31
hsr: Disable netpoll.
Sebastian Andrzej Siewior
2
-11
/
+8
2022-12-31
hsr: Avoid double remove of a node.
Sebastian Andrzej Siewior
2
-5
/
+12
2022-12-31
hsr: Add a rcu-read lock to hsr_forward_skb().
Sebastian Andrzej Siewior
1
-0
/
+3
2022-12-31
wifi: cfg80211: Fix not unregister reg_pdev when load_builtin_regdb_keys() fails
Chen Zhongjin
1
-1
/
+3
2022-12-31
wifi: mac80211: fix memory leak in ieee80211_if_add()
Zhengchao Shao
1
-0
/
+1
2022-12-31
bpf, sockmap: Fix data loss caused by using apply_bytes on ingress redirect
Pengcheng Yang
1
-1
/
+4
2022-12-31
bpf, sockmap: Fix missing BPF_F_INGRESS flag when using apply_bytes
Pengcheng Yang
3
-10
/
+16
2022-12-31
bpf, sockmap: Fix repeated calls to sock_put() when msg has more_data
Pengcheng Yang
1
-1
/
+2
2022-12-31
netfilter: conntrack: set icmpv6 redirects as RELATED
Florian Westphal
1
-0
/
+53
2022-12-31
bpf: Move skb->len == 0 checks into __bpf_redirect
Stanislav Fomichev
2
-4
/
+6
2022-12-31
inet: add READ_ONCE(sk->sk_bound_dev_if) in inet_csk_bind_conflict()
Eric Dumazet
1
-4
/
+8
2022-12-31
rxrpc: Fix ack.bufferSize to be 0 when generating an ack
David Howells
1
-1
/
+1
2022-12-31
soreuseport: Fix socket selection for SO_INCOMING_CPU.
Kuniyuki Iwashima
2
-6
/
+90
2022-12-21
Bluetooth: L2CAP: Fix u8 overflow
Sungwoo Kim
1
-1
/
+2
2022-12-14
ipv6: avoid use-after-free in ip6_fragment()
Eric Dumazet
1
-0
/
+5
2022-12-14
tipc: call tipc_lxc_xmit without holding node_read_lock
Xin Long
1
-3
/
+9
2022-12-14
ipv4: Fix incorrect route flushing when table ID 0 is used
Ido Schimmel
1
-0
/
+3
2022-12-14
ipv4: Fix incorrect route flushing when source address is deleted
Ido Schimmel
1
-0
/
+1
2022-12-14
tipc: Fix potential OOB in tipc_link_proto_rcv()
YueHaibing
1
-1
/
+3
2022-12-14
ip_gre: do not report erspan version on GRE interface
Hangbin Liu
1
-19
/
+29
2022-12-14
NFC: nci: Bounds check struct nfc_target arrays
Kees Cook
1
-0
/
+6
2022-12-14
mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()
Wei Yongjun
1
-0
/
+1
2022-12-14
net: dsa: sja1105: Check return value
Artem Chernyshev
1
-1
/
+2
2022-12-14
net: dsa: hellcreek: Check return value
Artem Chernyshev
1
-1
/
+2
[next]