| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r227843 (partial) | Marius Strobl | 2012-01-29 | 1 | -5/+1 |
| * | MFC r226478: | Pyun YongHyeon | 2011-12-31 | 1 | -1/+1 |
| * | MFC: r221407 (partial) | Marius Strobl | 2011-09-11 | 1 | -8/+4 |
| * | MFC r222542: | Pyun YongHyeon | 2011-06-22 | 1 | -1/+1 |
| * | MFC r215432: | Pyun YongHyeon | 2011-02-20 | 1 | -26/+31 |
| * | MFC r217794: | Pyun YongHyeon | 2011-02-20 | 1 | -1/+3 |
| * | MFC r216925,217331,217349,217542: | Pyun YongHyeon | 2011-02-02 | 2 | -19/+12 |
| * | MFC: r214608, r215297(partial), r215713 | Marius Strobl | 2010-11-26 | 1 | -3/+5 |
| * | MFC r215327,215350: | Pyun YongHyeon | 2010-11-23 | 1 | -0/+50 |
| * | MFC r215132,215194: | Pyun YongHyeon | 2010-11-18 | 3 | -58/+173 |
| * | MFC: r213894, r213896, r214913 | Marius Strobl | 2010-11-07 | 1 | -4/+4 |
| * | MFC 198988: | John Baldwin | 2010-06-23 | 1 | -1/+0 |
| * | MFC r206876: | Pyun YongHyeon | 2010-04-26 | 1 | -7/+6 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
| * | When user_frac in the polling subsystem is low it is going to busy the | Attilio Rao | 2009-05-30 | 1 | -13/+23 |
| * | NVIDIA MCP controllers have no Rx buffer alignment restrictions. | Pyun YongHyeon | 2009-05-25 | 1 | -1/+1 |
| * | Fix a typo. | Pyun YongHyeon | 2008-12-20 | 1 | -1/+1 |
| * | Add hardware MAC statistics support. Register information was | Pyun YongHyeon | 2008-10-03 | 3 | -25/+287 |
| * | Add device ids for MCP77/79 and set appropriate support flags. | Pyun YongHyeon | 2008-10-01 | 2 | -0/+40 |
| * | Add support for MCP73 chips. | Pyun YongHyeon | 2008-04-10 | 2 | -0/+16 |
| * | Nuke local jumbo allocator and switch to use of UMA backed page | Pyun YongHyeon | 2008-03-06 | 3 | -185/+6 |
| * | Give MEXTADD() another argument to make both void pointers to the | Poul-Henning Kamp | 2008-02-01 | 1 | -1/+1 |
| * | - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and | John Baldwin | 2008-01-17 | 1 | -89/+1 |
| * | Fix function prototype for device_shutdown method. | Pyun YongHyeon | 2007-11-22 | 1 | -2/+4 |
| * | use the private task q thread instead of the shared system thread | Sam Leffler | 2007-11-16 | 1 | -6/+5 |
| * | Apparently some NVIDIA NICs store ethernet address in reverse order | Pyun YongHyeon | 2007-11-06 | 1 | -2/+2 |
| * | During boot(before setting IP address) PHY can generate link state | Pyun YongHyeon | 2007-09-14 | 1 | -6/+6 |
| * | Fix typo. | Pyun YongHyeon | 2007-09-14 | 1 | -2/+2 |
| * | Don't fail on device attach if jumbo frame support was unsuccessful. | Pyun YongHyeon | 2007-07-24 | 2 | -9/+26 |
| * | The maximum size of the sum of all segment lengths in a given DMA mapping | Pyun YongHyeon | 2007-06-12 | 1 | -1/+1 |
| * | Increase a maximum segment size of DMA to 4096. Previously it used | Pyun YongHyeon | 2007-06-12 | 2 | -2/+4 |
| * | Bring overhauled nfe(4) into tree. | Pyun YongHyeon | 2007-06-12 | 3 | -905/+2099 |
| * | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | Christian S.J. Peron | 2007-03-04 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Fix TX/RX checksum offload. | David E. O'Brien | 2006-11-27 | 2 | -16/+21 |
| * | Reformat to KNF after revision 1.12. | David E. O'Brien | 2006-11-27 | 1 | -85/+81 |
| * | Fix the jumbo frame support. | David E. O'Brien | 2006-11-27 | 3 | -209/+63 |
| * | Grrr. new .vimrc file is really giving me trouble.. get the whitespace right. | David E. O'Brien | 2006-11-27 | 1 | -2/+2 |
| * | Fix editor fatfingering in rev 1.9. | David E. O'Brien | 2006-11-27 | 1 | -2/+2 |
| * | nfe_stop() requires lock to be held when calling. | David E. O'Brien | 2006-11-26 | 1 | -0/+2 |
| * | Missed two nits in rev 1.7. | David E. O'Brien | 2006-11-17 | 1 | -2/+2 |
| * | style(9) | David E. O'Brien | 2006-10-19 | 1 | -143/+143 |
| * | style(9) cleanup. | David E. O'Brien | 2006-10-19 | 1 | -238/+327 |
| * | Correct the WOL magic value. | David E. O'Brien | 2006-10-16 | 1 | -1/+1 |
| * | Try to be more precise in identifying the various nForce networking adapters. | David E. O'Brien | 2006-10-16 | 1 | -14/+14 |
| * | Move ethernet VLAN tags from mtags to its own mbuf packet header field | Andre Oppermann | 2006-09-17 | 1 | -16/+5 |
| * | Add support for MCP61 and MCP65 adaptors. | David E. O'Brien | 2006-09-11 | 2 | -0/+36 |
| * | Fix alignment of RX bufs DMA map to be realistic. Maybe it works on | Ruslan Ermilov | 2006-08-14 | 1 | -2/+2 |
| * | Add a pure open source nForce Ethernet driver, under BSDL. | David E. O'Brien | 2006-06-26 | 3 | -992/+1477 |
| * | Import the nfe (nForce Ethernet) driver from OpenBSD. | David E. O'Brien | 2006-06-26 | 3 | -0/+2009 |