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
/
drivers
/
net
/
pppol2tp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
l2tp: Fix potential memory corruption in pppol2tp_recvmsg()
James Chapman
2008-06-10
1
-8
/
+12
*
l2tp: Fix possible oops if transmitting or receiving when tunnel goes down
James Chapman
2008-06-04
1
-23
/
+78
*
lt2p: Fix possible WARN_ON from socket code when UDP socket is closed
James Chapman
2008-06-04
1
-0
/
+10
*
l2tp: avoid skb truesize bug if headroom is increased
James Chapman
2008-05-19
1
-5
/
+8
*
pppol2tp: Remove null pointer dereference.
Julia Lawall
2008-05-12
1
-3
/
+10
*
netdev: use non-racy method for proc entries creation
Denis V. Lunev
2008-04-29
1
-2
/
+2
*
[PPPOL2TP]: Fix SMP issues in skb reorder queue handling
James Chapman
2008-03-05
1
-3
/
+8
*
[PPPOL2TP]: Make locking calls softirq-safe
James Chapman
2008-03-05
1
-29
/
+29
*
[PPPOL2TP]: Add missing sock_put() in pppol2tp_tunnel_closeall()
Jarek Poplawski
2008-03-03
1
-1
/
+6
*
Subject: [PPPOL2TP] add missing sock_put() in pppol2tp_recv_dequeue()
Jarek Poplawski
2008-03-03
1
-0
/
+1
*
pppol2tp: fix printk warnings
Andrew Morton
2008-02-09
1
-10
/
+12
*
[PPPOL2TP]: Label unused warning when CONFIG_PROC_FS is not set.
Rami Rosen
2008-02-05
1
-1
/
+2
*
drivers/net: Add missing "space"
Joe Perches
2008-01-28
1
-1
/
+1
*
[PPP]: L2TP: Fix oops in transmit and receive paths
James Chapman
2007-11-07
1
-7
/
+18
*
[NET]: Forget the zero_it argument of sk_alloc()
Pavel Emelyanov
2007-11-01
1
-1
/
+1
*
[NET]: Make socket creation namespace safe.
Eric W. Biederman
2007-10-10
1
-2
/
+2
*
[NET]: Make /proc/net per network namespace
Eric W. Biederman
2007-10-10
1
-2
/
+3
*
[PPP] L2TP: Fix skb handling in pppol2tp_xmit
Herbert Xu
2007-09-20
1
-40
/
+23
*
[PPP] L2TP: Fix skb handling in pppol2tp_recv_core
Herbert Xu
2007-09-20
1
-20
/
+24
*
[PPP] L2TP: Disallow non-UDP datagram sockets
Herbert Xu
2007-09-20
1
-5
/
+6
*
misannotation in pppol2tp
Al Viro
2007-07-26
1
-2
/
+2
*
[PPPOL2TP]: Reset meta-data in xmit function
Patrick McHardy
2007-07-18
1
-0
/
+6
*
[PPPOL2TP]: Fix use-after-free
Patrick McHardy
2007-07-18
1
-4
/
+8
*
[PPPOL2TP]: Use proper printf format specifier for size_t.
David S. Miller
2007-07-10
1
-2
/
+2
*
[L2TP]: PPP over L2TP driver core
James Chapman
2007-07-10
1
-0
/
+2486