summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change intr_bind to bus_bind_intr, also limit this tojfv2009-06-251-6/+4
* need to make intr_bind call architecture specific forjfv2009-06-241-2/+2
* Fix lint issue.jfv2009-06-241-2/+2
* Updates for both the em and igb drivers, add supportjfv2009-06-2419-1505/+2742
* Add opt_inet.h back lost with r190872.bz2009-06-091-0/+1
* When user_frac in the polling subsystem is low it is going to busy theattilio2009-05-301-11/+22
* Call drbr_stats_update to update ifp stats directly when we bypass the buf_ri...kmacy2009-05-141-3/+6
* fix typo in conditionalkmacy2009-04-271-1/+1
* collapse the two em_start_locked routines in to onekmacy2009-04-272-48/+24
* Correct fat finger mistakejfv2009-04-271-1/+1
* igb_txeof also has a case where the watchdog may notjfv2009-04-271-9/+8
* Thanks for Michael Tuexen for tracking down a path wherejfv2009-04-271-14/+21
* fix typokmacy2009-04-231-1/+1
* fix panic when using msixkmacy2009-04-231-0/+5
* Make sure the ALTQ case is handle correctly by using drbr_dequeuekmacy2009-04-231-1/+1
OpenPOWER on IntegriCloud