summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/t4_sge.c
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Ask the card's firmware to pad up tiny CPLs by encapsulatingnp2013-02-261-0/+11
* cxgbe(4): Assume that CSUM_TSO in the transmit path implies CSUM_IP andnp2013-02-201-6/+8
* Provide a statistic to track the number of drops in each of the port'snp2013-01-291-0/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-1/+1
* Use global knob in the TP_PARA_REG3 register to disable congestionnp2012-10-121-0/+6
* There is no need to report the same error twice.np2012-10-101-9/+1
* Remove unused item. cxgbe's rx queue's lock was removed a long time ago.np2012-10-101-12/+5
* Initialize various DDP parameters in the main cxgbe(4) driver:np2012-08-161-8/+1
* Allow for a different handler for each type of firmware message.np2012-08-161-8/+8
* The size of the buffers in an Ethernet freelist has to be higher than thenp2012-08-151-5/+15
* Convert some fixed parameters to tunables (with reasonable defaultnp2012-08-141-14/+91
* Fix a bug in code that calculates the number of the first interruptnp2012-07-091-3/+5
* - Assign (don't OR) the CSUM_XXX bits to csum_flags in the rx checksum code.np2012-06-301-2/+2
* cxgbe(4): support for IPv6 TSO and LRO.np2012-06-291-14/+54
* cxgbe(4): support for IPv6 hardware checksumming (rx and tx).np2012-06-291-8/+18
* Better way to determine the status page length and rx pad boundary.np2012-06-231-12/+17
* Do not allocate extra vectors when adapter is not TOEnp2012-06-221-1/+1
* cxgbe(4): update to firmware interface 1.5.2.0; updates to shared code.np2012-06-221-3/+3
* - Updated TOE support in the kernel.np2012-06-191-73/+55
* Change the default to not use packet counters to generate rx interrupts.np2012-04-301-3/+6
* Many updates to cxgbe(4)np2011-12-161-822/+1369
* Do not clobber the ingress queue's congestion setting.np2011-12-141-1/+1
* - driver ioctl to get SGE context for any given queue.np2011-06-111-0/+34
* Allow lazy fill up of freelists.np2011-06-041-1/+9
* Update to firmware interface 1.3.10np2011-05-301-1/+1
* - Specialized ingress queues that take interrupts for other ingressnp2011-05-301-151/+218
* - Enable per-channel congestion notification.np2011-05-181-7/+17
* sysctl that displays the absolute queue id of an rxq.np2011-05-141-0/+13
* T4 packet timestamps.np2011-05-051-1/+22
* T4 packet filtering/steering.np2011-05-051-1/+5
* 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
* - Move all Ethernet specific items from sge_eq to sge_txq. sge_eq isnp2011-04-191-90/+293
* Fix a couple of bad races that can occur when a cxgbe interface is takennp2011-04-151-15/+68
* There is no need to request a tx credit flush if such a request is alreadynp2011-04-141-4/+14
* Do not over-allocate MSI interrupts for the case where each ingressnp2011-03-241-1/+1
* Fix an error while constructing the table that maps context id -> egressnp2011-03-221-1/+1
* cxgbe shouldn't directly know of the UMA zones where network buffersnp2011-03-081-19/+30
* 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-051-76/+100
* Store the ifnet rather than the port_info in each txq and rxq struct.np2011-03-051-6/+7
* A txpkts work request should have a valid FID.np2011-03-051-2/+4
* Resume tx immediately in response to an SGE egress update from the hardware.np2011-03-051-34/+42
* cxgbe(4) - NIC driver for Chelsio T4 (Terminator 4) based 10Gb/1Gb adapters.np2011-02-181-0/+2392
OpenPOWER on IntegriCloud