aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* Update driver to Intel version 2.0.7:Jack F Vogel2009-12-0712-1265/+2506
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setJohn Baldwin2009-11-061-2/+0
* Stats missed packet handling was still not quiteJack F Vogel2009-09-111-2/+4
* If an interface is brought up with no cable it will experienceJack F Vogel2009-09-041-1/+2
* Stupid cut and paste error on a stats struct member, thanksJack F Vogel2009-09-031-1/+1
* A couple of changes: first, make header split on by defaultJack F Vogel2009-08-241-18/+50
* Improvement on the last change, this gives a preciseJack F Vogel2009-07-241-6/+6
* This delta fixes two bugs:Jack F Vogel2009-07-241-1/+8
* Multiqueue RX is not correctly enabled on the new 82599Jack F Vogel2009-07-011-36/+31
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Decided to limit the interrupt bind to multiqueueJack F Vogel2009-06-251-2/+4
* Change intr_bind to bus_bind_intr, thanks to John BaldwinJack F Vogel2009-06-251-6/+4
* Make CPU bind call architecture specific to satisfy LINTJack F Vogel2009-06-241-2/+2
* Update for the Intel 10G driver, this adds support forJack F Vogel2009-06-2411-679/+1274
* Add missing file, sorry bout that :)Jack F Vogel2009-04-101-0/+2444
* Update the ixgbe driver to 1.7.4, this includes supportJack F Vogel2009-04-1013-810/+3208
* Small nit I just noticed, a pre-decrement should be post.Jack F Vogel2008-11-271-1/+1
* Updated ixgbe driver - version 1.6.2Jack F Vogel2008-11-2611-1021/+1994
* This updates the ixgbe driver to Intel internal version 1.4.7Jack F Vogel2008-07-3010-423/+396
* Change include to reflect tcp_lro.h move.Jack F Vogel2008-06-111-1/+1
* Remove the tcp_lro.[ch] files as they are now in netinet.Jack F Vogel2008-06-112-465/+0
* This is driver version 1.4.4 of the Intel ixgbe driver.Jack F Vogel2008-05-1615-1825/+3498
* This is an update to the new Intel 10G 82598 driver.Jack F Vogel2007-09-0410-475/+942
* A couple late breaking bugs that testing have turned up.Jack F Vogel2007-07-121-3/+6
* Add the actual source too :)Jack F Vogel2007-07-1112-0/+9206