| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: | Gleb Smirnoff | 2006-03-17 | 1 | -1/+0 |
| * | MFC: Add locking and mark MPSAFE. | John Baldwin | 2005-11-30 | 2 | -55/+98 |
| * | MFC: Minor fixups: | John Baldwin | 2005-10-06 | 2 | -58/+41 |
| * | 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 | -13/+13 |
| * | 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 | -14/+27 |
| * | 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 for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 2 | -2/+2 |
| * | Hide link up/down/media printfs behind bootverbose | Poul-Henning Kamp | 2004-11-08 | 1 | -2/+3 |
| * | Since if_lge 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 | -24/+0 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -28/+2 |
| * | 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/+2 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -5/+0 |
| * | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | David E. O'Brien | 2003-12-08 | 1 | -6/+6 |
| * | Remove duplicate FBSDID's, move others to their right place. | David E. O'Brien | 2003-11-14 | 1 | -3/+0 |
| * | Try to create some sort of consistency in how the routings to find the | David E. O'Brien | 2003-11-13 | 1 | -13/+10 |
| * | 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 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | 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/+4 |
| * | Use __FBSDID rather than rcsid[]. | David E. O'Brien | 2003-04-03 | 1 | -12/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 2 | -16/+5 |
| * | Be consistent about "static" functions: if the function is marked | Poul-Henning Kamp | 2002-09-28 | 1 | -1/+1 |
| * | Cleanup after my de-__P (remove leading whitespace before prototype args). | Alfred Perlstein | 2002-07-06 | 1 | -72/+101 |
| * | catch up with ext_free prototype change. | Alfred Perlstein | 2002-06-29 | 1 | -2/+2 |
| * | Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/ | Poul-Henning Kamp | 2002-04-28 | 1 | -2/+2 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -38/+37 |
| * | Do not call mii_polltick() immediately after mii_tick(). | Jonathan Lemon | 2001-09-29 | 1 | -1/+0 |
| * | Have the driver announce its rxcsum capabilities. | Jonathan Lemon | 2001-09-18 | 1 | -0/+2 |
| * | Apply patch supplied by Jonathan Chen: use the correct arguments to | Bill Paul | 2001-07-09 | 1 | -2/+2 |
| * | Change m_devget()'s outdated and unused `offset' argument to actually mean | Bosko Milekic | 2001-06-20 | 1 | -3/+2 |
| * | Fix some memory bugs with regard to jumbo buffers. I made a mistake when | Bill Paul | 2001-06-18 | 2 | -8/+5 |
| * | Turn TCP and UDP hardware RX checksumming back on. jlemon pointed out where | Bill Paul | 2001-06-15 | 1 | -3/+2 |
| * | Use LGE_INC() macro to increment tx producer index in lge_encap(). | Bill Paul | 2001-06-06 | 1 | -2/+3 |
| * | In lge_detach(), don't contigfree() the jumbogram buffer memory; | Bill Paul | 2001-06-05 | 1 | -1/+0 |
| * | Add device driver support for the Level 1 LXT1001 NetCellerator | Bill Paul | 2001-05-31 | 2 | -0/+2240 |