aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-1/+1
* Cleanup redundant parenthesis from existing howmany()/roundup() macro uses.Pedro F. Giffuni2016-04-221-1/+1
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* cxgbe(4): Always dispatch all work requests that have been written to theNavdeep Parhar2016-04-121-2/+3
* cxgbe(4): Always read the entire mailbox into the reply buffer.Navdeep Parhar2016-04-121-1/+1
* Rename the 'M_B' macro in t4_regs.h to 'CXGBE_M_B'.John Baldwin2016-04-121-2/+2
* cxgbe(4): Provide an explicit value for nqpcq in the firmwareNavdeep Parhar2016-04-111-1/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-102-2/+2
* Add a 'show t4 devlog <nexus>' DDB command.John Baldwin2016-04-101-0/+93
* Add a 'show t4 tcb <nexus> <tid>' command to dump a TCB from DDB.John Baldwin2016-04-102-25/+85
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-6/+1
* Remove #ifdef's from various structures used in the cxgbe/cxl driver.John Baldwin2016-03-312-23/+1
* cxgbe/iw_cxgbe: Fix for stray "start_ep_timer timer already started!"Navdeep Parhar2016-03-291-0/+1
* cxgbe(4): Be consistent and call ETHER_BPF_MTAP before writing anythingNavdeep Parhar2016-03-221-1/+1
* iw_cxgbe/libcxgb4: Pull in many applicable fixes from the upstream LinuxNavdeep Parhar2016-03-217-110/+236
* cxgbe(4): Tidy up PAUSE frame accounting.Navdeep Parhar2016-03-172-6/+21
* cxgbe(4): Enable PFs 0-3, and allow creation of SR-IOV VFs on these PFsNavdeep Parhar2016-03-162-54/+202
* cxgbe(4): Enable additional capabilities in the default configurationNavdeep Parhar2016-03-163-11/+37
* cxgbe(4): Update some register settings in the default configurationNavdeep Parhar2016-03-162-30/+56
* cxgbe(4): Remove a couple of pointless assignments in sysctl_meminfo.Navdeep Parhar2016-03-161-5/+5
* Fix the following gcc warnings on sparc64, when TCP_OFFLOAD is notDimitry Andric2016-03-121-0/+4
* cxgbe(4): Fix typo in previous commit.Navdeep Parhar2016-03-121-1/+1
* cxgbe(4): Catch up with the latest list of card capabilities as reportedNavdeep Parhar2016-03-122-35/+54
* cxgbe(4): sysctls to display the TOE's TCP timers.Navdeep Parhar2016-03-111-0/+135
* cxgbe(4): Add sysctls to display the TP microcode version and theNavdeep Parhar2016-03-113-1/+29
* cxgbe(4): Add a sysctl for the event capture mask of the TP block'sNavdeep Parhar2016-03-111-0/+25
* cxgbe(4): Improvements to the code that deals with the firmware's log.Navdeep Parhar2016-03-102-27/+29
* cxgbe(4): Fix bug in r296603. The memory window needs to beNavdeep Parhar2016-03-101-1/+1
* cxgbe(4): Add general purpose routines that offer safe access to theNavdeep Parhar2016-03-103-120/+175
* cxgbe(4): Allow the addr/len pair that is being validated inNavdeep Parhar2016-03-101-37/+112
* cxgbe(4): Rename regwin_lock to reg_lock. It is used to protect accessNavdeep Parhar2016-03-082-19/+19
* cxgbe(4): Reshuffle and rototill t4_hw.c, solely to reduce diffs withNavdeep Parhar2016-03-081-817/+920
* cxgbe(4): Minor updates to the shared routines that deal with firmware images.Navdeep Parhar2016-03-082-85/+58
* cxgbe(4): Fix t4_tp_get_rdma_stats.Navdeep Parhar2016-03-081-1/+1
* cxgbe(4): Many new functions in the shared code, unused at this time.Navdeep Parhar2016-03-082-0/+659
* cxgbe(4): Use t4_link_down_rc_str in shared code to decode the reasonNavdeep Parhar2016-03-083-7/+27
* cxgbe(4): Updates to shared routines that get/set various parameters viaNavdeep Parhar2016-03-082-41/+107
* cxgbe(4): Remove __devinit and SPEED_<foo> as part of catch up withNavdeep Parhar2016-03-083-22/+15
* cxgbe(4): Updates to the shared routines that deal with the serial EEPROM,Navdeep Parhar2016-03-085-430/+616
* cxgbe(4): Updates to mailbox routines in the shared code.Navdeep Parhar2016-03-082-28/+112
* cxgbe(4): Update the interrupt handlers for hardware errors.Navdeep Parhar2016-03-083-81/+199
* cxgbe(4): Overhaul the shared code that deals with the chip's TP block,Navdeep Parhar2016-03-085-161/+383
* cxgbe(4): Add a struct sge_params to store per-adapter SGE parameters.Navdeep Parhar2016-03-089-138/+172
* cxgbe(4): Updated register dumps.Navdeep Parhar2016-03-073-686/+1910
* cxgbe(4): Very basic T6 awareness. This is part of ongoing work toNavdeep Parhar2016-03-047-176/+608
* cxgbe(4): First of many changes to reduce diffs with internal sharedNavdeep Parhar2016-03-033-120/+125
* cxgbe(4): Update T5 and T4 firmwares to 1.15.28.0.Navdeep Parhar2016-03-0110-19968/+20667
* cxgbe(4): Add a sysctl to retrieve the maximum speed/bandwidth supported by aNavdeep Parhar2016-02-252-0/+19
* cxgbe: catch up with the latest hardware-related definitions.Navdeep Parhar2016-02-198-90/+21241
* Remove duplicate definition (CPL_TRACE_PKT_T5).Navdeep Parhar2016-02-122-2/+1