| Commit message (Expand) | Author | Age | Files | Lines |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | Increase wait time for OP_TCPSTART command processing. It seems | yongari | 2011-12-19 | 1 | -2/+2 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -10/+2 |
* | Enable 64bit DMA addressing support for all msk(4) controllers. | yongari | 2011-11-16 | 1 | -52/+140 |
* | Close a race where SIOCGIFMEDIA ioctl get inconsistent link status. | yongari | 2011-10-17 | 1 | -1/+1 |
* | Correctly check MAC running status before disabling TX/RX MACs. | yongari | 2011-05-31 | 1 | -1/+1 |
* | style(9) | yongari | 2011-05-24 | 1 | -16/+17 |
* | When MTU is changed, check whether driver should be reinitialized or | yongari | 2011-05-23 | 1 | -1/+4 |
* | Add initial support for Marvell 88E8055/88E8075 Yukon Supreme. | yongari | 2011-05-23 | 1 | -4/+19 |
* | Do not touch ASF related register for controllers that do not have | yongari | 2011-05-23 | 1 | -17/+24 |
* | Make sure to enable all clocks before accessing registers. | yongari | 2011-05-23 | 1 | -31/+23 |
* | Do not configure RAM registers for controllers that do not have | yongari | 2011-05-23 | 1 | -2/+8 |
* | Rework store and forward configuration of TX MAC FIFO. Basically it | yongari | 2011-05-23 | 1 | -23/+10 |
* | Do not blindly clear entire GPHY control register. It seems some | yongari | 2011-05-23 | 1 | -2/+2 |
* | When msk_detach() is called from msk_attach(), ifp may be | glebius | 2011-04-25 | 1 | -1/+2 |
* | Do a sweep of the tree replacing calls to pci_find_extcap() with calls to | jhb | 2011-03-23 | 1 | -2/+2 |
* | Introduce signed and unsigned version of CTLTYPE_QUAD, renaming | mdf | 2011-01-19 | 1 | -3/+3 |
* | Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. | mdf | 2011-01-19 | 1 | -1/+1 |
* | Fix endianness bug introduced in r205091. | yongari | 2010-12-31 | 1 | -1/+1 |
* | o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control | marius | 2010-11-14 | 1 | -5/+7 |
* | Fix typos. | brucec | 2010-11-09 | 1 | -9/+9 |
* | Convert the PHY drivers to honor the mii_flags passed down and convert | marius | 2010-10-15 | 1 | -11/+10 |
* | Catch up to rename of the constant for the Master Data Parity Error bit in | jhb | 2010-09-09 | 1 | -2/+2 |
* | When VLAN hardware tagging is disabled, make sure to disable VLAN | yongari | 2010-05-04 | 1 | -1/+2 |
* | Make sure to check whether driver is running before processing | yongari | 2010-05-04 | 1 | -9/+6 |
* | Drop driver lock before exiting from interrupt handler. | yongari | 2010-05-04 | 1 | -0/+1 |
* | Add basic support for Marvell 88E8059 Yukon Optima. | yongari | 2010-04-30 | 1 | -3/+17 |
* | Disable non-ASF packet flushing on Yukon Extreme as vendor's driver | yongari | 2010-04-30 | 1 | -0/+5 |
* | Both RX_GMF_LP_THR and RX_GMF_UP_THR must be 16 bits register. If | yongari | 2010-04-30 | 1 | -2/+2 |
* | With r206844, CSUM_TCP is also set for CSUM_TSO case. Modify | yongari | 2010-04-19 | 1 | -24/+24 |
* | Partial revert r204545. | yongari | 2010-04-07 | 1 | -1/+4 |
* | It seems PCI_OUR_REG_[1-5] registers are not mapped on PCI | yongari | 2010-03-14 | 1 | -10/+10 |
* | Implement Rx checksum offloading for Yukon EC, Yukon Ultra, | yongari | 2010-03-12 | 1 | -47/+203 |
* | Remove taskqueue based interrupt handling. After r204541 msk(4) | yongari | 2010-03-02 | 1 | -152/+26 |
* | Implement rudimentary interrupt moderation with programmable | yongari | 2010-03-01 | 1 | -20/+20 |
* | Make sure to enable flow-control only if established link is | yongari | 2010-03-01 | 1 | -14/+11 |
* | Properly sync status LEs after processing. | yongari | 2010-03-01 | 1 | -9/+2 |
* | Remove trailing white spaces. | yongari | 2010-02-26 | 1 | -4/+4 |
* | Allocate single MSI message. msk(4) used to allocate 2 MSI messages | yongari | 2010-02-26 | 1 | -44/+13 |
* | Don't hardcod register offset to set PCIe max read request size. | yongari | 2010-02-26 | 1 | -29/+18 |
* | Optimize inserting LE for TX checksum computation. Controller does | yongari | 2010-02-26 | 1 | -10/+16 |
* | Add TSO support on VLANs. Controller requires VLAN hardware tagging | yongari | 2010-02-26 | 1 | -6/+11 |
* | Reuse the configured LE for VLAN if new LE was created for TSO. | yongari | 2010-02-26 | 1 | -1/+1 |
* | Correct inversed programming of ethernet hardware address on | yongari | 2010-02-20 | 1 | -10/+16 |
* | Yukon Ultra2 has 126MHz clock. | yongari | 2010-01-22 | 1 | -1/+1 |
* | s/Mhz/MHz/g | yongari | 2010-01-22 | 1 | -8/+8 |
* | It seems generation of link state change of e1000phy(4) is not | yongari | 2009-11-17 | 1 | -0/+2 |
* | Add preliminary Yukon Ultra 2 support(88E8057). The controller | yongari | 2009-11-07 | 1 | -2/+12 |
* | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | jhb | 2009-11-06 | 1 | -2/+0 |
* | It's normal to see Rx FIFO overruns under high network load and | yongari | 2009-11-06 | 1 | -3/+1 |