summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe
Commit message (Collapse)AuthorAgeFilesLines
* Small nit I just noticed, a pre-decrement should be post.jfv2008-11-271-1/+1
|
* Updated ixgbe driver - version 1.6.2jfv2008-11-2611-1026/+1999
| | | | | | | | | -This version has header split, and as a result a number of aspects of the code have been improved/simplified. - Interrupt handling refined for performance - Many small bugs fixed along the way MFC after: ASAP - in time for 7.1
* This updates the ixgbe driver to Intel internal version 1.4.7jfv2008-07-3010-423/+396
| | | | | | Shared code changes, core driver fixes, vlan event/filter support Also Kip Macy's fix to allow any number of queues, thanks Kip!
* Change include to reflect tcp_lro.h move.jfv2008-06-111-1/+1
|
* Remove the tcp_lro.[ch] files as they are now in netinet.jfv2008-06-112-465/+0
|
* This is driver version 1.4.4 of the Intel ixgbe driver.jfv2008-05-1615-1835/+3508
| | | | | | | | | | | -It has new hardware support -It uses a new method of TX cleanup called Head Write Back -It includes the provisional generic TCP LRO feature contributed by Myricom and made general purpose by me. This should move into the stack upon approval but for this driver drop its in here. -Also bug fixes and etc... MFC in a week if no serious issues arise.
* This is an update to the new Intel 10G 82598 driver.jfv2007-09-0410-476/+943
| | | | | | | | | The first drop was Beta, this code is expected to be the release version. Note that this driver code will build in either 6.2 or 7. If you use the code in 6.2 you will not get TSO or MSI/X support but it will function in a legacy mode. Approved by: re
* A couple late breaking bugs that testing have turned up.jfv2007-07-121-3/+6
| | | | | | | | | - change include style so build in kernel try OR standalone work. - Limit HWCSUM - I was led to believe that it would work with RSS, but our testing had odd issues which suggests this is false. - A fatfinger error in the ioctl code made ifconfig up not work. Approved by: re
* Add the actual source too :)jfv2007-07-1112-0/+9206
Approved by: re
OpenPOWER on IntegriCloud