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_faith.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the cloned interface list management in to if_clone. For some drivers the
thompsa
2005-11-08
1
-22
/
+0
*
Change the reference counting to count the number of cloned interfaces for each
thompsa
2005-10-12
1
-14
/
+5
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-1
/
+2
*
Fix some long standing bugs in writing to the BPF device attached to
dwmalone
2005-06-26
1
-7
/
+6
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-16
/
+22
*
the rt parameter to ifa_rtrequest callbacks should always be non-null;
sam
2005-02-24
1
-2
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+2
*
Use M_ZERO instead of bzero().
bms
2004-07-06
1
-2
/
+1
*
Major overhaul of pseudo-interface cloning. Highlights include:
brooks
2004-06-22
1
-2
/
+2
*
add missing #include <sys/module.h>
phk
2004-05-30
1
-0
/
+1
*
Staticize <if>_clone_{create,destroy} functions.
brooks
2004-04-14
1
-4
/
+4
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Introduce faith_mtx to protect the if_faith global softc list.
rwatson
2004-03-09
1
-7
/
+27
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-14
/
+1
*
Introduce tcp_hostcache and remove the tcp specific metrics from
andre
2003-11-20
1
-11
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Locking for updates to routing table entries. Each rtentry gets a mutex
sam
2003-10-04
1
-1
/
+3
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
1
-2
/
+1
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-5
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
network interface and link layer changes:
sam
2002-11-15
1
-1
/
+1
*
Move all unit number management cloned interfaces into the cloning
brooks
2002-05-25
1
-4
/
+3
*
just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.
suz
2002-04-19
1
-1
/
+1
*
Remove __P.
alfred
2002-03-19
1
-8
/
+8
*
Simplify the interface cloning framework by handling unit
mux
2002-03-11
1
-49
/
+5
*
Change the network interface cloning API so the destroy function returns
brooks
2002-03-04
1
-2
/
+3
*
Did someone turn on -Werror or something?
dillon
2002-02-26
1
-0
/
+2
*
Staticise private interface lists.
msmith
2002-01-08
1
-1
/
+1
*
Initalize ifq_maxlen to prevent a harmless warning message.
brooks
2001-12-17
1
-0
/
+1
*
Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.
ru
2001-10-17
1
-3
/
+3
*
Make faith loadable, unloadable, and clonable.
brooks
2001-09-25
1
-45
/
+142
*
unbreak building kernel without option INET6
ume
2001-07-05
1
-0
/
+2
*
Sync with recent KAME.
ume
2001-06-11
1
-7
/
+234
*
Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().
peter
2001-02-04
1
-0
/
+2
*
Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this.
peter
2000-01-29
1
-2
/
+0
*
Remove BROADCAST flag from faith interface,
shin
2000-01-09
1
-2
/
+2
*
udp IPv6 support, IPv6/IPv4 tunneling support in kernel,
shin
1999-12-07
1
-0
/
+97