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_fec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-1
/
+1
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-10
/
+9
*
Help ng_fec deal with multicast addresses.
dwmalone
2007-05-18
1
-2
/
+77
*
Fix input byte counting. Now the sum of the ipackets/ibytes counters
ru
2006-09-15
1
-2
/
+8
*
Make it possible to set a larger MTU by attempting to set MTUs on all
ru
2006-09-15
1
-1
/
+19
*
Fix another fallout from the IF_LLADDR() type change.
ru
2006-08-24
1
-1
/
+2
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-5
/
+5
*
Make IFP2NG() usable as an lvalue.
ru
2005-11-09
1
-5
/
+3
*
Use if_setlladdr() to reprogram the link-level addresses; it causes
ru
2005-11-04
1
-21
/
+4
*
Bring some level of stability to this driver:
ru
2005-11-04
1
-3
/
+19
*
- Fix another fallout from the if_alloc() conversion:
ru
2005-11-04
1
-6
/
+6
*
Make sure ng_fec_init() uses the same calling convention as the rest of
emax
2005-08-25
1
-3
/
+3
*
Use the ISO standard function variable vs. a GCC'ism.
obrien
2005-08-10
1
-3
/
+3
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-7
/
+9
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-22
/
+22
*
bzero() -> M_ZERO.
ru
2005-02-08
1
-2
/
+1
*
Create a per-module mutex on MOD_LOAD, and destroy it on MOD_UNLOAD.
ru
2005-02-05
1
-1
/
+24
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-2
/
+4
*
Avoid casts as lvalues.
kan
2004-07-28
1
-0
/
+1
*
Introduce a new mutex, ng_fec_mtx, to protect the global unit list to
rwatson
2004-07-14
1
-1
/
+10
*
Consistently use __inline instead of __inline__ as the former is an empty macro
stefanf
2004-07-04
1
-2
/
+2
*
Remove one more unneeded reference to arpcom.ac_netgraph.
wpaul
2004-06-20
1
-10
/
+34
*
Stash our node context pointer somewhere else within struct ifnet of
wpaul
2004-06-20
1
-2
/
+18
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+6
*
Consistently use ifaddr_byindex() to access the link-level address
luigi
2004-04-16
1
-4
/
+4
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-19
/
+13
*
Remove extraneous reference to intrq.h, which broke the kernel build.
rwatson
2003-04-21
1
-1
/
+0
*
Some more updates for the new world order:
wpaul
2003-02-26
1
-24
/
+37
*
Attempt to make the ng_fec module play nice with BPF again. Things have
wpaul
2003-02-26
1
-16
/
+6
*
Make ng_fec.c compile again since Sam's changes.
julian
2002-12-23
1
-5
/
+8
*
ifnet_addrs doesn;t exist any more so use
julian
2002-11-01
1
-3
/
+3
*
Finally get around to committing Bill Paul's FEC netgraph nodes.
julian
2002-10-29
1
-0
/
+1200