summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe
Commit message (Expand)AuthorAgeFilesLines
* cxgbe(4): Provide an explicit value for nqpcq in the firmwarenp2016-04-111-1/+2
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-102-2/+2
* 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-102-25/+85
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationsephe2016-04-011-6/+1
* Remove #ifdef's from various structures used in the cxgbe/cxl driver.jhb2016-03-312-23/+1
* cxgbe/iw_cxgbe: Fix for stray "start_ep_timer timer already started!"np2016-03-291-0/+1
* cxgbe(4): Be consistent and call ETHER_BPF_MTAP before writing anythingnp2016-03-221-1/+1
* iw_cxgbe/libcxgb4: Pull in many applicable fixes from the upstream Linuxnp2016-03-217-110/+236
* cxgbe(4): Tidy up PAUSE frame accounting.np2016-03-172-6/+21
* cxgbe(4): Enable PFs 0-3, and allow creation of SR-IOV VFs on these PFsnp2016-03-162-54/+202
* cxgbe(4): Enable additional capabilities in the default configurationnp2016-03-163-11/+37
* cxgbe(4): Update some register settings in the default configurationnp2016-03-162-30/+56
* 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-122-35/+54
* 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-113-1/+29
* 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-102-27/+29
* 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-103-120/+175
* 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-082-19/+19
* cxgbe(4): Reshuffle and rototill t4_hw.c, solely to reduce diffs withnp2016-03-081-817/+920
* cxgbe(4): Minor updates to the shared routines that deal with firmware images.np2016-03-082-85/+58
* cxgbe(4): Fix t4_tp_get_rdma_stats.np2016-03-081-1/+1
* cxgbe(4): Many new functions in the shared code, unused at this time.np2016-03-082-0/+659
* cxgbe(4): Use t4_link_down_rc_str in shared code to decode the reasonnp2016-03-083-7/+27
* cxgbe(4): Updates to shared routines that get/set various parameters vianp2016-03-082-41/+107
* cxgbe(4): Remove __devinit and SPEED_<foo> as part of catch up withnp2016-03-083-22/+15
* cxgbe(4): Updates to the shared routines that deal with the serial EEPROM,np2016-03-085-430/+616
* cxgbe(4): Updates to mailbox routines in the shared code.np2016-03-082-28/+112
* cxgbe(4): Update the interrupt handlers for hardware errors.np2016-03-083-81/+199
* cxgbe(4): Overhaul the shared code that deals with the chip's TP block,np2016-03-085-161/+383
* cxgbe(4): Add a struct sge_params to store per-adapter SGE parameters.np2016-03-089-138/+172
* cxgbe(4): Updated register dumps.np2016-03-073-686/+1910
* cxgbe(4): Very basic T6 awareness. This is part of ongoing work tonp2016-03-047-176/+608
* cxgbe(4): First of many changes to reduce diffs with internal sharednp2016-03-033-120/+125
* cxgbe(4): Update T5 and T4 firmwares to 1.15.28.0.np2016-03-0110-19968/+20667
* cxgbe(4): Add a sysctl to retrieve the maximum speed/bandwidth supported by anp2016-02-252-0/+19
* cxgbe: catch up with the latest hardware-related definitions.np2016-02-198-90/+21241
* Remove duplicate definition (CPL_TRACE_PKT_T5).np2016-02-122-2/+1
* Garbage collect unused arguments of m_init().glebius2016-02-101-1/+1
* More fixes to the build.glebius2016-01-273-3/+3
* Augment struct tcpstat with tcps_states[], which is used for book-keepingglebius2016-01-271-1/+1
* Fix for iWARP servers that listen on INADDR_ANY.np2016-01-223-74/+42
* iw_cxgbe: fix a couple of problems int the RDMA_TERMINATE handler.np2016-01-211-6/+9
* Add optimizing LRO wrapper:hselasky2016-01-191-2/+2
OpenPOWER on IntegriCloud