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
/
age
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r263957:
yongari
2014-04-14
1
-1
/
+1
*
Be sure to actually decrement the "count" parameter for each processed
markj
2013-06-17
1
-1
/
+1
*
Rework jumbo frame handling. QAC confirmed that the controller
yongari
2013-02-05
2
-44
/
+87
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
TSO engine of L1 requires a separate DMA descriptor for TCP
yongari
2012-10-30
1
-32
/
+49
*
Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.
yongari
2011-10-17
1
-1
/
+1
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-4
/
+2
*
Partially revert r184106. RX buffer ring also needs bus_dmamap_sync().
yongari
2011-04-01
1
-2
/
+5
*
64bit DMA caused data corruption. Unfortunately there is no known
yongari
2011-04-01
1
-1
/
+4
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-4
/
+4
*
Forgot to remove unlock of the driver lock from age_start_locked() when
jhb
2011-01-13
1
-2
/
+0
*
Add a 'locked' variant of the foo_start() routine and call it directly
jhb
2011-01-03
2
-16
/
+13
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-7
/
+5
*
Make sure to not use stale ip/tcp header pointers. The ip/tcp
yongari
2010-10-14
1
-0
/
+1
*
Remove unnecessary controller reinitialization.
yongari
2010-08-24
1
-1
/
+9
*
With r206844, CSUM_TCP is also set for CSUM_TSO case. Modify
yongari
2010-04-19
1
-15
/
+13
*
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
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
pci(4) handles PCIM_CMD_INTxDIS so there is no need to poke this
yongari
2009-05-20
1
-12
/
+0
*
o Don't access VPD even if hardware advertised the capability.
yongari
2009-03-28
2
-134
/
+101
*
Fix inversed logic. pci_find_extcap() returns 0 when it finds
yongari
2009-03-23
1
-1
/
+1
*
Remove informational messages left. These messages were intended to
yongari
2008-11-07
1
-7
/
+7
*
Remove unused age_txdq
kevlo
2008-10-21
1
-2
/
+0
*
No need to sync descriptors twice in age_rxintr()
kevlo
2008-10-21
1
-6
/
+0
*
Fix a typo: jme -> age
kevlo
2008-08-14
1
-1
/
+1
*
Use DELAY() instead of pause if waiting time is less than 1ms.
yongari
2008-07-18
1
-2
/
+2
*
Fix typo in comment.
rpaulo
2008-06-08
1
-1
/
+1
*
Add age(4), a driver for Attansic/Atheros L1 gigabit ethernet
yongari
2008-05-19
3
-0
/
+4284