| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r295735: | Pyun YongHyeon | 2017-01-18 | 1 | -1/+1 |
| * | MFC r287238: | Pyun YongHyeon | 2015-09-16 | 1 | -7/+2 |
| * | MFC r263957: | Pyun YongHyeon | 2014-04-14 | 1 | -1/+1 |
| * | MFC r261577: | Pyun YongHyeon | 2014-02-26 | 1 | -3/+0 |
| * | MFC r258779,r258780,r258787,r258822: | Eitan Adler | 2014-02-04 | 1 | -1/+1 |
| * | MFC r257490: | Pyun YongHyeon | 2013-11-05 | 1 | -3/+3 |
| * | - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method sees | Marius Strobl | 2013-05-30 | 1 | -7/+16 |
| * | - Correct mispellings of the word occurrence | Gabor Kovesdan | 2013-04-17 | 1 | -1/+1 |
| * | RX checksum offloading on old Yukon controllers seem to cause more | Pyun YongHyeon | 2013-02-27 | 1 | -0/+6 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-04 | 1 | -4/+4 |
| * | For Yukon II controllers that implement optional temperature sensor | Pyun YongHyeon | 2012-04-25 | 1 | -0/+3 |
| * | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | Kevin Lo | 2012-01-07 | 1 | -1/+0 |
| * | Increase wait time for OP_TCPSTART command processing. It seems | Pyun YongHyeon | 2011-12-19 | 1 | -2/+2 |
| * | - There's no need to overwrite the default device method with the default | Marius Strobl | 2011-11-22 | 1 | -10/+2 |
| * | Enable 64bit DMA addressing support for all msk(4) controllers. | Pyun YongHyeon | 2011-11-16 | 2 | -67/+177 |
| * | Close a race where SIOCGIFMEDIA ioctl get inconsistent link status. | Pyun YongHyeon | 2011-10-17 | 1 | -1/+1 |
| * | Correctly check MAC running status before disabling TX/RX MACs. | Pyun YongHyeon | 2011-05-31 | 1 | -1/+1 |
| * | style(9) | Pyun YongHyeon | 2011-05-24 | 1 | -16/+17 |
| * | When MTU is changed, check whether driver should be reinitialized or | Pyun YongHyeon | 2011-05-23 | 1 | -1/+4 |
| * | Add initial support for Marvell 88E8055/88E8075 Yukon Supreme. | Pyun YongHyeon | 2011-05-23 | 2 | -4/+28 |
| * | Do not touch ASF related register for controllers that do not have | Pyun YongHyeon | 2011-05-23 | 2 | -17/+25 |
| * | Make sure to enable all clocks before accessing registers. | Pyun YongHyeon | 2011-05-23 | 1 | -31/+23 |
| * | Do not configure RAM registers for controllers that do not have | Pyun YongHyeon | 2011-05-23 | 1 | -2/+8 |
| * | Rework store and forward configuration of TX MAC FIFO. Basically it | Pyun YongHyeon | 2011-05-23 | 1 | -23/+10 |
| * | Do not blindly clear entire GPHY control register. It seems some | Pyun YongHyeon | 2011-05-23 | 1 | -2/+2 |
| * | When msk_detach() is called from msk_attach(), ifp may be | Gleb Smirnoff | 2011-04-25 | 1 | -1/+2 |
| * | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | John Baldwin | 2011-03-23 | 1 | -2/+2 |
| * | Introduce signed and unsigned version of CTLTYPE_QUAD, renaming | Matthew D Fleming | 2011-01-19 | 1 | -3/+3 |
| * | Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. | Matthew D Fleming | 2011-01-19 | 1 | -1/+1 |
| * | Fix endianness bug introduced in r205091. | Pyun YongHyeon | 2010-12-31 | 1 | -1/+1 |
| * | o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control | Marius Strobl | 2010-11-14 | 1 | -5/+7 |
| * | Fix typos. | Rebecca Cran | 2010-11-09 | 1 | -9/+9 |
| * | Convert the PHY drivers to honor the mii_flags passed down and convert | Marius Strobl | 2010-10-15 | 1 | -11/+10 |
| * | Catch up to rename of the constant for the Master Data Parity Error bit in | John Baldwin | 2010-09-09 | 1 | -2/+2 |
| * | When VLAN hardware tagging is disabled, make sure to disable VLAN | Pyun YongHyeon | 2010-05-04 | 1 | -1/+2 |
| * | Make sure to check whether driver is running before processing | Pyun YongHyeon | 2010-05-04 | 1 | -9/+6 |
| * | Drop driver lock before exiting from interrupt handler. | Pyun YongHyeon | 2010-05-04 | 1 | -0/+1 |
| * | Add basic support for Marvell 88E8059 Yukon Optima. | Pyun YongHyeon | 2010-04-30 | 2 | -3/+23 |
| * | Disable non-ASF packet flushing on Yukon Extreme as vendor's driver | Pyun YongHyeon | 2010-04-30 | 2 | -0/+7 |
| * | Both RX_GMF_LP_THR and RX_GMF_UP_THR must be 16 bits register. If | Pyun YongHyeon | 2010-04-30 | 2 | -4/+4 |
| * | With r206844, CSUM_TCP is also set for CSUM_TSO case. Modify | Pyun YongHyeon | 2010-04-19 | 1 | -24/+24 |
| * | Partial revert r204545. | Pyun YongHyeon | 2010-04-07 | 1 | -1/+4 |
| * | It seems PCI_OUR_REG_[1-5] registers are not mapped on PCI | Pyun YongHyeon | 2010-03-14 | 1 | -10/+10 |
| * | Implement Rx checksum offloading for Yukon EC, Yukon Ultra, | Pyun YongHyeon | 2010-03-12 | 2 | -47/+204 |
| * | Remove taskqueue based interrupt handling. After r204541 msk(4) | Pyun YongHyeon | 2010-03-02 | 2 | -155/+26 |
| * | Implement rudimentary interrupt moderation with programmable | Pyun YongHyeon | 2010-03-01 | 2 | -20/+23 |
| * | Make sure to enable flow-control only if established link is | Pyun YongHyeon | 2010-03-01 | 1 | -14/+11 |
| * | Properly sync status LEs after processing. | Pyun YongHyeon | 2010-03-01 | 1 | -9/+2 |
| * | Remove trailing white spaces. | Pyun YongHyeon | 2010-02-26 | 1 | -4/+4 |
| * | Allocate single MSI message. msk(4) used to allocate 2 MSI messages | Pyun YongHyeon | 2010-02-26 | 2 | -46/+15 |