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