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_eiface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+10
*
+ rename and document an unused field in struct arpcom (field is still
luigi
2004-04-18
1
-1
/
+0
*
Use the (now standard) Ethernet address parse type.
ru
2003-12-17
1
-19
/
+5
*
MFS: Make struct arpcom the first entry in softc. (There are at least
ru
2003-12-15
1
-1
/
+1
*
Check the correct set of interface flags and fix a memory leak.
ru
2003-11-17
1
-1
/
+2
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-11
/
+8
*
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 track changes to ethernet input packet handling
sam
2002-11-14
1
-25
/
+5
*
Fix GCC warnings caused by initializing a zero length array. In the process,
archie
2002-05-31
1
-0
/
+2
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-3
/
+3
*
Allow a changed MAC address to show up in ifconfig by changing it
julian
2001-02-26
1
-0
/
+13
*
slight cleanups during testing.
julian
2001-02-25
1
-4
/
+46
*
Add a node that looks to all the word like an ethernet but delivers its
julian
2001-02-25
1
-0
/
+633