1. 86d722a net/mlx5: Use flow steering infrastructure for mlx5_en by Maor Gottlieb · 9 years ago
  2. 108805f net/mlx5e: Assign random MAC address if needed by Saeed Mahameed · 9 years ago
  3. 66e49de net/mlx5e: Add support for SR-IOV ndos by Saeed Mahameed · 9 years ago
  4. e754651 net/mlx5: Introduce access functions to modify/query vport state by Saeed Mahameed · 9 years ago
  5. e1d7d34 net/mlx5: Update access functions to Query/Modify vport MAC address by Saeed Mahameed · 9 years ago
  6. 93d05d4 net: provide generic busy polling to all NAPI drivers by Eric Dumazet · 9 years ago
  7. 7ae92ae mlx5: add busy polling support by Eric Dumazet · 9 years ago
  8. 50a9eea net/mlx5e: Max mtu comparison fix by Doron Tsur · 9 years ago
  9. 6618996 net/mlx5e: Added self loopback prevention by Tariq Toukan · 9 years ago
  10. e4cf27b net/mlx5e: Re-eanble client vlan TX acceleration by Achiad Shochat · 9 years ago
  11. fe9f4fe net/mlx5e: Return error in case mlx5e_set_features() fails by Achiad Shochat · 9 years ago
  12. 3435ab5 net/mlx5e: Don't allow more than max supported channels by Achiad Shochat · 9 years ago
  13. 01c196a net/mlx5e: Wait for RX buffers initialization in a more proper manner by Achiad Shochat · 9 years ago
  14. a198574 net/mlx5e: Avoid NULL pointer access in case of configuration failure by Achiad Shochat · 9 years ago
  15. 343b29f net/mlx5e: Priv state flag not rolled-back upon netdev open error by Achiad Shochat · 9 years ago
  16. 5283af8 net/mlx5e: Avoid accessing NULL pointer at ndo_select_queue by Rana Shahout · 9 years ago
  17. bbceefc net/mlx5e: Support RX CHECKSUM_COMPLETE by Achiad Shochat · 9 years ago
  18. d9a4027 net/mlx5e: HW LRO changes/fixes by Achiad Shochat · 9 years ago
  19. 2d75b2b net/mlx5e: Add ethtool RSS configuration options by Achiad Shochat · 9 years ago
  20. 936896e net/mlx5e: Make RSS indirection table size a constant by Achiad Shochat · 9 years ago
  21. 57afead net/mlx5e: Have a single RSS Toeplitz hash key by Achiad Shochat · 9 years ago
  22. efea389 net/mlx5_core: Support physical port counters by Gal Pressman · 9 years ago
  23. 9b37b07 net/mlx5e: Take advantage of the light-weight netdev open/stop by Achiad Shochat · 9 years ago
  24. 1cefa32 net/mlx5e: Disable async events before unregister_netdev() by Achiad Shochat · 9 years ago
  25. 40ab6a6 net/mlx5e: Rename/move functions following the ndo_stop flow change by Achiad Shochat · 9 years ago
  26. 5c50368 net/mlx5e: Light-weight netdev open/stop by Achiad Shochat · 9 years ago
  27. 50cfa25 net/mlx5e: Introduce the "Drop RQ" by Achiad Shochat · 9 years ago
  28. 4cbeaff net/mlx5e: Unify the RX flow by Achiad Shochat · 9 years ago
  29. 98e81b0 net/mlx5e: Remove the mlx5e_update_priv_params() function by Achiad Shochat · 9 years ago
  30. 1fc2273 net/mlx5e: Introduce create/destroy RSS indir table access functions by Achiad Shochat · 9 years ago
  31. 1f2a300 net/mlx5e: Do not use netdev_err() before the netdev is registered by Achiad Shochat · 9 years ago
  32. 97de9f3 net/mlx5e: Avoid redundant de-reference by Achiad Shochat · 9 years ago
  33. 28abbfd net/mlx5e: Remove redundant assignment of sq->user_index by Achiad Shochat · 9 years ago
  34. a4418a6 net/mlx5e: Remove redundant field mlx5e_priv->num_tc by Achiad Shochat · 9 years ago
  35. 68cdf5d net/mlx5e: Use hard-coded 4K page size for RQ/SQ/CQ by Achiad Shochat · 9 years ago
  36. a741749 net/mlx5e: Input IPSEC.SPI into the RX RSS hash function by Achiad Shochat · 9 years ago
  37. 5a6f8ae net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others by Achiad Shochat · 9 years ago
  38. 88a85f9 net/mlx5e: TX latency optimization to save DMA reads by Achiad Shochat · 9 years ago
  39. 58d5229 net/mlx5e: Support TX packet copy into WQE by Achiad Shochat · 9 years ago
  40. 311c7c7 net/mlx5e: Allocate DMA coherent memory on reader NUMA node by Saeed Mahameed · 9 years ago
  41. 2be6967 net/mlx5e: Support ETH_RSS_HASH_XOR by Saeed Mahameed · 9 years ago
  42. e339105 net/mlx5e: Remove mlx5e_cq.sqrq back-pointer by Achiad Shochat · 9 years ago
  43. ef583d0 net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq() by Achiad Shochat · 9 years ago
  44. 03289b8 net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queues by Saeed Mahameed · 9 years ago
  45. 3191e05f net/mlx5e: Add transport domain to the ethernet TIRs/TISs by Achiad Shochat · 9 years ago
  46. 12be4b2 net/mlx5e: Support NETIF_F_SG by Saeed Mahameed · 9 years ago
  47. 796a27e net/mlx5e: Enforce max flow-tables level >= 3 by Gal Pressman · 9 years ago
  48. cd58c71 net/mlx5e: Disable client vlan TX acceleration by Saeed Mahameed · 9 years ago
  49. fc11fbf net/mlx5e: Add HW cacheline start padding by Saeed Mahameed · 9 years ago
  50. facc969 net/mlx5e: Fix HW MTU settings by Saeed Mahameed · 9 years ago
  51. 7ec0bb2 net/mlx5_core: fix an error code by Dan Carpenter · 9 years ago
  52. e760152 net/mlx5_core: Use port number in the query port mtu helpers by Majd Dibbiny · 9 years ago
  53. d18a947 net/mlx5_core: Make the vport helpers available for the IB driver too by Majd Dibbiny · 9 years ago
  54. 7db22ff net/mlx5_core: Apply proper name convention to helpers by Haggai Abramonvsky · 9 years ago
  55. f62b8bb8 net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionality by Amir Vadai · 9 years ago