1. 00a24705 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  2. c1b43dc mlx4: Add blue flame support for kernel consumers by Eli Cohen · 13 years ago
  3. b12d93d mlx4: Add support for promiscuous mode in the new steering model. by Yevgeny Petrilin · 13 years ago
  4. 0345584 mlx4: generalization of multicast steering. by Yevgeny Petrilin · 13 years ago
  5. 725c899 mlx4_en: Reporting HW revision in ethtool -i by Yevgeny Petrilin · 13 years ago
  6. 14c07b1 mlx4: Wake on LAN support by Yevgeny Petrilin · 13 years ago
  7. 0b7ca5a mlx4: Changing interrupt scheme by Yevgeny Petrilin · 13 years ago
  8. 7f9e5c48 IB: Increase DMA max_segment_size on Mellanox hardware by David Dillow · 14 years ago
  9. 31dd272 mlx4_core: Add ConnectX-3 device IDs by Yevgeny Petrilin · 14 years ago
  10. 4979d18 mlx4_{core, ib, en}: Fix driver when sizeof (phys_addr_t) > sizeof (long) by Roland Dreier · 14 years ago
  11. 9e5fca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  12. 0498628 mlx4_core: Allow log_mtts_per_seg up to 7 by Eli Cohen · 14 years ago
  13. 0533943 mlx4_en: UDP RSS support by Yevgeny Petrilin · 14 years ago
  14. 7699517 mlx4_en: Fixing report in Ethtool get_settings by Yevgeny Petrilin · 14 years ago
  15. e7c1c2c4 mlx4_en: Added self diagnostics test implementation by Yevgeny Petrilin · 14 years ago
  16. 0a645e8 drivers/net/mlx4: Use %pV, pr_<level>, printk_once by Joe Perches · 14 years ago
  17. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  18. 3691c96 sysfs: fix sysfs lockdep warning in mlx4 code by Greg Kroah-Hartman · 14 years ago
  19. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  20. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  21. b4f7726 mlx4_core: Fix cleanup in __mlx4_init_one() error path by Eli Cohen · 15 years ago
  22. 06c3aa5 mlx4_core: Add a new supported 40 GigE device ID by Eli Cohen · 15 years ago
  23. e76d0b6 mlx4_core: Add 40GigE device ID by Yevgeny Petrilin · 15 years ago
  24. 1af92e2 mlx4_core: Avoid double free_icms by Yevgeny Petrilin · 15 years ago
  25. fa0681d mlx4_core: Allocate and map sufficient ICM memory for EQ context by Roland Dreier · 15 years ago
  26. a01df0f mlx4_core: Use pci_request_regions() by Roland Dreier · 15 years ago
  27. 92bd3bb mlx4_core: Add new ConnectX EN PCI ID 0x6764 by Yevgeny Petrilin · 15 years ago
  28. cc4ac2e mlx4_core: Handle multi-physical function devices by Yevgeny Petrilin · 15 years ago
  29. ab6bf42 mlx4_core: Add module parameter for number of MTTs per segment by Eli Cohen · 15 years ago
  30. 5bf0da7 mlx4_core: Fix memory leak in mlx4_enable_msi_x() by Nicolas Morey-Chaisemartin · 15 years ago
  31. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  32. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  33. 27bf91d mlx4_core: Add link type autosensing by Yevgeny Petrilin · 15 years ago
  34. 085343b mlx4_core: Add device IDs for MT25458 10GigE devices by Jack Morgenstein · 15 years ago
  35. 70cb925 mlx4_core: Fix warning from min() by Roland Dreier · 16 years ago
  36. b8dd786 mlx4_core: Add support for multiple completion event vectors by Yevgeny Petrilin · 16 years ago
  37. 9a5aa62 mlx4_core: Save/restore default port IB capability mask by Jack Morgenstein · 16 years ago
  38. 57893d1 mlx4_core: Add Ethernet PCI device IDs by Yevgeny Petrilin · 16 years ago
  39. 7ff93f8 mlx4_core: Multiple port type support by Yevgeny Petrilin · 16 years ago
  40. 2a2336f mlx4_core: Ethernet MAC/VLAN management by Yevgeny Petrilin · 16 years ago
  41. b79acb4 mlx4_core: Get ethernet MTU and default address from firmware by Yevgeny Petrilin · 16 years ago
  42. 93fc9e1 mlx4_core: Support multiple pre-reserved QP regions by Yevgeny Petrilin · 16 years ago
  43. 51a379d mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver files by Jack Morgenstein · 16 years ago
  44. 95d04f0 IB/mlx4: Add support for memory management extensions and local DMA L_Key by Roland Dreier · 16 years ago
  45. 2d92865 mlx4_core: Use MOD_STAT_CFG command to get minimal page size by Vladimir Sokolovsky · 16 years ago
  46. 6296883 mlx4_core: Move kernel doorbell management into core by Yevgeny Petrilin · 16 years ago
  47. 4ff08a7 IB/mlx4: Fix incorrect comment by Eli Cohen · 16 years ago
  48. 9b1f385 mlx4_core: Increase max number of QPs to 128K by Jack Morgenstein · 16 years ago
  49. b832be1 IB/mlx4: Add IPoIB LSO support by Eli Cohen · 16 years ago
  50. f33afc2 IB: Avoid marking __devinitdata as const by Roland Dreier · 16 years ago
  51. 893da75 mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER() by Jack Morgenstein · 17 years ago
  52. e8f9b2e mlx4_core: Fix more section mismatches by Roland Dreier · 16 years ago
  53. b027cac mlx4_core: Fix infinite loop on device initialization by Roland Dreier · 17 years ago
  54. 3d73c28 mlx4_core: Fix section mismatches by Roland Dreier · 17 years ago
  55. d7bb58f mlx4_core: Write MTTs from CPU instead with of WRITE_MTT FW command by Jack Morgenstein · 17 years ago
  56. 121964e mlx4_core: Fix meaning of dev->caps.reserved_mtts by Roland Dreier · 17 years ago
  57. 5b0bf5e mlx4_core: Support ICM tables in coherent memory by Jack Morgenstein · 17 years ago
  58. cd9281d IB/mlx4: Display misc device information under /sys/class/infiniband/ by Jack Morgenstein · 17 years ago
  59. 08fb105 mlx4_core: Enable MSI-X by default by Michael S. Tsirkin · 17 years ago
  60. c9f2ba5 IB/mlx4: Increase max outstanding RDMA reads as target by Jack Morgenstein · 17 years ago
  61. ee49bd9 mlx4_core: Reset device when internal error is detected by Jack Morgenstein · 17 years ago
  62. 149983af mlx4_core: Get the maximum message size from reported device capabilities by Dotan Barak · 17 years ago
  63. 786f238 mlx4_core: Add new Mellanox device IDs by Jack Morgenstein · 17 years ago
  64. 5ae2a7a IB/mlx4: Handle FW command interface rev 3 by Roland Dreier · 17 years ago
  65. b581401 mlx4_core: Initialize ctx_list and ctx_lock earlier by Roland Dreier · 17 years ago
  66. 20eebcf mlx4_core: Remove unused doorbell_lock by Roland Dreier · 17 years ago
  67. 225c7b1 IB/mlx4: Add a driver Mellanox ConnectX InfiniBand adapters by Roland Dreier · 17 years ago