summaryrefslogtreecommitdiffstats
path: root/sys/dev/e1000/if_igb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build issue with last commit.jfv2009-09-101-2/+2
* Fix an xmit mbuf leak, when transmit failed but youjfv2009-09-101-6/+14
* 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-1/+8
* Re-add opt_inet.h, as we did in r193862 and lost yet again.bz2009-07-141-0/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* 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-241-541/+663
* Add opt_inet.h back lost with r190872.bz2009-06-091-0/+1
* igb_txeof also has a case where the watchdog may notjfv2009-04-271-9/+8
* Thanks to Michael Tuexen and Randall Scott for providing ajfv2009-04-141-8/+8
* Fix build problem with data format.jfv2009-04-101-2/+2
* This delta syncs the em and igb drivers with Intel,jfv2009-04-101-404/+598
* Fix a cut/paste bug which prevents us from setting the averagegnn2009-01-131-1/+1
* Thanks to the reminder from Ganbold, small fix in the RX failurejfv2008-11-271-13/+11
* This delta is primarily a fix for es2lan devices thatjfv2008-11-261-4/+4
* Hide AF_INET specific ioctl handling under #ifdef INET.bz2008-11-061-0/+5
* Update to igb driver:jfv2008-08-281-282/+168
* Data type fixjfv2008-07-311-2/+2
* Include netinet/tcp_lro.h, unbreak the buildps2008-07-301-1/+1
* Merge of the source for igb and em into dev/e1000, thisjfv2008-07-301-0/+4809
OpenPOWER on IntegriCloud