summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* Restore part of 200671 which was lost in previous driver changes:jhb2010-05-201-0/+2
* Fix a mismerge in r206001.marius2010-05-151-3/+3
* Small changes preparing for MFC, need to conditionalizejfv2010-05-143-2/+6
* Address the LOD that some are seeing, put the RX lockjfv2010-04-281-10/+13
* Change default WOL back to MAGIC only, havingjfv2010-04-281-2/+2
* Add a missing fragment in the tx msix handler to invokejfv2010-04-142-16/+31
* Remove multiqueue stack related stuff form lem, it isjfv2010-04-141-159/+5
* The lock move in rxeof necessitated a couplejfv2010-04-101-0/+5
* Correct broken build.jfv2010-04-101-1/+1
* A few more changes from yongari:jfv2010-04-092-7/+13
* DUH, must be tired, I missed the second instance...jfv2010-04-091-1/+1
* Thanks to Michael Tuexen for catching this, bit set thatjfv2010-04-091-1/+1
* Incorporate suggested improvements from yongari.jfv2010-04-092-48/+54
* Three changes:jfv2010-04-081-10/+17
* Important fix got clobbered in the em driver, keepingjfv2010-04-082-9/+67
* The POLL code was missed in the queue conversion,jfv2010-03-311-8/+9
* Hook the identification LEDs of igb(4), lem(4) and em(4) devices up withmarius2010-03-316-3/+85
* Fix poll handler declaration.jfv2010-03-311-1/+1
* Fix lint build problem.jfv2010-03-302-11/+13
* Update to igb and em:jfv2010-03-2918-2234/+6977
* Fix drbr and altq interaction:mlaier2010-02-132-3/+7
* A few minor changes: add altq option header, add missing conditionaljfv2010-02-012-3/+116
* Fix for kern/141646: when stacking pseudo drivers likejfv2010-01-301-14/+30
* Add a link tasklet so updates can be sleepable.jfv2010-01-272-7/+24
* Two more build problems, missing includes and semicolon.jfv2010-01-272-1/+3
* Opps, completely wrong version of if_em.h got intojfv2010-01-271-122/+98
* Missing a fix for the new watchdog handling.jfv2010-01-262-0/+2
* Remove some internal conditional defines that willjfv2010-01-261-13/+0
* Update the 1G drivers, shared code sync with Intel,jfv2010-01-2626-1706/+1368
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* - Add missing newlines to some error messages.jhb2009-12-181-3/+6
* Add old read_mac_addr routine to this module sincejfv2009-12-141-0/+42
* Remove the MTX_SPIN flag to the shared code MUTEXjfv2009-12-141-2/+1
* Remove phantom line of code that somehow slippedjfv2009-12-081-1/+0
* Resync with Intel versions of both the em and igbjfv2009-12-0822-1798/+3148
* With an i386 kernel the igb driver can cause ajfv2009-11-111-3/+3
* Fix build issue with last commit.jfv2009-09-101-2/+2
* Fix build complaint from previous checkinjfv2009-09-101-2/+2
* Fix an xmit mbuf leak, when transmit failed but youjfv2009-09-101-6/+14
* Fix for pr 138516jfv2009-09-101-5/+10
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+1
* Add necessary include.phk2009-09-081-1/+1
* Temporarily enhance em(4) and igb(4) hack to take account for IFF_NOARP.delphij2009-08-192-2/+4
* Improvement on the last change, this gives a precisejfv2009-07-242-12/+12
* This delta fixes two bugs:jfv2009-07-242-6/+17
* A small number of systems in the ICH9/10 family have a flashjfv2009-07-241-22/+2
* Re-add opt_inet.h, as we did in r193862 and lost yet again.bz2009-07-141-0/+1
* The new method of reading the mac address from thejfv2009-07-061-1/+36
* Type problem when FreeBSD is in a virtualized environment, thejfv2009-06-291-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-262-4/+4
OpenPOWER on IntegriCloud