aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* MFC stable/8 r217711Jack F Vogel2011-01-251-5/+10
* MFC stable/8 r217710Jack F Vogel2011-01-251-3/+11
* MFC r216173Jack F Vogel2010-12-151-2/+0
* MFC r216172, r216176:Jack F Vogel2010-12-141-37/+32
* MFC: r214646, r215781, 215789, 215808Jack F Vogel2010-11-2722-1023/+2521
* MFC r211913:Pyun YongHyeon2010-09-276-17/+50
* MFC r211909:Pyun YongHyeon2010-09-271-3/+6
* MFC r211907:Pyun YongHyeon2010-09-273-15/+33
* MFC r211906:Pyun YongHyeon2010-09-271-1/+7
* MFC 212902:John Baldwin2010-09-274-346/+404
* MFC of e1000 changesJack F Vogel2010-08-1214-257/+2265
* MFC: 209512George V. Neville-Neil2010-08-031-0/+17
* MFC: 210428George V. Neville-Neil2010-08-021-10/+86
* MFC of E1000 drivers:Jack F Vogel2010-06-184-465/+839
* MFC: r208117Marius Strobl2010-05-181-3/+3
* Missing fix in lem code to limit WOL to MAGIC,Jack F Vogel2010-05-143-2/+6
* Only enable MAGIC WOL by default, MCAST causesJack F Vogel2010-04-281-2/+2
* MFC bug fixes to em and igb from HEAD.Jack F Vogel2010-04-164-230/+173
* MFC of the em/igb driversJack F Vogel2010-04-0529-4729/+10729
* MFC r203834 and r205197: Make ALTQ work for drbr consumers.Max Laier2010-03-182-2/+2
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-111-1/+1
* On a 32 bit kernel the igb driver may cause a pageJack F Vogel2009-11-161-3/+3
* This fixes kern/138516, an mbuf leak in both the emJack F Vogel2009-09-112-11/+24
* MFC r196386:Xin LI2009-08-192-2/+4
* Improvement on the last change, this gives a preciseJack F Vogel2009-07-242-12/+12
* This delta fixes two bugs:Jack F Vogel2009-07-242-6/+17
* A small number of systems in the ICH9/10 family have a flashJack F Vogel2009-07-241-22/+2
* Re-add opt_inet.h, as we did in r193862 and lost yet again.Bjoern A. Zeeb2009-07-141-0/+1
* The new method of reading the mac address from theJack F Vogel2009-07-061-1/+36
* Type problem when FreeBSD is in a virtualized environment, theJack F Vogel2009-06-291-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-262-4/+4
* Change intr_bind to bus_bind_intr, also limit this toJack F Vogel2009-06-251-6/+4
* need to make intr_bind call architecture specific forJack F Vogel2009-06-241-2/+2
* Fix lint issue.Jack F Vogel2009-06-241-2/+2
* Updates for both the em and igb drivers, add supportJack F Vogel2009-06-2419-1505/+2742
* Add opt_inet.h back lost with r190872.Bjoern A. Zeeb2009-06-091-0/+1
* When user_frac in the polling subsystem is low it is going to busy theAttilio Rao2009-05-301-11/+22
* Call drbr_stats_update to update ifp stats directly when we bypass the buf_ri...Kip Macy2009-05-141-3/+6
* fix typo in conditionalKip Macy2009-04-271-1/+1
* collapse the two em_start_locked routines in to oneKip Macy2009-04-272-48/+24
* Correct fat finger mistakeJack F Vogel2009-04-271-1/+1
* igb_txeof also has a case where the watchdog may notJack F Vogel2009-04-271-9/+8
* Thanks for Michael Tuexen for tracking down a path whereJack F Vogel2009-04-271-14/+21
* fix typoKip Macy2009-04-231-1/+1
* fix panic when using msixKip Macy2009-04-231-0/+5
* Make sure the ALTQ case is handle correctly by using drbr_dequeueKip Macy2009-04-231-1/+1
* call base if_qflush routine to flush if_sndKip Macy2009-04-161-0/+1
* Thanks to Michael Tuexen and Randall Scott for providing aJack F Vogel2009-04-141-8/+8
* - define em_transmit and em_qflushKip Macy2009-04-142-13/+138
* Fix build problem with data format.Jack F Vogel2009-04-101-2/+2