1. 6dc06c0 net/mlx4: Fix the check in attaching steering rules by Talat Batheesh · 8 years ago
  2. 44b911e net/mlx4: Fix uninitialized fields in rule when adding promiscuous mode to device managed flow steering by Jack Morgenstein · 8 years ago
  3. 5d4de16 net/mlx4: Fix some indent inconsistancy by Christophe Jaillet · 8 years ago
  4. 2bb07e1 net/mlx4_core: Fix access to uninitialized index by Tariq Toukan · 9 years ago
  5. 5a779c4 net/mlx4: remove unused array zero_gid[] by Colin Ian King · 9 years ago
  6. 0e451e8 IB/mlx4: Add support for the don't trap rule by Marina Varshaver · 9 years ago
  7. 23860f1 net/mlx4: Handle return codes in mlx4_qp_attach_common by Robb Manes · 9 years ago
  8. 0cd9302 net/mlx4_core: Reset flow activation upon SRIOV fatal command cases by Yishai Hadas · 10 years ago
  9. f5aef5a net/mlx4_core: Activate reset flow upon fatal command cases by Yishai Hadas · 10 years ago
  10. 579d059 net/mlx4_core: Add explicit error message when rule doesn't meet configuration by Matan Barak · 10 years ago
  11. 571e1b2 mlx4: Avoid leaking steering rules on flow creation error flow by Or Gerlitz · 10 years ago
  12. b95089d net/mlx4: Move the tunnel steering helper function to mlx4_core by Or Gerlitz · 10 years ago
  13. 1645a54 net/mlx4_core: Remove MCG in case it is attached to promiscuous QPs only by Saeed Mahameed · 10 years ago
  14. 816e598 net/mlx4_core: In SR-IOV mode host should add promisc QP to default entry only by Eugenia Emantayev · 10 years ago
  15. 7590837 net/mlx4_core: Make sure the max number of QPs per MCG isn't exceeded by Alexander Guller · 10 years ago
  16. aab2bb0 net/mlx4_core: Make sure that negative array index isn't used by Dotan Barak · 10 years ago
  17. 0d7869a net/mlx4_core: Fix leakage of SW multicast entries by Yevgeny Petrilin · 10 years ago
  18. 7572038 net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach() by Eyal Perry · 11 years ago
  19. 1a91de2 mellanox: Logging message cleanups by Joe Perches · 11 years ago
  20. 449fc48 net/mlx4: Adapt code for N-Port VF by Matan Barak · 11 years ago
  21. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  22. 6cd28f0 net/mlx4_core: Remove unnecessary validation for port number by Moni Shoua · 11 years ago
  23. 4de6580 mlx4_core: Add support for steerable IB UD QPs by Matan Barak · 11 years ago
  24. 7ffdf72 net/mlx4_core: Add basic support for TCP/IP offloads under tunneling by Or Gerlitz · 11 years ago
  25. 982290a net/mlx4_core: Check port number for validity before accessing data by Matan Barak · 11 years ago
  26. 7c6d74d mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and MPTs by Jack Morgenstein · 11 years ago
  27. 571b8b9 net/mlx4_core: Initialize all mailbox buffers to zero before use by Jack Morgenstein · 11 years ago
  28. fe66bb2 net/mlx4: Clean the code to eliminate trivial build warnings by Or Gerlitz · 11 years ago
  29. fe6f700 net/mlx4_core: Respond to operation request by firmware by Yevgeny Petrilin · 11 years ago
  30. e0fd9af Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  31. c2c19dc mlx4_core: Expose a few helpers to fill DMFS HW strucutures by Hadar Hen Zion · 12 years ago
  32. bcf3729 mlx4_core: Directly expose fields of DMFS HW rule control segment by Hadar Hen Zion · 12 years ago
  33. ba60a35 mlx4_core: Change a few DMFS fields names to match firmare spec by Hadar Hen Zion · 12 years ago
  34. f916253 mlx4: Match DMFS promiscuous field names to firmware spec by Hadar Hen Zion · 12 years ago
  35. fd91c49f net/mlx4_core: Add helper function to translate B0 steering rules to DMFS by Hadar Hen Zion · 12 years ago
  36. 248c62a net/mlx4_core: Set correctly allow_loopback flag by Hadar Hen Zion · 12 years ago
  37. 015465f net/mlx4_core: Directly expose fields of HW flow steering rule control segment by Hadar Hen Zion · 12 years ago
  38. 3c439b5 mlx4_core: Allow choosing flow steering mode by Jack Morgenstein · 12 years ago
  39. 60d31c1 net/mlx4_core: Looking for promiscuous entries on the correct port by Aviad Yehezkel · 12 years ago
  40. a8edc3b net/mlx4_core: Put Firmware flow steering structures in common header files by Hadar Hen Zion · 12 years ago
  41. 499b95f drivers/net/ethernet/mellanox/mlx4/mcg.c: fix error return code by Julia Lawall · 12 years ago
  42. af22d9d net/mlx4: Move MAC_MASK to a common place by Amir Vadai · 12 years ago
  43. 447458c net/mlx4: off by one in parse_trans_rule() by Dan Carpenter · 12 years ago
  44. 592e49d net/mlx4: Implement promiscuous mode with device managed flow-steering by Hadar Hen Zion · 12 years ago
  45. 0ff1fb6 {NET, IB}/mlx4: Add device managed flow steering firmware API by Hadar Hen Zion · 12 years ago
  46. 8fcfb4d net/mlx4_core: Add firmware commands to support device managed flow steering by Hadar Hen Zion · 12 years ago
  47. c96d97f net/mlx4: Set steering mode according to device capabilities by Hadar Hen Zion · 12 years ago
  48. 162344e net/mlx4: Address build warnings on set but not used variables by Or Gerlitz · 13 years ago
  49. f1f75f0 mlx4: attach multicast with correct flag by Eugenia Emantayev · 13 years ago
  50. deb8b3e mlx4: remove unnecessary variables and arguments by Eugenia Emantayev · 13 years ago
  51. 4c41b36 mlx4_core: use correct port for steering by Eugenia Emantayev · 13 years ago
  52. 4df9950 mlx4_core: use correct flag for unicast_promisc by Eugenia Emantayev · 13 years ago
  53. ffe455a mlx4: Ethernet port management modifications by Eugenia Emantayev · 13 years ago
  54. 0ec2c0f mlx4: Traffic steering management support for SRIOV by Eugenia Emantayev · 13 years ago
  55. f9baff5 mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) by Jack Morgenstein · 13 years ago
  56. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 14 years ago
  57. 5a2cc19 mlx4: Move the Mellanox driver by Jeff Kirsher · 14 years ago[Renamed from drivers/net/mlx4/mcg.c]
  58. ccf8632 mlx4_core: Read extended capabilities into the flags field by Or Gerlitz · 13 years ago
  59. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  60. a14b289 mlx4: fix kfree on error path in new_steering_entry() by Mariusz Kozlowski · 14 years ago
  61. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  62. 5302009 mlx4: Fixing use after free by Yevgeny Petrilin · 14 years ago
  63. b12d93d mlx4: Add support for promiscuous mode in the new steering model. by Yevgeny Petrilin · 14 years ago
  64. 0345584 mlx4: generalization of multicast steering. by Yevgeny Petrilin · 14 years ago
  65. da995a8 IB/mlx4: Handle protocol field in multicast table by Aleksey Senin · 14 years ago
  66. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  67. ff149b2 mlx4_core: Remove unnecessary includes of <linux/init.h> by Roland Dreier · 15 years ago
  68. e6a1762 mlx4: fix warning in drivers/net/mlx4/mcg.c by Ingo Molnar · 16 years ago
  69. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  70. 8867cd7 infiniband: use %p6 for printing message ids by Harvey Harrison · 16 years ago
  71. 93fc9e1 mlx4_core: Support multiple pre-reserved QP regions by Yevgeny Petrilin · 16 years ago
  72. 51a379d mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver files by Jack Morgenstein · 16 years ago
  73. 521e575 IB/mlx4: Add support for blocking multicast loopback packets by Ron Livne · 16 years ago
  74. 4dc51b3 IB/mlx4: Fix race when detaching a QP from a multicast group by Eli Cohen · 17 years ago
  75. 3d73c28 mlx4_core: Fix section mismatches by Roland Dreier · 17 years ago
  76. 225c7b1 IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adapters by Roland Dreier · 18 years ago