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
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
2025-01-02
bpf: Check negative offsets in __bpf_skb_min_len()
Cong Wang
1
-6
/
+15
2025-01-02
tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirection
Zijian Zhang
2
-2
/
+8
2025-01-02
tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
Cong Wang
1
-1
/
+1
2025-01-02
ceph: allocate sparse_ext map only for sparse reads
Ilya Dryomov
1
-0
/
+2
2024-12-27
net: mctp: handle skb cleanup on sock_queue failures
Jeremy Kerr
2
-10
/
+112
2024-12-27
psample: adjust size if rate_as_probability is set
Adrian Moreno
1
-3
/
+6
2024-12-27
netdev-genl: avoid empty messages in queue dump
Jakub Kicinski
1
-2
/
+2
2024-12-27
net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagg...
Vladimir Oltean
1
-5
/
+11
2024-12-27
netfilter: ipset: Fix for recursive locking warning
Phil Sutter
1
-0
/
+3
2024-12-27
ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems
David Laight
1
-2
/
+2
2024-12-27
netdev: fix repeated netlink messages in queue stats
Jakub Kicinski
1
-2
/
+2
2024-12-27
netdev: fix repeated netlink messages in queue dump
Jakub Kicinski
1
-7
/
+4
2024-12-27
net/smc: check return value of sock_recvmsg when draining clc data
Guangguan Wang
1
-0
/
+5
2024-12-27
net/smc: check smcd_v2_ext_offset when receiving proposal msg
Guangguan Wang
2
-1
/
+9
2024-12-27
net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg
Guangguan Wang
3
-3
/
+16
2024-12-27
net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
Guangguan Wang
3
-2
/
+14
2024-12-27
net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
Guangguan Wang
1
-0
/
+7
2024-12-27
net/smc: protect link down work from execute after lgr freed
Guangguan Wang
1
-2
/
+7
2024-12-27
net: sched: fix ordering of qlen adjustment
Lion Ackermann
2
-2
/
+2
2024-12-19
net: dsa: tag_ocelot_8021q: fix broken reception
Robert Hodaszi
1
-1
/
+1
2024-12-19
Bluetooth: iso: Fix circular lock in iso_conn_big_sync
Iulia Tanasescu
1
-7
/
+27
2024-12-19
Bluetooth: iso: Fix circular lock in iso_listen_bis
Iulia Tanasescu
1
-2
/
+12
2024-12-19
Bluetooth: SCO: Add support for 16 bits transparent voice setting
Frédéric Danis
1
-14
/
+15
2024-12-19
Bluetooth: iso: Fix recursive locking warning
Iulia Tanasescu
1
-2
/
+6
2024-12-19
Bluetooth: iso: Always release hdev at the end of iso_listen_bis
Iulia Tanasescu
1
-2
/
+1
2024-12-19
Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating
Luiz Augusto von Dentz
1
-22
/
+11
2024-12-19
net/sched: netem: account for backlog updates from child qdisc
Martin Ottens
1
-6
/
+16
2024-12-19
netfilter: nf_tables: do not defer rule destruction via call_rcu
Florian Westphal
1
-17
/
+15
2024-12-19
netfilter: IDLETIMER: Fix for possible ABBA deadlock
Phil Sutter
1
-24
/
+28
2024-12-19
Bluetooth: Improve setsockopt() handling of malformed user input
Michal Luczaj
5
-31
/
+33
2024-12-19
net: defer final 'struct net' free in netns dismantle
Eric Dumazet
1
-1
/
+19
2024-12-19
wifi: cfg80211: sme: init n_channels before channels[] access
Haoyu Li
1
-0
/
+1
2024-12-19
tipc: fix NULL deref in cleanup_bearer()
Eric Dumazet
1
-1
/
+6
2024-12-19
batman-adv: Do not let TT changes list grows indefinitely
Remi Pommarel
1
-3
/
+11
2024-12-19
batman-adv: Remove uninitialized data in full table TT response
Remi Pommarel
1
-15
/
+22
2024-12-19
batman-adv: Do not send uninitialized TT changes
Remi Pommarel
1
-0
/
+7
2024-12-19
wifi: mac80211: fix station NSS capability initialization order
Benjamin Lin
1
-2
/
+2
2024-12-19
wifi: mac80211: fix a queue stall in certain cases of CSA
Emmanuel Grumbach
5
-41
/
+48
2024-12-19
wifi: mac80211: init cnt before accessing elem in ieee80211_copy_mbssid_beacon
Haoyu Li
1
-1
/
+1
2024-12-19
wifi: nl80211: fix NL80211_ATTR_MLO_LINK_ID off-by-one
Lin Ma
1
-1
/
+1
2024-12-19
bpf, sockmap: Fix update element with same
Michal Luczaj
1
-0
/
+1
2024-12-19
bpf, sockmap: Fix race between element replace and close()
Michal Luczaj
1
-3
/
+2
2024-12-19
tcp: check space before adding MPTCP SYN options
MoYuanhao
1
-2
/
+4
2024-12-19
splice: do not checksum AF_UNIX sockets
Frederik Deweerdt
1
-0
/
+1
2024-12-14
netpoll: Use rcu_access_pointer() in __netpoll_setup
Breno Leitao
1
-1
/
+1
2024-12-14
net/neighbor: clear error in case strict check is not set
Jakub Kicinski
1
-0
/
+1
2024-12-14
Bluetooth: Support new quirks for ATS2851
Danil Pylaev
2
-1
/
+15
2024-12-14
Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet
Luiz Augusto von Dentz
1
-4
/
+9
2024-12-14
Bluetooth: hci_conn: Use disable_delayed_work_sync
Luiz Augusto von Dentz
1
-3
/
+3
2024-12-14
Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functions
Markus Elfring
1
-10
/
+3
[next]