summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/tom
Commit message (Expand)AuthorAgeFilesLines
* MFC r285527 and r286338. This takes the firmware from 1.11.27.0 to 1.14.4.0.np2015-08-181-9/+7
* MFC r280878:np2015-06-061-8/+14
* MFC r278239 and r278374.np2015-06-062-5/+6
* MFC r273480, r273750, r273753, r273797, and r274461.np2015-05-311-1/+1
* MFC r272719:np2015-05-314-34/+92
* MFC 279892:jhb2015-04-091-0/+22
* MFC r276729, r276775.np2015-04-082-93/+29
* MFC r276597:np2015-04-081-5/+20
* MFC r276574:np2015-04-071-2/+12
* MFC r276570:np2015-04-071-2/+7
* MFC r275733:np2015-04-071-1/+0
* MFC 275808:jhb2015-02-061-1/+1
* MFC r266571, r266757, r268536, r269076, r269364, r269366, r269411,np2014-08-213-14/+357
* MFC r266596:bz2014-08-161-11/+0
* MFC r259382:np2014-05-061-5/+4
* MFC r259527:np2013-12-242-0/+21
* MFC r256459.np2013-10-201-1/+1
* Rework the tx credit mechanism between the cxgbe/tom drivernp2013-09-093-45/+85
* Fix a miscalculation that caused cxgbe/tom to auto-incrementnp2013-09-091-1/+1
* For TOE connections, the window scale factor in CPL_PASS_ACCEPT_REQ isnp2013-09-031-1/+1
* Change t4_list_lock and t4_uld_list_lock from mutexes to sx'es.np2013-08-281-2/+2
* Add hooks in base cxgbe(4) for the iWARP upper-layer driver. Update anp2013-08-281-6/+9
* - Make note of interface MTU change if the rx queues exist, and not justnp2013-07-042-2/+4
* Pay attention to TCP_NODELAY when it's set/unset after the connectionnp2013-07-041-0/+26
* The T5 allows the driver to specify the ISS. Do so; use the ISS pickednp2013-07-042-6/+23
* - Read all TP parameters in one place.np2013-07-043-51/+50
* cxgbe/tom: Allow caller to select the queue (control or data) used tonp2013-06-113-9/+9
* cxgbe/tom: Fix bad signed/unsigned mixup in the stid allocator. Thisnp2013-06-081-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
* cxgbe/tom: Update the CLIP table on the chip when there are changesnp2013-04-182-14/+133
* cxgbe/tom: Slight simplification of code that calculates options2.np2013-04-112-10/+16
* cxgbe(4): Add support for Chelsio's Terminator 5 (aka T5) ASIC. Thisnp2013-03-306-19/+63
* 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
OpenPOWER on IntegriCloud