summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp/if_fxp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression introduced in r215906. The change made in r215906yongari2011-02-151-1/+3
* If RX lockup workaround is enabled, fxp(4) will periodically resetyongari2010-12-021-4/+6
* Fix and implement missing parts of flow control support. This also removesmarius2010-11-261-33/+72
* - Sprinkle const on tables.marius2010-11-231-24/+12
* Add TSO support over VLAN for i82550/i82551. Controller requiresyongari2010-10-241-3/+12
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-4/+8
* Make sure to not use stale ip/tcp header pointers. The ip/tcpyongari2010-10-141-0/+2
* If controller received bad frames make sure to update newly addedyongari2010-05-141-2/+7
* Dont' allow dma map load deferring. fxp(4) is not able to handleyongari2010-05-141-1/+1
* Controller updates RFA via DMA so driver needs synchronization.yongari2010-05-141-2/+2
* Export hardware MAC statistics through sysctl node. Previouslyyongari2010-05-091-78/+209
* 8255x configure command requires number of bytes of configurationyongari2010-05-071-4/+13
* It seems controller has two types of promiscuous control, one foryongari2010-05-071-1/+1
* With r206844, CSUM_TCP is also set for CSUM_TSO case. Modifyyongari2010-04-191-54/+52
* It seems some 82559ER controllers do not support Rx checksumyongari2009-09-281-2/+5
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+0
* Add necessary include.phk2009-09-081-0/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* For ICH based fxp(4) controllers treat them as 82559 compatibles.yongari2009-06-211-69/+85
* Overhaul fxp(4) multicast filter programming. fxp(4) hardwares doyongari2009-06-211-132/+37
* Always check fxp(4) is running, see if it can accept frames fromyongari2009-06-211-3/+10
* Don't blindly enable Rx lock-up workaround. Newer chips do not needyongari2009-06-211-1/+8
* Due to possible PCI bus lock-up issues fxp(4) didn't perform fullyongari2009-06-211-1/+5
* Introduce Rx mbuf dma tag and use it in Rx path. Previously it usedyongari2009-06-211-43/+71
* Controller will dma SCB command status for a given command andyongari2009-06-101-13/+14
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-7/+14
* Don't blindly set IP packet length from interface MTU in TSO case.yongari2009-04-131-1/+2
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* writereg returns an int.imp2009-02-051-2/+3
* Always check whether dma map is valid before unloading the map.yongari2009-01-081-1/+2
* It seems that we don't need to reserve a TBD to set total TCPyongari2008-12-181-4/+4
* mutex.h is needed here. It got it by namespace pollution.yongari2008-12-081-0/+2
* Add VLAN hardware tag insertion/stripping support. Tx/Rx checksumyongari2008-12-021-1/+27
* Make sure to clear PMDR register by writing back power managementyongari2008-12-021-5/+4
* Add basic WOL support for 82550/82551/82558 and 82559 basedyongari2008-11-271-11/+77
* Implement TSO for 82550/82551 controllers.yongari2008-11-261-13/+111
* Implement Rx checksum offload for 82559 or later controllers.yongari2008-11-261-28/+109
* o Introduce a new function, fxp_new_rfabuf which allocates a newyongari2008-11-261-27/+69
* Simplify Tx checksum offload configuration. Also clear CSUM_IP ifyongari2008-11-251-8/+5
* - Allow fxp_encap() enqueue failed transmissions and setyongari2008-11-251-70/+70
* Move unarming watchdog timer and pending multicast configurationyongari2008-11-251-5/+5
* Fix Tx/Rx checksum offload ioctl handling and make Rx handler honoryongari2008-11-251-9/+26
* Make fxp(4) build with FXP_IP_CSUM_WAR.yongari2008-11-251-2/+2
* Sort head files and removed ununsed header file.yongari2008-11-251-13/+9
* Whitespace fix.yongari2008-11-251-17/+17
* Reuse the mbuf that was just retrieved from the receive ring if mbufqingli2008-03-221-8/+17
* Remove the volatile qualifier to apply to fxp_miibus_readreg().kevlo2007-05-301-2/+2
* Add support for the 82562GX chip within if_fxp.remko2007-03-281-0/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-15/+16
OpenPOWER on IntegriCloud