aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
* MFC r339584:Slava Shwartsman2018-10-252-0/+7
* Make the MSIX module parameter limit per device, in mlx5en(4).Hans Petter Selasky2018-09-062-5/+13
* Add support for receive side scaling stride, RSSS, in mlx5en(4).Hans Petter Selasky2018-09-063-4/+28
* Don't stall transmit queue on drops in mlx5en(4).Hans Petter Selasky2018-09-061-4/+2
* Maximum number of mbuf frags is off-by-one for worst case scenario in mlx5en(4).Hans Petter Selasky2018-09-061-1/+2
* Update version information for the mlx5 and mlx5en(4) modules.Hans Petter Selasky2018-07-1820-22/+22
* Do not inline transmit headers and use HW VLAN tagging if supported by mlx5en...Hans Petter Selasky2018-07-188-29/+192
* Use a mbuf header instead of a mbuf cluster for debugging interrupts in mlx5e...Hans Petter Selasky2018-07-171-1/+4
* Add module parameter to limit number of MSIX EQ vectors in mlx5en(4).Hans Petter Selasky2018-07-171-3/+11
* Add missing newline.Hans Petter Selasky2018-07-171-0/+1
* Handle jumbo frames without requiring big clusters in mlx5en(4).Hans Petter Selasky2018-07-173-29/+150
* Enable both receive and transmit pauseframes by default in mlx5en(4).Hans Petter Selasky2018-07-171-2/+2
* Add context numbers for HW elements in mlx5en(4).Hans Petter Selasky2018-07-173-9/+63
* Do not hint about 'trust both' mode when the mlx5en(4) hardware does not supp...Hans Petter Selasky2018-07-171-1/+6
* Correctly write atomic variable in mlx5en(4).Hans Petter Selasky2018-07-171-1/+1
* Remove redundant call to mlx5_vsc_find_cap() in mlx5core.Hans Petter Selasky2018-07-171-4/+1
* Make sure the state variable is set atomically instead of using a mutex in ml...Hans Petter Selasky2018-07-171-8/+5
* Refactor access to CR-space into using VSC APIs in mlx5core.Hans Petter Selasky2018-07-176-279/+92
* Remove redundant newline character in mlx5core.Hans Petter Selasky2018-07-171-2/+1
* Update version information for the mlx5ib module.Hans Petter Selasky2018-07-171-4/+6
* Don't pass unsupported events to ibcore from mlx5ib.Hans Petter Selasky2018-07-171-2/+3
* Use static device naming instead of dynamic one in mlx5ib.Hans Petter Selasky2018-07-171-4/+1
* Implement support for Differentiated Service Code Point, DSCP, in mlx5en(4).Hans Petter Selasky2018-07-1712-3/+386
* Add support for prio-tagged traffic for RDMA in ibcore.Hans Petter Selasky2018-07-171-2/+4
* Add support for hardware rate limiting to mlx5en(4).Hans Petter Selasky2018-05-298-1/+2053
* UDP: further performance improvements on txMatt Macy2018-05-231-1/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-3/+2
* mlx5en: Always allow VLAN id 0.Konstantin Belousov2018-05-021-0/+2
* Bump driver version number in mlx5en(4).Hans Petter Selasky2018-04-041-1/+3
* Remove unused structure field in mlx5core.Hans Petter Selasky2018-03-301-1/+0
* Bump mlx5core driver version.Hans Petter Selasky2018-03-301-2/+4
* Fix for use after free in mlx5core.Hans Petter Selasky2018-03-301-1/+2
* Make sure Giant is locked when allocating bus resources in mlx5core.Hans Petter Selasky2018-03-301-0/+4
* Collect firmware dump when mlx5core is in device error state.Hans Petter Selasky2018-03-301-0/+3
* Reorganize health recovery in mlx5core.Hans Petter Selasky2018-03-301-39/+47
* Prepare for FW dump in error state in mlx5core.Hans Petter Selasky2018-03-302-5/+9
* Properly check if crspace is supported in mlx5core.Hans Petter Selasky2018-03-301-6/+12
* Add missing newline character in print in mlx5core.Hans Petter Selasky2018-03-301-1/+1
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-2/+2
* Remove redundant prototype to fix compilation with GCC.Hans Petter Selasky2018-03-251-1/+0
* Don't wait for completions when a mlx5en(4) device is in internalHans Petter Selasky2018-03-231-5/+10
* Fix incorrect page count when mlx5core is in internal error.Hans Petter Selasky2018-03-231-14/+39
* Don't save PCI state when PCI error is detected in mlx5core.Hans Petter Selasky2018-03-231-2/+2
* Add mutual exclusion mechanism for software reset of firmware in mlx5core.Hans Petter Selasky2018-03-235-5/+332
* Issue a software reset on firmware assert in mlx5core.Hans Petter Selasky2018-03-232-3/+66
* Handle software reset of firmware in error flow in mlx5core.Hans Petter Selasky2018-03-232-35/+91
* Hide verbose proclamation of error when forced in mlx5core.Hans Petter Selasky2018-03-231-2/+4
* Cancel delayed recovery work when unloading the mlx5core driver.Hans Petter Selasky2018-03-233-1/+19
* Add support for fast unload in shutdown flow in mlx5core.Hans Petter Selasky2018-03-237-69/+184
* Improve support for health recovery in mlx5core.Hans Petter Selasky2018-03-234-26/+82