aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_tapvar.h
Commit message (Expand)AuthorAgeFilesLines
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-2/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Add tap_mtx to tap_softc in order to protect per-softc variablesRobert Watson2004-03-171-0/+5
* Remove stale (unused) unit variables from if_tun and if_tap softc's.Robert Watson2004-03-131-2/+0
* Device megapatch 2/6:Poul-Henning Kamp2004-02-211-0/+1
* Add cloning support for the tap(4) device similar to that in the tun(4)Brooks Davis2001-09-051-1/+3
* Change to support vmware... SIOCSIFADDR on the character deviceNick Sayer2000-07-251-0/+2
* Sundry changes to debugging code.Nick Sayer2000-07-241-0/+1
* Add the tap driver.Nick Sayer2000-07-201-0/+61