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_ef.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize ; variable eraly to shut up GCC warning.
kan
2004-07-28
1
-0
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-1
/
+1
*
Replace IF_HANDOFF with new IFQ_HANDOFF to enqueue with ALTQ once enabled on
mlaier
2004-06-15
1
-1
/
+3
*
Remove another redundant if_output initialization.
mux
2004-05-24
1
-1
/
+0
*
o eliminate widespread on-stack mbuf use for bpf by introducing
sam
2003-12-28
1
-7
/
+1
*
Introduce ip_fastforward and remove ip_flow.
andre
2003-11-14
1
-1
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-13
/
+13
*
Remove break after return.
phk
2003-05-31
1
-3
/
+0
*
Update netisr handling; Each SWI now registers its queue, and all queue
jlemon
2003-03-04
1
-49
/
+46
*
sizeof(struct llc) -> LLC_SNAPFRAMELEN
mdodd
2003-03-03
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-5
/
+5
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-5
/
+5
*
SMP locking for ifnet list.
hsu
2002-12-22
1
-1
/
+4
*
network interface and link layer changes:
sam
2002-11-15
1
-20
/
+11
*
Fix warning; remove unused arg that was passed through uninitialized.
peter
2002-05-24
1
-2
/
+2
*
Swap a bzero for an M_ZERO. Borris approved this ages ago, but
dwmalone
2002-04-10
1
-2
/
+1
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-2
/
+2
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
1
-2
/
+2
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
Use <sys/queue.h> macro api rather than fondle its implementation detals.
phk
2001-02-03
1
-3
/
+3
*
Fix breakage caused by incomplete transition to IF_HANDOFF().
bp
2001-02-01
1
-2
/
+2
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-2
/
+2
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-2
/
+2
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-15
/
+3
*
Properly setup link level header length for 802.2 and SNAP frames.
bp
2000-09-30
1
-4
/
+7
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-3
/
+1
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-2
/
+2
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-2
/
+2
*
Fix support for 802.2 and SNAP frames. Bug was introduced during
bp
2000-04-27
1
-19
/
+49
*
Allow if_ef driver to be compiled into kernel.
bp
2000-01-23
1
-0
/
+1
*
Bring up an if_ef driver which allows support for four ethernet
bp
1999-12-13
1
-0
/
+595