summaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
...
* Left out header change in last delta - new memberJack F Vogel2010-06-301-0/+1
* Fix build.Gleb Smirnoff2010-06-301-0/+1
* BAH, I apologize, the wrong version of the code gotJack F Vogel2010-06-301-40/+45
* Add a new sysctl option, this will allow one toJack F Vogel2010-06-301-0/+42
* Change the mbuf memory calls back to NOWAIT as aJack F Vogel2010-06-111-2/+2
* Remove a disable_queue from the beginning of theJack F Vogel2010-06-111-1/+6
* Fixes for panic experienced in test at Intel, whenJack F Vogel2010-06-032-28/+50
* A few changes:Jack F Vogel2010-05-192-178/+238
* A few minor fixes:Jack F Vogel2010-05-141-8/+11
* Remove the tx queue selection based on the cpu wheJack F Vogel2010-04-161-13/+15
* fix my clobber of the copyright date :)Jack F Vogel2010-03-301-1/+1
* Thanks to Michael Tuexen for adding SCTP support for 82599,Jack F Vogel2010-03-302-38/+70
* Update the driver to Intel version 2.1.6Jack F Vogel2010-03-2711-1089/+1153
* Fix drbr and altq interaction:Max Laier2010-02-131-1/+1
* Remove extraneous semicolons, no functional changes.Martin Blapp2010-01-071-2/+2
* 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