summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/tom
Commit message (Expand)AuthorAgeFilesLines
* Provide functions to determine presence of a given addressglebius2015-04-171-54/+2
* cxgbe/tom: return rx credits promptly if the socket buffer's low waternp2015-03-311-8/+14
* Move special DDP handling for closing a connection into a newjhb2015-03-163-15/+37
* Resize receive socket buffers that support autosizing when receivingjhb2015-03-111-0/+22
* cxgbe(4): tidy up some of the interaction between the Upper Layernp2015-02-082-5/+6
* Lock the socket buffer before jumping to the 'out' label if sblock()jhb2015-01-261-1/+1
* - Update a disabled KASSERT() to use sbused() instead of accessingjhb2015-01-261-14/+14
* cxgbe/tom: allocate page pod addresses instead of ppod#.np2015-01-072-18/+21
* cxgbe/tom: use vmem(9) as the DDP page pod allocator.np2015-01-062-86/+19
* cxgbe/tom: do not engage the TOE's payload chopper for payload < 2 MSSnp2015-01-031-5/+20
* cxgbe/tom: fix the MSS calculation for IPv6 connections handled by the TOE.np2015-01-021-2/+12
* cxgbe/tom: log some more details in send_flowc_wr.np2015-01-021-2/+7
* Check for SS_NBIO in so->so_state instead of sb->sb_flags injhb2014-12-151-1/+1
* Move KTR_CXGBE from t4_tom.h to adapter.h so that the base if_cxgbenp2014-12-121-1/+0
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-302-4/+4
* Merge from projects/sendfile:glebius2014-11-301-1/+2
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-122-34/+34
* Always request a completion for every work request for iWARP. Thenp2014-10-281-1/+1
* cxgbe/tom: don't leak resources tied to an active open request thatnp2014-10-074-34/+92
* Update comment (missed this bit in r272079).np2014-09-241-2/+1
* cxgbe/tom: Catch up with r271119, syncache_add doesn't need tcbinfo lock.np2014-09-241-3/+2
* Some hooks in cxgbe(4) for the offloaded iSCSI driver.np2014-07-243-14/+357
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptattilio2014-06-161-1/+1
* Move the tcp_fields_to_host() and tcp_fields_to_net() (inline)bz2014-05-231-11/+0
* Do not create a hardware IPv6 server if the listen address is notnp2013-12-172-0/+21
* Read card capabilities after firmware initialization, instead of settingnp2013-12-141-5/+4
* - Provide necessary includes.glebius2013-10-291-1/+1
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* cxgbe(4): Update T4 and T5 firmwares to 1.9.12.0np2013-10-141-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
OpenPOWER on IntegriCloud