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
/
ale
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-5
/
+5
*
Fix some bugs in my last set of changes to ale(4):
jhb
2011-01-18
2
-9
/
+8
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-1
/
+4
*
Add a 'locked' variant of the foo_start() routine and call it directly
jhb
2011-01-03
2
-15
/
+12
*
Remove unecessary and clearly wrong usage of atomic(9).
yongari
2010-12-14
1
-5
/
+3
*
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
/
+1
*
It seems ale(4) controllers do not like to see TCP payload in the
yongari
2010-04-26
1
-4
/
+33
*
With r206844, CSUM_TCP is also set for CSUM_TSO case. Modify
yongari
2010-04-19
1
-11
/
+8
*
Add TSO support on VLANs. While I'm here remove unnecessary check
yongari
2010-02-26
1
-22
/
+9
*
Fix multicast handling. All Atheros controllers use big-endian form
yongari
2009-09-29
1
-1
/
+1
*
Disable Rx checksum offload until I find more clue why it breaks
yongari
2009-06-29
1
-0
/
+8
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Now pci(4) handles PCIM_CMD_INTxDIS so there is no need to poke
yongari
2009-03-05
1
-10
/
+1
*
AR8113 also need to set DMA read burst value. This should fix
yongari
2008-12-03
1
-4
/
+2
*
Add some PHY magic to enable PHY hibernation and 1000baseT/10baseT
yongari
2008-12-03
1
-0
/
+33
*
Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernet
yongari
2008-11-12
3
-0
/
+4090