| Age | Commit message (Expand) | Author |
| 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 |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |
| 2003-01-21 | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein |
| 2002-11-14 | network interface driver changes: | Sam Leffler |
| 2002-10-02 | Fix mis-indentation. | Poul-Henning Kamp |
| 2002-10-01 | Use if_printf(ifp, "blah") instead of printf("vx%d: blah", ifp->if_unit). | Brooks Davis |
| 2002-08-18 | Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoid | Maxim Sobolev |
| 2002-03-20 | Remove __P. | Alfred Perlstein |
| 2002-02-05 | Get rid of the twisted MFREE() macro entirely. | Matthew Dillon |
| 2001-07-19 | Quiet a variable format-string warning. | Kris Kennaway |
| 2001-06-20 | Change m_devget()'s outdated and unused `offset' argument to actually mean | Bosko Milekic |
| 2000-12-07 | When I converted this driver, I neglected to deal with packet alignment. | Bill Paul |
| 2000-11-07 | Update the vortex driver so that it no longer needs the PCI compat | Bill Paul |
| 2000-10-15 | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp |
| 2000-07-13 | Make all Ethernet drivers attach using ether_ifattach() and detach using | Archie Cobbs |
| 2000-07-04 | be sure to wipe out m_pkthdr when you set M_PKTHDR, you may see junk pointer | Jun-ichiro itojun Hagino |
| 2000-05-28 | Warn that this as an oldpci device.. | Peter Wemm |
| 2000-05-14 | Move code to handle BPF and bridging for incoming Ethernet packets out | Archie Cobbs |
| 2000-05-12 | This driver attempts to cache mbufs, and re-use them as headers instead | Jonathan Lemon |