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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-03
net/cls_cgroup: Fix task_get_classid() during qdisc run
Yafang Shao
1
-1
/
+1
2025-12-03
net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms
Juraj Šarinay
1
-1
/
+1
2025-12-03
net/sched: sch_qfq: Fix null-deref in agg_dequeue
Xiang Mei
1
-1
/
+24
2025-10-29
net: rtnetlink: add bulk delete support flag
Nikolay Aleksandrov
1
-1
/
+2
2025-10-29
net: rtnetlink: use BIT for flag values
Nikolay Aleksandrov
1
-1
/
+1
2025-10-29
net: rtnetlink: add helper to extract msg type's kind
Nikolay Aleksandrov
1
-0
/
+6
2025-10-29
net: rtnetlink: add msg kind names
Nikolay Aleksandrov
1
-0
/
+7
2025-10-29
net/ip6_tunnel: Prevent perpetual tunnel growth
Dmitry Safonov
1
-0
/
+15
2025-10-02
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
1
-2
/
+38
2025-08-28
net/sched: act_mirred: refactor the handle of xmit
wenxu
1
-5
/
+0
2025-08-28
net: sched: don't expose action qstats to skb_tc_reinsert()
Vlad Buslov
1
-10
/
+2
2025-08-28
net: sched: extract qstats update code into functions
Vlad Buslov
1
-0
/
+16
2025-08-28
net: sched: extract bstats update code into function
Vlad Buslov
1
-0
/
+7
2025-08-28
net: sched: extract common action counters update code into function
Vlad Buslov
1
-0
/
+2
2025-08-28
wifi: cfg80211: Fix interface type validation
Ilan Peer
1
-1
/
+1
2025-08-28
net: drop UFO packets in udp_rcv_segment()
Wang Liang
1
-6
/
+18
2025-06-04
netfilter: nf_tables: do not defer rule destruction via call_rcu
Florian Westphal
1
-3
/
+0
2025-06-04
netfilter: nf_tables: wait for rcu grace period on net_device removal
Pablo Neira Ayuso
1
-0
/
+3
2025-05-02
sctp: detect and prevent references to a freed transport in sendmsg
Ricardo Cañuelo Navarro
1
-1
/
+2
2025-03-13
net: extract port range fields from fl_flow_key
Maksym Glubokiy
2
-0
/
+22
2025-03-13
net: add dev_net_rcu() helper
Eric Dumazet
1
-1
/
+1
2025-03-13
net: treat possible_net_t net pointer as an RCU one and add read_pnet_rcu()
Jiri Pirko
1
-3
/
+12
2025-03-13
vrf: use RCU protection in l3mdev_l3_out()
Eric Dumazet
1
-0
/
+2
2025-02-01
net: add exit_batch_rtnl() method
Eric Dumazet
1
-0
/
+3
2025-02-01
tcp/dccp: allow a connection when sk_max_ack_backlog is zero
Zhongqiu Duan
1
-1
/
+1
2025-02-01
tcp/dccp: complete lockless accesses to sk->sk_max_ack_backlog
Jason Xing
1
-1
/
+1
2025-01-09
netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext
Pablo Neira Ayuso
1
-2
/
+5
2025-01-09
netfilter: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
3
-5
/
+5
2024-12-19
net: lapb: increase LAPB_HEADER_LEN
Eric Dumazet
1
-1
/
+1
2024-11-08
mac80211: Add support to trigger sta disconnect on hardware restart
Youghandhar Chintala
1
-0
/
+10
2024-11-08
genetlink: hold RCU in genlmsg_mcast()
Eric Dumazet
1
-2
/
+1
2024-11-08
mac80211: Fix NULL ptr deref for injected rate info
Mathy Vanhoef
1
-1
/
+7
2024-11-08
net: Fix an unsafe loop on the list
Anastasia Kovaleva
1
-0
/
+2
2024-11-08
net: annotate lockless accesses to sk->sk_max_ack_backlog
Eric Dumazet
1
-1
/
+1
2024-11-08
net: annotate lockless accesses to sk->sk_ack_backlog
Eric Dumazet
1
-3
/
+3
2024-11-08
net/sched: accept TCA_STAB only for root qdisc
Eric Dumazet
1
-1
/
+0
2024-11-08
tcp: check skb is non-NULL in tcp_rto_delta_us()
Josh Hunt
1
-2
/
+19
2024-11-08
mac80211: parse radiotap header when selecting Tx queue
Mathy Vanhoef
1
-0
/
+8
2024-09-04
net: busy-poll: use ktime_get_ns() instead of local_clock()
Eric Dumazet
1
-1
/
+1
2024-09-04
kcm: Serialise kcm_sendmsg() for the same socket.
Kuniyuki Iwashima
1
-0
/
+1
2024-08-19
netfilter: nf_tables: use timestamp to check for set element timeout
Pablo Neira Ayuso
1
-2
/
+19
2024-08-19
sctp: move hlist_node and hashent out of sctp_ep_common
Xin Long
2
-6
/
+6
2024-07-05
netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
Pablo Neira Ayuso
1
-0
/
+5
2024-07-05
Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQ
Luiz Augusto von Dentz
1
-4
/
+32
2024-06-16
net: fix __dst_negative_advice() race
Eric Dumazet
2
-11
/
+4
2024-05-17
xfrm: Preserve vlan tags for transport mode software GRO
Paul Davey
1
-0
/
+3
2024-05-02
af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().
Kuniyuki Iwashima
1
-0
/
+3
2024-05-02
af_unix: Do not use atomic ops for unix_sk(sk)->inflight.
Kuniyuki Iwashima
1
-1
/
+1
2024-05-02
ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr
Jiri Benc
1
-0
/
+4
2024-05-02
geneve: fix header validation in geneve[6]_xmit_skb
Eric Dumazet
1
-0
/
+33
[next]