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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
Disable PHY hibernation until I get more detailed hibernation
yongari
2011-08-22
1
-6
/
+20
*
Fix typo.
yongari
2011-05-19
1
-2
/
+2
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-4
/
+2
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-2
/
+2
*
alc_rev was used without initialization such that it failed to
yongari
2011-01-31
1
-1
/
+1
*
Fix logic error. Due to the bug, it incorrectly checked TXQ status
yongari
2011-01-28
1
-1
/
+1
*
Correct wrong definition of PM timer mask and adjust L1/PM timer
yongari
2011-01-20
2
-4
/
+16
*
- Move ether_ifdetach() earlier and remove now-unneeded IN_DETACH flag.
jhb
2011-01-13
2
-7
/
+8
*
Make sure to invoke unlocked foo_start since the taskqueue does not
yongari
2011-01-12
1
-1
/
+1
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-1
/
+1
*
Add a 'locked' variant of the foo_start() routine and call it directly
jhb
2011-01-03
2
-17
/
+12
*
Remove unecessary and clearly wrong usage of atomic(9).
yongari
2010-12-10
1
-4
/
+4
*
Enable ethernet flow-control on all alc(4) controllers. This change
yongari
2010-11-26
1
-3
/
+1
*
Don't bother to enable ASPM L1 to save more power. Even though I am
yongari
2010-10-30
1
-1
/
+1
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-9
/
+5
*
Make sure to not use stale ip/tcp header pointers. The ip/tcp
yongari
2010-10-14
1
-0
/
+2
*
Backout r204230. TX mbuf parser for VLAN is still required to
yongari
2010-10-14
1
-7
/
+25
*
status bits should be &'ed against status to be really functional.
delphij
2010-09-16
1
-2
/
+2
*
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
3
-99
/
+388
*
Cache PCIY_PMG and PCIY_EXPRESS capability pointer to softc and use
yongari
2010-08-08
2
-10
/
+17
*
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
*
Reduce Tx interrupt moderation timer from 50ms to 1ms. The default
yongari
2010-08-06
1
-2
/
+2
*
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
3
-0
/
+4717