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
/
if_fxp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-69
/
+85
*
Overhaul fxp(4) multicast filter programming. fxp(4) hardwares do
yongari
2009-06-21
1
-132
/
+37
*
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
1
-1
/
+8
*
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
1
-43
/
+71
*
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
1
-1
/
+27
*
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
1
-11
/
+77
*
Implement TSO for 82550/82551 controllers.
yongari
2008-11-26
1
-13
/
+111
*
Implement Rx checksum offload for 82559 or later controllers.
yongari
2008-11-26
1
-28
/
+109
*
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
1
-70
/
+70
*
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
1
-17
/
+17
*
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
*
- Instead of if_watchdog/if_timer interface use our own timer
glebius
2006-11-30
1
-13
/
+18
*
Added yet another extra fxp(4) PCI ID.
rink
2006-11-14
1
-0
/
+1
*
Added PCI ID's for:
rink
2006-11-06
1
-0
/
+2
*
fix fxp so that it will reset the link when you change the speed... This
jmg
2006-10-06
1
-0
/
+5
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Whitespace fix
matteo
2006-04-14
1
-1
/
+1
*
Add device ID for Intel Pro/100 VE Network Connection card
matteo
2006-04-14
1
-0
/
+1
*
Do not touch ifp->if_baudrate in miibus aware drivers.
glebius
2006-02-14
1
-1
/
+0
*
Check for 10BaseT media correctly. Before we were confusing
imp
2006-01-04
1
-1
/
+2
*
Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1XP laptops.
mux
2005-12-12
1
-0
/
+1
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
Catch up with IFP2ENADDR() type change (array -> pointer).
ru
2005-11-11
1
-2
/
+1
*
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
glebius
2005-10-05
1
-0
/
+4
[next]