1. 9813337 net/mlx4: Replace mlx4_en_mac_to_u64() with mlx4_mac_to_u64() by Eugenia Emantayev · 10 years ago
  2. 15bffdf net/mlx4_en: Move queue stopped/waked counters to be per ring by Eugenia Emantayev · 10 years ago
  3. 93591aa net/mlx4_en: Pad ethernet packets smaller than 17 bytes by Eugenia Emantayev · 10 years ago
  4. b97b33a net/mlx4_en: Verify mlx4_en module parameters by Eugenia Emantayev · 10 years ago
  5. fd8daa4 net/mlx4_en: Fix UP limit in ieee_ets->prio_tc by Amir Vadai · 10 years ago
  6. ca9f9f7 net/mlx4_en: Fix bad use of dev_id by Amir Vadai · 10 years ago
  7. 76a066f net/mlx4_en: Expose port number through sysfs by Amir Vadai · 10 years ago
  8. bb2146b net/mlx4: Fix limiting number of IRQ's instead of RSS queues by Ido Shamay · 10 years ago
  9. 0251248 net/mlx4: Set number of RX rings in a utility function by Ido Shamay · 10 years ago
  10. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  11. b0d3f6d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  12. f3c9407 mlx5: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  13. 66e2f9c mlx4: Use pci_enable_msix_range() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  14. 99932d4 netdevice: add queue selection fallback handler for ndo_select_queue by Daniel Borkmann · 10 years ago
  15. 0861565 IB/mlx5: Remove dependency on X86 by Eli Cohen · 10 years ago
  16. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  17. fb1b503 Merge branch 'ip-roce' into for-next by Roland Dreier · 11 years ago
  18. 8f39992 Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'ocrdma', 'qib', 'srp' and 'usnic' into for-next by Roland Dreier · 11 years ago
  19. 1bde6e3 IB/mlx5: Abort driver cleanup if teardown hca fails by Eli Cohen · 11 years ago
  20. 05bdb2a mlx5_core: Fix PowerPC support by Eli Cohen · 11 years ago
  21. db81a5c mlx5_core: Improve debugfs readability by Eli Cohen · 11 years ago
  22. bde5158 IB/mlx5: Add support for resize CQ by Eli Cohen · 11 years ago
  23. 3bdb31f IB/mlx5: Implement modify CQ by Eli Cohen · 11 years ago
  24. 042b9ad mlx5_core: Use mlx5 core style warning by Eli Cohen · 11 years ago
  25. 0b6e81b IB/mlx5: Clear out struct before create QP command by Eli Cohen · 11 years ago
  26. e08a876 mlx5_core: Fix out arg size in access_register command by Haggai Eran · 11 years ago
  27. 6cd28f0 net/mlx4_core: Remove unnecessary validation for port number by Moni Shoua · 11 years ago
  28. 297e0da IB/mlx4: Handle Ethernet L2 parameters for IP based GID addressing by Moni Shoua · 11 years ago
  29. f088cbb net/mlx4_core: clean up srq_res_start_move_to() by Paul Bolle · 11 years ago
  30. c9218a9 net/mlx4_core: clean up cq_res_start_move_to() by Paul Bolle · 11 years ago
  31. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  32. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  33. 4de6580 mlx4_core: Add support for steerable IB UD QPs by Matan Barak · 11 years ago
  34. 24e42754 mlx5_core: Remove dead code by Dan Carpenter · 11 years ago
  35. e6a7675 net/mlx4_en: call gro handler for encapsulated frames by Eric Dumazet · 11 years ago
  36. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 11 years ago
  37. 74b9c3e mlx4_en: Select PTP_1588_CLOCK by Shawn Bohrer · 11 years ago
  38. 9ba75fb net/mlx4_en: fix error return code in mlx4_en_get_qp() by Wei Yongjun · 11 years ago
  39. b912b2f net/mlx4_core: Warn if device doesn't have enough PCI bandwidth by Eyal Perry · 11 years ago
  40. 2156d9a mlx4_en: Only cycle port if HW timestamp config changes by Shawn Bohrer · 11 years ago
  41. ad7d4ea mlx4_en: Add PTP hardware clock by Shawn Bohrer · 11 years ago
  42. c0623e5 net: mlx4: slight optimization of addr compare by dingtianhong · 11 years ago
  43. 837052d net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunneling by Or Gerlitz · 11 years ago
  44. 7ffdf72 net/mlx4_core: Add basic support for TCP/IP offloads under tunneling by Or Gerlitz · 11 years ago
  45. 982290a net/mlx4_core: Check port number for validity before accessing data by Matan Barak · 11 years ago
  46. 0276a33 net/mlx4_en: Add NAPI support for transmit side by Eugenia Emantayev · 11 years ago
  47. e4b59a1 net/mlx4_en: Ignore irrelevant hypervisor events by Eugenia Emantayev · 11 years ago
  48. be902ab net/mlx4_core: Set CQE/EQE size to 64B by default by Eyal Perry · 11 years ago
  49. d03a68f net/mlx4_en: Configure the XPS queue mapping on driver load by Ido Shamay · 11 years ago
  50. 84c8640 net/mlx4_en: Implement ndo_get_phys_port_id by Hadar Hen Zion · 11 years ago
  51. 8e1a28e net/mlx4_core: Expose physical port id as PF/VF capability by Hadar Hen Zion · 11 years ago
  52. eb17711 net/mlx4_core: Introduce nic_info new flag in QUERY_FUNC_CAP by Hadar Hen Zion · 11 years ago
  53. 73e74ab net/mlx4_core: Rename QUERY_FUNC_CAP fields by Hadar Hen Zion · 11 years ago
  54. 7b25d81 net/mlx4_core: Remove zeroed out of explicit QUERY_FUNC_CAP fields by Hadar Hen Zion · 11 years ago
  55. 6917441 net: mlx4 calls skb_set_hash by Tom Herbert · 11 years ago
  56. 7c6d74d mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and MPTs by Jack Morgenstein · 11 years ago
  57. 426e1fa Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 11 years ago
  58. 1b85ee0 net/mlx4_core: destroy workqueue when driver fails to register by Wei Yang · 11 years ago
  59. 833846e net/mlx4_en: Remove selftest TX queues empty condition by Eugenia Emantayev · 11 years ago
  60. 100dbda mlx4_en: Implement the SIOCGHWTSTAMP ioctl by Ben Hutchings · 11 years ago
  61. 1ea406c Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  62. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  63. 2b136d0 IB/mlx5: Fix list_del of empty list by Eli Cohen · 11 years ago
  64. 1b77d2b mlx5: Use enum to indicate adapter page size by Eli Cohen · 11 years ago
  65. 4e3d677 mlx5_core: Change optimal_reclaimed_pages for better performance by Moshe Lazer · 11 years ago
  66. 87b8de4 mlx5: Clear reserved area in set_hca_cap() by Eli Cohen · 11 years ago
  67. bf0bf77 mlx5: Support communicating arbitrary host page size to firmware by Eli Cohen · 11 years ago
  68. 952f5f6 mlx5: Fix cleanup flow when DMA mapping fails by Eli Cohen · 11 years ago
  69. 746b558 IB/mlx5: Multithreaded create MR by Eli Cohen · 11 years ago
  70. 163561a net/mlx4_en: Datapath structures are allocated per NUMA node by Eugenia Emantayev · 11 years ago
  71. 6e7136e net/mlx4_core: ICM pages are allocated on device NUMA node by Eugenia Emantayev · 11 years ago
  72. 41d942d net/mlx4_en: Datapath resources allocated dynamically by Eugenia Emantayev · 11 years ago
  73. f0f829b net/mlx4_core: Add immediate activate for VGT->VST->VGT by Rony Efraim · 11 years ago
  74. 571b8b9 net/mlx4_core: Initialize all mailbox buffers to zero before use by Jack Morgenstein · 11 years ago
  75. 75a353d net/mlx4_en: Add RFS support in UDP by Eyal Perry · 11 years ago
  76. 1ec4864 net/mlx4_en: Fixed crash when port type is changed by Amir Vadai · 11 years ago
  77. 146f3ef net/mlx4_core: Implement resource quota enforcement by Jack Morgenstein · 11 years ago
  78. eb456a6 net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapper by Jack Morgenstein · 11 years ago
  79. 5a0d0a6 mlx4: Structures and init/teardown for VF resource quotas by Jack Morgenstein · 11 years ago
  80. a30f1bc net/mlx4_core: Fix checking order in MR table init by Jack Morgenstein · 11 years ago
  81. 2c957ff net/mlx4_core: Don't fail reg/unreg vlan for older guests by Jack Morgenstein · 11 years ago
  82. 4874080 net/mlx4_core: Resource tracker for reg/unreg vlans by Jack Morgenstein · 11 years ago
  83. 2009d00 net/mlx4_en: Use vlan id instead of vlan index for unregistration by Jack Morgenstein · 11 years ago
  84. acddd5d net/mlx4_core: Fix reg/unreg vlan/mac to conform to the firmware spec by Jack Morgenstein · 11 years ago
  85. 162226a net/mlx4_core: Fix register/unreg vlan flow by Jack Morgenstein · 11 years ago
  86. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  87. c32b7df net/mlx4_core: Fix call to __mlx4_unregister_mac by Jack Morgenstein · 11 years ago
  88. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  89. db10acc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  90. b046ffe net/mlx4_core: Load higher level modules according to ports type by Eyal Perry · 11 years ago
  91. 39e210f net/mlx4: Unused local variable in mlx4_opreq_action by Amir Vadai · 11 years ago
  92. 5930e8d net/mlx4: Fix typo, move similar defs to same location by Or Gerlitz · 11 years ago
  93. fe66bb2 net/mlx4: Clean the code to eliminate trivial build warnings by Or Gerlitz · 11 years ago
  94. 6d3be30 treewide: Fix typo in printk by Masanari Iida · 11 years ago
  95. ada9f5d IB/mlx5: Fix eq names to display nicely in /proc/interrupts by Sagi Grimberg · 11 years ago
  96. 9c86513 mlx5: Fix error code translation from firmware to driver by Eli Cohen · 11 years ago
  97. dabed0e mlx5: Keep polling to reclaim pages while any returned by Eli Cohen · 11 years ago
  98. c1868b8 mlx5: Remove checksum on command interface commands by Eli Cohen · 11 years ago
  99. 021f110 net/mlx4_en: Fix pages never dma unmapped on rx by Amir Vadai · 11 years ago
  100. 70fbe07 net/mlx4_en: Rename name of mlx4_en_rx_alloc members by Amir Vadai · 11 years ago