summaryrefslogtreecommitdiff
path: root/sys/dev/fxp
Commit message (Expand)AuthorAgeFilesLines
* Merge r254306:Scott Long2013-08-151-1/+1
* MFC r251600:Pyun YongHyeon2013-06-171-6/+20
* MFC: r243857 (partial)Marius Strobl2013-03-091-3/+3
* MFC r242625:Dimitry Andric2012-11-121-3/+3
* MFC: r235255Marius Strobl2012-05-141-3/+4
* MFC r233585-233587:Pyun YongHyeon2012-04-113-35/+81
* MFC r232951,232953,233158:Pyun YongHyeon2012-03-261-13/+15
* MFC r228716:Pyun YongHyeon2012-01-091-1/+1
* MFC: r226154, r226165Marius Strobl2011-11-062-0/+237
* Enable CPUSaver D102 E-step microcode loading for 82551 revisionPyun YongHyeon2011-06-271-0/+2
* Disable microcode loading for 82550 and 82550C controllers. LoadingPyun YongHyeon2011-06-271-0/+4
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-5/+3
* Normally fxp(4) does not receive bad frames but promiscuous modePyun YongHyeon2011-03-281-2/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-3/+3
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-02-261-4/+4
* Fix a regression introduced in r215906. The change made in r215906Pyun YongHyeon2011-02-151-1/+3
* If RX lockup workaround is enabled, fxp(4) will periodically resetPyun YongHyeon2010-12-021-4/+6
* Fix and implement missing parts of flow control support. This also removesMarius Strobl2010-11-263-35/+74
* - Sprinkle const on tables.Marius Strobl2010-11-232-26/+14
* Add TSO support over VLAN for i82550/i82551. Controller requiresPyun YongHyeon2010-10-241-3/+12
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-4/+8
* Make sure to not use stale ip/tcp header pointers. The ip/tcpPyun YongHyeon2010-10-141-0/+2
* If controller received bad frames make sure to update newly addedPyun YongHyeon2010-05-141-2/+7
* Dont' allow dma map load deferring. fxp(4) is not able to handlePyun YongHyeon2010-05-141-1/+1
* Controller updates RFA via DMA so driver needs synchronization.Pyun YongHyeon2010-05-141-2/+2
* Export hardware MAC statistics through sysctl node. PreviouslyPyun YongHyeon2010-05-093-78/+242
* 8255x configure command requires number of bytes of configurationPyun YongHyeon2010-05-071-4/+13
* It seems controller has two types of promiscuous control, one forPyun YongHyeon2010-05-071-1/+1
* With r206844, CSUM_TCP is also set for CSUM_TSO case. ModifyPyun YongHyeon2010-04-191-54/+52
* It seems some 82559ER controllers do not support Rx checksumPyun YongHyeon2009-09-281-2/+5
* Revert previous commit and add myself to the list of people who shouldPoul-Henning Kamp2009-09-081-1/+0
* Add necessary include.Poul-Henning Kamp2009-09-081-0/+1
* 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-212-69/+93
* Overhaul fxp(4) multicast filter programming. fxp(4) hardwares doPyun YongHyeon2009-06-212-134/+38
* 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-212-1/+9
* 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-212-44/+73
* 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-022-2/+29
* 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-273-11/+80