aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_sppp.h
Commit message (Expand)AuthorAgeFilesLines
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-2/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+2
* Add FR support to sppp (MFCronyx).Roman Kurakin2004-12-281-2/+13
* Make sppp MPSAFE.Roman Kurakin2004-12-121-2/+8
* Implement an option to administratively disable the negotiation ofJoerg Wunsch2001-12-301-1/+10
* Bump AUTHNAMELEN to 64. Should probably be made dynamic instead.Joerg Wunsch2001-12-301-1/+1
* Fix my breakage to the low-level hardware sync drivers brought by theJoerg Wunsch2001-12-281-1/+1
* Implement timestamps so i4b/driver/i4b_isppp.c can derive the idleJoerg Wunsch2001-12-281-0/+2
* Break out the relevant fields from struct sppp into a structJoerg Wunsch2001-12-271-25/+43
* Implement VJ header compression for sppp.Joerg Wunsch2001-12-271-0/+5
* Fix some pseudo-enumeration constants in the IPv6 implementation soJoerg Wunsch2001-12-261-2/+2
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-4/+10
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* rganize the various modes (CISCO/AUTO/DEMAND/LEASED) a little bit better,Poul-Henning Kamp1999-03-301-3/+3
* Update sppp support to i4b level. This includes the new spppcontrolPoul-Henning Kamp1998-12-271-2/+11
* Add two fields for the lower layers convenience.Poul-Henning Kamp1998-12-201-1/+5
* (almost) null commit, recording message for previous commit:Poul-Henning Kamp1998-12-111-4/+4
* *** empty log message ***Poul-Henning Kamp1998-12-111-4/+4
* Fixed yet more ioctl breakage due to the type of the `cmd' arg changingBruce Evans1998-08-151-2/+2
* Jumbo patch to implement PAP and CHAP for sppp(4). Partially based onJoerg Wunsch1997-10-111-5/+50
* Update for new callout interface.Justin T. Gibbs1997-09-211-1/+2
* Introduce a third queue per interface, serving only PPP controlJoerg Wunsch1997-05-221-1/+2
* Major overhaul of the SyncPPP layer. Basically, this comprises now aJoerg Wunsch1997-05-191-18/+62
* Fix a bunch of spelling errors in the comment fields ofMike Pritchard1996-01-301-1/+1
* Another mega commit to staticize things.Poul-Henning Kamp1995-12-141-2/+0
* This upgrades the driver for Cronyx-Sigma multiplexor boardsJordan K. Hubbard1995-10-041-4/+7
* Cronyx/Sigma sync/async serial driver with PPP supportGarrett Wollman1994-12-021-0/+70