aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDmitry Kozlov <xeb@mail.ru>2010-08-22 02:05:39 -0400
committerDavid S. Miller <davem@davemloft.net>2010-08-22 02:05:39 -0400
commit00959ade36acadc00e757f87060bf6e4501d545f (patch)
tree9bfe790d4a8b63b0e6653388da73dfd777eea8ff /MAINTAINERS
parent1003489e06c04d807c783a8958f2ccc9aed7a244 (diff)
PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)
PPP: introduce "pptp" module which implements point-to-point tunneling protocol using pppox framework NET: introduce the "gre" module for demultiplexing GRE packets on version criteria (required to pptp and ip_gre may coexists) NET: ip_gre: update to use the "gre" module This patch introduces then pptp support to the linux kernel which dramatically speeds up pptp vpn connections and decreases cpu usage in comparison of existing user-space implementation (poptop/pptpclient). There is accel-pptp project (https://sourceforge.net/projects/accel-pptp/) to utilize this module, it contains plugin for pppd to use pptp in client-mode and modified pptpd (poptop) to build high-performance pptp NAS. There was many changes from initial submitted patch, most important are: 1. using rcu instead of read-write locks 2. using static bitmap instead of dynamically allocated 3. using vmalloc for memory allocation instead of BITS_PER_LONG + __get_free_pages 4. fixed many coding style issues Thanks to Eric Dumazet. Signed-off-by: Dmitry Kozlov <xeb@mail.ru> Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS14
1 files changed, 14 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index b5b8baa1d70e..43c9efcd8e10 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6528,6 +6528,20 @@ M: "Maciej W. Rozycki" <macro@linux-mips.org>
6528S: Maintained 6528S: Maintained
6529F: drivers/serial/zs.* 6529F: drivers/serial/zs.*
6530 6530
6531GRE DEMULTIPLEXER DRIVER
6532M: Dmitry Kozlov <xeb@mail.ru>
6533L: netdev@vger.kernel.org
6534S: Maintained
6535F: net/ipv4/gre.c
6536F: include/net/gre.h
6537
6538PPTP DRIVER
6539M: Dmitry Kozlov <xeb@mail.ru>
6540L: netdev@vger.kernel.org
6541S: Maintained
6542F: drivers/net/pptp.c
6543W: http://sourceforge.net/projects/accel-pptp
6544
6531THE REST 6545THE REST
6532M: Linus Torvalds <torvalds@linux-foundation.org> 6546M: Linus Torvalds <torvalds@linux-foundation.org>
6533L: linux-kernel@vger.kernel.org 6547L: linux-kernel@vger.kernel.org