summaryrefslogtreecommitdiff
path: root/sys/dev/em
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-077-7/+7
* Since em(4) is very popular and does not use miibus(4) add special hackGleb Smirnoff2005-03-232-1/+18
* MFC: Convert the em driver to the faster bus_dmamap_load_mbuf_sg() interface.Scott Long2005-02-252-39/+22
* MFC 1.58, 1.59:Yaroslav Tykhiy2005-01-301-6/+19
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-301-0/+2
* MFC: 1.55 and 1.56Tony Ackerman2005-01-121-2/+16
* Merge if_em.c:1.53, if_em.c:1.54, if_em.h:1.29 from HEAD to RELENG_5:Robert Watson2004-11-232-7/+60
* MFC rev 1.48: Use an alignment of 1 instead of PAGE_SIZE for the rx and txScott Long2004-11-081-12/+2
* MFCTony Ackerman2004-10-154-243/+451
* MFC: if_em.c, rev 1.46:Max Laier2004-10-011-1/+1
* Bring in the first chunk of altq driver modifications. This covers theMax Laier2004-07-021-6/+8
* Implement support for controlling VLAN_HWTAGGING through ioctl(SIOCSIFCAP).Yaroslav Tykhiy2004-06-041-5/+13
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Stylistic changes around the previous commit:Yaroslav Tykhiy2004-05-201-3/+5
* Set the VLAN bits in if_capenable as well as in if_capabilitiesYaroslav Tykhiy2004-05-201-0/+1
* Implemented per-interface polling(4) control.Ruslan Ermilov2004-04-111-5/+13
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-9/+9
* Only reset the phy when it is absolutely required.Prafulla Deuskar2004-02-103-59/+113
* Don't call em_stop() from the watchdog since it requires the controllerDaniel Eischen2003-12-071-1/+0
* Use if_flags to check for IFF_POLLING instead of if_ipending.Prafulla Deuskar2003-12-021-3/+3
* - Code cleanupPrafulla Deuskar2003-11-144-105/+48
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Add a wrapper for a function that takes and releases the adapterDaniel Eischen2003-10-151-3/+13
* locking fixups:Sam Leffler2003-10-102-9/+14
* add lockingSam Leffler2003-09-232-65/+104
* Add support for new devices.Prafulla Deuskar2003-08-275-956/+1870
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-222-4/+4
* Add facilities for tuning the "em" driver's interrupt delays withoutJohn Polstra2003-08-013-39/+143
* Correct comments to indicate that the EM_RADV and EM_TADV parametersJohn Polstra2003-07-171-2/+2
* The em(4) driver has been converted to busdma and doesn't useMaxime Henrion2003-07-041-5/+0
* Mega busdma API commit.Scott Long2003-07-011-0/+6
* Add support for Quad port adapterPrafulla Deuskar2003-06-055-369/+483
* Fix a printf() format error which broke the ia64 GENERIC build.Dag-Erling Smørgrav2003-05-061-1/+2
* - Fix breakage on PAE enabled kernelPrafulla Deuskar2003-05-032-8/+10
* - Bus DMA'fy the driverPrafulla Deuskar2003-05-022-235/+457
* Tell the upper layer(s) that we support long frames.Prafulla Deuskar2003-04-181-0/+4
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Added support for 82541 and 82547 based adapters.Prafulla Deuskar2003-03-217-621/+1972
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* The README refers to a LICENSE file, so add that file too.Prafulla Deuskar2003-01-071-0/+29
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* - Move to array based indexing for TX/RX descriptor/buffer managementPrafulla Deuskar2002-12-233-532/+513
* Fix IFF_ALLMULTI handling.Luigi Rizzo2002-11-251-7/+7
* Add polling support to the "em" driver.Luigi Rizzo2002-11-251-4/+59
* network interface driver changes:Sam Leffler2002-11-142-22/+15
* - Set RS (Report Status) bit on all descriptors of a packet instead of just t...Prafulla Deuskar2002-11-086-515/+763
* Corrected license in the source files. It should say "MUST" instead of "MAY".Prafulla Deuskar2002-09-245-104/+94