summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/tom
Commit message (Expand)AuthorAgeFilesLines
* Install an extra hold on the newly allocated synq entry so that itnp2013-01-261-5/+10
* Add a couple of missing error codes. Treat CPL_ERR_KEEPALV_NEG_ADVICE asnp2013-01-265-5/+13
* 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-141-25/+99
* Overhaul the stid allocator so that it can be used for IPv6 serversnp2013-01-113-29/+88
* cxgbe(4): Add functions to help synchronize "slow" operations (those notnp2013-01-101-4/+7
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-042-2/+2
* 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-191-1/+1
* Always provide sndbuf and MSS values in a flowc command, even when thenp2012-10-172-2/+11
* Whitespace cleanup.np2012-10-172-18/+18
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Use native FreeBSD facilities everywhere except the shared code in common/np2012-09-131-5/+5
* 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
* Cannot hold a mutex around vm_fault_quick_hold_pages, so don't. Tweaknp2012-08-211-12/+22
* Minor cleanup: use bitwise ops instead of pointless wrappers aroundnp2012-08-216-125/+81
* Correctly handle the case where an inp has already been dropped by the timenp2012-08-211-12/+9
* Support for TCP DDP (Direct Data Placement) in the T4 TOE module.np2012-08-176-47/+1463
* Add a routine (t4_set_tcb_field) to update arbitrary parts of a hardwarenp2012-08-162-0/+56
* cxgbe(4): update to firmware interface 1.5.2.0; updates to shared code.np2012-06-221-1/+1
* - Updated TOE support in the kernel.np2012-06-197-0/+4476
OpenPOWER on IntegriCloud