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
/
dev
/
stge
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allocate the DMA memory shared between the host and the controller as
marius
2011-03-11
1
-4
/
+4
*
o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control
marius
2010-11-14
1
-3
/
+3
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-4
/
+9
*
Fix build breakage introduced in r212972.
yongari
2010-09-22
1
-2
/
+0
*
Remove unnecessary controller reinitialization.
yongari
2010-09-21
1
-3
/
+16
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-01
2
-14
/
+0
*
Take a step towards removing if_watchdog/if_timer. Don't explicitly set
jhb
2009-11-06
1
-2
/
+0
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-7
/
+13
*
Use m_collapse(9) to collapse mbuf chains instead of relying on
yongari
2008-01-18
1
-1
/
+1
*
Implement WOL capability.
yongari
2008-01-14
2
-11
/
+54
*
Fix function prototype for device_shutdown method.
yongari
2007-11-22
1
-2
/
+4
*
If we've got watchdog timeouts try to get more packets going after
yongari
2007-05-01
1
-0
/
+2
*
Honor link up/down state in stge_start().
yongari
2007-05-01
2
-24
/
+20
*
Use our own timer for watchdog instead of if_watchdog/if_timer
yongari
2007-05-01
2
-11
/
+17
*
Catch up the rest of the drivers with the ether_vlan_mtap modifications.
csjp
2007-03-04
1
-1
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
1
-1
/
+1
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
1
-6
/
+6
*
Fix invalid reference of mbuf chains.
yongari
2006-08-12
1
-13
/
+13
*
Add stge(4), a driver for Sundance/Tamarack TC9021 Gigabit Ethernet
yongari
2006-07-25
2
-0
/
+3395