1. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  2. cf50463 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  3. 8d34ff3 Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 15 years ago
  4. d1fdf24 mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTx by Roland Dreier · 15 years ago
  5. 98a1708 trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments. by Martin Olsson · 15 years ago
  6. a5b19b6 mlx4: FIX error flow when initializing EQ table by Yevgeny Petrilin · 15 years ago
  7. b2f8f75 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  8. d455e5b mlx4_en: Updated driver version by Yevgeny Petrilin · 15 years ago
  9. e486973 mlx4_en: Added vlan_features support by Yevgeny Petrilin · 15 years ago
  10. f813cad mlx4_en: multiqueue support by Yevgeny Petrilin · 15 years ago
  11. 3db36fb mlx4_en: Coalescing target is equal for all mtu's by Yevgeny Petrilin · 15 years ago
  12. 3c2fa83 mlx4_en: Work with part of the ports. by Yevgeny Petrilin · 15 years ago
  13. 9e47eda mlx4_en renamed en_params.c to en_ethtool.c by Yevgeny Petrilin · 15 years ago
  14. a2b2873 mlx4_en: Moved all module parameters handling to en_main.c by Yevgeny Petrilin · 15 years ago
  15. 453a608 mlx4_en: Giving interface name in debug messages by Yevgeny Petrilin · 15 years ago
  16. 465440d mlx4_en: Fix a kernel panic when waking tx queue by Yevgeny Petrilin · 15 years ago
  17. 5d23a1d net: replace dma_sync_single with dma_sync_single_for_cpu by FUJITA Tomonori · 15 years ago
  18. 2867975 net: dont update dev->trans_start in 10GB drivers by Eric Dumazet · 15 years ago
  19. ab6bf42 mlx4_core: Add module parameter for number of MTTs per segment by Eli Cohen · 15 years ago
  20. 38aab07 mlx4_en: Fix partial rings feature by Yevgeny Petrilin · 15 years ago
  21. 8e29291 mlx4_en: Removed redundant stride variable by Yevgeny Petrilin · 15 years ago
  22. 72876a6 mlx4_en: Fix not deleted napi structures by Yevgeny Petrilin · 15 years ago
  23. 34fd5da Remove unreached code in drivers/net/mlx4/en_rx.c by Dan Carpenter · 15 years ago
  24. 3dacbda Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  25. c2e2cee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  26. 785a0982 mlx4_en: Handle page allocation failure during receive by Yevgeny Petrilin · 15 years ago
  27. a423330 mlx4_en: Fix cleanup flow on cq activation by Yevgeny Petrilin · 15 years ago
  28. 5bf0da7 mlx4_core: Fix memory leak in mlx4_enable_msi_x() by Nicolas Morey-Chaisemartin · 15 years ago
  29. 1a44cc3 mlx4_en: Fix cleanup if workqueue create in mlx4_en_add() fails by Roland Dreier · 15 years ago
  30. b1b243a mlx4_en: Move to SW counters for total bytes and packets by Yevgeny Petrilin · 15 years ago
  31. 45b4d66 mlx4_en: use NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM for tx csum at initialization by Yevgeny Petrilin · 15 years ago
  32. 966508f mlx4_en: Assign dummy event handler for TX queue by Yevgeny Petrilin · 15 years ago
  33. 1e338db mlx4_en: Fix a race at restart task by Yevgeny Petrilin · 15 years ago
  34. 9a4f92a mlx4_en: Fix error handling while activating RX rings by Yevgeny Petrilin · 15 years ago
  35. 0534c8c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  36. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  37. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  38. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 15 years ago
  39. 352b09e mlx4_core: Don't leak mailbox for SET_PORT on Ethernet ports by Roland Dreier · 15 years ago
  40. 13220a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  41. 27bf91d mlx4_core: Add link type autosensing by Yevgeny Petrilin · 16 years ago
  42. 793730b mlx4_core: Don't perform SET_PORT command for Ethernet ports by Yevgeny Petrilin · 16 years ago
  43. 085343b mlx4_core: Add device IDs for MT25458 10GigE devices by Jack Morgenstein · 16 years ago
  44. 0c8dfc8 net: Add skb_record_rx_queue() calls to multiqueue capable drivers. by David S. Miller · 16 years ago
  45. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 16 years ago
  46. d3b924d mlx4_core: Fix min() warning by Andrew Morton · 16 years ago
  47. ccbf04f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  48. 52255bb netdev: missing validate_address hooks by Stephen Hemminger · 16 years ago
  49. 70cb925 mlx4_core: Fix warning from min() by Roland Dreier · 16 years ago
  50. bd531e3 mlx4_en: Returning real Max in get_ringparam by Yevgeny Petrilin · 16 years ago
  51. 41efea5 mlx4_en: Consider inline packets on completion by Yevgeny Petrilin · 16 years ago
  52. 18cc42a mlx4_en: Added "set_ringparam" Ethtool interface implementation by Yevgeny Petrilin · 16 years ago
  53. 2d6a7b7 mlx4_en: Always allocate RX ring for each interrupt vector by Yevgeny Petrilin · 16 years ago
  54. c2b559e mlx4_en: Verify number of RX rings doesn't exceed MAX_RX_RINGS by Yevgeny Petrilin · 16 years ago
  55. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  56. 26c743b mlx4_en: Remove pauses module parameters. by Yevgeny Petrilin · 16 years ago
  57. 60b9f9e mlx4_en: Removed Interrupt moderation module parameters by Yevgeny Petrilin · 16 years ago
  58. c03ea21 mlx4_en: Removed redundant cq->armed flag by Yevgeny Petrilin · 16 years ago
  59. 48374dd mlx4_en: Removed TX locking when polling TX cq by Yevgeny Petrilin · 16 years ago
  60. b51968d mlx4_en: Memory leak on completion queue free by Yevgeny Petrilin · 16 years ago
  61. 908a7a1 net: Remove unused netdev arg from some NAPI interfaces. by Neil Horman · 16 years ago
  62. f5eda57 mlx4_core: Delete incorrect comment by Roland Dreier · 16 years ago
  63. b8dd786 mlx4_core: Add support for multiple completion event vectors by Yevgeny Petrilin · 16 years ago
  64. aa2ba5f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  65. 4bc2a9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  66. 9a5aa62 mlx4_core: Save/restore default port IB capability mask by Jack Morgenstein · 16 years ago
  67. e6a1762 mlx4: fix warning in drivers/net/mlx4/mcg.c by Ingo Molnar · 16 years ago
  68. b58515b mlx4: fix error path in drivers/net/mlx4/en_rx.c by Ingo Molnar · 16 years ago
  69. 3addc56 mlx4: convert to net_device_ops by Stephen Hemminger · 16 years ago
  70. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  71. 847e917 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  72. d53b93f mlx4_en: Pause parameters per port by Yevgeny Petrilin · 16 years ago
  73. 3edac25 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  74. 7e452ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  75. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  76. c1adbb9 mlx4_en: Start port error flow bug fix by Yevgeny Petrilin · 16 years ago
  77. 7b0f5df mlx4_core: Fix unused variable warning by Roland Dreier · 16 years ago
  78. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  79. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  80. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  81. 8867cd7 infiniband: use %p6 for printing message ids by Harvey Harrison · 16 years ago
  82. e65b959 mlx4: Setting the correct offset for default mac address by Yevgeny Petrilin · 16 years ago
  83. 9de14eb mlx4_en: remove duplicated #include by Huang Weiyi · 16 years ago
  84. 724bdd0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  85. 57893d1 mlx4_core: Add Ethernet PCI device IDs by Yevgeny Petrilin · 16 years ago
  86. c27a02c mlx4_en: Add driver for Mellanox ConnectX 10GbE NIC by Yevgeny Petrilin · 16 years ago
  87. 7ff93f8 mlx4_core: Multiple port type support by Yevgeny Petrilin · 16 years ago
  88. 2a2336f mlx4_core: Ethernet MAC/VLAN management by Yevgeny Petrilin · 16 years ago
  89. b79acb4 mlx4_core: Get ethernet MTU and default address from firmware by Yevgeny Petrilin · 16 years ago
  90. 93fc9e1 mlx4_core: Support multiple pre-reserved QP regions by Yevgeny Petrilin · 16 years ago
  91. a3cdcbf mlx4_core: Add QP range reservation support by Yevgeny Petrilin · 16 years ago
  92. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  93. 6526128 drivers/net/mlx4/alloc.c needs mm.h by Andrew Morton · 16 years ago
  94. 29bdc88 IB/mlx4: Fix up fast register page list format by Vladimir Sokolovsky · 16 years ago
  95. c925743 mlx4_core: Set RAE and init mtt_sz field in FRMR MPT entries by Vladimir Sokolovsky · 16 years ago
  96. 8be1a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  97. 8d8bb39 dma-mapping: add the device argument to dma_mapping_error() by FUJITA Tomonori · 16 years ago
  98. 51a379d mlx4: Update/add Mellanox Technologies copyright lines to mlx4 driver files by Jack Morgenstein · 16 years ago
  99. 5c40235 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago
  100. 27ac792 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures by Andrea Righi · 16 years ago