aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_tun.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: define IF_MINMTU and IF_MAXMTU, and validate MTU against them.Archie Cobbs2000-05-031-0/+3
* MFC: Don't complain if 0 bytes are written to the tun device, just do nothing.Brian Somers1999-07-281-1/+4
* MFC: rev 1.61, fix a problem w/ zero byte writes to tunJohn-Mark Gurney1999-07-231-1/+1
* Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.Peter Wemm1999-01-171-6/+0
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-1/+0
* Installed the second patch attached to kern/7899 with some changes suggestedDon Lewis1998-11-111-11/+18
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Support more than 256 tun devices:Brian Somers1998-04-271-9/+13
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-1/+1
* Use getmicrotime() for if_lastchange, 10msec is plenty precision.Poul-Henning Kamp1998-04-061-1/+1
* Don't depend on "implicit int" or bloat the data section in theBruce Evans1998-02-201-1/+1
* Revert previous commit. Remove all ifp->if_* = 0 initializations,Steve Price1998-02-011-7/+0
* Initialize if_ibytes and if_obytes to zero.Steve Price1998-01-251-0/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-0/+1
* Move softc stuff into if_tunvar.hBrian Somers1998-01-111-0/+1
* Make INET a proper option.Eivind Eklund1998-01-081-2/+8
* Removed unused #includes.Bruce Evans1997-11-181-18/+26
* Update select -> pollPeter Wemm1997-09-141-20/+20
* As the Tunnel device has no real inherrent MRU limit,Julian Elischer1997-06-111-1/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 6: includeBruce Evans1997-03-241-1/+3
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-1/+1
* Don't try to do anything with the `ifr' parameter for SIOCADDMULTIGarrett Wollman1997-01-171-15/+0
* Change default tun MTU back to 1500.Bill Fenner1996-12-161-1/+6
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-2/+4
* 2 small changes:Julian Elischer1996-12-021-1/+5
* Remove an un-necessary call to microtime() to set if_lastchangeGary Palmer1996-06-231-1/+0
* Since the updates to ifnet.if_lastchange are so rare (relativelyGary Palmer1996-06-121-2/+2
* Change the use if ifnet.if_lastchange to be more in line withGary Palmer1996-06-101-2/+5
* Also count bytes in if_tun. kern/1253Poul-Henning Kamp1996-06-091-0/+2
* added missing semicolonMarc G. Fournier1996-05-261-1/+1
* If tunnel is busy we return EBUSY, not ENXIO.Poul-Henning Kamp1996-05-261-1/+1
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlyBruce Evans1996-04-071-2/+0
* Fixed ownerships of callout devices.Bruce Evans1996-03-271-7/+3
* Make tundebug sysctl writable.Poul-Henning Kamp1996-02-091-1/+1
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-5/+5
* Make FIONREAD return the actual that a read() would return, not just thePeter Wemm1995-12-111-3/+5
* Restored used variable `name[32]' (used by DEVFS).Bruce Evans1995-12-101-3/+3
* Staticize, clean lint.Poul-Henning Kamp1995-12-091-9/+9
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-53/+38
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-1/+1
* OK, that's it..Julian Elischer1995-11-291-0/+39
* Replaced bogus macros for dummy devswitch entries by functions.Bruce Evans1995-11-061-6/+7
* Moved prototypes for devswitch functions from conf.c and driver sourcesBruce Evans1995-11-041-6/+0
* Second batch of cleanup changes.Poul-Henning Kamp1995-10-291-2/+0
* Add BPF and IP multicast capabilities to the `tun' and `lp' networkGarrett Wollman1995-09-251-1/+30
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-2/+2
* Fix several sysinit functions that had the wrong type and unnecessarilyBruce Evans1995-08-301-7/+8
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-161-1/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Tunnel driver is nmow capable of installing its own cdevsw[] entry,Garrett Wollman1995-04-101-20/+24