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
/
fxp
Commit message (
Expand
)
Author
Age
Files
Lines
*
If RX lockup workaround is enabled, fxp(4) will periodically reset
yongari
2010-12-02
1
-4
/
+6
*
Fix and implement missing parts of flow control support. This also removes
marius
2010-11-26
3
-35
/
+74
*
- Sprinkle const on tables.
marius
2010-11-23
2
-26
/
+14
*
Add TSO support over VLAN for i82550/i82551. Controller requires
yongari
2010-10-24
1
-3
/
+12
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
1
-4
/
+8
*
Make sure to not use stale ip/tcp header pointers. The ip/tcp
yongari
2010-10-14
1
-0
/
+2
*
If controller received bad frames make sure to update newly added
yongari
2010-05-14
1
-2
/
+7
*
Dont' allow dma map load deferring. fxp(4) is not able to handle
yongari
2010-05-14
1
-1
/
+1
*
Controller updates RFA via DMA so driver needs synchronization.
yongari
2010-05-14
1
-2
/
+2
*
Export hardware MAC statistics through sysctl node. Previously
yongari
2010-05-09
3
-78
/
+242
*
8255x configure command requires number of bytes of configuration
yongari
2010-05-07
1
-4
/
+13
*
It seems controller has two types of promiscuous control, one for
yongari
2010-05-07
1
-1
/
+1
*
With r206844, CSUM_TCP is also set for CSUM_TSO case. Modify
yongari
2010-04-19
1
-54
/
+52
*
It seems some 82559ER controllers do not support Rx checksum
yongari
2009-09-28
1
-2
/
+5
*
Revert previous commit and add myself to the list of people who should
phk
2009-09-08
1
-1
/
+0
*
Add necessary include.
phk
2009-09-08
1
-0
/
+1
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
For ICH based fxp(4) controllers treat them as 82559 compatibles.
yongari
2009-06-21
2
-69
/
+93
*
Overhaul fxp(4) multicast filter programming. fxp(4) hardwares do
yongari
2009-06-21
2
-134
/
+38
*
Always check fxp(4) is running, see if it can accept frames from
yongari
2009-06-21
1
-3
/
+10
*
Don't blindly enable Rx lock-up workaround. Newer chips do not need
yongari
2009-06-21
2
-1
/
+9
*
Due to possible PCI bus lock-up issues fxp(4) didn't perform full
yongari
2009-06-21
1
-1
/
+5
*
Introduce Rx mbuf dma tag and use it in Rx path. Previously it used
yongari
2009-06-21
2
-44
/
+73
*
Controller will dma SCB command status for a given command and
yongari
2009-06-10
1
-13
/
+14
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-7
/
+14
*
Don't blindly set IP packet length from interface MTU in TSO case.
yongari
2009-04-13
1
-1
/
+2
*
remove now-redunant cardbus attachment.
imp
2009-03-09
1
-1
/
+0
*
writereg returns an int.
imp
2009-02-05
1
-2
/
+3
*
Always check whether dma map is valid before unloading the map.
yongari
2009-01-08
1
-1
/
+2
*
It seems that we don't need to reserve a TBD to set total TCP
yongari
2008-12-18
1
-4
/
+4
*
mutex.h is needed here. It got it by namespace pollution.
yongari
2008-12-08
1
-0
/
+2
*
Add VLAN hardware tag insertion/stripping support. Tx/Rx checksum
yongari
2008-12-02
2
-2
/
+29
*
Make sure to clear PMDR register by writing back power management
yongari
2008-12-02
1
-5
/
+4
*
Add basic WOL support for 82550/82551/82558 and 82559 based
yongari
2008-11-27
3
-11
/
+80
*
Implement TSO for 82550/82551 controllers.
yongari
2008-11-26
3
-14
/
+118
*
Implement Rx checksum offload for 82559 or later controllers.
yongari
2008-11-26
2
-28
/
+110
*
o Introduce a new function, fxp_new_rfabuf which allocates a new
yongari
2008-11-26
1
-27
/
+69
*
Simplify Tx checksum offload configuration. Also clear CSUM_IP if
yongari
2008-11-25
1
-8
/
+5
*
- Allow fxp_encap() enqueue failed transmissions and set
yongari
2008-11-25
2
-70
/
+71
*
Move unarming watchdog timer and pending multicast configuration
yongari
2008-11-25
1
-5
/
+5
*
Fix Tx/Rx checksum offload ioctl handling and make Rx handler honor
yongari
2008-11-25
1
-9
/
+26
*
Make fxp(4) build with FXP_IP_CSUM_WAR.
yongari
2008-11-25
1
-2
/
+2
*
Sort head files and removed ununsed header file.
yongari
2008-11-25
1
-13
/
+9
*
Whitespace fix.
yongari
2008-11-25
3
-25
/
+25
*
Reuse the mbuf that was just retrieved from the receive ring if mbuf
qingli
2008-03-22
1
-8
/
+17
*
Remove the volatile qualifier to apply to fxp_miibus_readreg().
kevlo
2007-05-30
1
-2
/
+2
*
Add support for the 82562GX chip within if_fxp.
remko
2007-03-28
1
-0
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
1
-15
/
+16
*
Grammar nit.
ru
2006-12-01
1
-1
/
+1
[next]