aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/em
Commit message (Expand)AuthorAgeFilesLines
* This patch redesigns the watchdog timer. The old version had SMPJack F Vogel2006-11-102-90/+308
* Replace the 82542 device id by popular demand.Jack F Vogel2006-10-291-0/+2
* Merge of Intel 6.2.9 em driver code.Jack F Vogel2006-10-285-1391/+1544
* Merge a bunch of changes from HEAD. The most significant are:Gleb Smirnoff2006-08-254-117/+176
* Sync with HEAD, merging vendor drivers updates 5.1.5, 6.0.5 by Jack Vogel.Gleb Smirnoff2006-08-086-1131/+4123
* Sync with HEAD. This includes the following changes in chronologicalGleb Smirnoff2006-08-081-1443/+1587
* MFC if_em.c, 1.92 to RELENG_6:Pyun YongHyeon2006-05-191-11/+60
* MFC 1.111:Gleb Smirnoff2006-03-181-2/+2
* MFC 1.107:Gleb Smirnoff2006-02-161-2/+2
* MFC: PCIR_CARDBUSCIS -> PCIR_CISWarner Losh2006-01-291-2/+2
* - Restore VLAN_INPUT_TAG() macro to preserve API compatibility forGleb Smirnoff2006-01-131-1/+1
* MFC:Gleb Smirnoff2006-01-131-3/+1
* MFC 1.93 - 1.97, fixing suspend/resume on some laptops.Gleb Smirnoff2006-01-101-0/+45
* MFC 1.91:Gleb Smirnoff2005-12-081-1/+4
* Sync em(4) driver with HEAD, merging the following changes:Gleb Smirnoff2005-11-255-329/+751
* Merge if_em.c:1.82 from HEAD to RELENG_6:Robert Watson2005-11-141-10/+14
* Sync with HEAD. Revisions merged:Gleb Smirnoff2005-10-223-169/+74
* Big overall MFC of polling(4) cleanup:Gleb Smirnoff2005-10-071-31/+40
* MFC 1.73:Gleb Smirnoff2005-10-041-2/+4
* MFC 1.71, 1.72:Gleb Smirnoff2005-09-261-1/+2
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-17/+19
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-241-1/+3
* Correct a minor typo.Xin LI2005-07-111-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-24/+24
* Latest README to correspond to latest Intel version 2.1.7Tony Ackerman2005-05-261-143/+124
* Changes to update driver with latest Intel driver version 2.1.7Tony Ackerman2005-05-265-529/+2504
* Run em_local_timer() once per second instead of running it once per 2 seconds.Gleb Smirnoff2005-04-051-4/+4
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-2/+2
* Call if_link_state_change() when link status changes.Gleb Smirnoff2005-02-041-0/+4
* Respect the current setting of IFCAP_VLAN_HWTAGGING onYaroslav Tykhiy2005-01-261-5/+18
* Disable use of hardware VLAN tagging and stripping in if_em in the defaultRobert Watson2005-01-261-1/+1
* Convert if_em to the new bus_dmamap_load_sg() interface. The old callbackScott Long2005-01-152-39/+22
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-0/+2
* Corrected a workaround that should only be applied to one adapter. WorkaroundTony Ackerman2005-01-011-2/+14
* Added device id support for Intel 82541ER and 82546GB dual port PCIE adapter.Tony Ackerman2005-01-011-0/+2
* Further refine the if_em vlan fix in if_em.c:1.53:Robert Watson2004-11-141-4/+19
* Correct a bug in the if_em driver relating to the use of vlans withRobert Watson2004-11-122-6/+44
* Unbreak the build.Dag-Erling Smørgrav2004-11-111-0/+1
* Remove now-unused sysctl members.Bruce M Simpson2004-11-111-4/+0
* Move per-instance sysctls under the per-device-instance tree.Bruce M Simpson2004-11-111-23/+6
* Put the "Link is up/down" printfs behind bootverbose. gigE is not so uncommonPoul-Henning Kamp2004-11-031-6/+8
* Add missing bus_dmamap_sync() calls. If you are using an architectureMaxime Henrion2004-10-191-2/+12
* Use an alignment of 1 instead of PAGE_SIZE for the rx and tx buffer tags.Scott Long2004-10-191-12/+2
* Don't count RNBC (internal buffer full) towards the RX error count since it'sScott Long2004-10-091-1/+1
* Fix typeo. Should read ***!***IFQ_DRV_IS_EMPTY.Max Laier2004-09-291-1/+1
* Do not use the IO-mapping to issue the reset on the 82546 on arm. For someOlivier Houchard2004-09-231-0/+2
* Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)Prafulla Deuskar2004-09-014-242/+448
* 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