aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_tun.c
Commit message (Expand)AuthorAgeFilesLines
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-3/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-3/+1
* Remove AppleTalk support.Gleb Smirnoff2014-03-141-6/+0
* Remove IPX support.Gleb Smirnoff2014-03-141-6/+0
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.Alexander V. Chernikov2014-01-071-1/+3
* Restore the entropy gathering from the m_data pointer value, not theAdrian Chadd2013-11-021-1/+1
* Convert the random entropy harvesting code to use a const void * pointerAdrian Chadd2013-11-011-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Debug run. This now works, except that the "live" sources haven'tMark Murray2013-10-061-1/+1
* Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-1/+1
* Clear knlist before destroying it in tap(4) and tun(4). This fixes laterGleb Smirnoff2013-10-021-0/+1
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isGleb Smirnoff2013-09-111-4/+0
* Bring in some behind-the-scenes development, mainly By Arthur Mesh,Mark Murray2013-09-071-2/+1
|\
| * Snapshot; Do some running repairs on entropy harvesting. More needs to follow.Mark Murray2013-08-261-2/+1
* | Don't clear the unused SI_CHEAPCLONE flag in tap_create()/tuncreate().Davide Italiano2013-09-071-2/+0
|/
* Add a missing module version declaration to if_tun(4).Mark Johnston2013-08-071-0/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-11/+9
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-3/+3
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-12/+12
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Remove an incorrect commentEd Maste2012-09-251-1/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Get rid of D_PSEUDO.Ed Schouten2011-10-181-1/+1
* Fix a deficiency in the selinfo interface:Attilio Rao2011-08-251-0/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+1
* Properly return an ENOBUFS error if a write to a tun(4) device failsJohn Baldwin2011-06-031-10/+7
* Fix white space nits and stylePyun YongHyeon2011-05-061-9/+7
* Do not increment collision counter if transmit have failed.Pyun YongHyeon2011-05-061-3/+1
* Only hide the ifa and not the tp under #ifdef INET as the tp is neededBjoern A. Zeeb2010-10-011-1/+1
* - Expand scope of tun/tap softc locks to cover more softc fields andJohn Baldwin2010-09-221-54/+34
* Verify interface up status using its link state onlyQing Li2010-03-161-0/+2
* In both if_tun and if_tap:Konstantin Belousov2010-02-281-9/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() ratherRobert Watson2009-06-261-2/+2
* Change the type of uio_resid member of struct uio from int to ssize_t.Konstantin Belousov2009-06-251-1/+1
* Add explicit includes for jail.h to the files that need them andBjoern A. Zeeb2009-06-171-0/+1
* Get vnets from creds instead of threads where they're available, and fromJamie Gritton2009-06-151-1/+1
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. UseKonstantin Belousov2009-06-101-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Acquire interfce address list lock while walking the interface addressRobert Watson2009-04-201-0/+2
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-2/+2
* The "tun?" dev need not be opened at all. One is allowed to performQing Li2008-12-251-4/+2
* - Close a race during which the open flag could be cleared but the tun_softc ...Kip Macy2008-12-251-2/+6
* Provide a condition variable to delay the cloned interfaceQing Li2008-12-221-3/+12
* Consider processes attaching/detaching from tun(4) devices as being linkChristian S.J. Peron2008-12-121-0/+2
* convert calls to IFQ_HANDOFF to if_transmitKip Macy2008-11-221-1/+1
* Make tun(4) compile without INET.Bjoern A. Zeeb2008-11-051-0/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1