summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tapvar.h
Commit message (Expand)AuthorAgeFilesLines
* Revert part of an earlier patch attempt that snuck in with r240938.emaste2012-09-251-1/+0
* Avoid INVARIANTS panic destroying an in-use tap(4)emaste2012-09-251-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-2/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Add tap_mtx to tap_softc in order to protect per-softc variablesrwatson2004-03-171-0/+5
* Remove stale (unused) unit variables from if_tun and if_tap softc's.rwatson2004-03-131-2/+0
* Device megapatch 2/6:phk2004-02-211-0/+1
* Add cloning support for the tap(4) device similar to that in the tun(4)brooks2001-09-051-1/+3
* Change to support vmware... SIOCSIFADDR on the character devicensayer2000-07-251-0/+2
* Sundry changes to debugging code.nsayer2000-07-241-0/+1
* Add the tap driver.nsayer2000-07-201-0/+61
OpenPOWER on IntegriCloud