| Age | Commit message (Expand) | Author |
| 2009-05-30 | When user_frac in the polling subsystem is low it is going to busy the | Attilio Rao |
| 2008-12-12 | It seems there are still issues on multicast perfect filtering. | Pyun YongHyeon |
| 2008-11-17 | Fix typo. It restuled in activating unwanted Rx filtering as well | Pyun YongHyeon |
| 2008-07-16 | Fix a multicast handling regression on VT6105M introduced in | Pyun YongHyeon |
| 2008-07-16 | Fix VR_RXSTAT_RX_OK bit definition which lasted for more than 9 | Pyun YongHyeon |
| 2008-03-11 | Teach vr(4) to use bus_dma(9) and major overhauling to handle link | Pyun YongHyeon |
| 2008-03-11 | Forced commit to note that vr(4) was repocopied from sys/pci | Pyun YongHyeon |
| 2007-11-22 | Fix function prototype for device_shutdown method. | Pyun YongHyeon |
| 2007-10-12 | Not all VIA Rhine chips support 256 register space. So touching | Pyun YongHyeon |
| 2007-04-23 | Add VLAN capability. | Poul-Henning Kamp |
| 2007-04-22 | Remove the old software bit-banging MII interface, we started using | Poul-Henning Kamp |
| 2007-04-22 | Remove further cobwebs: Two layers of pointless substructures. | Poul-Henning Kamp |
| 2007-04-22 | Initialize the physical next pointer in the tx descriptors when we | Poul-Henning Kamp |
| 2007-04-22 | Don't rename fields with #define. | Poul-Henning Kamp |
| 2007-04-22 | Run if_vr(4) through FlexeLint and clean some of the cobwebs found. | Poul-Henning Kamp |
| 2007-04-17 | Add support for hw-assisted checksums on 6105M. | Poul-Henning Kamp |
| 2007-04-17 | No need to throw tag+handle around on the stack. | Poul-Henning Kamp |
| 2007-04-17 | Improve the if_vr driver ever so slightly. | Poul-Henning Kamp |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2006-09-15 | Whitespace nits. | Ruslan Ermilov |
| 2006-09-15 | Consistently use if_printf() only in interface methods: if_start, | Gleb Smirnoff |
| 2006-05-12 | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin |
| 2006-02-14 | Do not touch ifp->if_baudrate in miibus aware drivers. | Gleb Smirnoff |
| 2005-11-11 | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov |
| 2005-10-31 | - Use callout_*() to manage the callout and make it MPSAFE. | John Baldwin |
| 2005-10-27 | - Use if_printf() and device_printf() and remove vr_unit from the softc. | John Baldwin |
| 2005-10-22 | Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax | Warner Losh |
| 2005-10-13 | In detach method, move if_free() after bus_teardown_intr(). | Ruslan Ermilov |
| 2005-10-05 | - Don't pollute opt_global.h with DEVICE_POLLING and introduce | Gleb Smirnoff |
| 2005-10-01 | Big polling(4) cleanup. | Gleb Smirnoff |
| 2005-09-16 | Fix "struct ifnet" leaks when attach() fails in the middle, e.g. | Ruslan Ermilov |
| 2005-08-09 | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson |
| 2005-08-03 | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson |
| 2005-06-10 | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis |
| 2005-05-29 | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi |
| 2005-02-24 | Fix style(9) issues with __P removal. | Warner Losh |
| 2005-02-24 | Return BUS_PROBE_DEFAULT instead of 0. | Warner Losh |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-10-27 | Forcibly disable interrupts, if we find ourselves servicing one when | Bruce M Simpson |
| 2004-10-26 | Workaround for a recursive acquisition of the driver mutex during device | Bruce M Simpson |
| 2004-10-19 | Really really fix typo this time. | Bruce M Simpson |
| 2004-10-19 | Fix typo sc -> dev. | Bruce M Simpson |
| 2004-10-19 | Detach the Rhine completely on shutdown, rather than merely stopping it | Bruce M Simpson |
| 2004-08-11 | Revert rev 1.93 and replace it by grabbing the vr lock before calling | Scott Long |
| 2004-08-07 | Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(), | Robert Watson |
| 2004-08-02 | Unbreak DEVICE_POLLING build / LINT. Sorry! | Max Laier |
| 2004-08-01 | Second part of ALTQ driver modifications, covering: | Max Laier |
| 2004-07-09 | Further locking improvements for vr(4): | Bruce M Simpson |
| 2004-07-09 | Add a 'suspended' flag to softc so that we can avoid races on detach. | Bruce M Simpson |
| 2004-07-03 | SMPng locking cleanup for vr(4). | Bruce M Simpson |