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