summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/t4_main.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r318014, r318091, r318125, and r318263.np2017-05-251-2/+12
* MFC r317702, r317847, r318307np2017-05-251-262/+24
* MFC r317820 and r317837.np2017-05-251-2/+14
* MFC r316506:np2017-05-241-9/+12
* MFC r309725:np2017-05-241-1/+5
* MFC r313318:np2017-05-241-46/+46
* MFC r316774:np2017-05-241-0/+15
* MFC r315201, r315920, r315921, r315922, r316008, and r316062.np2017-03-291-3/+3
* MFC r311848:np2017-01-141-0/+1
* MFC r309666, r310033, r310049, r310100, r310152, and r310807.np2017-01-041-36/+149
* MFC 309613: cxgbe(4): Update firmwares from version 1.16.12.0 to 1.16.22.0.jhb2016-12-091-1/+0
* MFC 307233:jhb2016-12-051-1/+1
* MFC 306821,306823: Permit updating firmware config file in flash.jhb2016-12-051-0/+36
* MFC 305695,305696,305699,305702,305703,305713,305715,305827,305852,305906,jhb2016-12-051-33/+255
* MFC 305667:jhb2016-12-051-0/+2
* MFC 303348:jhb2016-12-031-5/+4
* MFC 302440,304873,305704,305985,306787,307531: Fixes for sysctls.jhb2016-12-031-38/+58
* MFC 303754: Add __printflike() to bus_describe_intr() to enable -Wformat checks.jhb2016-10-061-1/+1
* MFC 303522,303647,303860,303880,304168,304169,304170,304479,304485,305549:jhb2016-10-031-135/+151
* MFC 303405: Add support for zero-copy aio_write() on TOE sockets.jhb2016-10-031-0/+5
* MFC 303205,303722,305032,305752: Create VF devices on Chelsio T4/T5 NICs.jhb2016-10-031-0/+70
* cxgbe(4): Changes to the CPL-handler registration mechanism and codenp2016-07-051-135/+46
* cxgbe(4): Do not bring up an interface when IFCAP_TOE is enabled on it.np2016-06-291-2/+2
* cxgbe(4): Merge netmap support from the ncxgbe/ncxl interfaces to thenp2016-06-231-195/+199
* cxgbe(4): A couple of fixes to set_sched_queue.np2016-06-071-6/+8
* cxgbe(4): Provide information about traffic classes in the sysctl mib.np2016-06-071-1/+122
* cxgbe(4): Track the state of the hardware traffic schedulers in thenp2016-06-071-0/+16
* cxgbe(4): Break up set_sched_class. Validate the channel number andnp2016-06-061-128/+108
* Use DDP to implement zerocopy TCP receive with aio_read().jhb2016-05-071-9/+0
* sys/dev: minor spelling fixes.pfg2016-05-031-2/+2
* 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
OpenPOWER on IntegriCloud