| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Restore VLAN_INPUT_TAG() macro to preserve API compatibility for | Gleb Smirnoff | 2006-01-13 | 1 | -1/+1 |
| * | MFC: | Gleb Smirnoff | 2006-01-13 | 1 | -2/+3 |
| * | MFC: Sync driver up with head (mostly) including adding locking and marking | John Baldwin | 2005-11-15 | 2 | -107/+119 |
| * | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | Robert Watson | 2005-08-25 | 1 | -9/+10 |
| * | Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255 | Robert Watson | 2005-08-24 | 1 | -0/+2 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 2 | -26/+40 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -2/+0 |
| * | Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, return | Warner Losh | 2005-03-01 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 3 | -3/+3 |
| * | Since if_txp doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-13 | 1 | -1/+2 |
| * | Remove the setting of the pci config variables on power state changes. | Warner Losh | 2004-06-28 | 1 | -23/+0 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -3/+3 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -3/+0 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -0/+3 |
| * | All current uses of pci_set_powerstate are bogus, at least in theory. | Warner Losh | 2003-07-03 | 1 | -2/+2 |
| * | - Don't call pci_enable_io() in drivers (unless needed for resume). | Matthew N. Dodd | 2003-04-16 | 1 | -18/+0 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -1/+3 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -1/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -6/+6 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -6/+6 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -28/+12 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+2 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -41/+41 |
| * | Initialize variables before use. This was needed to pass -Werror. | Jeff Roberson | 2002-03-19 | 1 | -0/+4 |
| * | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | Brooks Davis | 2001-12-03 | 1 | -1/+1 |
| * | Have the driver announce what capabilities it supports. These are | Jonathan Lemon | 2001-09-18 | 1 | -6/+5 |
| * | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | Brooks Davis | 2001-09-05 | 1 | -17/+4 |
| * | Re-order things slightly in the RX handler for VLAN support: we need | Bill Paul | 2001-07-31 | 1 | -5/+4 |
| * | Remember to zero out certain things that we malloc() and/or contigmalloc(). | Bill Paul | 2001-07-27 | 1 | -0/+4 |
| * | Uncomment a return(ENXIO) that I commented out for debugging purposes. | Bill Paul | 2001-07-27 | 1 | -3/+3 |
| * | Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alpha | Bill Paul | 2001-07-23 | 1 | -1/+1 |
| * | AIEEE! Commit the firmware image too. *blush* | Bill Paul | 2001-07-23 | 1 | -0/+5089 |
| * | Grrr. Module depends on vlan.h, and I committed the wrong version | Bill Paul | 2001-07-23 | 1 | -0/+1 |
| * | You were knocked senseless by the Boomerang, spun around by the Cyclone, | Bill Paul | 2001-07-23 | 2 | -0/+2593 |