summaryrefslogtreecommitdiffstats
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-1/+1
* Don't bother to run the flowcontrol code if therejfv2011-01-221-1/+5
* Missing case for 82598DA type adapter, thanks Andrew.jfv2011-01-221-0/+3
* Leftover bogus TX UNLOCK removed. Thanks tojfv2011-01-211-1/+0
* Update driver to version 2.3.8:jfv2011-01-198-663/+357
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-5/+6
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-55/+55
* CSUM flags need to be OS version sensitive in ixv codejfv2011-01-071-0/+4
* kern/150247 - virtualization code also needs fix for 7.X to be buildable...jfv2011-01-071-1/+1
* Fix to kern/150247 - make ixgbe buildable for 7.xjfv2011-01-071-1/+1
* kern/153772 fix variable names.jfv2011-01-071-2/+2
* This small little change is a bug that drove me nutsjfv2010-12-041-5/+1
* Interrupt handler, and stats changes from Michael Tuexen,jfv2010-11-271-149/+408
* and the header...jfv2010-11-271-0/+3
* A couple fixes got clobbered, putting them back.jfv2010-11-261-13/+33
* Update ixgbe driver to verion 2.3.6jfv2010-11-2618-1239/+7881
* Fix typos.brucec2010-11-091-5/+5
* Do not allocate multicast array memory in multicast filteryongari2010-08-282-1/+18
* Do not call voluntary panic(9) in case of if_alloc() failure.yongari2010-08-281-6/+11
* Fix buildkevlo2010-07-011-1/+0
* Left out header change in last delta - new memberjfv2010-06-301-0/+1
* Fix build.glebius2010-06-301-0/+1
* BAH, I apologize, the wrong version of the code gotjfv2010-06-301-40/+45
* Add a new sysctl option, this will allow one tojfv2010-06-301-0/+42
* Change the mbuf memory calls back to NOWAIT as ajfv2010-06-111-2/+2
* Remove a disable_queue from the beginning of thejfv2010-06-111-1/+6
* Fixes for panic experienced in test at Intel, whenjfv2010-06-032-28/+50
* A few changes:jfv2010-05-192-178/+238
* A few minor fixes:jfv2010-05-141-8/+11
* Remove the tx queue selection based on the cpu whejfv2010-04-161-13/+15
* fix my clobber of the copyright date :)jfv2010-03-301-1/+1
* Thanks to Michael Tuexen for adding SCTP support for 82599,jfv2010-03-302-38/+70
* Update the driver to Intel version 2.1.6jfv2010-03-2711-1094/+1158
* Fix drbr and altq interaction:mlaier2010-02-131-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-2/+2
* Update driver to Intel version 2.0.7:jfv2009-12-0712-1269/+2510
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-2/+0
* 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-2411-684/+1279
* Add missing file, sorry bout that :)jfv2009-04-101-0/+2444
OpenPOWER on IntegriCloud