1. 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
  2. 3691c96 sysfs: fix sysfs lockdep warning in mlx4 code by Greg Kroah-Hartman · 14 years ago
  3. e4fc856 mlx4: replace the dma_sync_single_range_for_cpu/device API by FUJITA Tomonori · 14 years ago
  4. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  5. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 14 years ago
  6. b4f7726 mlx4_core: Fix cleanup in __mlx4_init_one() error path by Eli Cohen · 14 years ago
  7. 59be2e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  8. e69381b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  9. 43ff8b6 mlx4: use bitmap_find_next_zero_area by Akinobu Mita · 15 years ago
  10. e080279 mlx4_core: return a negative error value by roel kluin · 15 years ago
  11. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  12. be504b0 mlx4_core: Fix parsing of reserved EQ cap by Yevgeny Petrilin · 15 years ago
  13. 417608c IB/mlx4: Remove limitation on LSO header size by Eli Cohen · 15 years ago
  14. 06c3aa5 mlx4_core: Add a new supported 40 GigE device ID by Eli Cohen · 15 years ago
  15. e76d0b6 mlx4_core: Add 40GigE device ID by Yevgeny Petrilin · 15 years ago
  16. d7757be1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  17. c57e20dcf mlx4_core: Pass cache line size to device FW by Eli Cohen · 15 years ago
  18. 634354d mlx4: Fix access to freed memory by Vitaliy Gusev · 15 years ago
  19. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  20. f5f5951 mlx4_core: Distinguish multiple devices in /proc/interrupts by Arputham Benjamin · 15 years ago
  21. 1af92e2 mlx4_core: Avoid double free_icms by Yevgeny Petrilin · 15 years ago
  22. fa0681d mlx4_core: Allocate and map sufficient ICM memory for EQ context by Roland Dreier · 15 years ago
  23. ff149b2 mlx4_core: Remove unnecessary includes of <linux/init.h> by Roland Dreier · 15 years ago
  24. a01df0f mlx4_core: Use pci_request_regions() by Roland Dreier · 15 years ago
  25. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  26. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  27. 4871953 drivers/net: fixed drivers that support netpoll use ndo_start_xmit() by Dongdong Deng · 15 years ago
  28. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  29. 973507c mlx4_en: Fix read buffer overflow in mlx4_en_complete_rx_desc() by roel kluin · 15 years ago
  30. 9f519f6 mlx4_en: Not using Shared Receive Queues by Yevgeny Petrilin · 15 years ago
  31. b6b912e mlx4_en: Using real number of rings as RSS map size by Yevgeny Petrilin · 15 years ago
  32. a35ee54 mlx4_en: Adaptive moderation policy change by Yevgeny Petrilin · 15 years ago
  33. ae83060 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  34. eb4ad82 mlx4_en: Fix double pci unmapping. by Yevgeny Petrilin · 15 years ago
  35. 74d1541 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  36. 402168c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  37. 8666953 drivers/net/mlx4: Adjust constant by Julia Lawall · 15 years ago
  38. 92bd3bb mlx4_core: Add new ConnectX EN PCI ID 0x6764 by Yevgeny Petrilin · 15 years ago
  39. cc4ac2e mlx4_core: Handle multi-physical function devices by Yevgeny Petrilin · 15 years ago
  40. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  41. 32708e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  42. e727f5c mlx4_core: Fix dma_sync_single_for_cpu() with matching for_device() calls by Roland Dreier · 15 years ago
  43. 0314db6 mlx4_en: Remove redundant refill code on RX by Yevgeny Petrilin · 15 years ago
  44. 7237b40 mlx4_en: Removed redundant check on lso header size by Yevgeny Petrilin · 15 years ago
  45. 3c05f5e mlx4_en: Cancel port_up check in transmit function by Yevgeny Petrilin · 15 years ago
  46. a11faac mlx4_en: using stop/start_all_queues by Yevgeny Petrilin · 15 years ago
  47. d4ddbaa mlx4_en: Removed redundant skb->len check by Yevgeny Petrilin · 15 years ago
  48. 7e23091 mlx4_en: Counting all the dropped packets on the TX side by Yevgeny Petrilin · 15 years ago
  49. 9cbc1cb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 15 years ago
  50. cf504632 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  51. 8d34ff3 Merge branches 'cxgb3', 'ehca', 'misc', 'mlx4', 'mthca' and 'nes' into for-linus by Roland Dreier · 15 years ago
  52. d1fdf24 mlx4_core: Don't double-free IRQs when falling back from MSI-X to INTx by Roland Dreier · 15 years ago
  53. 98a1708 trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments. by Martin Olsson · 15 years ago
  54. a5b19b6 mlx4: FIX error flow when initializing EQ table by Yevgeny Petrilin · 15 years ago
  55. b2f8f75 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  56. d455e5b mlx4_en: Updated driver version by Yevgeny Petrilin · 15 years ago
  57. e486973 mlx4_en: Added vlan_features support by Yevgeny Petrilin · 15 years ago
  58. f813cad mlx4_en: multiqueue support by Yevgeny Petrilin · 15 years ago
  59. 3db36fb mlx4_en: Coalescing target is equal for all mtu's by Yevgeny Petrilin · 15 years ago
  60. 3c2fa83 mlx4_en: Work with part of the ports. by Yevgeny Petrilin · 15 years ago
  61. 9e47eda mlx4_en renamed en_params.c to en_ethtool.c by Yevgeny Petrilin · 15 years ago
  62. a2b2873 mlx4_en: Moved all module parameters handling to en_main.c by Yevgeny Petrilin · 15 years ago
  63. 453a608 mlx4_en: Giving interface name in debug messages by Yevgeny Petrilin · 15 years ago
  64. 465440d mlx4_en: Fix a kernel panic when waking tx queue by Yevgeny Petrilin · 15 years ago
  65. 5d23a1d net: replace dma_sync_single with dma_sync_single_for_cpu by FUJITA Tomonori · 15 years ago
  66. 2867975 net: dont update dev->trans_start in 10GB drivers by Eric Dumazet · 15 years ago
  67. ab6bf42 mlx4_core: Add module parameter for number of MTTs per segment by Eli Cohen · 15 years ago
  68. 38aab07 mlx4_en: Fix partial rings feature by Yevgeny Petrilin · 15 years ago
  69. 8e29291 mlx4_en: Removed redundant stride variable by Yevgeny Petrilin · 15 years ago
  70. 72876a6 mlx4_en: Fix not deleted napi structures by Yevgeny Petrilin · 15 years ago
  71. 34fd5da Remove unreached code in drivers/net/mlx4/en_rx.c by Dan Carpenter · 15 years ago
  72. 3dacbda Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  73. c2e2cee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  74. 785a0982 mlx4_en: Handle page allocation failure during receive by Yevgeny Petrilin · 15 years ago
  75. a423330 mlx4_en: Fix cleanup flow on cq activation by Yevgeny Petrilin · 15 years ago
  76. 5bf0da7 mlx4_core: Fix memory leak in mlx4_enable_msi_x() by Nicolas Morey-Chaisemartin · 15 years ago
  77. 1a44cc3 mlx4_en: Fix cleanup if workqueue create in mlx4_en_add() fails by Roland Dreier · 15 years ago
  78. b1b243a mlx4_en: Move to SW counters for total bytes and packets by Yevgeny Petrilin · 15 years ago
  79. 45b4d66 mlx4_en: use NETIF_F_IP_CSUM | NETIF_F_IPV6_CSUM for tx csum at initialization by Yevgeny Petrilin · 15 years ago
  80. 966508f mlx4_en: Assign dummy event handler for TX queue by Yevgeny Petrilin · 15 years ago
  81. 1e338db mlx4_en: Fix a race at restart task by Yevgeny Petrilin · 15 years ago
  82. 9a4f92a mlx4_en: Fix error handling while activating RX rings by Yevgeny Petrilin · 15 years ago
  83. 0534c8c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  84. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  85. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  86. bf6aede workqueue: add to_delayed_work() helper function by Jean Delvare · 15 years ago
  87. 352b09e mlx4_core: Don't leak mailbox for SET_PORT on Ethernet ports by Roland Dreier · 15 years ago
  88. 13220a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  89. 27bf91d mlx4_core: Add link type autosensing by Yevgeny Petrilin · 15 years ago
  90. 793730b mlx4_core: Don't perform SET_PORT command for Ethernet ports by Yevgeny Petrilin · 15 years ago
  91. 085343b mlx4_core: Add device IDs for MT25458 10GigE devices by Jack Morgenstein · 15 years ago
  92. 0c8dfc8 net: Add skb_record_rx_queue() calls to multiqueue capable drivers. by David S. Miller · 15 years ago
  93. 288379f net: Remove redundant NAPI functions by Ben Hutchings · 15 years ago
  94. d3b924d mlx4_core: Fix min() warning by Andrew Morton · 15 years ago
  95. ccbf04f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  96. 52255bb netdev: missing validate_address hooks by Stephen Hemminger · 15 years ago
  97. 70cb925 mlx4_core: Fix warning from min() by Roland Dreier · 15 years ago
  98. bd531e3 mlx4_en: Returning real Max in get_ringparam by Yevgeny Petrilin · 15 years ago
  99. 41efea5 mlx4_en: Consider inline packets on completion by Yevgeny Petrilin · 15 years ago
  100. 18cc42a mlx4_en: Added "set_ringparam" Ethtool interface implementation by Yevgeny Petrilin · 16 years ago