summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/tun.c
Commit message (Expand)AuthorAgeFilesLines
* Remove whitespace at the end of lines.brian2002-06-151-3/+3
* o Clean up some #includesbrian2002-05-141-1/+0
* socket()s first argument should be a protocol family rather than anbrian2002-01-161-1/+1
* o Enable IFF_MULTICAST when first opening the tun device (and keep the flagbrian2001-08-211-1/+1
* o Add ipv6 support, abstracting most NCP addresses into opaquebrian2001-08-141-0/+4
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerbrian2001-06-181-3/+6
* TUNSIFINFO now requires uid 0 to change the interface MTU.brian2001-03-081-2/+3
* Add ``enable/disable tcpmssfixup'', defaulting to enabled.brian2000-11-281-3/+3
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-201-0/+3
* NetBSD requires net/if.h for the IFF_* defines (as well as OpenBSD) !brian1999-09-201-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionbrian1999-08-061-1/+3
* o Obsolete the undocumented ``set weight'' command.brian1999-08-051-11/+6
* o Redesign the layering mechanism and make the aliasing code part ofbrian1999-05-081-1/+3
* Add support for NetBSDbrian1999-04-261-1/+25
* #include <errno.h>, not <sys/errno.h>brian1999-04-261-2/+2
* Initial RADIUS support (using libradius). See the man page forbrian1999-01-281-3/+14
* Solve the ``first connection'' problem that occurs onbrian1998-10-221-2/+3
* Use IFT_PPP from net/if_types.h rather than hard-coding it.brian1998-08-091-2/+3
* Remove redundant includesbrian1998-06-271-3/+3
* MFMP: Make ppp multilink capable.brian1998-05-211-14/+24
* Remove unused #includes.brian1998-01-211-2/+1
* Lose <net/if_var.h> !brian1998-01-111-4/+1
* Add (BSD) copyright headers.brian1997-12-211-2/+26
* Fix prototypes.brian1997-11-221-3/+6
* Add id strings to tun.[ch].brian1997-11-171-0/+4
* Abstract data read from and written to the tun device,brian1997-11-161-0/+39
OpenPOWER on IntegriCloud