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_clone.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clone destruction, can't use the simple api because that does not remove
thompsa
2008-09-20
1
-2
/
+1
*
Revise network interface cloning to take an optional opaque
sam
2006-07-09
1
-8
/
+9
*
Import interface groups from OpenBSD. This allows to group interfaces in
mlaier
2006-06-19
1
-0
/
+6
*
Fix the following bugs:
ru
2005-11-24
1
-5
/
+20
*
Move the cloned interface list management in to if_clone. For some drivers the
thompsa
2005-11-08
1
-9
/
+61
*
Change the reference counting to count the number of cloned interfaces for each
thompsa
2005-10-12
1
-5
/
+13
*
o Move ifcr_count sanity check up and reject negative values before we
maxim
2005-02-24
1
-6
/
+3
*
Make a bunch of malloc types static.
phk
2005-02-10
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Fix a LOR where copyout was called while holding a lock.
brooks
2004-09-15
1
-10
/
+27
*
When removing the last reference to a cloner, do not try to unlock twice -
mlaier
2004-07-20
1
-2
/
+3
*
Major overhaul of pseudo-interface cloning. Highlights include:
brooks
2004-06-22
1
-0
/
+468