| Commit message (Expand) | Author | Age | Files | Lines |
* | net/mlx5e: Fix the value of MLX5E_MAX_RQ_NUM_MTTS | Maxim Mikityanskiy | 2022-08-25 | 1 | -1/+1 |
* | net/mlx5e: Allow reporting of checksum unnecessary | Or Gerlitz | 2019-10-01 | 1 | -0/+3 |
* | net/mlx5e: XDP, fix redirect resources availability check | Saeed Mahameed | 2019-02-27 | 1 | -0/+1 |
* | net/mlx5e: RX, verify received packet size in Linear Striding RQ | Moshe Shemesh | 2018-11-23 | 1 | -0/+1 |
* | net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rules | Alaa Hleihel | 2018-10-01 | 1 | -0/+1 |
* | net/mlx5e: Move flow steering declarations into en/fs.h | Saeed Mahameed | 2018-08-13 | 1 | -126/+0 |
* | net/mlx5e: Add CONFIG_MLX5_EN_ARFS for accelerated flow steering support | Saeed Mahameed | 2018-08-13 | 1 | -57/+4 |
* | net/mlx5e: Add CONFIG_MLX5_EN_RXNFC for ethtool rx nfc | Saeed Mahameed | 2018-08-13 | 1 | -20/+3 |
* | net/mlx5e: Ethtool steering, move ethtool callbacks | Saeed Mahameed | 2018-08-13 | 1 | -8/+3 |
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-08-09 | 1 | -2/+0 |
|\ |
|
| * | net/mlx5e: Cleanup of dcbnl related fields | Huy Nguyen | 2018-08-08 | 1 | -2/+0 |
* | | net/mlx5e: Vxlan, move vxlan logic to core driver | Saeed Mahameed | 2018-07-27 | 1 | -2/+0 |
* | | net/mlx5e: Vxlan, rename from mlx5e to mlx5 | Saeed Mahameed | 2018-07-27 | 1 | -8/+2 |
* | | net/mlx5e: Vxlan, replace ports radix-tree with hash table | Gal Pressman | 2018-07-27 | 1 | -1/+2 |
* | | net/mlx5e: Vxlan, check maximum number of UDP ports | Gal Pressman | 2018-07-27 | 1 | -0/+1 |
* | | net/mlx5e: TX, Move DB fields in TXQ-SQ struct | Tariq Toukan | 2018-07-26 | 1 | -6/+4 |
* | | net/mlx5e: Add support for XDP_REDIRECT in device-out side | Tariq Toukan | 2018-07-26 | 1 | -0/+5 |
* | | net/mlx5e: Re-order fields of struct mlx5e_xdpsq | Tariq Toukan | 2018-07-26 | 1 | -9/+9 |
* | | net/mlx5e: Refactor XDP counters | Tariq Toukan | 2018-07-26 | 1 | -0/+2 |
* | | net/mlx5e: Make XDP xmit functions more generic | Tariq Toukan | 2018-07-26 | 1 | -7/+13 |
* | | net/mlx5e: Move XDP related code into new XDP files | Tariq Toukan | 2018-07-26 | 1 | -8/+1 |
* | | net/mlx5e: Restrict the combination of large MTU and XDP | Tariq Toukan | 2018-07-26 | 1 | -0/+2 |
* | | net/mlx5e: Replace call to MPWQE free with dealloc in interface down flow | Tariq Toukan | 2018-07-26 | 1 | -1/+0 |
* | | net: allow ndo_select_queue to pass netdev | Alexander Duyck | 2018-07-09 | 1 | -1/+2 |
* | | net/mlx5e: Update NIC HW stats on demand only | Saeed Mahameed | 2018-06-28 | 1 | -1/+0 |
|/ |
|
* | net/mlx5e: RX, Enhance legacy Receive Queue memory scheme | Tariq Toukan | 2018-06-01 | 1 | -9/+35 |
* | net/mlx5e: RX, Use cyclic WQ in legacy RQ | Tariq Toukan | 2018-06-01 | 1 | -3/+7 |
* | net/mlx5e: RX, Split WQ objects for different RQ types | Tariq Toukan | 2018-06-01 | 1 | -2/+2 |
* | net/mlx5e: RX, Generalise name of non-linear SKB head size | Tariq Toukan | 2018-06-01 | 1 | -1/+1 |
* | net/mlx5e: Support configurable MTU for vport representors | Adi Nissim | 2018-06-01 | 1 | -0/+4 |
* | net/mlx5e: Remove redundant active_channels indication | Eran Ben Elisha | 2018-06-01 | 1 | -2/+0 |
* | net/mlx5e: Avoid reset netdev stats on configuration changes | Eran Ben Elisha | 2018-05-25 | 1 | -3/+11 |
* | net/mlx5e: Introducing new statistics rwlock | Shalom Lagziel | 2018-05-25 | 1 | -0/+2 |
* | net/mlx5: Use order-0 allocations for all WQ types | Tariq Toukan | 2018-05-25 | 1 | -1/+1 |
* | net/mlx5e: TX, Use actual WQE size for SQ edge fill | Tariq Toukan | 2018-05-25 | 1 | -2/+1 |
* | net/mlx5e: Use WQ API functions instead of direct fields access | Tariq Toukan | 2018-05-25 | 1 | -5/+4 |
* | net/mlx5e: Receive buffer support for DCBX | Huy Nguyen | 2018-05-24 | 1 | -0/+1 |
* | net/mlx5e: Receive buffer configuration | Huy Nguyen | 2018-05-24 | 1 | -0/+5 |
* | net/mlx5e: Move port speed code from en_ethtool.c to en/port.c | Huy Nguyen | 2018-05-24 | 1 | -2/+0 |
* | net/mlx5e: Prepare for shared table to keep TC eswitch flows | Or Gerlitz | 2018-05-17 | 1 | -1/+0 |
* | net/mlx5e: Add ingress/egress indication for offloaded TC flows | Or Gerlitz | 2018-05-17 | 1 | -3/+0 |
* | net/mlx5e: Remove MLX5E_TEST_BIT macro | Gal Pressman | 2018-05-14 | 1 | -2/+0 |
* | net/mlx5e: TLS, Add error statistics | Ilya Lesokhin | 2018-05-01 | 1 | -0/+3 |
* | net/mlx5e: TLS, Add Innova TLS TX offload data path | Ilya Lesokhin | 2018-05-01 | 1 | -0/+15 |
* | net/mlx5e: Move defines out of ipsec code | Ilya Lesokhin | 2018-05-01 | 1 | -0/+3 |
* | net/mlx5e: Enable adaptive-TX moderation | Tal Gilboa | 2018-04-24 | 1 | -0/+4 |
* | mlx5: use page_pool for xdp_return_frame call | Jesper Dangaard Brouer | 2018-04-17 | 1 | -0/+3 |
* | mlx5: basic XDP_REDIRECT forward support | Jesper Dangaard Brouer | 2018-04-17 | 1 | -0/+1 |
* | net/mlx5e: Keep single pre-initialized UMR WQE per RQ | Tariq Toukan | 2018-03-30 | 1 | -6/+2 |
* | net/mlx5e: Remove page_ref bulking in Striding RQ | Tariq Toukan | 2018-03-30 | 1 | -1/+0 |