aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_en/en.h
Commit message (Expand)AuthorAgeFilesLines
* Report EQE data upon CQ completion in mlx5core.Hans Petter Selasky2020-11-161-3/+3
* Store the send tag type in the common send tag header.John Baldwin2020-10-061-6/+1
* Use const keyword when parsing the TCP/IP header in the fast path in mlx5en(4).Hans Petter Selasky2020-06-111-1/+1
* Add support for reading temperature in mlx5en(4).Hans Petter Selasky2020-04-271-0/+3
* Remove obsolete bufring stats in mlx5en(4).Hans Petter Selasky2020-04-081-1/+0
* Count number of times transmit ring is out of buffers in mlx5en(4).Hans Petter Selasky2020-04-061-0/+1
* Implement hardware TLS via send tags for mlx5en(4), which is supported byHans Petter Selasky2019-12-061-4/+26
* Add basic support for TCP/IP based hardware TLS offload to mlx5core.Hans Petter Selasky2019-12-051-0/+11
* Fix regression issue after r352989:Hans Petter Selasky2019-10-081-2/+2
* Only update lossy buffers config when manual PFC configuration was doneHans Petter Selasky2019-10-021-0/+1
* Fix regression issue about bad refcounting of unlimited send tagsHans Petter Selasky2019-10-021-19/+1
* Seal transmit path with regards to using destroyed mutex in mlx5en(4).Hans Petter Selasky2019-10-021-9/+15
* Remove unused cpu field from channel structure in mlx5en(4).Hans Petter Selasky2019-10-021-1/+0
* Remove mkey_be from channel structure in mlx5en(4).Hans Petter Selasky2019-10-021-1/+0
* Add sysctl(8) to get and set forward error correction, FEC, configurationHans Petter Selasky2019-10-021-0/+9
* Move EEPROM information query from a sysctl in mlx5en(4) to an ioctlHans Petter Selasky2019-10-021-28/+0
* Add support for buffer parameter manipulations in mlx5en(4).Hans Petter Selasky2019-10-021-0/+1
* Import Linux code to query/set buffer state in mlx5en(4).Hans Petter Selasky2019-10-021-0/+7
* Add mlx5e_dbg() compatibility macro.Hans Petter Selasky2019-10-021-0/+2
* Unify prints in mlx5en(4).Hans Petter Selasky2019-10-021-0/+15
* Correct and update some counter names in mlx5en(4).Hans Petter Selasky2019-10-021-7/+7
* Implement macro for asserting priv lock in mlx5en.Hans Petter Selasky2019-10-021-0/+1
* Remove non-functional MLX5E_MAX_RX_SEGS macro in mlx5en(4).Hans Petter Selasky2019-05-081-8/+2
* Fix for compilation warning in mlx5en(4).Hans Petter Selasky2019-05-081-0/+2
* Expose per-lane counters before correction mechanism in mlx5en(4).Hans Petter Selasky2019-05-081-0/+21
* Add support for extended PCIe counters in mlx5en(4).Hans Petter Selasky2019-05-081-1/+150
* Extend the counters framework in mlx5en(4).Hans Petter Selasky2019-05-081-195/+195
* Let rx_out_of_buffer be a 32-bit counter in mlx5en(4).Hans Petter Selasky2019-05-081-1/+0
* Add vnic steering drop statistics in mlx5en(4).Hans Petter Selasky2019-05-081-1/+2
* Correct number of elements for priority to traffic class mappings in mlx5en(4).Hans Petter Selasky2019-05-081-3/+6
* Update Ethernet extended counters in mlx5en(4).Hans Petter Selasky2019-05-081-1/+26
* Add support for Dynamic Interrupt Moderation, DIM, in mlx5en(4).Hans Petter Selasky2019-05-081-2/+12
* mlx5en: Enable new pfil(9) KPI ethernet filtering hooksAndrew Gallatin2019-04-151-0/+2
* mlx5en: Implement backpressure indication.Slava Shwartsman2018-12-051-1/+41
* mlx5en: Count all transmitted and received bytes.Slava Shwartsman2018-12-051-2/+4
* mlx5en: Statically allocate and free the channel structure(s).Slava Shwartsman2018-12-051-2/+3
* mlx5en: Fix race in mlx5e_ethtool_debug_stats().Slava Shwartsman2018-12-051-1/+0
* mlx5en: Fix for inlining issues in transmit pathSlava Shwartsman2018-12-051-2/+5
* mlx5en: Remove the DRBR and associated logic in the transmit path.Slava Shwartsman2018-12-051-5/+0
* mlx5en: Implement support for bandwidth limiting in by ratio, ETS.Slava Shwartsman2018-12-051-13/+1
* mlx5: Add software tx_jumbo_packets counterSlava Shwartsman2018-12-051-1/+2
* Add support for receive side scaling stride, RSSS, in mlx5en(4).Hans Petter Selasky2018-09-061-0/+2
* Maximum number of mbuf frags is off-by-one for worst case scenario in mlx5en(4).Hans Petter Selasky2018-09-061-1/+2
* Do not inline transmit headers and use HW VLAN tagging if supported by mlx5en...Hans Petter Selasky2018-07-181-0/+6
* Handle jumbo frames without requiring big clusters in mlx5en(4).Hans Petter Selasky2018-07-171-2/+17
* Add context numbers for HW elements in mlx5en(4).Hans Petter Selasky2018-07-171-0/+1
* Implement support for Differentiated Service Code Point, DSCP, in mlx5en(4).Hans Petter Selasky2018-07-171-0/+2
* Add support for hardware rate limiting to mlx5en(4).Hans Petter Selasky2018-05-291-0/+8
* Create designated workqueue for each mlx5en(4) device instance.Hans Petter Selasky2018-03-231-0/+2
* Add support for per priority flow control, PFC, to mlx5en(4).Hans Petter Selasky2018-03-081-3/+49