summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/t4_main.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Add a 'show t4 devlog <nexus>' DDB command.jhb2016-04-101-0/+93
* Add a 'show t4 tcb <nexus> <tid>' command to dump a TCB from DDB.jhb2016-04-101-0/+85
* cxgbe(4): Tidy up PAUSE frame accounting.np2016-03-171-6/+6
* cxgbe(4): Enable additional capabilities in the default configurationnp2016-03-161-3/+21
* cxgbe(4): Remove a couple of pointless assignments in sysctl_meminfo.np2016-03-161-5/+5
* Fix the following gcc warnings on sparc64, when TCP_OFFLOAD is notdim2016-03-121-0/+4
* cxgbe(4): Fix typo in previous commit.np2016-03-121-1/+1
* cxgbe(4): Catch up with the latest list of card capabilities as reportednp2016-03-121-35/+51
* cxgbe(4): sysctls to display the TOE's TCP timers.np2016-03-111-0/+135
* cxgbe(4): Add sysctls to display the TP microcode version and thenp2016-03-111-0/+25
* cxgbe(4): Add a sysctl for the event capture mask of the TP block'snp2016-03-111-0/+25
* cxgbe(4): Improvements to the code that deals with the firmware's log.np2016-03-101-27/+28
* cxgbe(4): Fix bug in r296603. The memory window needs to benp2016-03-101-1/+1
* cxgbe(4): Add general purpose routines that offer safe access to thenp2016-03-101-101/+150
* cxgbe(4): Allow the addr/len pair that is being validated innp2016-03-101-37/+112
* cxgbe(4): Rename regwin_lock to reg_lock. It is used to protect accessnp2016-03-081-18/+18
* cxgbe(4): Use t4_link_down_rc_str in shared code to decode the reasonnp2016-03-081-7/+1
* cxgbe(4): Remove __devinit and SPEED_<foo> as part of catch up withnp2016-03-081-4/+4
* cxgbe(4): Updates to the shared routines that deal with the serial EEPROM,np2016-03-081-3/+6
* cxgbe(4): Update the interrupt handlers for hardware errors.np2016-03-081-0/+14
* cxgbe(4): Overhaul the shared code that deals with the chip's TP block,np2016-03-081-35/+74
* cxgbe(4): Add a struct sge_params to store per-adapter SGE parameters.np2016-03-081-4/+4
* cxgbe(4): Updated register dumps.np2016-03-071-686/+4
* cxgbe(4): Very basic T6 awareness. This is part of ongoing work tonp2016-03-041-123/+447
* cxgbe(4): First of many changes to reduce diffs with internal sharednp2016-03-031-29/+30
* cxgbe(4): Add a sysctl to retrieve the maximum speed/bandwidth supported by anp2016-02-251-0/+3
* Remove duplicate definition (CPL_TRACE_PKT_T5).np2016-02-121-1/+1
* cxgbe: bind the ithreads that handle NIC rx to the correct CPU if the kernelnp2016-01-111-0/+7
* cxgbe(4): Updates to the base NIC driver and t4_tom to support the iSCSInp2015-12-261-4/+1
* Fix RSS build.np2015-12-051-1/+1
* Fix build for !TCP_OFFLOAD case.kib2015-12-031-1/+1
* Add support for configuring additional virtual interfaces (VIs) on a port.jhb2015-12-031-447/+916
* Chelsio T5 chips do not properly echo the No Snoop and Relaxed Orderingjhb2015-11-051-0/+29
* cxgbe(4): support for the kernel RSS option.np2015-10-161-5/+180
* cxgbe(4): Save the flags for the last adapter-wide synchronizednp2015-08-191-0/+2
* cxgbe(4): initialize debug_flags from the kernel environment.np2015-07-311-3/+1
* cxgbe(4): Update T4 and T5 firmwares to 1.14.2.0.np2015-07-141-6/+6
* Sync netmap sources with the version in our private tree.luigi2015-07-101-0/+7
* cxgbe(4): Add the ability to dump mailbox commands and replies. It isnp2015-06-161-0/+6
* cxgbe: no need to display the per-lane GT/s rating of the pcie link.np2015-06-011-19/+3
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-2/+2
* Don't use ifm_data. It was used only for self checking debug.glebius2015-04-261-23/+18
* cxgbe(4): Do not call sbuf_trim on an sbuf with a drain function.np2015-03-231-4/+7
* Set the SBUF_INCLUDENUL flag in sbuf_new_for_sysctl() so that sysctlian2015-03-141-3/+2
* Revert r279934, r279938; this is going to be fixed in sbuf instead.ian2015-03-141-1/+0
* cxgbe(4): fix if_media handling for T520-BT cards. 1Gbps and 100Mbpsnp2015-03-141-3/+0
* Nullterminate strings returned via sysctl.ian2015-03-121-0/+1
* cxgbe(4): allow the SET_FILTER_MODE ioctl to change the mode when it'snp2015-02-101-9/+1
* cxgbe(4): tidy up some of the interaction between the Upper Layernp2015-02-081-13/+40
OpenPOWER on IntegriCloud