summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* cxgbe/tom: Fix bad signed/unsigned mixup in the stid allocator. Thisnp2013-06-082-3/+3
* cxgbe(4): Never install a firmware if hw.cxgbe.fw_install is 0.np2013-06-051-12/+17
* cxgbe(4): Provide accurate hit count for filters on T5 cards. Thenp2013-06-041-2/+8
* cxgbe(4): Some more debug sysctls. These work on both T4 and T5 basednp2013-06-011-0/+480
* Add dependencies on the firmware, which allows the loading of the cxgbkib2013-05-161-0/+2
* Deal correctly with 40G ports that don't have any transceiver pluggednp2013-05-131-0/+7
* cxgbe: Switch to a better way to install firmware.np2013-05-031-1/+1
* cxgbe/tom: Do not use M_PROTO1 to mark rx zero-copy mbufs as special.np2013-05-033-25/+28
* Fix DDP breakage introduced in r248925. Bitwise OR has highernp2013-04-301-2/+7
* Attach to the T580 (2 x 40G) card.np2013-04-301-1/+1
* - Provide accurate ifmedia information so that 40G ports/transceivers arenp2013-04-302-6/+44
* cxgbe(4): Some updates to shared code.np2013-04-304-30/+94
* cxgbe(4): Refuse to install T5 firmwares on a T4 card (and vice versa).np2013-04-181-0/+7
* cxgbe/tom: Update the CLIP table on the chip when there are changesnp2013-04-182-14/+133
* Add pciids of the T5 based cards. The ones that I haven't tested withnp2013-04-111-0/+21
* Cosmetic change (s/wrwc/wcwr/;s/WRWC/WCWR/).np2013-04-113-12/+12
* Auto-reduce the holdoff timers that are greater than the maximum valuenp2013-04-111-1/+22
* cxgbe/tom: Slight simplification of code that calculates options2.np2013-04-112-10/+16
* Get rid of a couple of stray \n's.np2013-04-111-2/+2
* There is no need for elaborate queries and error checking when trying tonp2013-04-111-18/+4
* - Explain clearly why a different firmware is being installed (if/whennp2013-04-111-18/+57
* cxgbe(4): Ensure that the MOD_LOAD handler runs before either t4nex ornp2013-04-111-4/+9
* cxgbe(4): Add support for Chelsio's Terminator 5 (aka T5) ASIC. Thisnp2013-03-3016-738/+20540
* cxgbe(4): Report unusual out of band errors from the firmware.np2013-02-261-2/+45
* cxgbe(4): Consider all the API versions of the interfaces exported bynp2013-02-262-64/+119
* cxgbe(4): Ask the card's firmware to pad up tiny CPLs by encapsulatingnp2013-02-265-6/+67
* cxgbe(4): Update firmware to 1.8.4.0.np2013-02-265-7697/+8382
* cxgbe(4): Add sysctls to extract debug information from the chip:np2013-02-212-0/+230
* cxgbe(4): Assume that CSUM_TSO in the transmit path implies CSUM_IP andnp2013-02-201-6/+8
* Do not hold locks around hardware context reads.np2013-02-091-10/+11
* Busy-wait when cold.np2013-02-061-1/+6
* Provide a statistic to track the number of drops in each of the port'snp2013-01-292-0/+3
* Install an extra hold on the newly allocated synq entry so that itnp2013-01-261-5/+10
* Force the 404-BT card (4 x 1G) to use the "uwire" configuration file.np2013-01-262-4/+12
* Add a couple of missing error codes. Treat CPL_ERR_KEEPALV_NEG_ADVICE asnp2013-01-266-5/+15
* cxgbe/tom: List IFCAP_TOE6 as supported now that all the required piecesnp2013-01-261-1/+1
* cxgbe: Make the for_each macros safer to use by turning themnp2013-01-171-8/+8
* cxgbe: Do a more thorough job in the CLEAR_STATS ioctl.np2013-01-161-0/+44
* cxgbe: Fix the for_each_foo macros -- the last argument should not sharenp2013-01-161-12/+12
* cxgbe/tom: Add support for fully offloaded TCP/IPv6 connections (passive open).np2013-01-151-71/+214
* cxgbe/tom: Add support for fully offloaded TCP/IPv6 connections (active open).np2013-01-151-42/+83
* cxgbe/tom: Basic CLIP table management.np2013-01-152-2/+178
* cxgbe/tom: Miscellaneous updates for TOE+IPv6 support (more to follow).np2013-01-152-16/+38
* cxgbe(4): Updates to the hardware L2 table management code.np2013-01-146-187/+141
* Overhaul the stid allocator so that it can be used for IPv6 serversnp2013-01-114-36/+100
* cxgbe(4): Add functions to help synchronize "slow" operations (those notnp2013-01-104-278/+393
* cxgbe(4): updates to the configuration file that controls how hardwarenp2013-01-091-4/+4
* cxgbe(4): Add support for the T440-LP-CR card. This is the 4x10G lownp2012-12-221-0/+1
* cxgbe(4): must hold a write-lock on the table while allocating an L2np2012-12-211-2/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-043-3/+3
OpenPOWER on IntegriCloud