aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* Enable support for lookaside crypto operations by default.John Baldwin2017-09-182-3/+4
* Avoid reusing the wrong buffer for a DDP AIO request.John Baldwin2017-09-152-1/+4
* Fix some incorrect sysctl pointers for some error stats.John Baldwin2017-09-141-3/+4
* cxgbe(4): Ignore capabilities that depend on TOE when the firmwareNavdeep Parhar2017-09-131-0/+12
* cxgbe(4): Fix a couple of problems in the sge_wrq data path.Navdeep Parhar2017-09-091-4/+4
* cxgbe/iw_cxgbe: Set TCP_NODELAY before initiating connection so thatNavdeep Parhar2017-09-011-5/+14
* cxgbe/t4_tom: There may not be a tid to update if the connection isn'tNavdeep Parhar2017-08-311-0/+2
* cxgbe/t4_tom: Add a knob to select the congestion control algorigthmNavdeep Parhar2017-08-314-0/+13
* cxgbe(4): Add two new debug flags -- one to allow manual firmwareNavdeep Parhar2017-08-303-2/+21
* cxgbe(4): Zero out the memory allocated for the debug dump.Navdeep Parhar2017-08-301-1/+1
* cxgbe(4): Update T6/T5/T4 firmwares to 1.16.59.0.Navdeep Parhar2017-08-299-32288/+33064
* cxgbe(4): Do not access the mailbox without appropriate locks whileNavdeep Parhar2017-08-281-12/+43
* cxgbe(4): Maintain one ifmedia per physical port instead of one perNavdeep Parhar2017-08-282-20/+18
* cxgbe(4): vi_mac_funcs should include the base Ethernet function. It isNavdeep Parhar2017-08-281-1/+3
* cxgbe(4): Remove write only variable from t4_port_init.Navdeep Parhar2017-08-281-3/+0
* cxgbe(4): Fix some assertions during driver detach. The netmap queuesNavdeep Parhar2017-08-281-2/+8
* cxgbe(4): Verify that the driver accesses the firmware mailbox in aNavdeep Parhar2017-08-283-1/+14
* cxgbe(4): Dump the mailbox contents in the same format as CH_DUMP_MBOX.Navdeep Parhar2017-08-251-3/+3
* cxgbe/t4_tom: Use correct name for the ISS-valid bit in options2.Navdeep Parhar2017-08-151-1/+1
* cxgbe(4): Save the last reported link parameters and compare them withNavdeep Parhar2017-08-123-14/+16
* cxgbe(4): Avoid a NULL dereference that would occur during module unloadNavdeep Parhar2017-08-061-2/+4
* cxgbe(4): Allow the TOE timer tunables to be set with microsecondNavdeep Parhar2017-08-042-25/+75
* cxgbe(4): Always use the first and not the last virtual interfaceNavdeep Parhar2017-08-041-1/+2
* cxgbe(4): Initial import of the "collect" component of Chelsio unifiedNavdeep Parhar2017-08-0314-1/+9358
* cxgbe/iw_cxgbe: Log the end point's history and flags to the traceNavdeep Parhar2017-07-281-0/+2
* cxgbe(4): Some updates to the common code.Navdeep Parhar2017-07-264-257/+430
* cxgbe(4): Display some more TOE parameters related to retransmissionNavdeep Parhar2017-07-242-5/+128
* cxgbe(4): Install the firmware bundled with the driver to the card if itNavdeep Parhar2017-07-233-32/+94
* cxgbe/t4_tom: Log more details about the newly ESTABLISHED tid to theNavdeep Parhar2017-07-191-2/+2
* cxgbe(4): New ioctls to flash bootrom and boot config to the card.Navdeep Parhar2017-07-182-0/+100
* cxgbe(4): Various link/media related improvements.Navdeep Parhar2017-07-174-197/+277
* cxgbe/t4_tom: Do not include space taken by the TCP timestamp option inNavdeep Parhar2017-06-271-0/+2
* cxgbe/iw_cxgbe: Disable debug output by default. The help text for the sysctlNavdeep Parhar2017-06-271-1/+1
* cxgbe/iw_cxgbe: Catch up with r319722. The socket lock is not the same as theNavdeep Parhar2017-06-271-3/+2
* cxgbe/t4_tom: sbspace on listening sockets is no longer supported (as ofNavdeep Parhar2017-06-271-3/+4
* cxgbe(4): Fix per-queue netmap operation.Navdeep Parhar2017-06-153-1/+32
* cxgbe(4): Do not request an FEC setting that the port does not support.Navdeep Parhar2017-06-121-0/+1
* Fix the software fallback for GCM to validate the existing tag for decrypts.John Baldwin2017-06-081-3/+14
* Add explicit handling for requests with an empty payload.John Baldwin2017-06-081-6/+83
* cxgbe(4): Update the statistics for compound tx work requests once perNavdeep Parhar2017-06-021-4/+8
* Fail large requests with EFBIG.John Baldwin2017-05-261-1/+44
* cxgbe/iw_cxgbe: sodisconnect failures are harmless and should not beNavdeep Parhar2017-05-241-5/+3
* cxgbe(4): Update the T4, T5, and T6 firmwares to 1.16.45.0.Navdeep Parhar2017-05-2310-29338/+32095
* Add a driver for the Chelsio T6 crypto accelerator engine.John Baldwin2017-05-173-0/+2289
* Add support for child devices that aren't ports.John Baldwin2017-05-161-0/+8
* cxgbe(4): Avoid an out of bounds access when an attempt to unbind a txNavdeep Parhar2017-05-151-1/+1
* cxgbe(4): netmap-only interrupts for a VI do not have an associated rxqNavdeep Parhar2017-05-141-0/+5
* Adjust whitespace and fix a comment. No functional change.Navdeep Parhar2017-05-101-6/+6
* cxgbe(4): Do not assume that if_qflush is always followed by inteface-down.Navdeep Parhar2017-05-093-2/+13
* cxgbe(4): Fixes related to the knob that controls link autonegotiation.Navdeep Parhar2017-05-092-1/+26