login
Login
/
Register
Search
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
April
»
12
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
view
thread
!MAILaRCHIVE_VOTE_RePLACE
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Jeff Garzik <jeff@...>
To: Krzysztof Halasa <khc@...>
Cc: Andrew Morton <akpm@...>, <linux-kernel@...>, <netdev@...>
Subject:
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
Date: Saturday, April 12, 2008 - 5:12 am
Krzysztof Halasa wrote:
quoted text
> New synchronous PPP implementation for generic HDLC. > > Signed-off-by: Krzysztof Halasa <khc@pm.waw.pl> > > drivers/net/wan/Makefile | 2 +- > drivers/net/wan/hdlc_ppp.c | 649 ++++++++++++++++++++++++++++++++++++++++---- > 2 files changed, 602 insertions(+), 49 deletions(-) > > diff --git a/drivers/net/wan/Makefile b/drivers/net/wan/Makefile > index d61fef3..3081683 100644 > --- a/drivers/net/wan/Makefile > +++ b/drivers/net/wan/Makefile > @@ -14,7 +14,7 @@ obj-$(CONFIG_HDLC_RAW) += hdlc_raw.o > obj-$(CONFIG_HDLC_RAW_ETH) += hdlc_raw_eth.o > obj-$(CONFIG_HDLC_CISCO) += hdlc_cisco.o > obj-$(CONFIG_HDLC_FR) += hdlc_fr.o > -obj-$(CONFIG_HDLC_PPP) += hdlc_ppp.o syncppp.o > +obj-$(CONFIG_HDLC_PPP) += hdlc_ppp.o > obj-$(CONFIG_HDLC_X25) += hdlc_x25.o
applied --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Wed Mar 12, 2:21 pm)
[PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Fri Mar 14, 10:20 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Tue Mar 25, 10:39 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Fri Apr 11, 5:35 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Andrew Morton
, (Sat Apr 12, 1:14 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Sat Apr 12, 4:10 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Jeff Garzik
, (Sat Apr 12, 4:50 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Sat Apr 12, 3:25 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Alan Cox
, (Sat Apr 12, 6:59 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Sat Apr 12, 4:19 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Fri Apr 18, 11:58 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, David Miller
, (Fri Apr 18, 6:32 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Mon Apr 21, 11:30 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, James Chapman
, (Mon Apr 21, 3:31 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Tue Apr 22, 3:06 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Paul Fulghum
, (Tue Apr 22, 5:46 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, David Miller
, (Tue Apr 22, 6:02 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Paul Fulghum
, (Tue Apr 22, 7:52 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Jeff Garzik
, (Tue Apr 22, 4:50 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, James Chapman
, (Tue Apr 22, 6:23 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, David Miller
, (Tue Apr 22, 6:51 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, David Miller
, (Tue Apr 22, 6:05 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Wed Apr 23, 1:02 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, David Miller
, (Wed Apr 23, 6:49 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Wed Apr 23, 8:48 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, David Miller
, (Wed Apr 23, 9:08 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Thu Apr 24, 9:12 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, David Miller
, (Thu Apr 24, 9:30 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Thu Apr 24, 9:39 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, David Miller
, (Thu Apr 24, 9:55 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Thu Apr 24, 4:46 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Alan Cox
, (Thu Apr 24, 4:44 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, David Miller
, (Mon May 12, 6:32 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Wed May 14, 12:17 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Wed May 14, 8:45 am)
[PATCH] WAN: protect HDLC proto list while insmod/rmmod
, Krzysztof Halasa
, (Mon May 19, 1:00 pm)
Re: [PATCH] WAN: protect HDLC proto list while insmod/rmmod
, Jeff Garzik
, (Thu May 22, 6:27 am)
Re: [PATCH] WAN: protect HDLC proto list while insmod/rmmod
, David Miller
, (Mon May 19, 5:06 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Fri Apr 25, 7:10 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Thu Apr 24, 4:50 pm)
RE: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Waskiewicz Jr, Peter P
, (Mon Apr 14, 3:16 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, David Miller
, (Mon Apr 14, 5:09 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Jeff Garzik
, (Tue Mar 25, 10:55 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Tue Mar 25, 11:50 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Wed Mar 26, 7:05 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, David Miller
, (Tue Mar 25, 7:14 pm)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Wed Mar 26, 11:01 am)
Re: [PATCH v2] Re: WAN: new PPP code for generic HDLC
, Jeff Garzik
, (Sat Apr 12, 5:12 am)
[PATCH] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Wed Mar 12, 2:30 pm)
Re: [PATCH] Re: WAN: new PPP code for generic HDLC
, Jan Engelhardt
, (Wed Mar 12, 3:38 pm)
Re: [PATCH] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Wed Mar 12, 4:10 pm)
Re: [PATCH] Re: WAN: new PPP code for generic HDLC
, Jan Engelhardt
, (Wed Mar 12, 6:12 pm)
Re: [PATCH] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Fri Mar 14, 10:16 am)
Re: [PATCH] Re: WAN: new PPP code for generic HDLC
, Stephen Hemminger
, (Wed Mar 12, 2:52 pm)
Re: [PATCH] Re: WAN: new PPP code for generic HDLC
, Krzysztof Halasa
, (Wed Mar 12, 3:25 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Jackson
Re: cpuset-remove-sched-domain-hooks-from-cpusets
James Bottomley
Re: Announce: Linux-next (Or Andrew's dream :-))
David Miller
Slow DOWN, please!!!
Masami Hiramatsu
Re: [RFC PATCH v4] Unified trace buffer
git
:
linux-netdev
:
Gerrit Renker
[PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side)
Parag Warudkar
Re: 2.6.29-rc3: tg3 dead after resume
Jarek Poplawski
[PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
openbsd-misc
:
Colocation donated by:
Who's online
There are currently
2 users
and
1066 guests
online.
Online users
rockytherobott
truthaboutabcxa
Syndicate