summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tun.c
Commit message (Expand)AuthorAgeFilesLines
* Allow writing IP packets of length TUNMRU no matter if TUNSIFHEAD is settuexen2016-05-191-2/+5
* * Address review (and add a bit myself).markm2015-07-121-1/+1
* Huge cleanup of random(4) code.markm2015-06-301-1/+1
* This is the much-discussed major upgrade to the random(4) device, known to yo...markm2014-10-301-2/+1
* Mechanically convert to if_inc_counter().glebius2014-09-191-8/+8
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-3/+1
* Revert r267961, r267973:gjb2014-06-271-1/+3
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-3/+1
* Remove AppleTalk support.glebius2014-03-141-6/+0
* Remove IPX support.glebius2014-03-141-6/+0
* Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.melifaro2014-01-071-1/+3
* Restore the entropy gathering from the m_data pointer value, not theadrian2013-11-021-1/+1
* Convert the random entropy harvesting code to use a const void * pointeradrian2013-11-011-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Debug run. This now works, except that the "live" sources haven'tmarkm2013-10-061-1/+1
* Snapshot. This passes the build test, but has not yet been finished or debugged.markm2013-10-041-1/+1
* MFC - tracking commitmarkm2013-10-031-0/+1
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isglebius2013-09-111-4/+0
* Bring in some behind-the-scenes development, mainly By Arthur Mesh,markm2013-09-071-2/+1
|\
| * Snapshot; Do some running repairs on entropy harvesting. More needs to follow.markm2013-08-261-2/+1
* | Don't clear the unused SI_CHEAPCLONE flag in tap_create()/tuncreate().davide2013-09-071-2/+0
|/
* Add a missing module version declaration to if_tun(4).markj2013-08-071-0/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-11/+9
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-12/+12
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Remove an incorrect commentemaste2012-09-251-1/+0
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Get rid of D_PSEUDO.ed2011-10-181-1/+1
* Fix a deficiency in the selinfo interface:attilio2011-08-251-0/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+1
* Properly return an ENOBUFS error if a write to a tun(4) device failsjhb2011-06-031-10/+7
* Fix white space nits and styleyongari2011-05-061-9/+7
* Do not increment collision counter if transmit have failed.yongari2011-05-061-3/+1
* Only hide the ifa and not the tp under #ifdef INET as the tp is neededbz2010-10-011-1/+1
* - Expand scope of tun/tap softc locks to cover more softc fields andjhb2010-09-221-54/+34
* Verify interface up status using its link state onlyqingli2010-03-161-0/+2
* In both if_tun and if_tap:kib2010-02-281-9/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() ratherrwatson2009-06-261-2/+2
* Change the type of uio_resid member of struct uio from int to ssize_t.kib2009-06-251-1/+1
* Add explicit includes for jail.h to the files that need them andbz2009-06-171-0/+1
* Get vnets from creds instead of threads where they're available, and fromjamie2009-06-151-1/+1
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-1/+1
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Acquire interfce address list lock while walking the interface addressrwatson2009-04-201-0/+2
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* The "tun?" dev need not be opened at all. One is allowed to performqingli2008-12-251-4/+2
* - Close a race during which the open flag could be cleared but the tun_softc ...kmacy2008-12-251-2/+6
OpenPOWER on IntegriCloud