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
/
tsec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not reinitialise the interface if it is already running, this prevents the
thompsa
2012-05-09
1
-0
/
+3
*
The DEVICE_POLLING dereference of sc->tsec_ifp needs to be checked for null
thompsa
2012-05-08
1
-7
/
+7
*
Respect phy-handle property in Ethernet nodes of the device tree.
raj
2012-03-04
3
-22
/
+16
*
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
kevlo
2012-01-07
1
-1
/
+0
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-5
/
+2
*
Don't use the MAC address in the device tree if it's all zeroes
marcel
2011-01-28
1
-19
/
+10
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-14
/
+5
*
Convert Freescale PowerPC platforms to FDT convention.
raj
2010-07-11
3
-56
/
+61
*
tsec: Use IFQ_DRV macros for managing interface packet queue.
raj
2009-11-20
1
-3
/
+3
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed with
raj
2009-06-13
2
-4
/
+7
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-6
/
+14
*
tsec(4) cosmetics.
raj
2009-02-17
1
-2
/
+1
*
tsec(4): Always try to resume the receiver.
raj
2009-02-17
1
-3
/
+10
*
tsec(4): do not clear interrupt events register before use.
raj
2009-02-17
1
-2
/
+2
*
Handle mbuf exhaustion scenario in tsec(4).
raj
2009-02-17
1
-1
/
+6
*
tsec(4) style improvements and clean-up.
raj
2009-02-17
3
-73
/
+80
*
Additional features for the tsec(4) Ethernet driver.
raj
2009-02-17
4
-133
/
+774
*
tsec: Refactor driver's structure.
raj
2008-08-26
3
-557
/
+632
*
tsec: Improve and clean up callouts.
raj
2008-08-26
2
-19
/
+15
*
Convert TSEC watchdog to the new scheme.
raj
2008-03-12
2
-18
/
+29
*
Obtain TSEC h/w address from the parent bus (OCP) and not rely blindly on what
raj
2008-03-12
1
-10
/
+14
*
Support for Freescale integrated Three-Speed Ethernet Controller (TSEC).
raj
2008-03-03
3
-0
/
+2287