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
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-26
1
-14
/
+9
*
Make the "struct if_clone" opaque to users of the cloning API. Users
glebius
2012-10-16
1
-9
/
+7
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:
bz
2012-02-17
1
-1
/
+1
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+1
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-2
/
+0
*
Change if_output to take a struct route as its fourth argument in order
kmacy
2009-04-16
1
-3
/
+6
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
1
-0
/
+1
*
Step 1.5 of importing the network stack virtualization infrastructure
zec
2008-10-02
1
-0
/
+1
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-1
/
+2
*
With exception of the if_name() macro, all definitions in net_osdep.h
brooks
2006-08-04
1
-2
/
+0
*
Revise network interface cloning to take an optional opaque
sam
2006-07-09
1
-2
/
+3
*
add missed calls to bpf_peers_present
sam
2006-06-02
1
-1
/
+1
*
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
[next]