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
*
MFC r295735:
yongari
2017-01-18
1
-1
/
+1
*
MFC r272721:
yongari
2014-10-21
2
-14
/
+3
*
MFC r260429:
yongari
2014-04-14
1
-0
/
+1
*
MFC r263957:
yongari
2014-04-14
1
-1
/
+1
*
Make sure to stop both TX and RX MACs in ale_stop_mac(). Previously
yongari
2012-12-17
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Remove duplicate const specifiers in many drivers (I hope I got all of
dim
2012-11-05
1
-1
/
+1
*
Fix typo. Check against number of allocated MSI-X vectors.
yongari
2012-10-08
1
-1
/
+1
*
- Const'ify the device lookup-table.
marius
2012-04-04
1
-10
/
+8
*
Do not report current link status if driver is not running.
yongari
2012-03-30
1
-0
/
+4
*
Remove task queue based link state change handler. Driver no longer
yongari
2012-03-30
2
-59
/
+39
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
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
-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