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
/
alc
/
if_alc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure to disable RX MAC in alc_stop_mac(). Previously there
yongari
2010-08-13
1
-1
/
+1
*
Add support for Atheros AR8151/AR8152 PCIe gigabit/fast ethernet
yongari
2010-08-09
1
-90
/
+345
*
Cache PCIY_PMG and PCIY_EXPRESS capability pointer to softc and use
yongari
2010-08-08
1
-10
/
+14
*
Remove unnecessary assignment.
yongari
2010-08-08
1
-1
/
+0
*
Always disable ASPM L0s and enable L1 before entering into WOL
yongari
2010-08-08
1
-12
/
+10
*
Do not touch CMB TX threshold register when CMB is not used.
yongari
2010-08-07
1
-3
/
+3
*
Controller does not seem to support more than 1024 bytes DMA burst.
yongari
2010-08-07
1
-0
/
+4
*
With r206844, CSUM_TCP is also set for CSUM_TSO case. Modify
yongari
2010-04-19
1
-22
/
+22
*
Remove Tx mbuf parsing code for VLAN in TSO path. Controller does
yongari
2010-02-22
1
-25
/
+5
*
Add TSO support on VLANs. Also make sure to update TSO capability
yongari
2010-02-22
1
-13
/
+3
*
Fix multicast handling. All Atheros controllers use big-endian form
yongari
2009-09-29
1
-1
/
+1
*
For AR8132 fast ethernet controller, do not report 1000baseT
yongari
2009-09-28
1
-0
/
+10
*
Don't try to power down PHY when alc(4) failed to map the device.
yongari
2009-08-24
1
-1
/
+2
*
Free allocated Rx ring dma memory/tags.
kevlo
2009-07-31
1
-0
/
+15
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernet
yongari
2009-06-10
1
-0
/
+3496