index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_tun.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This is the much-discussed major upgrade to the random(4) device, known to yo...
markm
2014-10-30
1
-2
/
+1
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-8
/
+8
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-3
/
+1
*
Revert r267961, r267973:
gjb
2014-06-27
1
-1
/
+3
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-3
/
+1
*
Remove AppleTalk support.
glebius
2014-03-14
1
-6
/
+0
*
Remove IPX support.
glebius
2014-03-14
1
-6
/
+0
*
Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.
melifaro
2014-01-07
1
-1
/
+3
*
Restore the entropy gathering from the m_data pointer value, not the
adrian
2013-11-02
1
-1
/
+1
*
Convert the random entropy harvesting code to use a const void * pointer
adrian
2013-11-01
1
-1
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Debug run. This now works, except that the "live" sources haven't
markm
2013-10-06
1
-1
/
+1
*
Snapshot. This passes the build test, but has not yet been finished or debugged.
markm
2013-10-04
1
-1
/
+1
*
MFC - tracking commit
markm
2013-10-03
1
-0
/
+1
*
Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself is
glebius
2013-09-11
1
-4
/
+0
*
Bring in some behind-the-scenes development, mainly By Arthur Mesh,
markm
2013-09-07
1
-2
/
+1
|
\
|
*
Snapshot; Do some running repairs on entropy harvesting. More needs to follow.
markm
2013-08-26
1
-2
/
+1
*
|
Don't clear the unused SI_CHEAPCLONE flag in tap_create()/tuncreate().
davide
2013-09-07
1
-2
/
+0
|
/
*
Add a missing module version declaration to if_tun(4).
markj
2013-08-07
1
-0
/
+1
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-11
/
+9
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-3
/
+3
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
1
-12
/
+12
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Remove an incorrect comment
emaste
2012-09-25
1
-1
/
+0
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Get rid of D_PSEUDO.
ed
2011-10-18
1
-1
/
+1
*
Fix a deficiency in the selinfo interface:
attilio
2011-08-25
1
-0
/
+1
*
Tag mbufs of all incoming frames or packets with the interface's FIB
bz
2011-07-03
1
-0
/
+1
*
Properly return an ENOBUFS error if a write to a tun(4) device fails
jhb
2011-06-03
1
-10
/
+7
*
Fix white space nits and style
yongari
2011-05-06
1
-9
/
+7
*
Do not increment collision counter if transmit have failed.
yongari
2011-05-06
1
-3
/
+1
*
Only hide the ifa and not the tp under #ifdef INET as the tp is needed
bz
2010-10-01
1
-1
/
+1
*
- Expand scope of tun/tap softc locks to cover more softc fields and
jhb
2010-09-22
1
-54
/
+34
*
Verify interface up status using its link state only
qingli
2010-03-16
1
-0
/
+2
*
In both if_tun and if_tap:
kib
2010-02-28
1
-9
/
+2
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+1
*
Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() rather
rwatson
2009-06-26
1
-2
/
+2
*
Change the type of uio_resid member of struct uio from int to ssize_t.
kib
2009-06-25
1
-1
/
+1
*
Add explicit includes for jail.h to the files that need them and
bz
2009-06-17
1
-0
/
+1
*
Get vnets from creds instead of threads where they're available, and from
jamie
2009-06-15
1
-1
/
+1
*
Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use
kib
2009-06-10
1
-1
/
+1
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Acquire interfce address list lock while walking the interface address
rwatson
2009-04-20
1
-0
/
+2
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-2
/
+2
*
The "tun?" dev need not be opened at all. One is allowed to perform
qingli
2008-12-25
1
-4
/
+2
*
- Close a race during which the open flag could be cleared but the tun_softc ...
kmacy
2008-12-25
1
-2
/
+6
*
Provide a condition variable to delay the cloned interface
qingli
2008-12-22
1
-3
/
+12
*
Consider processes attaching/detaching from tun(4) devices as being link
csjp
2008-12-12
1
-0
/
+2
*
convert calls to IFQ_HANDOFF to if_transmit
kmacy
2008-11-22
1
-1
/
+1
[next]