summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/tun.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove whitespace at the end of lines.Brian Somers2002-06-151-3/+3
* o Clean up some #includesBrian Somers2002-05-141-1/+0
* socket()s first argument should be a protocol family rather than anBrian Somers2002-01-161-1/+1
* o Enable IFF_MULTICAST when first opening the tun device (and keep the flagBrian Somers2001-08-211-1/+1
* o Add ipv6 support, abstracting most NCP addresses into opaqueBrian Somers2001-08-141-0/+4
* Handle hardware-imposed MTU/MRU limitations. PPPoE will no longerBrian Somers2001-06-181-3/+6
* TUNSIFINFO now requires uid 0 to change the interface MTU.Brian Somers2001-03-081-2/+3
* Add ``enable/disable tcpmssfixup'', defaulting to enabled.Brian Somers2000-11-281-3/+3
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.Brian Somers1999-09-211-3/+0
* NetBSD has moved ``extern int errno;'' to signal.h :-/Brian Somers1999-09-201-0/+3
* NetBSD requires net/if.h for the IFF_* defines (as well as OpenBSD) !Brian Somers1999-09-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add ISDN support via isdnd & i4b. This requires versionBrian Somers1999-08-061-1/+3
* o Obsolete the undocumented ``set weight'' command.Brian Somers1999-08-051-11/+6
* o Redesign the layering mechanism and make the aliasing code part ofBrian Somers1999-05-081-1/+3
* Add support for NetBSDBrian Somers1999-04-261-1/+25
* #include <errno.h>, not <sys/errno.h>Brian Somers1999-04-261-2/+2
* Initial RADIUS support (using libradius). See the man page forBrian Somers1999-01-281-3/+14
* Solve the ``first connection'' problem that occurs onBrian Somers1998-10-221-2/+3
* Use IFT_PPP from net/if_types.h rather than hard-coding it.Brian Somers1998-08-091-2/+3
* Remove redundant includesBrian Somers1998-06-271-3/+3
* MFMP: Make ppp multilink capable.Brian Somers1998-05-211-14/+24
|\
| * Categorize the fields in struct bundle, and make the tunnelBrian Somers1998-05-061-5/+4
| * o Use a tun speed of 115200 for each network link.Brian Somers1998-05-051-1/+2
| * Cosmetic: Make our external function names consistent.Brian Somers1998-05-011-2/+2
| * o Add the link name to modem diagnostics.Brian Somers1998-04-281-1/+2
| * Make gcc-2.8.1 build ppp cleanly.Brian Somers1998-04-251-1/+3
| * o Move alias function pointers into loadalias.cBrian Somers1998-04-071-3/+2
| * Remove unused includes.Brian Somers1998-04-061-8/+1
| * o Move default MRU, MTU, ACCMAP and OPENMODE config values intoBrian Somers1998-04-031-3/+1
| * o Move struct lcp and struct ccp into struct link.Brian Somers1998-04-031-1/+5
| * Make struct bundle into a sort of `struct descriptor'.Brian Somers1998-03-201-1/+2
| * Move VJ compression state and stats into struct ipcp.Brian Somers1998-03-161-1/+4
| * Move filter sets into struct bundle.Brian Somers1998-03-161-1/+2
| * Move the IPCP into struct bundle.Brian Somers1998-03-131-1/+4
| * De-staticise LQR informationBrian Somers1998-03-131-1/+2
| * Force IPCP back to initial in bundle_Close().Brian Somers1998-03-021-1/+2
| * Create struct fsm_parent. FSMs are created with one of these,Brian Somers1998-02-271-1/+2
| * o Create `struct hdlc' - a part of struct physical.Brian Somers1998-02-181-1/+2
| * Create `struct bundle' - the top level control structure.Brian Somers1998-02-021-3/+4
| * This commit was manufactured by cvs2svn to create branch 'MP'.cvs2svn1998-01-291-0/+66
* Remove unused #includes.Brian Somers1998-01-211-2/+1
* Lose <net/if_var.h> !Brian Somers1998-01-111-4/+1
* Add (BSD) copyright headers.Brian Somers1997-12-211-2/+26
* Fix prototypes.Brian Somers1997-11-221-3/+6
* Add id strings to tun.[ch].Brian Somers1997-11-171-0/+4
* Abstract data read from and written to the tun device,Brian Somers1997-11-161-0/+39