| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r287238: | yongari | 2015-09-16 | 1 | -7/+2 |
* | MFC r263957: | yongari | 2014-04-14 | 1 | -1/+1 |
* | MFC r258779,r258780,r258787,r258822: | eadler | 2014-02-04 | 1 | -1/+1 |
* | Enable 64bit DMA addressing support for all msk(4) controllers. | yongari | 2011-11-16 | 1 | -15/+37 |
* | Add initial support for Marvell 88E8055/88E8075 Yukon Supreme. | yongari | 2011-05-23 | 1 | -0/+9 |
* | Do not touch ASF related register for controllers that do not have | yongari | 2011-05-23 | 1 | -0/+1 |
* | Add basic support for Marvell 88E8059 Yukon Optima. | yongari | 2010-04-30 | 1 | -0/+6 |
* | Disable non-ASF packet flushing on Yukon Extreme as vendor's driver | yongari | 2010-04-30 | 1 | -0/+2 |
* | Both RX_GMF_LP_THR and RX_GMF_UP_THR must be 16 bits register. If | yongari | 2010-04-30 | 1 | -2/+2 |
* | Implement Rx checksum offloading for Yukon EC, Yukon Ultra, | yongari | 2010-03-12 | 1 | -0/+1 |
* | Remove taskqueue based interrupt handling. After r204541 msk(4) | yongari | 2010-03-02 | 1 | -3/+0 |
* | Implement rudimentary interrupt moderation with programmable | yongari | 2010-03-01 | 1 | -0/+3 |
* | Allocate single MSI message. msk(4) used to allocate 2 MSI messages | yongari | 2010-02-26 | 1 | -2/+2 |
* | Don't hardcod register offset to set PCIe max read request size. | yongari | 2010-02-26 | 1 | -0/+2 |
* | Optimize inserting LE for TX checksum computation. Controller does | yongari | 2010-02-26 | 1 | -0/+1 |
* | Add preliminary Yukon Ultra 2 support(88E8057). The controller | yongari | 2009-11-07 | 1 | -0/+3 |
* | - Add support for Marvell Yukon 88E8042 device. | lulf | 2009-10-25 | 1 | -0/+1 |
* | Add DGE-560SX(Yukon XL) to the supported device list. Many thanks | yongari | 2009-09-28 | 1 | -0/+1 |
* | Add hack to pass controller specific information to phy driver. | yongari | 2009-09-28 | 1 | -1/+6 |
* | Add Yukon Extreme device ids, 88E8071 and 88E8072. | yongari | 2009-06-02 | 1 | -1/+3 |
* | Add Rx checksum offloading support for Yukon FE+ and Yukon Extreme. | yongari | 2009-06-02 | 1 | -0/+12 |
* | Add frame parser capability of Yukon FE+ and Yukon Extreme. With | yongari | 2009-06-02 | 1 | -2/+3 |
* | Add preliminary Yukon Extreme support and register definitions. | yongari | 2009-06-02 | 1 | -7/+109 |
* | Add device ids for Yukon FE+(88E8040, 88E8040T, 88E8048 and 88E8070). | yongari | 2009-05-25 | 1 | -1/+5 |
* | Add workaround for Yukon FE+ A0. This controller is known to have | yongari | 2009-05-25 | 1 | -0/+2 |
* | Add preliminary Yukon FE+ support and register definitions. | yongari | 2009-05-25 | 1 | -0/+7 |
* | Add support for newer descriptor format. This format is used on | yongari | 2009-05-25 | 1 | -0/+3 |
* | Rather than checking every chip revision, introduce more flags to | yongari | 2009-05-25 | 1 | -2/+4 |
* | Use bit definition to represent MSI and detach state instead of | yongari | 2009-05-25 | 1 | -2/+2 |
* | Use bit definition to represent link state, device suspend instead | yongari | 2009-05-25 | 1 | -2/+2 |
* | Remove link handling taskqueue and use mii callback directly. While | yongari | 2009-05-25 | 1 | -1/+0 |
* | Add hardware MAC statistics support. Also added some reserved | yongari | 2009-01-16 | 1 | -0/+55 |
* | Remove local jumbo locator and switch to UMA backed page allocator | yongari | 2009-01-14 | 1 | -27/+1 |
* | Add another hardware bug workaround for Yukon II controllers that | yongari | 2008-09-25 | 1 | -0/+4 |
* | Workaround GMAC hardware hang of Yukon II on the receipt of pause | yongari | 2008-02-29 | 1 | -0/+1 |
* | Bring in support for: Marvell Yukon 8039 | remko | 2007-12-05 | 1 | -0/+1 |
* | Add device id for 88E8058(Yukon EC Ultra) which is found on 3rd | yongari | 2007-11-20 | 1 | -0/+1 |
* | Make phy respond only at address 0. This makes phy driver attached | yongari | 2007-11-20 | 1 | -1/+0 |
* | Drop maintaing hardware feature(bug) lists for Yukon II. We don't have | yongari | 2007-11-20 | 1 | -30/+0 |
* | Various fixes for EC Ultra. | yongari | 2007-11-20 | 1 | -3/+6 |
* | The maximum size of the sum of all segment lengths in a given DMA mapping | yongari | 2007-06-12 | 1 | -1/+1 |
* | Increase a maximum segment size of DMA to 4096. Previously it used | yongari | 2007-06-11 | 1 | -0/+2 |
* | Work around GMAC hardware hang bug. | yongari | 2007-04-25 | 1 | -1/+0 |
* | Piggyback watchdog timer handling with msk_tick which is called every | yongari | 2006-12-29 | 1 | -1/+1 |
* | Fix MSI support. Now it correctly allocates SYS_RES_IRQ resources | yongari | 2006-12-29 | 1 | -2/+4 |
* | Add msk(4), a driver for Marvell/SysKonnect Yukon II Gigabit Ethernet | yongari | 2006-12-13 | 1 | -0/+2396 |