aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* WAN: Port LMC driver to generic HDLCKrzysztof Hałasa2008-07-231-1/+0
| | | | Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
* WAN: Convert Zilog-based drivers to generic HDLCKrzysztof Hałasa2008-07-231-3/+3
| | | | Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
* WAN: Port COSA driver to generic HDLC.Krzysztof Hałasa2008-07-231-1/+1
| | | | Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
* WAN: farsync driver no longer uses syncppp.c directlyKrzysztof Hałasa2008-07-231-1/+1
| | | | Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
* PC300too alternative WAN driverKrzysztof Halasa2007-02-051-0/+1
| | | | | | | | The attached patch adds an alternative driver "pc300too" for PCI WAN cards PC300/RSV and PC300/X21 made by Cyclades Corp. (now Avocent Corp). Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl> Signed-off-by: Jeff Garzik <jeff@garzik.org>
* [PATCH] Modularize generic HDLCKrzysztof Halasa2006-09-261-12/+7
| | | | | | | | | | | | This patch enables building of individual WAN protocol support routines (parts of generic HDLC) as separate modules. All protocol-private definitions are moved from hdlc.h file to protocol drivers. User-space interface and interface between generic HDLC and underlying low-level HDLC drivers are unchanged. Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl> Signed-off-by: Jeff Garzik <jeff@garzik.org>
* [PATCH] remove dead entry in net wan KconfigPaul Fulghum2006-07-051-1/+0
| | | | | | | | | | Remove dead entry from net wan Kconfig and net wan Makefile.. This entry is left over from 2.4 where synclink used syncppp driver directly. synclink drivers now use generic HDLC Signed-off-by: Paul Fulghum <paulkf@microgate.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
* [WAN]: Remove broken and unmaintained Sangoma drivers.Adrian Bunk2006-04-111-13/+0
| | | | | | | | | | | | | | | The in-kernel Sangoma drivers are both not compiling and marked as BROKEN since at least kernel 2.6.0. Sangoma offers out-of-tree drivers, and David Mandelstam told me Sangoma does no longer maintain the in-kernel drivers and prefers to provide them as a separate installation package. This patch therefore removes these drivers. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+86
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!