summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/if_em.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a mismerge in r206001.marius2010-05-151-3/+3
* Small changes preparing for MFC, need to conditionalizejfv2010-05-141-0/+2
* 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-141-3/+8
* 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-091-7/+12
* Incorporate suggested improvements from yongari.jfv2010-04-091-47/+53
* Three changes:jfv2010-04-081-10/+17
* Important fix got clobbered in the em driver, keepingjfv2010-04-081-4/+29
* Hook the identification LEDs of igb(4), lem(4) and em(4) devices up withmarius2010-03-311-1/+28
* Fix lint build problem.jfv2010-03-301-4/+6
* Update to igb and em:jfv2010-03-291-1804/+1329
* Fix drbr and altq interaction:mlaier2010-02-131-1/+1
* A few minor changes: add altq option header, add missing conditionaljfv2010-02-011-3/+4
* Fix for kern/141646: when stacking pseudo drivers likejfv2010-01-301-14/+30
* Missing a fix for the new watchdog handling.jfv2010-01-261-0/+1
* Update the 1G drivers, shared code sync with Intel,jfv2010-01-261-5/+7
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Resync with Intel versions of both the em and igbjfv2009-12-081-241/+345
* Fix build complaint from previous checkinjfv2009-09-101-2/+2
* 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-191-1/+2
* Improvement on the last change, this gives a precisejfv2009-07-241-6/+6
* This delta fixes two bugs:jfv2009-07-241-5/+9
* 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-261-2/+2
* Updates for both the em and igb drivers, add supportjfv2009-06-241-339/+231
* 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-271-48/+4
* Correct fat finger mistakejfv2009-04-271-1/+1
* 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
* call base if_qflush routine to flush if_sndkmacy2009-04-161-0/+1
* - define em_transmit and em_qflushkmacy2009-04-141-13/+128
* This delta syncs the em and igb drivers with Intel,jfv2009-04-101-88/+88
* Restore opt_inet.h include which was lost in the last commit.thompsa2008-12-071-0/+1
* This delta is primarily a fix for es2lan devices thatjfv2008-11-261-12/+82
* Hide AF_INET specific ioctl handling under #ifdef INET.bz2008-11-061-0/+5
* Merge of the source for igb and em into dev/e1000, thisjfv2008-07-301-0/+5317
OpenPOWER on IntegriCloud