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.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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkt_sched: Fix warning false positives.
David S. Miller
2017-11-11
2
-2
/
+2
*
netfilter: xt_socket: fix compilation warnings with gcc 4.7
Pablo Neira Ayuso
2017-11-11
1
-6
/
+6
*
dccp: Fix compile warning in probe code.
David S. Miller
2017-11-11
1
-2
/
+12
*
packet: in packet_do_bind, test fanout with bind_lock held
Willem de Bruijn
2017-11-11
1
-3
/
+5
*
packet: hold bind lock when rebinding to fanout hook
Willem de Bruijn
2017-11-11
1
-5
/
+11
*
packet: race condition in packet_bind
Francesco Ruggeri
2017-11-11
1
-32
/
+54
*
mac80211: accept key reinstall without changing anything
Johannes Berg
2017-11-11
1
-3
/
+17
*
sch_tbf: fix two null pointer dereferences on init failure
Nikolay Aleksandrov
2017-11-11
1
-2
/
+3
*
sch_netem: avoid null pointer deref on init failure
Nikolay Aleksandrov
2017-11-11
1
-2
/
+2
*
sch_cbq: fix null pointer dereferences on init failure
Nikolay Aleksandrov
2017-11-11
1
-3
/
+7
*
sch_hfsc: fix null pointer deref and double free on init failure
Nikolay Aleksandrov
2017-11-11
1
-2
/
+2
*
sch_multiq: fix double free on init failure
Nikolay Aleksandrov
2017-11-11
1
-7
/
+2
*
sch_htb: fix crash on init failure
Nikolay Aleksandrov
2017-11-11
1
-2
/
+3
*
net_sched: fix error recovery at qdisc creation
Eric Dumazet
2017-11-11
3
-20
/
+11
*
ipv6: fix sparse warning on rt6i_node
Wei Wang
2017-11-11
2
-4
/
+8
*
l2tp: hold tunnel used while creating sessions with netlink
Guillaume Nault
2017-11-11
1
-9
/
+12
*
l2tp: remove useless duplicate session detection in l2tp_netlink
Guillaume Nault
2017-11-11
1
-6
/
+0
*
l2tp: hold tunnel while handling genl TUNNEL_GET commands
Guillaume Nault
2017-11-11
1
-12
/
+15
*
l2tp: hold tunnel while handling genl tunnel updates
Guillaume Nault
2017-11-11
1
-2
/
+4
*
l2tp: hold tunnel while processing genl delete command
Guillaume Nault
2017-11-11
1
-2
/
+4
*
l2tp: hold tunnel while looking up sessions in l2tp_netlink
Guillaume Nault
2017-11-11
3
-31
/
+41
*
l2tp: define parameters of l2tp_session_get*() as "const"
Guillaume Nault
2017-11-11
2
-5
/
+7
*
l2tp: initialise session's refcount before making it reachable
Guillaume Nault
2017-11-11
1
-4
/
+2
*
xfrm_user: fix info leak in build_aevent()
Mathias Krause
2017-11-11
1
-0
/
+1
*
xfrm_user: fix info leak in xfrm_notify_sa()
Mathias Krause
2017-11-11
1
-0
/
+1
*
ipv6: Fix may be used uninitialized warning in rt6_check
Steffen Klassert
2017-11-11
1
-1
/
+1
*
ipv6: add rcu grace period before freeing fib6_node
Wei Wang
2017-11-11
2
-7
/
+27
*
ipv6: Add rt6_get_cookie() function
Martin KaFai Lau
2017-11-11
3
-6
/
+4
*
ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()
Stefano Brivio
2017-11-11
1
-4
/
+2
*
af_key: do not use GFP_KERNEL in atomic contexts
Eric Dumazet
2017-11-11
1
-22
/
+26
*
ipv4: initialize fib_trie prior to register_netdev_notifier call.
Mahesh Bandewar
2017-11-11
1
-4
/
+5
*
net sched filters: fix notification of filter delete with proper handle
Jamal Hadi Salim
2017-10-12
1
-1
/
+2
*
netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
Andrey Vagin
2017-10-12
1
-4
/
+17
*
l2tp: avoid use-after-free caused by l2tp_ip_backlog_recv
Paul Hüber
2017-10-12
1
-1
/
+1
*
Bluetooth: Properly check L2CAP config option output buffer length
Ben Seri
2017-10-12
1
-27
/
+36
*
nl80211: check for the required netlink attributes presence
Vladis Dronov
2017-10-12
1
-0
/
+3
*
cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIES
Srinivas Dasari
2017-10-12
1
-0
/
+4
*
cfg80211: Check if PMKID attribute is of expected size
Srinivas Dasari
2017-10-12
1
-2
/
+1
*
ipv6: dad: don't remove dynamic addresses if link is down
Sabrina Dubroca
2017-10-12
1
-9
/
+10
*
ipv6: always add flag an address that failed DAD with DADFAILED
Lubomir Rintel
2017-10-12
1
-2
/
+3
*
af_iucv: Move sockaddr length checks to before accessing sa_family in bind an...
Mateusz Jurczyk
2017-10-12
1
-5
/
+3
*
xfrm: policy: check policy direction value
Vladis Dronov
2017-09-15
1
-0
/
+6
*
tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
Wei Wang
2017-09-15
1
-0
/
+4
*
net: prevent sign extension in dev_get_stats()
Eric Dumazet
2017-09-15
1
-1
/
+1
*
ipv6: avoid unregistering inet6_dev for loopback
WANG Cong
2017-09-15
1
-1
/
+4
*
rtnetlink: add IFLA_GROUP to ifla_policy
Serhey Popovych
2017-09-15
1
-0
/
+2
*
xfrm: NULL dereference on allocation failure
Dan Carpenter
2017-09-15
1
-0
/
+1
*
xfrm: Oops on error in pfkey_msg2xfrm_state()
Dan Carpenter
2017-09-15
1
-4
/
+12
*
net: ping: do not abuse udp_poll()
Eric Dumazet
2017-09-15
1
-1
/
+1
*
ipv6: Fix leak in ipv6_gso_segment().
David S. Miller
2017-09-15
1
-1
/
+3
[next]