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_tap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Redo r274966. Instead of global all-interface all-vnet undocumented sysctl,
glebius
2015-04-10
1
-9
/
+4
*
Add a sysctl `net.link.tap.deladdrs_on_close' to configure whether tap
philip
2014-11-24
1
-1
/
+6
*
Mechanically convert to if_inc_counter().
glebius
2014-09-19
1
-4
/
+4
*
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
*
Teach every SIOCGIFSTATUS provider to fill in ifs->ascii anyway.
melifaro
2014-01-07
1
-4
/
+4
*
Drop support for historic ioctls and also undefine them, so that code
glebius
2013-11-05
1
-2
/
+1
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Fix panic in the tap driver when a tap and vmnet interface were
grehan
2013-10-24
1
-1
/
+1
*
Clear knlist before destroying it in tap(4) and tun(4). This fixes later
glebius
2013-10-02
1
-0
/
+1
*
Don't clear the unused SI_CHEAPCLONE flag in tap_create()/tuncreate().
davide
2013-09-07
1
-2
/
+0
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-1
/
+1
*
Pass allocated unit number to make_dev, otherwise kernel panics later while
davidxu
2012-11-27
1
-1
/
+1
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
1
-27
/
+33
*
Correct misspelling in debug output.
emaste
2012-09-26
1
-1
/
+1
*
Avoid INVARIANTS panic destroying an in-use tap(4)
emaste
2012-09-25
1
-5
/
+1
*
Implement SIOCGIFMEDIA for if_tap(4)
emaste
2012-07-06
1
-4
/
+22
*
Sort includes.
trociny
2012-06-07
1
-1
/
+1
*
Add VIMAGE support to if_tap.
trociny
2012-06-07
1
-0
/
+11
*
In r191367 the need for if_free_type() was removed and a new member
brooks
2011-11-11
1
-1
/
+1
*
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
*
- Expand scope of tun/tap softc locks to cover more softc fields and
jhb
2010-09-22
1
-91
/
+63
*
Verify interface up status using its link state only
qingli
2010-03-16
1
-0
/
+2
*
The if_tap interface is of IFT_ETHERNET type, but it
qingli
2010-03-11
1
-0
/
+2
*
In both if_tun and if_tap:
kib
2010-02-28
1
-10
/
+3
*
Change the type of uio_resid member of struct uio from int to ssize_t.
kib
2009-06-25
1
-1
/
+1
*
Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use
kib
2009-06-10
1
-1
/
+1
*
Remove the splimp()/splx() calls around the setting of the MTU. They are
scf
2009-03-17
1
-2
/
+0
*
Add the SIOCSIFMTU ioctl handling directly to tap(4) permitting it to
scf
2009-03-16
1
-0
/
+7
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-1
/
+1
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-17
/
+17
*
Remove unit2minor() use from kernel code.
ed
2008-09-26
1
-2
/
+2
*
Add new TAPGIFNAME tap(4) character device ioctl. This is a
emax
2008-09-08
1
-0
/
+6
*
Don't enforce unique device minor number policy anymore.
ed
2008-06-11
1
-1
/
+1
*
Fix possible buffer overrun on 64-bit arch when generating MAC
emax
2008-04-15
1
-1
/
+3
*
Add a sysctl net.link.tap.up_on_open which defaults to zero; when it
bms
2007-03-19
1
-1
/
+6
*
Fix devfs cloning for non-superusers when net.link.tap.user_open is non-zero.
bms
2007-02-05
1
-5
/
+2
*
Implement ifnet cloning for tun(4)/tap(4).
bms
2007-02-04
1
-32
/
+126
*
Drop unicast Ethernet frames not destined for the configured address
bms
2007-02-03
1
-0
/
+18
*
Use int instead of u_int for the 'extra' argument to the
bms
2007-02-02
1
-1
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-3
/
+7
*
Currently, we initialize "error" to zero when it's declared, then
csjp
2006-11-04
1
-2
/
+1
*
Rename m_getm() to m_getm2() and rewrite it to allocate up to page sized
andre
2006-11-02
1
-1
/
+2
*
Fix our ioctl(2) implementation when the argument is "int". New
ru
2006-09-27
1
-1
/
+13
*
Drop a pointless cast of ifp->if_softc to (struct tap_softc *).
brooks
2006-07-15
1
-1
/
+1
*
Revert the (int *) -> (intptr_t *) conversion done as part of rev. 1.59
marius
2006-05-30
1
-10
/
+10
*
Do not call knlist_destroy() in tapclose(). Instead call it when device is
emax
2006-05-17
1
-4
/
+3
[next]