index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-04
net_sched: hfsc: Address reentrant enqueue adding class to eltree twice
Pedro Tammela
1
-1
/
+8
2025-06-04
netfilter: nf_tables: do not defer rule destruction via call_rcu
Florian Westphal
1
-17
/
+14
2025-06-04
netfilter: nf_tables: wait for rcu grace period on net_device removal
Pablo Neira Ayuso
1
-7
/
+34
2025-06-04
netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctx
Florian Westphal
1
-9
/
+6
2025-06-04
llc: fix data loss when reading from a socket in llc_ui_recvmsg()
Ilia Gavrilov
1
-4
/
+4
2025-06-04
can: bcm: add missing rcu read protection for procfs content
Oliver Hartkopp
1
-4
/
+9
2025-06-04
can: bcm: add locking for bcm_op runtime updates
Oliver Hartkopp
1
-21
/
+45
2025-06-04
sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()
Cong Wang
1
-3
/
+3
2025-06-04
bridge: netfilter: Fix forwarding of fragmented packets
Ido Schimmel
2
-5
/
+3
2025-06-04
xfrm: Sanitize marks before insert
Paul Chaignon
2
-0
/
+6
2025-06-04
ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().
Kuniyuki Iwashima
2
-4
/
+4
2025-06-04
net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
Peter Seiderer
1
-3
/
+4
2025-06-04
net: pktgen: fix mpls maximum labels list parsing
Peter Seiderer
1
-2
/
+4
2025-06-04
netfilter: conntrack: Bound nf_conntrack sysctl writes
Nicolas Bouchinet
1
-3
/
+9
2025-06-04
SUNRPC: rpc_clnt_set_transport() must not change the autobind setting
Trond Myklebust
1
-3
/
+0
2025-06-04
openvswitch: Fix unsafe attribute parsing in output_userspace()
Eelco Chaudron
1
-2
/
+1
2025-06-04
netfilter: ipset: fix region locking in hash types
Jozsef Kadlecsik
1
-1
/
+1
2025-06-04
sch_htb: make htb_deactivate() idempotent
Cong Wang
1
-9
/
+6
2025-06-04
sch_htb: make htb_qlen_notify() idempotent
Cong Wang
1
-0
/
+2
2025-06-04
net_sched: qfq: Fix double list add in class with netem as child qdisc
Victor Nogueira
1
-4
/
+7
2025-06-04
net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc
Victor Nogueira
1
-1
/
+1
2025-06-04
net_sched: drr: Fix double list add in class with netem as child qdisc
Victor Nogueira
1
-3
/
+6
2025-05-02
net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too
Cong Wang
1
-4
/
+10
2025-05-02
net_sched: hfsc: Fix a UAF vulnerability in class handling
Cong Wang
1
-2
/
+7
2025-05-02
tipc: fix NULL pointer dereference in tipc_mon_reinit_self()
Tung Nguyen
1
-1
/
+2
2025-05-02
openvswitch: fix lockup on tx to unregistering netdev with carrier
Ilya Maximets
1
-1
/
+3
2025-05-02
net: openvswitch: fix race on port output
Felix Huettner
2
-1
/
+2
2025-05-02
tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().
Kuniyuki Iwashima
1
-4
/
+15
2025-05-02
net: openvswitch: fix nested key length validation in the set() action
Ilya Maximets
1
-1
/
+2
2025-05-02
Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeu...
Johannes Berg
1
-1
/
+0
2025-05-02
Bluetooth: hci_event: Fix sending MGMT_EV_DEVICE_FOUND for invalid address
Luiz Augusto von Dentz
1
-2
/
+3
2025-05-02
wifi: mac80211: Purge vif txq in ieee80211_do_stop()
Remi Pommarel
1
-0
/
+3
2025-05-02
wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()
Remi Pommarel
1
-0
/
+1
2025-05-02
sctp: detect and prevent references to a freed transport in sendmsg
Ricardo CaƱuelo Navarro
2
-8
/
+16
2025-05-02
wifi: mac80211: fix integer overflow in hwmp_route_info_get()
Gavrilov Ilia
1
-4
/
+10
2025-05-02
bpf: support SKF_NET_OFF and SKF_LL_OFF on skb frags
Willem de Bruijn
1
-36
/
+44
2025-05-02
bpf: Add endian modifiers to fix endian warnings
Ben Dooks
1
-2
/
+2
2025-05-02
net: vlan: don't propagate flags on open
Stanislav Fomichev
1
-27
/
+4
2025-05-02
page_pool: avoid infinite loop to schedule delayed worker
Jason Xing
1
-1
/
+7
2025-05-02
tipc: fix memory leak in tipc_link_xmit
Tung Nguyen
1
-0
/
+1
2025-04-10
ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATS
Fernando Fernandez Mancera
1
-12
/
+25
2025-04-10
vsock: avoid timeout during connect() if the socket is closing
Stefano Garzarella
1
-1
/
+5
2025-04-10
net_sched: skbprio: Remove overly strict queue assertions
Cong Wang
1
-3
/
+0
2025-04-10
netlabel: Fix NULL pointer exception caused by CALIPSO on IPv4 sockets
Debin Zhu
1
-3
/
+18
2025-04-10
can: statistics: use atomic access in hot path
Oliver Hartkopp
3
-31
/
+39
2025-04-10
netfilter: socket: Lookup orig tuple for IPv6 SNAT
Maxim Mikityanskiy
1
-0
/
+23
2025-04-10
atm: Fix NULL pointer dereference
Minjoong Kim
1
-0
/
+2
2025-04-10
batman-adv: Ignore own maximum aggregation size during RX
Sven Eckelmann
2
-4
/
+2
2025-04-10
net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES
Lin Ma
1
-0
/
+1
2025-04-10
net: atm: fix use after free in lec_send()
Dan Carpenter
1
-1
/
+2
[next]