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
2022-10-29
net: sched: fix race condition in qdisc_graft()
Eric Dumazet
1
-2
/
+3
2022-10-29
net: Fix return value of qdisc ingress handling on success
Paul Blakey
1
-0
/
+4
2022-10-29
net: sched: sfb: fix null pointer access issue when sfb_init() fails
Zhengchao Shao
1
-1
/
+2
2022-10-29
net: sched: delete duplicate cleanup of backlog and qlen
Zhengchao Shao
20
-39
/
+0
2022-10-29
net: sched: cake: fix null pointer access issue when cake_init() fails
Zhengchao Shao
1
-0
/
+4
2022-10-29
netfilter: nf_tables: relax NFTA_SET_ELEM_KEY_END set flags requirements
Pablo Neira Ayuso
1
-2
/
+3
2022-10-29
netfilter: rpfilter/fib: Set ->flowic_uid correctly for user namespaces.
Guillaume Nault
4
-0
/
+5
2022-10-29
netfilter: rpfilter/fib: Populate flowic_l3mdev field
Phil Sutter
4
-11
/
+7
2022-10-29
net: hsr: avoid possible NULL deref in skb_clone()
Eric Dumazet
1
-6
/
+6
2022-10-29
ip6mr: fix UAF issue in ip6mr_sk_done() when addrconf_init_net() failed
Zhengchao Shao
1
-0
/
+2
2022-10-29
udp: Update reuse->has_conns under reuseport_lock.
Kuniyuki Iwashima
5
-4
/
+20
2022-10-29
skmsg: pass gfp argument to alloc_sk_msg()
Eric Dumazet
1
-4
/
+4
2022-10-29
net/smc: Fix an error code in smc_lgr_create()
Dan Carpenter
1
-1
/
+2
2022-10-29
net/atm: fix proc_mpc_write incorrect return value
Xiaobo Liu
1
-1
/
+2
2022-10-29
tls: strp: make sure the TCP skbs do not have overlapping data
Jakub Kicinski
1
-4
/
+28
2022-10-29
tipc: fix an information leak in tipc_topsrv_kern_subscr
Alexander Potapenko
1
-1
/
+1
2022-10-29
tipc: Fix recognition of trial period
Mark Tomlinson
1
-1
/
+1
2022-10-26
net: flag sockets supporting msghdr originated zerocopy
Pavel Begunkov
2
-0
/
+2
2022-10-21
net/ieee802154: don't warn zero-sized raw_sendmsg()
Tetsuo Handa
1
-0
/
+4
2022-10-21
Revert "net/ieee802154: reject zero-sized raw_sendmsg()"
Alexander Aring
1
-3
/
+0
2022-10-21
net: sched: cls_u32: Avoid memcpy() false-positive warning
Kees Cook
1
-1
/
+5
2022-10-21
Bluetooth: L2CAP: Fix user-after-free
Luiz Augusto von Dentz
1
-0
/
+7
2022-10-21
net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memory
Liu Jian
1
-1
/
+2
2022-10-21
can: bcm: check the result of can_send() in bcm_can_tx()
Ziyang Xuan
1
-3
/
+4
2022-10-21
Bluetooth: hci_event: Make sure ISO events don't affect non-ISO connections
Luiz Augusto von Dentz
1
-0
/
+14
2022-10-21
Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times
Luiz Augusto von Dentz
1
-0
/
+3
2022-10-21
Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()
Tetsuo Handa
1
-4
/
+6
2022-10-21
xfrm: Update ipcomp_scratches with NULL when freed
Khalid Masum
1
-0
/
+1
2022-10-21
net-next: Fix IP_UNICAST_IF option behavior for connected sockets
Richard Gobert
1
-0
/
+2
2022-10-21
wifi: mac80211: accept STA changes without link changes
Johannes Berg
1
-0
/
+14
2022-10-21
tcp: annotate data-race around tcp_md5sig_pool_populated
Eric Dumazet
1
-4
/
+10
2022-10-21
openvswitch: Fix overreporting of drops in dropwatch
Mike Pattrick
1
-2
/
+3
2022-10-21
openvswitch: Fix double reporting of drops in dropwatch
Mike Pattrick
1
-3
/
+10
2022-10-21
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
1
-2
/
+2
2022-10-21
net/ieee802154: reject zero-sized raw_sendmsg()
Tetsuo Handa
1
-0
/
+3
2022-10-21
af_unix: Fix memory leaks of the whole sk due to OOB skb.
Kuniyuki Iwashima
1
-6
/
+7
2022-10-21
net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...
Tetsuo Handa
1
-1
/
+1
2022-10-21
Bluetooth: hci_sync: Fix not indicating power state
Luiz Augusto von Dentz
1
-0
/
+1
2022-10-21
tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited
Neal Cardwell
2
-7
/
+14
2022-10-21
sctp: handle the error returned from sctp_auth_asoc_init_active_key
Xin Long
1
-4
/
+14
2022-10-21
vhost/vsock: Use kvmalloc/kvfree for larger packets.
Junichi Uekawa
1
-1
/
+1
2022-10-21
Bluetooth: Prevent double register of suspend
Abhishek Pandit-Subedi
2
-3
/
+4
2022-10-21
netfilter: nft_fib: Fix for rpath check with VRF devices
Phil Sutter
2
-1
/
+8
2022-10-21
xfrm: Reinject transport-mode packets through workqueue
Liu Jian
1
-5
/
+13
2022-10-21
Bluetooth: hci_core: Fix not handling link timeouts propertly
Luiz Augusto von Dentz
1
-11
/
+23
2022-10-21
skmsg: Schedule psock work if the cached skb exists on the psock
Liu Jian
1
-4
/
+8
2022-10-21
flow_dissector: Do not count vlan tags inside tunnel payload
Qingqing Yang
1
-2
/
+2
2022-10-21
netfilter: conntrack: revisit the gc initial rescheduling bias
Antoine Tenart
1
-4
/
+6
2022-10-21
netfilter: conntrack: fix the gc rescheduling delay
Antoine Tenart
1
-2
/
+8
2022-10-21
Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/release
Luiz Augusto von Dentz
1
-0
/
+3
[next]