aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp/if_fxp.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r216111:Pyun YongHyeon2010-12-071-4/+6
* MFC: r215906Marius Strobl2010-11-281-33/+72
* MFC: r215768Marius Strobl2010-11-261-24/+12
* MFC: r213893, r213908, r214566, r214605, r214846Marius Strobl2010-11-071-4/+8
* MFC r214302:Pyun YongHyeon2010-11-031-3/+12
* MFC r213844:Pyun YongHyeon2010-10-241-0/+2
* MFC r208084:Pyun YongHyeon2010-05-191-2/+7
* MFC r208081,208083:Pyun YongHyeon2010-05-191-3/+3
* MFC r207832:Pyun YongHyeon2010-05-171-78/+209
* MFC r207750:Pyun YongHyeon2010-05-171-4/+13
* MFC r207748:Pyun YongHyeon2010-05-121-1/+1
* MFC r206876:Pyun YongHyeon2010-04-261-54/+52
* MFC r197586:Pyun YongHyeon2009-11-041-2/+5
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* For ICH based fxp(4) controllers treat them as 82559 compatibles.Pyun YongHyeon2009-06-211-69/+85
* Overhaul fxp(4) multicast filter programming. fxp(4) hardwares doPyun YongHyeon2009-06-211-132/+37
* Always check fxp(4) is running, see if it can accept frames fromPyun YongHyeon2009-06-211-3/+10
* Don't blindly enable Rx lock-up workaround. Newer chips do not needPyun YongHyeon2009-06-211-1/+8
* Due to possible PCI bus lock-up issues fxp(4) didn't perform fullPyun YongHyeon2009-06-211-1/+5
* Introduce Rx mbuf dma tag and use it in Rx path. Previously it usedPyun YongHyeon2009-06-211-43/+71
* Controller will dma SCB command status for a given command andPyun YongHyeon2009-06-101-13/+14
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-7/+14
* Don't blindly set IP packet length from interface MTU in TSO case.Pyun YongHyeon2009-04-131-1/+2
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* writereg returns an int.Warner Losh2009-02-051-2/+3
* Always check whether dma map is valid before unloading the map.Pyun YongHyeon2009-01-081-1/+2
* It seems that we don't need to reserve a TBD to set total TCPPyun YongHyeon2008-12-181-4/+4
* mutex.h is needed here. It got it by namespace pollution.Pyun YongHyeon2008-12-081-0/+2
* Add VLAN hardware tag insertion/stripping support. Tx/Rx checksumPyun YongHyeon2008-12-021-1/+27
* Make sure to clear PMDR register by writing back power managementPyun YongHyeon2008-12-021-5/+4
* Add basic WOL support for 82550/82551/82558 and 82559 basedPyun YongHyeon2008-11-271-11/+77
* Implement TSO for 82550/82551 controllers.Pyun YongHyeon2008-11-261-13/+111
* Implement Rx checksum offload for 82559 or later controllers.Pyun YongHyeon2008-11-261-28/+109
* o Introduce a new function, fxp_new_rfabuf which allocates a newPyun YongHyeon2008-11-261-27/+69
* Simplify Tx checksum offload configuration. Also clear CSUM_IP ifPyun YongHyeon2008-11-251-8/+5
* - Allow fxp_encap() enqueue failed transmissions and setPyun YongHyeon2008-11-251-70/+70
* Move unarming watchdog timer and pending multicast configurationPyun YongHyeon2008-11-251-5/+5
* Fix Tx/Rx checksum offload ioctl handling and make Rx handler honorPyun YongHyeon2008-11-251-9/+26
* Make fxp(4) build with FXP_IP_CSUM_WAR.Pyun YongHyeon2008-11-251-2/+2
* Sort head files and removed ununsed header file.Pyun YongHyeon2008-11-251-13/+9
* Whitespace fix.Pyun YongHyeon2008-11-251-17/+17
* Reuse the mbuf that was just retrieved from the receive ring if mbufQing Li2008-03-221-8/+17
* Remove the volatile qualifier to apply to fxp_miibus_readreg().Kevin Lo2007-05-301-2/+2
* Add support for the 82562GX chip within if_fxp.Remko Lodder2007-03-281-0/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-15/+16
* Grammar nit.Ruslan Ermilov2006-12-011-1/+1
* - Instead of if_watchdog/if_timer interface use our own timerGleb Smirnoff2006-11-301-13/+18
* Added yet another extra fxp(4) PCI ID.Rink Springer2006-11-141-0/+1
* Added PCI ID's for:Rink Springer2006-11-061-0/+2