| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate unnecessary checking for M_EXT on mbufs returned by m_getjcl(). | rwatson | 2014-10-13 | 1 | -4/+0 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-18 | 1 | -10/+10 |
* | Use define from if_var.h to access a field inside struct if_data, | glebius | 2014-08-30 | 1 | -1/+1 |
* | Fix various NIC drivers to properly cleanup static DMA resources. | jhb | 2014-06-11 | 1 | -19/+16 |
* | Increase the number of TX DMA segments from 32 to 35. It turned | yongari | 2014-03-31 | 1 | -1/+1 |
* | Revert r234666. Clearing TWSI IRQ seems to cause watchdog timeout | yongari | 2014-02-07 | 1 | -3/+0 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 1 | -1/+1 |
* | Perform media change after setting IFF_DRV_RUNNING flag. Without it, | yongari | 2013-11-01 | 1 | -3/+3 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method sees | marius | 2013-05-30 | 1 | -7/+16 |
* | - Correct mispellings of the word occurrence | gabor | 2013-04-17 | 1 | -1/+1 |
* | RX checksum offloading on old Yukon controllers seem to cause more | yongari | 2013-02-27 | 1 | -0/+6 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -4/+4 |
* | For Yukon II controllers that implement optional temperature sensor | yongari | 2012-04-25 | 1 | -0/+3 |
* | 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 | 2 | -67/+177 |
* | 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 | 2 | -4/+28 |
* | Do not touch ASF related register for controllers that do not have | yongari | 2011-05-23 | 2 | -17/+25 |
* | 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 | 2 | -3/+23 |
* | Disable non-ASF packet flushing on Yukon Extreme as vendor's driver | yongari | 2010-04-30 | 2 | -0/+7 |
* | Both RX_GMF_LP_THR and RX_GMF_UP_THR must be 16 bits register. If | yongari | 2010-04-30 | 2 | -4/+4 |
* | 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 | 2 | -47/+204 |
* | Remove taskqueue based interrupt handling. After r204541 msk(4) | yongari | 2010-03-02 | 2 | -155/+26 |
* | Implement rudimentary interrupt moderation with programmable | yongari | 2010-03-01 | 2 | -20/+23 |
* | Make sure to enable flow-control only if established link is | yongari | 2010-03-01 | 1 | -14/+11 |