summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* Do not over-allocate MSI interrupts for the case where each ingressnp2011-03-243-26/+39
* Fix an error while constructing the table that maps context id -> egressnp2011-03-221-1/+1
* Display holdoff timers and packet counts as a list of numbers.np2011-03-091-8/+24
* cxgbe shouldn't directly know of the UMA zones where network buffersnp2011-03-083-22/+48
* Be sure to stay within the bounds of the mod_str array when displayingnp2011-03-051-2/+6
* There is no need to hold an ingress queue's lock while processing itsnp2011-03-051-8/+0
* Calculate how many descriptors can be reclaimed before callingnp2011-03-051-37/+53
* Tweaks for rx:np2011-03-052-85/+112
* Store the ifnet rather than the port_info in each txq and rxq struct.np2011-03-053-10/+10
* A txpkts work request should have a valid FID.np2011-03-052-2/+5
* Upgrade the firmware on the card automatically if a better version isnp2011-03-052-17/+58
* Resume tx immediately in response to an SGE egress update from the hardware.np2011-03-053-42/+90
* Fix incorrect assertion.np2011-03-051-4/+5
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.np2011-02-1814-0/+43744
OpenPOWER on IntegriCloud