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
/
l2tp
Commit message (
Expand
)
Author
Age
Files
Lines
*
l2tp: fix userspace reception on plain L2TP sockets
Guillaume Nault
2014-03-06
1
-5
/
+7
*
l2tp: fix manual sequencing (de)activation in L2TPv2
Guillaume Nault
2014-03-06
4
-3
/
+7
*
ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts
Hannes Frederic Sowa
2014-01-21
1
-0
/
+3
*
net: add build-time checks for msg->msg_name size
Steffen Hurrle
2014-01-18
2
-5
/
+4
*
l2tp: make local functions static
stephen hemminger
2014-01-13
2
-6
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2013-12-19
1
-1
/
+1
|
\
|
*
net: Remove FLOWI_FLAG_CAN_SLEEP
Steffen Klassert
2013-12-06
1
-1
/
+1
*
|
ipv6: do not erase dst address with flow label destination
Florent Fourcot
2013-12-10
1
-1
/
+0
|
/
*
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...
Hannes Frederic Sowa
2013-11-23
1
-1
/
+1
*
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
2013-11-20
1
-2
/
+0
*
genetlink: only pass array to genl_register_family_with_ops()
Johannes Berg
2013-11-19
1
-6
/
+1
*
inet: prevent leakage of uninitialized memory to user in recv syscalls
Hannes Frederic Sowa
2013-11-18
1
-3
/
+1
*
genetlink: make all genl_ops users const
Johannes Berg
2013-11-14
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-23
1
-0
/
+4
|
\
|
*
l2tp: must disable bh before calling l2tp_xmit_skb()
Eric Dumazet
2013-10-11
1
-0
/
+4
*
|
net: misc: Remove extern from function prototypes
Joe Perches
2013-10-19
1
-23
/
+34
*
|
ipv6: make lookups simpler and faster
Eric Dumazet
2013-10-09
5
-23
/
+24
|
/
*
l2tp: Fix build warning with ipv6 disabled.
David S. Miller
2013-10-08
1
-5
/
+8
*
l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses
François Cachereul
2013-10-02
2
-4
/
+26
*
l2tp: make datapath resilient to packet loss when sequence numbers enabled
James Chapman
2013-07-02
2
-5
/
+34
*
l2tp: make datapath sequence number support RFC-compliant
James Chapman
2013-07-02
2
-5
/
+33
*
l2tp: do data sequence number handling in a separate func
James Chapman
2013-07-02
1
-20
/
+34
*
l2tp: add missing .owner to struct pppox_proto
Wei Yongjun
2013-07-02
1
-1
/
+2
*
l2tp: Fix sendmsg() return value
Guillaume Nault
2013-06-13
1
-1
/
+1
*
l2tp: Fix PPP header erasure and memory leak
Guillaume Nault
2013-06-13
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-07
1
-0
/
+1
|
\
|
*
l2tp: fix info leak in l2tp_ip6_recvmsg()
Mathias Krause
2013-04-07
1
-0
/
+1
*
|
l2tp: calling the ref() instead of deref()
Dan Carpenter
2013-03-22
1
-1
/
+1
|
/
*
l2tp: unhash l2tp sessions on delete, not on free
Tom Parkin
2013-03-20
3
-50
/
+38
*
l2tp: avoid deadlock in l2tp stats update
Tom Parkin
2013-03-20
5
-147
/
+93
*
l2tp: push all ppp pseudowire shutdown through .release handler
Tom Parkin
2013-03-20
1
-43
/
+10
*
l2tp: purge session reorder queue on delete
Tom Parkin
2013-03-20
1
-0
/
+4
*
l2tp: add session reorder queue purge function to core
Tom Parkin
2013-03-20
2
-0
/
+18
*
l2tp: don't BUG_ON sk_socket being NULL
Tom Parkin
2013-03-20
1
-8
/
+10
*
l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup
Tom Parkin
2013-03-20
1
-0
/
+2
*
l2tp: close sessions before initiating tunnel delete
Tom Parkin
2013-03-20
1
-0
/
+1
*
l2tp: close sessions in ip socket destroy callback
Tom Parkin
2013-03-20
2
-0
/
+13
*
l2tp: export l2tp_tunnel_closeall
Tom Parkin
2013-03-20
2
-2
/
+3
*
l2tp: add udp encap socket destroy handler
Tom Parkin
2013-03-20
1
-0
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-03-05
1
-0
/
+1
|
\
|
*
l2tp: Restore socket refcount when sendmsg succeeds
Guillaume Nault
2013-03-01
1
-0
/
+1
*
|
hlist: drop the node parameter from iterators
Sasha Levin
2013-02-27
3
-12
/
+6
|
/
*
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2013-02-21
1
-2
/
+2
|
\
|
*
net/l2tp: remove depends on CONFIG_EXPERIMENTAL
Kees Cook
2013-01-11
1
-2
/
+2
*
|
net: proc: change proc_net_remove to remove_proc_entry
Gao feng
2013-02-18
1
-1
/
+1
*
|
net: proc: change proc_net_fops_create to proc_create
Gao feng
2013-02-18
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-02-08
2
-12
/
+0
|
\
\
|
*
|
l2tp: dont play with skb->truesize
Eric Dumazet
2013-02-08
2
-12
/
+0
*
|
|
l2tp: Make ipv4 protocol handler namespace aware.
David S. Miller
2013-02-05
1
-6
/
+10
*
|
|
l2tp: create tunnel sockets in the right namespace
Tom Parkin
2013-02-05
1
-33
/
+54
[next]