| Age | Commit message (Expand) | Author |
| 2019-05-17 | FCP-101: Remove vx(4). | Brooks Davis |
| 2018-10-25 | Deprecate a number of less used 10 and 10/100 Ethernet devices. | Brooks Davis |
| 2018-10-20 | Remove incorrect BSD-2-Clause-FreeBSD SPDX tags | Ed Maste |
| 2017-11-27 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-11-20 | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2017-02-20 | sys/dev: Replace zero with NULL for pointers. | Pedro F. Giffuni |
| 2017-02-16 | Remove references to EISA support from the vx driver, along with EISA | Warner Losh |
| 2016-05-03 | sys/dev: minor spelling fixes. | Pedro F. Giffuni |
| 2015-01-06 | In order to reduce use of M_EXT outside of the mbuf allocator and | Robert Watson |
| 2014-09-19 | Mechanically convert to if_inc_counter(). | Gleb Smirnoff |
| 2013-10-29 | - Provide necessary includes. | Gleb Smirnoff |
| 2013-10-26 | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff |
| 2013-01-30 | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | Sofian Brabez |
| 2012-12-04 | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff |
| 2012-01-07 | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | Kevin Lo |
| 2011-02-21 | Fix typos - remove duplicate "the". | Rebecca Cran |
| 2010-05-03 | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev |
| 2009-11-19 | - Add a private timer to drive the transmit watchdog instead of using | John Baldwin |
| 2008-08-25 | MFp4: Network Adapter is redundant. | Warner Losh |
| 2008-04-24 | - vx_stop() requires the driver lock to be held. | Marius Strobl |
| 2007-11-22 | Fix function prototype for device_shutdown method. | Pyun YongHyeon |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2005-11-11 | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov |
| 2005-10-06 | Fix another edge case I just noticed when committing the previous changes: | John Baldwin |
| 2005-10-06 | Rototill vx(4), add locking, and mark MPSAFE: | John Baldwin |
| 2005-08-09 | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson |
| 2005-07-22 | Don't drop frames if interface is in promiscuous mode. | Ruslan Ermilov |
| 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-03-01 | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | Warner Losh |
| 2005-02-03 | Fix up assignment of negative number to char. Char's are unsigned by | Peter Grehan |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-08-18 | ss if_vx through indent, and use ANSI function definitions, prior to adding | Justin T. Gibbs |
| 2004-08-14 | Since if_vx doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson |
| 2004-08-11 | Correctly export the size of our softc to newbus in our EISA attachement. | Justin T. Gibbs |
| 2004-05-30 | Add missing <sys/module.h> includes | Poul-Henning Kamp |
| 2004-05-23 | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion |
| 2004-03-17 | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson |
| 2004-03-14 | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd |
| 2003-10-31 | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis |
| 2003-10-25 | Start to minimize diffs between vx and ep. These latter is based on a | Warner Losh |
| 2003-10-23 | more unused item cleanup | Warner Losh |
| 2003-10-23 | BASE is no longer used, and is an appendix. Remove it. | Warner Losh |
| 2003-09-02 | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin |
| 2003-08-24 | Use __FBSDID(). | David E. O'Brien |
| 2003-08-22 | Prefer new location of pci include files (which have only been in the | Warner Losh |
| 2003-06-08 | Revert part of rev 1.43. We want to fail gracefully if there is no packet | Dag-Erling Smørgrav |
| 2003-05-31 | Remove break after return | Poul-Henning Kamp |
| 2003-04-15 | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd |
| 2003-04-08 | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav |