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
*
Take a step towards removing if_watchdog/if_timer. Don't explicitly set
jhb
2009-11-06
1
-1
/
+0
*
Rather than using IFNET_RLOCK() when iterating over (and modifying) the
rwatson
2009-08-23
1
-2
/
+15
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-1
/
+0
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-1
/
+0
*
replace IFQ_HANDOFF with if_transmit
kmacy
2009-04-27
1
-1
/
+1
*
For all files including net/vnet.h directly include opt_route.h and
bz
2009-02-27
1
-0
/
+1
*
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
-22
/
+30
*
Commit step 1 of the vimage project, (network stack)
bz
2008-08-17
1
-1
/
+2
*
Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.
ru
2008-03-25
1
-10
/
+2
*
Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer
andre
2006-01-18
1
-1
/
+1
*
Check the right ifnet pointer to see if if_alloc() failed or not in
rwatson
2006-01-13
1
-1
/
+3
*
When freeing the chain of if_ef devices on an aborted load, use
rwatson
2006-01-13
1
-2
/
+2
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-5
/
+1
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-3
/
+3
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-25
/
+18
*
When neither of supported frame type is enabled via kernel options enable
sobomax
2005-03-06
1
-0
/
+9
*
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
[next]