summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* 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
* cxgbe/tom: Handle the case where the chip falls out of DDP mode bynp2012-11-293-12/+53
* cxgbe/tom: Add a flag to indicate that the L2 table entry for annp2012-11-293-62/+89
* cxgbe/tom: Plug mbuf leak.np2012-11-161-1/+3
* Make sure the inp hasn't been dropped before trying to access its socketnp2012-11-061-6/+10
* Remove the tid from the software table (and bump down the in-usenp2012-11-061-0/+1
* Prefer __containerof() over __member2struct().ed2012-10-194-6/+6
* Always provide sndbuf and MSS values in a flowc command, even when thenp2012-10-172-2/+11
* Whitespace cleanup.np2012-10-172-18/+18
* Temporary fix for kern/172364.np2012-10-121-1/+1
* Use global knob in the TP_PARA_REG3 register to disable congestionnp2012-10-122-4/+6
* Add a driver ioctl to clear a port's MAC statistics.np2012-10-102-0/+11
* Add a driver ioctl to read a byte from any device on a port's i2c bus.np2012-10-104-0/+69
* 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-102-13/+5
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Switch some PCI register reads from using magic numbers to using the namesgavin2012-09-191-1/+1
* Align the PCI Express #defines with the style used for the PCI-Xgavin2012-09-182-10/+10
* Install interrupt handlers early, during attach, for the reasonnp2012-09-131-41/+67
* Use native FreeBSD facilities everywhere except the shared code in common/np2012-09-134-32/+27
* Update interface to firmware 1.6.2 and include the firmware in the driver.np2012-09-133-16/+7700
* Deal with the case where a syncache entry added by the TOE driver isnp2012-08-212-0/+21
* Avoid a NULL pointer dereference.np2012-08-211-2/+2
OpenPOWER on IntegriCloud