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
/
netgraph
/
ng_bridge.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Conditionally compile out V_ globals while instantiating the appropriate
zec
2008-12-10
1
-0
/
+2
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-4
/
+7
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-16
/
+12
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-1
/
+2
*
In revision 1.29 timeout() was converted to ng_callout().
ru
2005-02-09
1
-15
/
+9
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-2
/
+3
*
- Use ng_callout() instead of timeout.
glebius
2004-12-14
1
-13
/
+7
*
Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland
andre
2004-08-17
1
-0
/
+2
*
Slight cosmetic changes.
julian
2004-07-20
1
-2
/
+2
*
Having moved metadata usage to mbuf tags, remove code that supports
julian
2004-06-26
1
-13
/
+2
*
Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge.
green
2004-06-22
1
-3
/
+5
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+9
*
Get rid of the deprecated *LEN constants in favour of the new
harti
2004-01-26
1
-1
/
+1
*
Removed an outdated comment.
ru
2003-12-18
1
-2
/
+0
*
Made the Ethernet address parse type standard.
ru
2003-12-17
1
-5
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
fix a cut-n-paste error.
julian
2003-05-15
1
-1
/
+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
*
o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and
bmilekic
2002-12-19
1
-1
/
+1
*
Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings.
jhb
2002-11-08
1
-2
/
+2
*
Fix GCC warnings caused by initializing a zero length array. In the process,
archie
2002-05-31
1
-9
/
+9
*
Typo.
archie
2001-12-15
1
-1
/
+1
*
Don't free a structure containing a 'struct callout' structure while that
archie
2001-12-15
1
-8
/
+17
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-10
/
+10
*
Fix some memory leaks
julian
2001-01-10
1
-12
/
+18
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-23
/
+24
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-51
/
+96
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-1
/
+1
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-2
/
+1
*
Fix another callout_init() that I missed.
jlemon
2000-11-26
1
-1
/
+1
*
Add the use of M_ZERO to netgraph.
dwmalone
2000-11-18
1
-8
/
+4
*
Fix typo in NETGRAPH_INIT() macro.
archie
2000-10-09
1
-1
/
+1
*
Use m_dup() instead of m_copypacket() for the time being. Not all
archie
2000-09-23
1
-1
/
+1
*
New netgraph node type for Ethernet bridging.
archie
2000-09-01
1
-0
/
+1014