| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r243857 (partial) | Marius Strobl | 2013-03-09 | 1 | -3/+3 |
| * | MFC r242873: | Dimitry Andric | 2012-11-17 | 1 | -46/+46 |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Scott Long | 2012-03-16 | 1 | -3/+6 |
| * | MFC r226173, r227843, r227848 and r227908: | Hans Petter Selasky | 2011-12-31 | 1 | -5/+1 |
| * | MFC r226478: | Pyun YongHyeon | 2011-12-31 | 1 | -1/+1 |
| * | - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP | Marius Strobl | 2011-05-03 | 1 | -7/+3 |
| * | Converted the remainder of the NIC drivers to use the mii_attach() | Marius Strobl | 2010-10-15 | 1 | -7/+8 |
| * | Initialize the ifnet before calling mii_phy_probe() as some phy drivers | John Baldwin | 2010-01-27 | 1 | -8/+8 |
| * | - Hook into the existing stat timer to drive the transmit watchdog instead | John Baldwin | 2009-11-19 | 2 | -16/+13 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
| * | Two ifnet misuse fixes for if_nve: | Robert Watson | 2009-04-23 | 1 | -2/+1 |
| * | writereg returns an int. | Warner Losh | 2009-02-05 | 1 | -3/+3 |
| * | Import rewritten nve device id's, which brings this more | Remko Lodder | 2008-05-31 | 2 | -41/+79 |
| * | Fix function prototype for device_shutdown method. | Pyun YongHyeon | 2007-11-22 | 1 | -2/+4 |
| * | Allow nfe(4) override nve(4). | Pyun YongHyeon | 2007-06-12 | 1 | -1/+1 |
| * | Don't cast the command argument to ether_ioctl() to an int since its not an | Doug White | 2007-06-08 | 1 | -1/+1 |
| * | Finish VLAN_MTU support in nve(4). The interface appears to be able | Yaroslav Tykhiy | 2007-05-07 | 1 | -0/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Fix an off by one error in struct nve_tx_desc's frags[] array as a result | John Baldwin | 2006-12-05 | 1 | -1/+1 |
| * | ALTQ-ify nve(4). | Max Laier | 2006-05-20 | 1 | -3/+5 |
| * | - When setting up a packet for transmit, if we the tx ring is over half | John Baldwin | 2006-05-18 | 1 | -3/+17 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | The nvidia binary blob sometimes defers tx completion notification to the | John Baldwin | 2006-04-28 | 1 | -1/+19 |
| * | Make nve(4) work for people with nf3/nf4 who never got it | Bjoern A. Zeeb | 2005-12-12 | 1 | -2/+3 |
| * | Add support for the nVidia nForce MCP12 & MCP13 Networking Adapters. | David E. O'Brien | 2005-12-07 | 2 | -0/+6 |
| * | Catch up to the nvenetlib 1.0-0310 import. | David E. O'Brien | 2005-12-07 | 2 | -4/+6 |
| * | Remove unused local variable misssed in previous commit. | John Baldwin | 2005-12-05 | 1 | -1/+0 |
| * | - Don't make the driver lock recursive, it shouldn't be recursively | John Baldwin | 2005-12-05 | 2 | -18/+1 |
| * | Overhaul nve(4) locking to make it more like other ethernet drivers in | John Baldwin | 2005-11-21 | 2 | -91/+113 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -1/+1 |
| * | Clear pending_txs when not "RUNNING". | David E. O'Brien | 2005-10-27 | 1 | -0/+1 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 1 | -3/+3 |
| * | Fix "struct ifnet" leak if attach() fails in the middle. | Ruslan Ermilov | 2005-09-16 | 1 | -1/+3 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -12/+12 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+2 |
| * | Remove an erroneous m_freem() call. If m_defrag() returns a non-NULL | Maxime Henrion | 2005-07-25 | 1 | -1/+0 |
| * | Move if_alloc() up so it's before mii_phy_probe(). | Brooks Davis | 2005-06-11 | 1 | -7/+9 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 2 | -21/+24 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -1/+0 |
| * | Fix typo in a comment. | Christian Brueffer | 2005-05-08 | 1 | -1/+1 |
| * | I missed a s/nv/nve/. | David E. O'Brien | 2005-04-26 | 1 | -1/+1 |
| * | Support MCP versions 4-11. | David E. O'Brien | 2005-03-24 | 2 | -0/+26 |
| * | FreeBSD consumer bits of the nForce MCP NIC binary blob. | David E. O'Brien | 2005-03-12 | 2 | -0/+1875 |