summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/common
Commit message (Expand)AuthorAgeFilesLines
* MFC 304482: Adjust t4_port_init() to work with VF devices.jhb2016-10-041-17/+20
* MFC 303522,303647,303860,303880,304168,304169,304170,304479,304485,305549:jhb2016-10-033-14/+548
* sys/dev: minor spelling fixes.pfg2016-05-031-3/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-2/+2
* cxgbe(4): Always read the entire mailbox into the reply buffer.np2016-04-121-1/+1
* Rename the 'M_B' macro in t4_regs.h to 'CXGBE_M_B'.jhb2016-04-121-2/+2
* cxgbe(4): Tidy up PAUSE frame accounting.np2016-03-171-0/+15
* cxgbe(4): Add sysctls to display the TP microcode version and thenp2016-03-111-0/+1
* cxgbe(4): Improvements to the code that deals with the firmware's log.np2016-03-101-0/+1
* cxgbe(4): Add general purpose routines that offer safe access to thenp2016-03-101-19/+0
* 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-082-0/+26
* 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-081-9/+8
* cxgbe(4): Updates to the shared routines that deal with the serial EEPROM,np2016-03-082-427/+606
* 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-082-81/+185
* cxgbe(4): Overhaul the shared code that deals with the chip's TP block,np2016-03-082-124/+289
* cxgbe(4): Add a struct sge_params to store per-adapter SGE parameters.np2016-03-082-1/+93
* cxgbe(4): Updated register dumps.np2016-03-072-0/+1906
* cxgbe(4): Very basic T6 awareness. This is part of ongoing work tonp2016-03-043-44/+155
* cxgbe(4): First of many changes to reduce diffs with internal sharednp2016-03-032-91/+95
* cxgbe(4): Update T5 and T4 firmwares to 1.15.28.0.np2016-03-011-3/+4
* cxgbe: catch up with the latest hardware-related definitions.np2016-02-196-78/+21239
* Remove duplicate definition (CPL_TRACE_PKT_T5).np2016-02-121-1/+0
* Add support for configuring additional virtual interfaces (VIs) on a port.jhb2015-12-031-5/+5
* cxgbe(4): Ask the firmware for the start of the RSS slice for a port andnp2015-07-171-0/+12
* cxgbe(4): Add the ability to dump mailbox commands and replies. It isnp2015-06-161-0/+4
* cxgbe(4): allow the SET_FILTER_MODE ioctl to change the mode when it'snp2015-02-101-24/+28
* cxgbe(4): figure out the max payload size and save it for later.np2014-11-191-0/+1
* Fix some bad interaction between cxgbe(4) and lacp lagg(4) that couldnp2014-11-121-4/+4
* cxgbe/tom: don't leak resources tied to an active open request thatnp2014-10-071-0/+1
* Add new a M_START() mbuf macro that returns a pointer to the start ofrwatson2014-09-111-2/+2
* cxgbe(4): Do not poke T4-only registers on a T5 (and vice versa).np2014-08-081-14/+29
* cxgbe(4): Let caller specify whether it's ok to sleep innp2014-08-062-6/+10
* cxgbe(4): Remove an unused version of t4_enable_vi.np2014-08-022-15/+0
* Allow multi-byte reads in the private CHELSIO_T4_GET_I2C ioctl. Thenp2014-07-152-32/+89
* cxgbe(4): netmap support for Terminator 5 (T5) based 10G/40G cards.np2014-05-272-5/+20
* cxgbe(4): significant rx rework.np2014-03-181-0/+1
* cxgbe(4): Use the rx channel map (instead of the tx channel map) as thenp2014-02-061-0/+1
* Read card capabilities after firmware initialization, instead of settingnp2013-12-141-2/+23
* cxgbe(4): T4_SET_SCHED_CLASS and T4_SET_SCHED_QUEUE ioctls to programnp2013-12-032-0/+51
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+3
* cxgbe(4): Update T4 and T5 firmwares to 1.9.12.0np2013-10-141-1/+1
* Add support for packet-sniffing tracers to cxgbe(4). This works withnp2013-07-262-21/+24
* - Show the reason why link is down if this information is available.np2013-07-051-1/+8
* The T5 allows the driver to specify the ISS. Do so; use the ISS pickednp2013-07-041-2/+11
OpenPOWER on IntegriCloud