| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvs | cvs2svn | 2005-05-07 | 7 | -7/+7 |
| * | Since em(4) is very popular and does not use miibus(4) add special hack | Gleb Smirnoff | 2005-03-23 | 2 | -1/+18 |
| * | MFC: Convert the em driver to the faster bus_dmamap_load_mbuf_sg() interface. | Scott Long | 2005-02-25 | 2 | -39/+22 |
| * | MFC 1.58, 1.59: | Yaroslav Tykhiy | 2005-01-30 | 1 | -6/+19 |
| * | MFC: /*- and my license changes for sys/[a-d]* | Warner Losh | 2005-01-30 | 1 | -0/+2 |
| * | MFC: 1.55 and 1.56 | Tony Ackerman | 2005-01-12 | 1 | -2/+16 |
| * | Merge if_em.c:1.53, if_em.c:1.54, if_em.h:1.29 from HEAD to RELENG_5: | Robert Watson | 2004-11-23 | 2 | -7/+60 |
| * | MFC rev 1.48: Use an alignment of 1 instead of PAGE_SIZE for the rx and tx | Scott Long | 2004-11-08 | 1 | -12/+2 |
| * | MFC | Tony Ackerman | 2004-10-15 | 4 | -243/+451 |
| * | MFC: if_em.c, rev 1.46: | Max Laier | 2004-10-01 | 1 | -1/+1 |
| * | Bring in the first chunk of altq driver modifications. This covers the | Max Laier | 2004-07-02 | 1 | -6/+8 |
| * | Implement support for controlling VLAN_HWTAGGING through ioctl(SIOCSIFCAP). | Yaroslav Tykhiy | 2004-06-04 | 1 | -5/+13 |
| * | 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 |
| * | Stylistic changes around the previous commit: | Yaroslav Tykhiy | 2004-05-20 | 1 | -3/+5 |
| * | Set the VLAN bits in if_capenable as well as in if_capabilities | Yaroslav Tykhiy | 2004-05-20 | 1 | -0/+1 |
| * | Implemented per-interface polling(4) control. | Ruslan Ermilov | 2004-04-11 | 1 | -5/+13 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -9/+9 |
| * | Only reset the phy when it is absolutely required. | Prafulla Deuskar | 2004-02-10 | 3 | -59/+113 |
| * | Don't call em_stop() from the watchdog since it requires the controller | Daniel Eischen | 2003-12-07 | 1 | -1/+0 |
| * | Use if_flags to check for IFF_POLLING instead of if_ipending. | Prafulla Deuskar | 2003-12-02 | 1 | -3/+3 |
| * | - Code cleanup | Prafulla Deuskar | 2003-11-14 | 4 | -105/+48 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
| * | Add a wrapper for a function that takes and releases the adapter | Daniel Eischen | 2003-10-15 | 1 | -3/+13 |
| * | locking fixups: | Sam Leffler | 2003-10-10 | 2 | -9/+14 |
| * | add locking | Sam Leffler | 2003-09-23 | 2 | -65/+104 |
| * | Add support for new devices. | Prafulla Deuskar | 2003-08-27 | 5 | -956/+1870 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 2 | -4/+4 |
| * | Add facilities for tuning the "em" driver's interrupt delays without | John Polstra | 2003-08-01 | 3 | -39/+143 |
| * | Correct comments to indicate that the EM_RADV and EM_TADV parameters | John Polstra | 2003-07-17 | 1 | -2/+2 |
| * | The em(4) driver has been converted to busdma and doesn't use | Maxime Henrion | 2003-07-04 | 1 | -5/+0 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -0/+6 |
| * | Add support for Quad port adapter | Prafulla Deuskar | 2003-06-05 | 5 | -369/+483 |
| * | Fix a printf() format error which broke the ia64 GENERIC build. | Dag-Erling Smørgrav | 2003-05-06 | 1 | -1/+2 |
| * | - Fix breakage on PAE enabled kernel | Prafulla Deuskar | 2003-05-03 | 2 | -8/+10 |
| * | - Bus DMA'fy the driver | Prafulla Deuskar | 2003-05-02 | 2 | -235/+457 |
| * | Tell the upper layer(s) that we support long frames. | Prafulla Deuskar | 2003-04-18 | 1 | -0/+4 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -1/+3 |
| * | Added support for 82541 and 82547 based adapters. | Prafulla Deuskar | 2003-03-21 | 7 | -621/+1972 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | The README refers to a LICENSE file, so add that file too. | Prafulla Deuskar | 2003-01-07 | 1 | -0/+29 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -1/+1 |
| * | - Move to array based indexing for TX/RX descriptor/buffer management | Prafulla Deuskar | 2002-12-23 | 3 | -532/+513 |
| * | Fix IFF_ALLMULTI handling. | Luigi Rizzo | 2002-11-25 | 1 | -7/+7 |
| * | Add polling support to the "em" driver. | Luigi Rizzo | 2002-11-25 | 1 | -4/+59 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 2 | -22/+15 |
| * | - Set RS (Report Status) bit on all descriptors of a packet instead of just t... | Prafulla Deuskar | 2002-11-08 | 6 | -515/+763 |
| * | Corrected license in the source files. It should say "MUST" instead of "MAY". | Prafulla Deuskar | 2002-09-24 | 5 | -104/+94 |