summaryrefslogtreecommitdiffstats
path: root/sys/dev/em/if_em.c
Commit message (Expand)AuthorAgeFilesLines
* Corrected a workaround that should only be applied to one adapter. Workaroundtackerman2005-01-011-2/+14
* Added device id support for Intel 82541ER and 82546GB dual port PCIE adapter.tackerman2005-01-011-0/+2
* Further refine the if_em vlan fix in if_em.c:1.53:rwatson2004-11-141-4/+19
* Correct a bug in the if_em driver relating to the use of vlans withrwatson2004-11-121-6/+43
* Move per-instance sysctls under the per-device-instance tree.bms2004-11-111-23/+6
* Put the "Link is up/down" printfs behind bootverbose. gigE is not so uncommonphk2004-11-031-6/+8
* Add missing bus_dmamap_sync() calls. If you are using an architecturemux2004-10-191-2/+12
* Use an alignment of 1 instead of PAGE_SIZE for the rx and tx buffer tags.scottl2004-10-191-12/+2
* Don't count RNBC (internal buffer full) towards the RX error count since it'sscottl2004-10-091-1/+1
* Fix typeo. Should read ***!***IFQ_DRV_IS_EMPTY.mlaier2004-09-291-1/+1
* Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)pdeuskar2004-09-011-18/+60
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-021-6/+8
* Implement support for controlling VLAN_HWTAGGING through ioctl(SIOCSIFCAP).yar2004-06-041-5/+13
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Stylistic changes around the previous commit:yar2004-05-201-3/+5
* Set the VLAN bits in if_capenable as well as in if_capabilitiesyar2004-05-201-0/+1
* Implemented per-interface polling(4) control.ru2004-04-111-5/+13
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-9/+9
* Only reset the phy when it is absolutely required.pdeuskar2004-02-101-6/+25
* Don't call em_stop() from the watchdog since it requires the controllerdeischen2003-12-071-1/+0
* Use if_flags to check for IFF_POLLING instead of if_ipending.pdeuskar2003-12-021-3/+3
* - Code cleanuppdeuskar2003-11-141-7/+29
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Add a wrapper for a function that takes and releases the adapterdeischen2003-10-151-3/+13
* locking fixups:sam2003-10-101-7/+8
* add lockingsam2003-09-231-63/+98
* Add support for new devices.pdeuskar2003-08-271-19/+168
* Add facilities for tuning the "em" driver's interrupt delays withoutjdp2003-08-011-9/+108
* Mega busdma API commit.scottl2003-07-011-0/+6
* Add support for Quad port adapterpdeuskar2003-06-051-130/+230
* Fix a printf() format error which broke the ia64 GENERIC build.des2003-05-061-1/+2
* - Fix breakage on PAE enabled kernelpdeuskar2003-05-031-7/+9
* - Bus DMA'fy the driverpdeuskar2003-05-021-236/+429
* Tell the upper layer(s) that we support long frames.pdeuskar2003-04-181-0/+4
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Added support for 82541 and 82547 based adapters.pdeuskar2003-03-211-149/+386
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* - Move to array based indexing for TX/RX descriptor/buffer managementpdeuskar2002-12-231-494/+447
* Fix IFF_ALLMULTI handling.luigi2002-11-251-7/+7
* Add polling support to the "em" driver.luigi2002-11-251-4/+59
* network interface driver changes:sam2002-11-141-22/+13
* - Set RS (Report Status) bit on all descriptors of a packet instead of just t...pdeuskar2002-11-081-434/+460
* Corrected license in the source files. It should say "MUST" instead of "MAY".pdeuskar2002-09-241-20/+18
* Back out TX/RX descriptor/buffer management changes from earier commit.pdeuskar2002-08-261-186/+282
* TX/RX descriptor/buffer management changes.pdeuskar2002-08-211-282/+186
* - Use IO mode to reset the controller (82544 and beyond)pdeuskar2002-07-161-31/+96
* Added support for 82545EM and 82546EB based adapters.pdeuskar2002-06-031-1651/+1777
* Make em driver compilable on IA64/alpha.pdeuskar2002-05-021-4/+4
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-4/+4
OpenPOWER on IntegriCloud