aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* cxgbe: Add tunables to control the number of LRO entries and the numberNavdeep Parhar2017-04-172-10/+58
* cxgbe: Add a tunable to configure the SGE time scaler, which isNavdeep Parhar2017-04-153-8/+39
* cxgbe/iw_cxgbe: Report the actual values of various parameters asNavdeep Parhar2017-04-143-24/+24
* cxgbe/iw_cxgbe: Report accurate page_size_cap in ib_query_device.Navdeep Parhar2017-04-141-1/+1
* cxgbe/iw_cxgbe: hw supports 64K (not 32K) Protection Domains.Navdeep Parhar2017-04-141-1/+1
* cxgbe: Query some more RDMA related parameters from the firmware.Navdeep Parhar2017-04-133-0/+19
* cxgbe/iw_cxgbe: Remove another bad cast. This should have beenNavdeep Parhar2017-04-061-1/+1
* cxgbe/iw_cxgbe: Replace a magic constant with something more readableNavdeep Parhar2017-04-061-1/+2
* cxgbe/iw_cxgbe: Remove bad cast that resulted in incorrect length forNavdeep Parhar2017-04-061-1/+1
* cxgbe(4): Program the global RSS key once instead of once per ifnet.Navdeep Parhar2017-04-041-9/+12
* cxgbe: Don't call t4_edc_err_read for errors not related to the EDCs.Navdeep Parhar2017-03-291-1/+2
* cxgbe/iw_cxgbe: T6 has no limit on the amount of memory that can beNavdeep Parhar2017-03-281-2/+5
* cxgbe/iw_cxgbe: Defer the handling of error CQEs and RDMA_TERMINATE toNavdeep Parhar2017-03-272-69/+118
* cxgbe/iw_cxgbe: Remove unused code.Navdeep Parhar2017-03-271-11/+0
* cxgbe/iw_cxgbe: allocations that use GFP_KERNEL (which is M_WAITOK onNavdeep Parhar2017-03-251-22/+0
* cxgbe/iw_cxgbe: alloc_ep expects a gfp_t, and it's always ok to sleep duringNavdeep Parhar2017-03-251-2/+2
* cxgbe/iw_cxgbe: c4iw_connect should always returns a -ve errno on failure.Navdeep Parhar2017-03-251-1/+1
* cxgbe/iw_cxgbe: Use the socket and not the toepcb to reach for theNavdeep Parhar2017-03-151-8/+26
* cxgbe(4): Fix an always-true assertion (reported by PVS-Studio).Navdeep Parhar2017-03-131-3/+3
* cxgbe/iw_cxgbe: Abort connection if there is an error during c4iw_modify_qp.Navdeep Parhar2017-03-071-0/+1
* cxgbe/iw_cxgbe: Implement sq/rq drain operation.Navdeep Parhar2017-03-034-3/+86
* cxgbe/iw_cxgbe: Do not check the size of the memory region beingNavdeep Parhar2017-03-011-3/+0
* cxgbe/iw_cxgbe: fix various double-close panics with iWARP sockets.Navdeep Parhar2017-02-282-170/+65
* cxgbe/iw_cxgbe: Minor changes for T6.Navdeep Parhar2017-02-233-6/+6
* cxgbe/t4_tom: Fix CLIP entry refcounting on the passive side. EveryNavdeep Parhar2017-02-064-6/+9
* cxgbe(4): Allow tunables that control the number of queues to be set toNavdeep Parhar2017-02-061-46/+46
* Fix a couple of issues with t4iov probe and attach.John Baldwin2017-01-311-0/+12
* Unregister CPL handlers for TOE-related messages when unloading TOM.John Baldwin2017-01-275-6/+30
* Don't drop a reference to the TOE PCB in undo_offload_socket().John Baldwin2017-01-271-2/+0
* cxgbe/tom: Fix a case where do_pass_accept_req wasn't properly restoringNavdeep Parhar2017-01-181-0/+1
* cxgbe/tom: Add VIMAGE support to the TOE driver.Navdeep Parhar2017-01-116-57/+114
* The iw_cxgb and iw_cxgbe drivers should not use a FreeBSD device_t whereNavdeep Parhar2017-01-101-1/+1
* cxgbe(4): Attach to the 2x25 debug card. This is for internal use only.Navdeep Parhar2017-01-101-0/+1
* cxgbe(4): Refresh t4_msg.h, mainly for definitions related to the cryptoNavdeep Parhar2017-01-101-1/+594
* cxgbe(4): Enable automatic cidx flush for all control queues.Navdeep Parhar2017-01-091-1/+2
* cxgbe(4): The wraparound logic in start_wrq_wr() should not get involvedNavdeep Parhar2017-01-091-1/+1
* cxgbe/t4_tom: Fix tid accounting. An offloaded IPv6 connection uses 2Navdeep Parhar2017-01-074-12/+18
* Fix comment in t4_tom. No functional change.Navdeep Parhar2017-01-071-1/+4
* cxgbe(4): Update T4, T5 and T6 firmwares to 1.16.26.0. Changelog forNavdeep Parhar2017-01-0310-29280/+29319
* cxgbe(4): Updates to link configuration.Navdeep Parhar2016-12-305-50/+196
* cxgbe(4): Fix typo in an unused macro.Navdeep Parhar2016-12-161-1/+1
* cxgbe(4): Changes to the default T6 firmware configuration file.Navdeep Parhar2016-12-161-464/+162
* cxgbe(4): Deal with compressed error vectors.Navdeep Parhar2016-12-154-6/+11
* cxgbe(4): Fix the tid range shown for T6 cards in misc.tids.Navdeep Parhar2016-12-141-13/+11
* cxgbe(4): Retire t4_bus_space_read_8 and t4_bus_space_write_8.Navdeep Parhar2016-12-131-41/+13
* cxgbe(4): netmap does not set IFCAP_NETMAP in an ifnet's if_capabilitiesNavdeep Parhar2016-12-092-2/+6
* cxgbe(4): unsigned short isn't large enough to store link speed (whichNavdeep Parhar2016-12-071-2/+2
* cxgbe(4): Update firmwares from version 1.16.12.0 to 1.16.22.0.Navdeep Parhar2016-12-0611-29149/+29298
* cxgbe(4): Include firmware for T6 cards in the driver. Update allNavdeep Parhar2016-11-3013-20075/+30898
* cxgbe(4): Accurate statistics for all chip settings.Navdeep Parhar2016-10-281-8/+14