diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-07-31 05:38:19 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-27 03:58:26 -0400 |
commit | 224cf5ad14c038b13c119dff29422f178a306f54 (patch) | |
tree | 89bf411ea743e9d7bbd3c609eeb7220270a97fc5 /MAINTAINERS | |
parent | aab3ac26108642eaa06efa4697dab595c7de2bbd (diff) |
ppp: Move the PPP drivers
Move the PPP drivers into drivers/net/ppp/ and make the
necessary Kconfig and Makefile changes.
CC: Paul Mackerras <paulus@samba.org>
CC: Frank Cusack <fcusack@fcusack.com>
CC: Michal Ostrowski <mostrows@speakeasy.net>
CC: Michal Ostrowski <mostrows@earthlink.net>
CC: Dmitry Kozlov <xeb@mail.ru>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 2777088fa2bf..c5ec925fc9c7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5066,7 +5066,7 @@ PPP PROTOCOL DRIVERS AND COMPRESSORS | |||
5066 | M: Paul Mackerras <paulus@samba.org> | 5066 | M: Paul Mackerras <paulus@samba.org> |
5067 | L: linux-ppp@vger.kernel.org | 5067 | L: linux-ppp@vger.kernel.org |
5068 | S: Maintained | 5068 | S: Maintained |
5069 | F: drivers/net/ppp_* | 5069 | F: drivers/net/ppp/ppp_* |
5070 | 5070 | ||
5071 | PPP OVER ATM (RFC 2364) | 5071 | PPP OVER ATM (RFC 2364) |
5072 | M: Mitchell Blank Jr <mitch@sfgoth.com> | 5072 | M: Mitchell Blank Jr <mitch@sfgoth.com> |
@@ -5077,8 +5077,8 @@ F: include/linux/atmppp.h | |||
5077 | PPP OVER ETHERNET | 5077 | PPP OVER ETHERNET |
5078 | M: Michal Ostrowski <mostrows@earthlink.net> | 5078 | M: Michal Ostrowski <mostrows@earthlink.net> |
5079 | S: Maintained | 5079 | S: Maintained |
5080 | F: drivers/net/pppoe.c | 5080 | F: drivers/net/ppp/pppoe.c |
5081 | F: drivers/net/pppox.c | 5081 | F: drivers/net/ppp/pppox.c |
5082 | 5082 | ||
5083 | PPP OVER L2TP | 5083 | PPP OVER L2TP |
5084 | M: James Chapman <jchapman@katalix.com> | 5084 | M: James Chapman <jchapman@katalix.com> |
@@ -5099,7 +5099,7 @@ PPTP DRIVER | |||
5099 | M: Dmitry Kozlov <xeb@mail.ru> | 5099 | M: Dmitry Kozlov <xeb@mail.ru> |
5100 | L: netdev@vger.kernel.org | 5100 | L: netdev@vger.kernel.org |
5101 | S: Maintained | 5101 | S: Maintained |
5102 | F: drivers/net/pptp.c | 5102 | F: drivers/net/ppp/pptp.c |
5103 | W: http://sourceforge.net/projects/accel-pptp | 5103 | W: http://sourceforge.net/projects/accel-pptp |
5104 | 5104 | ||
5105 | PREEMPTIBLE KERNEL | 5105 | PREEMPTIBLE KERNEL |