summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe/ixgbe.c
Commit message (Expand)AuthorAgeFilesLines
* Stats missed packet handling was still not quitejfv2009-09-111-2/+4
* If an interface is brought up with no cable it will experiencejfv2009-09-041-1/+2
* Stupid cut and paste error on a stats struct member, thanksjfv2009-09-031-1/+1
* A couple of changes: first, make header split on by defaultjfv2009-08-241-18/+50
* Improvement on the last change, this gives a precisejfv2009-07-241-6/+6
* This delta fixes two bugs:jfv2009-07-241-1/+8
* Multiqueue RX is not correctly enabled on the new 82599jfv2009-07-011-36/+31
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Decided to limit the interrupt bind to multiqueuejfv2009-06-251-2/+4
* Change intr_bind to bus_bind_intr, thanks to John Baldwinjfv2009-06-251-6/+4
* Make CPU bind call architecture specific to satisfy LINTjfv2009-06-241-2/+2
* Update for the Intel 10G driver, this adds support forjfv2009-06-241-532/+769
* Update the ixgbe driver to 1.7.4, this includes supportjfv2009-04-101-173/+667
* Small nit I just noticed, a pre-decrement should be post.jfv2008-11-271-1/+1
* Updated ixgbe driver - version 1.6.2jfv2008-11-261-494/+759
* This updates the ixgbe driver to Intel internal version 1.4.7jfv2008-07-301-113/+152
* This is driver version 1.4.4 of the Intel ixgbe driver.jfv2008-05-161-538/+805
* This is an update to the new Intel 10G 82598 driver.jfv2007-09-041-180/+427
* A couple late breaking bugs that testing have turned up.jfv2007-07-121-3/+6
* Add the actual source too :)jfv2007-07-111-0/+3341
OpenPOWER on IntegriCloud