1. ec327f7 net/mlx4_en: Do not allocate redundant TX queues when TC is disabled by Inbar Karmy · 7 years ago
  2. f21ad61 net/mlx4_en: Add dynamic variable to hold the number of user priorities (UP) by Inbar Karmy · 7 years ago
  3. 593814d net/mlx4: fix spelling mistake: "coalesing" -> "coalescing" by Colin Ian King · 7 years ago
  4. 2e37e9b bpf: mlx4: Report bpf_prog ID during XDP_QUERY_PROG by Martin KaFai Lau · 8 years ago
  5. 6c78511 net/mlx4_en: Poll XDP TX completion queue in RX NAPI by Tariq Toukan · 8 years ago
  6. 4931c6e net/mlx4_en: Optimized single ring steering by Saeed Mahameed · 8 years ago
  7. a5fcf8a net: propagate tc filter chain index down the ndo_setup_tc call by Jiri Pirko · 8 years ago
  8. e341257 net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL by Miroslav Lichvar · 8 years ago
  9. 56f36ac mqprio: Modify mqprio to pass user parameters via ndo_setup_tc. by Amritha Nambiar · 8 years ago
  10. 745d8ae net/mlx4: Spoofcheck and zero MAC can't coexist by Eugenia Emantayev · 8 years ago
  11. f5a5772 mlx4: fix potential divide by 0 in mlx4_en_auto_moderation() by Eric Dumazet · 8 years ago
  12. 3efa70d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  13. 770f822 mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G' by Martin KaFai Lau · 8 years ago
  14. f32b20e8 mlx4: Fix memory leak after mlx4_en_update_priv() by Martin KaFai Lau · 8 years ago
  15. 40fb4fc net/mlx4_en: Pass user MTU value to Firmware at set port command by Shaker Daibes · 8 years ago
  16. 580bdf5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  17. 8cf699e mlx4: do not call napi_schedule() without care by Eric Dumazet · 8 years ago
  18. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  19. 9f9b74e mlx4: Return EOPNOTSUPP instead of ENOTSUPP by Martin KaFai Lau · 8 years ago
  20. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  21. eb9def6 net/mlx4_en: Fix user prio field in XDP forward by Tariq Toukan · 8 years ago
  22. ea3349a mlx4: xdp: Reserve headroom for receiving packet when XDP prog is active by Martin KaFai Lau · 8 years ago
  23. b45f067 mlx4: xdp: Allow raising MTU up to one page minus eth and vlan hdrs by Martin KaFai Lau · 8 years ago
  24. 17bedab bpf: xdp: Allow head adjustment in XDP prog by Martin KaFai Lau · 8 years ago
  25. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. 7f7bf16 mlx4: fix use-after-free in mlx4_en_fold_software_stats() by Eric Dumazet · 8 years ago
  27. 40931b8 mlx4: give precise rx/tx bytes/packets counters by Eric Dumazet · 8 years ago
  28. b435370 Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow" by Tariq Toukan · 8 years ago
  29. b9972d2 mlx4: do not use priv->stats_lock in mlx4_en_auto_moderation() by Eric Dumazet · 8 years ago
  30. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  31. e3f42f8 mlx4: reorganize struct mlx4_en_tx_ring by Eric Dumazet · 8 years ago
  32. b6e0123 net/mlx4_en: Free netdev resources under state lock by Tariq Toukan · 8 years ago
  33. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  34. c540594 bpf, mlx4: fix prog refcount in mlx4_en_try_alloc_resources error path by Daniel Borkmann · 8 years ago
  35. f91d718 Revert "net/mlx4_en: Fix panic during reboot" by Tariq Toukan · 8 years ago
  36. 15fca2c net/mlx4_en: Add ethtool statistics for XDP cases by Tariq Toukan · 8 years ago
  37. 67f8b1d net/mlx4_en: Refactor the XDP forwarding rings scheme by Tariq Toukan · 8 years ago
  38. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  39. eb4b678 net/mlx4_en: Save slave ethtool stats command by Tariq Toukan · 8 years ago
  40. 9d2afba net/mlx4_en: Fix panic during reboot by Eugenia Emantayev · 8 years ago
  41. 8d59de8 net/mlx4_en: Process all completions in RX rings after port goes up by Erez Shitrit · 8 years ago
  42. b80f71f ethernet/mellanox: use core min/max MTU checking by Jarod Wilson · 8 years ago
  43. b42959d net/mlx4: Add VF vlan protocol 802.1ad support by Moshe Shemesh · 8 years ago
  44. 79aab09 net: Update API for VF vlan protocol 802.1ad support by Moshe Shemesh · 8 years ago
  45. 0815fe3 net/mlx4_en: Disable vlan HW acceleration when in VF vlan protocol 802.1ad mode by Moshe Shemesh · 8 years ago
  46. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  47. 564ed9b net/mlx4_en: Fixes for DCBX by Tariq Toukan · 8 years ago
  48. 326fe02 net/mlx4_en: protect ring->xdp_prog with rcu_read_lock by Brenden Blanco · 8 years ago
  49. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  50. 9ecc2d8 net/mlx4_en: add xdp forwarding and data write support by Brenden Blanco · 8 years ago
  51. d576acf net/mlx4_en: add page recycle to prepare rx ring for tx support by Brenden Blanco · 8 years ago
  52. 47a38e1 net/mlx4_en: add support for fast rx drop bpf program by Brenden Blanco · 8 years ago
  53. ec25bc0 net/mlx4_en: Add resilience in low memory systems by Eugenia Emantayev · 8 years ago
  54. 30f56e3 net/mlx4_en: Move filters cleanup to a proper location by Eugenia Emantayev · 8 years ago
  55. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  56. af7d518 net/mlx4_en: Add DCB PFC support through CEE netlink commands by Rana Shahout · 9 years ago
  57. 9d76931 net/mlx4_en: Avoid unregister_netdev at shutdown flow by Eran Ben Elisha · 9 years ago
  58. 93c098a net/mlx4_en: Fix the return value of a failure in VLAN VID add/kill by Kamal Heib · 9 years ago
  59. a831274 mlx4_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port by Alexander Duyck · 9 years ago
  60. a547224 mlx4e: Do not attempt to offload VXLAN ports that are unrecognized by Alexander Duyck · 9 years ago
  61. 7d71e99 net/mlx4_en: mlx4_en_netpoll() should schedule TX, not RX by Eric Dumazet · 9 years ago
  62. f73a6f4 net/mlx4_en: get rid of private net_device_stats by Eric Dumazet · 9 years ago
  63. 9ed17db17 net/mlx4_en: get rid of ret_stats by Eric Dumazet · 9 years ago
  64. 45acbac net/mlx4_en: clear some TX ring stats in mlx4_en_clear_stats() by Eric Dumazet · 9 years ago
  65. 63a664b net/mlx4_en: fix tx_dropped bug by Eric Dumazet · 9 years ago
  66. 73898db net/mlx4: Avoid wrong virtual mappings by Haggai Abramovsky · 9 years ago
  67. 0906712 net/mlx4_en: Add support for inner IPv6 checksum offloads and TSO by Alexander Duyck · 9 years ago
  68. 3c9346b net/mlx4_en: Add support for UDP tunnel segmentation with outer checksum offload by Alexander Duyck · 9 years ago
  69. 0c5c325 mlx4: protect mlx4_en_start_port in mlx4_en_restart with rtnl_lock by Hannes Frederic Sowa · 9 years ago
  70. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  71. 5eb4dce net: relax setup_tc ndo op handle restriction by John Fastabend · 9 years ago
  72. 6e52242 net/mlx4_core: Allow resetting VF admin mac to zero by Jack Morgenstein · 9 years ago
  73. 09d4d08 mlx4: Implement devlink interface by Jiri Pirko · 9 years ago
  74. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  75. 925ab1a net/mlx4_en: Avoid changing dev->features directly in run-time by Eugenia Emantayev · 9 years ago
  76. 16e5cc6 net: rework setup_tc ndo op to consume general tc operand by John Fastabend · 9 years ago
  77. e4c6734 net: rework ndo tc op to consume additional qdisc handle parameter by John Fastabend · 9 years ago
  78. c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  79. 9068306 net/mlx4_en: Fix HW timestamp init issue upon system startup by Eugenia Emantayev · 9 years ago
  80. fc9f5ea net/mlx4_en: Remove dependency between timestamping capability and service_task by Eugenia Emantayev · 9 years ago
  81. 868fdb0 mlx4: remove mlx4_en_low_latency_recv() by Eric Dumazet · 9 years ago
  82. 2b3ddf2 net/mlx4_core: Replace VF zero mac with random mac in mlx4_core by Jack Morgenstein · 9 years ago
  83. ba4b87ae net/mlx4_en: Add steering rules after RSS creation by Ido Shamay · 9 years ago
  84. e38af4f net/mlx4_en: Add support for hardware accelerated 802.1ad vlan by Hadar Hen Zion · 9 years ago
  85. 0eb0851 net/mlx4_en: Release TX QP when destroying TX ring by Eran Ben Elisha · 9 years ago
  86. 62a8905 net/mlx4_en: Support ndo_get_vf_stats by Eran Ben Elisha · 10 years ago
  87. b42de4d net/mlx4_en: Show PF own statistics via ethtool by Eran Ben Elisha · 10 years ago
  88. 6de5f7f net/mlx4_core: Allocate default counter per port by Eran Ben Elisha · 10 years ago
  89. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. c66fa19 net/mlx4: Add EQ pool by Matan Barak · 10 years ago
  91. f36963c cpumask_set_cpu_local_first => cpumask_local_spread, lament by Rusty Russell · 10 years ago
  92. 07841f9 net/mlx4_en: Schedule napi when RX buffers allocation fails by Ido Shamay · 10 years ago
  93. f94813f mlx4_en: Use correct loop cursor in error path. by Benjamin Poirier · 10 years ago
  94. 78500b8 net/mlx4_en: Add RX-ALL support by Muhammad Mahajna · 10 years ago
  95. f0df350 net/mlx4_en: Add RX-FCS support by Muhammad Mahajna · 10 years ago
  96. 3742cc6 net/mlx4: Warn users of depracated QoS Firmware by Ido Shamay · 10 years ago
  97. cda373f net/mlx4_en: Enable TX rate limit per VF by Ido Shamay · 10 years ago
  98. 241a08c net/mlx4_en: Change loopback only upon feature change by Ido Shamay · 10 years ago
  99. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  100. 0b13156 net/mlx4_en: Add Flow control statistics display via ethtool by Matan Barak · 10 years ago