summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tun.c
Commit message (Expand)AuthorAgeFilesLines
* Since the updates to ifnet.if_lastchange are so rare (relativelygpalmer1996-06-121-2/+2
* Change the use if ifnet.if_lastchange to be more in line withgpalmer1996-06-101-2/+5
* Also count bytes in if_tun. kern/1253phk1996-06-091-0/+2
* added missing semicolonscrappy1996-05-261-1/+1
* If tunnel is busy we return EBUSY, not ENXIO.phk1996-05-261-1/+1
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+0
* Fixed ownerships of callout devices.bde1996-03-271-7/+3
* Make tundebug sysctl writable.phk1996-02-091-1/+1
* Clean up Ethernet drivers:wollman1996-02-061-5/+5
* Make FIONREAD return the actual that a read() would return, not just thepeter1995-12-111-3/+5
* Restored used variable `name[32]' (used by DEVFS).bde1995-12-101-3/+3
* Staticize, clean lint.phk1995-12-091-9/+9
* Pass 3 of the great devsw changesjulian1995-12-081-53/+38
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-0/+39
* Replaced bogus macros for dummy devswitch entries by functions.bde1995-11-061-6/+7
* Moved prototypes for devswitch functions from conf.c and driver sourcesbde1995-11-041-6/+0
* Second batch of cleanup changes.phk1995-10-291-2/+0
* Add BPF and IP multicast capabilities to the `tun' and `lp' networkwollman1995-09-251-1/+30
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofdg1995-09-091-2/+2
* Fix several sysinit functions that had the wrong type and unnecessarilybde1995-08-301-7/+8
* Make everything except the unsupported network sources compile cleanlybde1995-08-161-1/+0
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Tunnel driver is nmow capable of installing its own cdevsw[] entry,wollman1995-04-101-20/+24
* Support for pseudo-device LKMs. Note that this is restricted to onlywollman1995-03-201-4/+3
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-0/+1
* New user Process PPP based on iij-ppp0.94beta2.amurai1995-02-261-115/+75
* (no commit message)amurai1995-01-311-0/+615
OpenPOWER on IntegriCloud