aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/msk
Commit message (Expand)AuthorAgeFilesLines
* - Correct mispellings of the word occurrenceGabor Kovesdan2013-04-171-1/+1
* RX checksum offloading on old Yukon controllers seem to cause morePyun YongHyeon2013-02-271-0/+6
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-4/+4
* For Yukon II controllers that implement optional temperature sensorPyun YongHyeon2012-04-251-0/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Increase wait time for OP_TCPSTART command processing. It seemsPyun YongHyeon2011-12-191-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-10/+2
* Enable 64bit DMA addressing support for all msk(4) controllers.Pyun YongHyeon2011-11-162-67/+177
* Close a race where SIOCGIFMEDIA ioctl get inconsistent link status.Pyun YongHyeon2011-10-171-1/+1
* Correctly check MAC running status before disabling TX/RX MACs.Pyun YongHyeon2011-05-311-1/+1
* style(9)Pyun YongHyeon2011-05-241-16/+17
* When MTU is changed, check whether driver should be reinitialized orPyun YongHyeon2011-05-231-1/+4
* Add initial support for Marvell 88E8055/88E8075 Yukon Supreme.Pyun YongHyeon2011-05-232-4/+28
* Do not touch ASF related register for controllers that do not havePyun YongHyeon2011-05-232-17/+25
* Make sure to enable all clocks before accessing registers.Pyun YongHyeon2011-05-231-31/+23
* Do not configure RAM registers for controllers that do not havePyun YongHyeon2011-05-231-2/+8
* Rework store and forward configuration of TX MAC FIFO. Basically itPyun YongHyeon2011-05-231-23/+10
* Do not blindly clear entire GPHY control register. It seems somePyun YongHyeon2011-05-231-2/+2
* When msk_detach() is called from msk_attach(), ifp may beGleb Smirnoff2011-04-251-1/+2
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin2011-03-231-2/+2
* Introduce signed and unsigned version of CTLTYPE_QUAD, renamingMatthew D Fleming2011-01-191-3/+3
* Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.Matthew D Fleming2011-01-191-1/+1
* Fix endianness bug introduced in r205091.Pyun YongHyeon2010-12-311-1/+1
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-5/+7
* Fix typos.Rebecca Cran2010-11-091-9/+9
* Convert the PHY drivers to honor the mii_flags passed down and convertMarius Strobl2010-10-151-11/+10
* Catch up to rename of the constant for the Master Data Parity Error bit inJohn Baldwin2010-09-091-2/+2
* When VLAN hardware tagging is disabled, make sure to disable VLANPyun YongHyeon2010-05-041-1/+2
* Make sure to check whether driver is running before processingPyun YongHyeon2010-05-041-9/+6
* Drop driver lock before exiting from interrupt handler.Pyun YongHyeon2010-05-041-0/+1
* Add basic support for Marvell 88E8059 Yukon Optima.Pyun YongHyeon2010-04-302-3/+23
* Disable non-ASF packet flushing on Yukon Extreme as vendor's driverPyun YongHyeon2010-04-302-0/+7
* Both RX_GMF_LP_THR and RX_GMF_UP_THR must be 16 bits register. IfPyun YongHyeon2010-04-302-4/+4
* With r206844, CSUM_TCP is also set for CSUM_TSO case. ModifyPyun YongHyeon2010-04-191-24/+24
* Partial revert r204545.Pyun YongHyeon2010-04-071-1/+4
* It seems PCI_OUR_REG_[1-5] registers are not mapped on PCIPyun YongHyeon2010-03-141-10/+10
* Implement Rx checksum offloading for Yukon EC, Yukon Ultra,Pyun YongHyeon2010-03-122-47/+204
* Remove taskqueue based interrupt handling. After r204541 msk(4)Pyun YongHyeon2010-03-022-155/+26
* Implement rudimentary interrupt moderation with programmablePyun YongHyeon2010-03-012-20/+23
* Make sure to enable flow-control only if established link isPyun YongHyeon2010-03-011-14/+11
* Properly sync status LEs after processing.Pyun YongHyeon2010-03-011-9/+2
* Remove trailing white spaces.Pyun YongHyeon2010-02-261-4/+4
* Allocate single MSI message. msk(4) used to allocate 2 MSI messagesPyun YongHyeon2010-02-262-46/+15
* Don't hardcod register offset to set PCIe max read request size.Pyun YongHyeon2010-02-262-29/+20
* Optimize inserting LE for TX checksum computation. Controller doesPyun YongHyeon2010-02-262-10/+17
* Add TSO support on VLANs. Controller requires VLAN hardware taggingPyun YongHyeon2010-02-261-6/+11
* Reuse the configured LE for VLAN if new LE was created for TSO.Pyun YongHyeon2010-02-261-1/+1
* Correct inversed programming of ethernet hardware address onPyun YongHyeon2010-02-201-10/+16
* Yukon Ultra2 has 126MHz clock.Pyun YongHyeon2010-01-221-1/+1
* s/Mhz/MHz/gPyun YongHyeon2010-01-221-8/+8