index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
udp: correct reuseport selection with connected sockets
Willem de Bruijn
2019-09-21
1
-1
/
+20
*
{nl,mac}80211: fix interface combinations on crypto controlled devices
Manikanta Pubbisetty
2019-09-16
1
-0
/
+15
*
netfilter: nf_tables: use-after-free in failing rule with bound set
Pablo Neira Ayuso
2019-09-10
1
-2
/
+7
*
net_sched: fix a NULL pointer deref in ipt action
Cong Wang
2019-09-10
1
-1
/
+3
*
net: sched: act_sample: fix psample group handling on overwrite
Vlad Buslov
2019-09-10
1
-0
/
+1
*
net/tls: make sure offload also gets the keys wiped
Jakub Kicinski
2019-07-28
1
-0
/
+1
*
tcp: fix tcp_set_congestion_control() use from bpf hook
Eric Dumazet
2019-07-28
1
-1
/
+2
*
tcp: be more careful in tcp_fragment()
Eric Dumazet
2019-07-28
1
-0
/
+5
*
net: make skb_dst_force return true when dst is refcounted
Florian Westphal
2019-07-28
1
-1
/
+4
*
ipvs: fix tinfo memory leak in start_sync_thread
Julian Anastasov
2019-07-26
1
-2
/
+4
*
ip6_tunnel: allow not to count pkts on tstats by passing dev as NULL
Xin Long
2019-07-14
1
-3
/
+6
*
ip6: fix skb leak in ip6frag_expire_frag_queue()
Eric Dumazet
2019-07-10
1
-1
/
+0
*
9p: Add refcount to p9_req_t
Tomas Bortoli
2019-07-03
1
-0
/
+14
*
9p: add a per-client fcall kmem_cache
Dominique Martinet
2019-07-03
2
-0
/
+5
*
9p: embed fcall in req to round down buffer allocs
Dominique Martinet
2019-07-03
1
-2
/
+3
*
9p: Use a slab for allocating requests
Matthew Wilcox
2019-07-03
1
-42
/
+9
*
{nl,mac}80211: allow 4addr AP operation on crypto controlled devices
Manikanta Pubbisetty
2019-06-25
1
-1
/
+2
*
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Marcel Holtmann
2019-06-25
1
-0
/
+3
*
tcp: add tcp_min_snd_mss sysctl
Eric Dumazet
2019-06-17
1
-0
/
+1
*
tcp: limit payload size of sacked skbs
Eric Dumazet
2019-06-17
1
-0
/
+2
*
Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...
Greg Kroah-Hartman
2019-06-15
1
-3
/
+0
*
ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabled
David Ahern
2019-06-11
1
-0
/
+8
*
net/tls: replace the sleeping lock around RX resync with a bit lock
Jakub Kicinski
2019-06-11
1
-0
/
+4
*
ipv6: fix the check before getting the cookie in rt6_get_cookie
Xin Long
2019-06-11
1
-2
/
+1
*
inet: switch IP ID generator to siphash
Eric Dumazet
2019-06-04
1
-0
/
+2
*
Bluetooth: Ignore CC events not matching the last HCI command
João Paulo Rechi Vita
2019-05-31
1
-0
/
+1
*
xfrm: Honor original L3 slave device in xfrmi policy lookup
Martin Willi
2019-05-25
1
-1
/
+2
*
xfrm: clean up xfrm protocol checks
Cong Wang
2019-05-25
1
-0
/
+17
*
ipv6: prevent possible fib6 leaks
Eric Dumazet
2019-05-25
1
-1
/
+2
*
nfc: nci: Potential off by one in ->pipes[] array
Dan Carpenter
2019-05-16
1
-1
/
+1
*
netfilter: ctnetlink: don't use conntrack/expect object addresses as id
Florian Westphal
2019-05-16
1
-0
/
+2
*
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Marcel Holtmann
2019-05-10
1
-0
/
+3
*
sctp: avoid running the sctp state machine recursively
Xin Long
2019-05-05
1
-1
/
+0
*
net/sched: don't dereference a->goto_chain to read the chain index
Davide Caratti
2019-05-04
1
-1
/
+1
*
xsk: fix umem memory leak on cleanup
Björn Töpel
2019-05-04
1
-1
/
+0
*
net: netrom: Fix error cleanup path of nr_proto_init
YueHaibing
2019-05-02
1
-1
/
+1
*
netfilter: nf_tables: bogus EBUSY when deleting set after flush
Pablo Neira Ayuso
2019-05-02
1
-0
/
+6
*
netfilter: nf_tables: fix set double-free in abort path
Pablo Neira Ayuso
2019-05-02
1
-4
/
+2
*
netfilter: nft_compat: use .release_ops and remove list of extension
Pablo Neira Ayuso
2019-05-02
1
-0
/
+3
*
netfilter: nf_tables: unbind set in rule from commit path
Pablo Neira Ayuso
2019-05-02
1
-4
/
+13
*
netfilter: nf_tables: split set destruction in deactivate and destroy phase
Florian Westphal
2019-05-02
1
-1
/
+6
*
net: IP6 defrag: use rbtrees for IPv6 defrag
Peter Oskolkov
2019-04-27
1
-2
/
+9
*
net: IP defrag: encapsulate rbtree defrag code into callable functions
Peter Oskolkov
2019-04-27
1
-2
/
+14
*
net/tls: prevent bad memory access in tls_is_sk_tx_device_offloaded()
Jakub Kicinski
2019-04-27
1
-1
/
+1
*
xfrm: destroy xfrm_state synchronously on net exit path
Cong Wang
2019-04-20
1
-3
/
+9
*
Bluetooth: Fix debugfs NULL pointer dereference
Matias Karhumaa
2019-04-20
1
-0
/
+2
*
vrf: check accept_source_route on the original netdevice
Stephen Suryaputra
2019-04-17
1
-1
/
+1
*
netns: provide pure entropy for net_hash_mix()
Eric Dumazet
2019-04-17
2
-8
/
+3
*
netfilter: physdev: relax br_netfilter dependency
Florian Westphal
2019-04-05
1
-1
/
+0
*
sctp: get sctphdr by offset in sctp_compute_cksum
Xin Long
2019-04-03
1
-1
/
+1
[next]