summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* Bump up the number of egress queues that the driver is allowed to use.np2011-05-051-1/+1
* T4 packet timestamps.np2011-05-051-1/+22
* T4 packet filtering/steering.np2011-05-054-4/+671
* Always re-arm an iq's interrupt before leaving the handler.np2011-05-041-10/+4
* Ring the freelist doorbell from within refill_fl. While here, fix a bugnp2011-04-201-16/+20
* Use the correct free routine when destroying a control queue.np2011-04-201-1/+1
* Use Toeplitz hash for RSS.np2011-04-191-0/+1
* - Move all Ethernet specific items from sge_eq to sge_txq. sge_eq isnp2011-04-193-115/+345
* Fix a couple of bad races that can occur when a cxgbe interface is takennp2011-04-155-31/+97
* There is no need to request a tx credit flush if such a request is alreadynp2011-04-143-5/+16
* Modify read/write ioctls to work with 64 bit registers too.np2011-04-072-15/+33
* Update header and related code for firmware 1.3.8np2011-04-013-20/+28
* 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