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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
2018-01-01
Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...
Al Viro
2018-01-01
Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...
Al Viro
2018-01-01
Bluetooth: hidp: verify l2cap sockets
David Herrmann
2018-01-01
dccp: CVE-2017-8824: use-after-free in DCCP code
Mohamed Ghannam
2018-01-01
l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6
Guillaume Nault
2018-01-01
l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6
Guillaume Nault
2018-01-01
l2tp: hold socket before dropping lock in l2tp_ip{, 6}_recv()
Guillaume Nault
2018-01-01
tcp: fix tcp_mtu_probe() vs highest_sack
Eric Dumazet
2018-01-01
l2tp: hold tunnel in pppol2tp_connect()
Guillaume Nault
2018-01-01
sctp: fix a type cast warnings that causes a_rwnd gets the wrong value
Xin Long
2018-01-01
ipsec: Fix aborted xfrm policy dump crash
Ben Hutchings
2018-01-01
net: enable interface alias removal via rtnl
Nicolas Dichtel
2018-01-01
l2tp: check ps->sock before running pppol2tp_session_ioctl()
Guillaume Nault
2018-01-01
l2tp: fix l2tp_eth module loading
Guillaume Nault
2018-01-01
packet: only test po->has_vnet_hdr once in packet_snd
Willem de Bruijn
2017-11-26
mac80211: Fix null dereference in ieee80211_key_link()
Ben Hutchings
2017-11-26
mac80211: don't compare TKIP TX MIC key in reinstall prevention
Johannes Berg
2017-11-26
sctp: do not peel off an assoc from one netns to another one
Xin Long
2017-11-26
ipv6: fix typo in fib6_net_exit()
Eric Dumazet
2017-11-26
ipv6: fix memory leak with multiple tables during netns destruction
Sabrina Dubroca
2017-11-26
l2tp: pass tunnel pointer to ->session_create()
Guillaume Nault
2017-11-26
l2tp: prevent creation of sessions on terminated tunnels
Guillaume Nault
2017-11-11
pkt_sched: Fix warning false positives.
David S. Miller
2017-11-11
netfilter: xt_socket: fix compilation warnings with gcc 4.7
Pablo Neira Ayuso
2017-11-11
dccp: Fix compile warning in probe code.
David S. Miller
2017-11-11
packet: in packet_do_bind, test fanout with bind_lock held
Willem de Bruijn
2017-11-11
packet: hold bind lock when rebinding to fanout hook
Willem de Bruijn
2017-11-11
packet: race condition in packet_bind
Francesco Ruggeri
2017-11-11
mac80211: accept key reinstall without changing anything
Johannes Berg
2017-11-11
sch_tbf: fix two null pointer dereferences on init failure
Nikolay Aleksandrov
2017-11-11
sch_netem: avoid null pointer deref on init failure
Nikolay Aleksandrov
2017-11-11
sch_cbq: fix null pointer dereferences on init failure
Nikolay Aleksandrov
2017-11-11
sch_hfsc: fix null pointer deref and double free on init failure
Nikolay Aleksandrov
2017-11-11
sch_multiq: fix double free on init failure
Nikolay Aleksandrov
2017-11-11
sch_htb: fix crash on init failure
Nikolay Aleksandrov
2017-11-11
net_sched: fix error recovery at qdisc creation
Eric Dumazet
2017-11-11
ipv6: fix sparse warning on rt6i_node
Wei Wang
2017-11-11
l2tp: hold tunnel used while creating sessions with netlink
Guillaume Nault
2017-11-11
l2tp: remove useless duplicate session detection in l2tp_netlink
Guillaume Nault
2017-11-11
l2tp: hold tunnel while handling genl TUNNEL_GET commands
Guillaume Nault
2017-11-11
l2tp: hold tunnel while handling genl tunnel updates
Guillaume Nault
2017-11-11
l2tp: hold tunnel while processing genl delete command
Guillaume Nault
2017-11-11
l2tp: hold tunnel while looking up sessions in l2tp_netlink
Guillaume Nault
2017-11-11
l2tp: define parameters of l2tp_session_get*() as "const"
Guillaume Nault
2017-11-11
l2tp: initialise session's refcount before making it reachable
Guillaume Nault
2017-11-11
xfrm_user: fix info leak in build_aevent()
Mathias Krause
2017-11-11
xfrm_user: fix info leak in xfrm_notify_sa()
Mathias Krause
2017-11-11
ipv6: Fix may be used uninitialized warning in rt6_check
Steffen Klassert
2017-11-11
ipv6: add rcu grace period before freeing fib6_node
Wei Wang
2017-11-11
ipv6: Add rt6_get_cookie() function
Martin KaFai Lau
[next]