1. 4c929fe Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  2. c3f2511 net/mlx4: Cache line CQE/EQE stride fixes by Ido Shamay · 10 years ago
  3. a7cfef2 Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and 'srp' into for-next by Roland Dreier · 10 years ago
  4. e420f0c mlx5_core: Add support for page faults events and low level handling by Haggai Eran · 10 years ago
  5. 0b99765 mlx4_core: Check for DPDP violation only when DPDP is not supported by Yuval Shaia · 10 years ago
  6. c78e25e net/mlx4_core: Avoid double dumping of the PF device capabilities by Or Gerlitz · 10 years ago
  7. da31567 net/mlx4_core: Fixed memory leak and incorrect refcount in mlx4_load_one by Matan Barak · 10 years ago
  8. 7d077cd net/mlx4: Add support for A0 steering by Matan Barak · 10 years ago
  9. 431df8c net/mlx4: Refactor QUERY_PORT by Matan Barak · 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. d57febe net/mlx4: Add A0 hybrid steering by Matan Barak · 10 years ago
  12. 7a89399 net/mlx4: Add mlx4_bitmap zone allocator by Matan Barak · 10 years ago
  13. ab256e5 net/mlx4: Add a check if there are too many reserved QPs by Dotan Barak · 10 years ago
  14. ddae034 net/mlx4: Change QP allocation scheme by Eugenia Emantayev · 10 years ago
  15. 3dca0f42 net/mlx4_core: Use tasklet for user-space CQ completion events by Matan Barak · 10 years ago
  16. 383677d net/mlx4_core: Mask out host side virtualization features for guests by Or Gerlitz · 10 years ago
  17. c58942f net/mlx4_en: Set csum level for encapsulated packets by Or Gerlitz · 10 years ago
  18. 947cbb0 net/mlx4_en: Support for configurable RSS hash function by Eyal Perry · 10 years ago
  19. 892311f ethtool: Support for configurable RSS hash function by Eyal Perry · 10 years ago
  20. 28c167f net/mlx5_core: Add more supported devices by Eli Cohen · 10 years ago
  21. 6b60d5e net/mlx5_core: Clear outbox of dealloc uar by Majd Dibbiny · 10 years ago
  22. ab62924 net/mlx5_core: Print resource number on QP/SRQ async events by Eli Cohen · 10 years ago
  23. 2d446d1 net/mlx5_core: Fix command queue size enforcement by Eli Cohen · 10 years ago
  24. 3a9e161 net/mlx5_core: Fix min vectors value in mlx5_enable_msix by Eli Cohen · 10 years ago
  25. f66f049 net/mlx5_core: Request the mlx5 IB module on driver load by Eli Cohen · 10 years ago
  26. 02637fc net: rename netdev_phys_port_id to more generic name by Jiri Pirko · 10 years ago
  27. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  28. 2d5c57d net/mlx4_core: Limit count field to 24 bits in qp_alloc_res by Jack Morgenstein · 10 years ago
  29. bd635c3 mlx4: fix mlx4_en_set_rxfh() by Eric Dumazet · 10 years ago
  30. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  31. 312df74 net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is set by Saeed Mahameed · 10 years ago
  32. 914efb0 mlx4: don't duplicate kvfree() by Al Viro · 10 years ago
  33. 479163f mlx5: don't duplicate kvfree() by Al Viro · 10 years ago
  34. 9737c6a net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too by Or Gerlitz · 10 years ago
  35. b9d1ab7 mlx4: use netdev_rss_key_fill() helper by Eric Dumazet · 10 years ago
  36. 956bdab net/mlx4_en: Implement ndo_gso_check() by Joe Stringer · 10 years ago
  37. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  38. de966c5 net/mlx4_core: Support more than 64 VFs by Matan Barak · 10 years ago
  39. 7ae0e40 net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for PF/VFs by Matan Barak · 10 years ago
  40. e8c4265 net/mlx4_core: Add QUERY_FUNC firmware command by Matan Barak · 10 years ago
  41. a0eacca net/mlx4_core: Refactor mlx4_load_one by Matan Barak · 10 years ago
  42. ffc39f6 net/mlx4_core: Refactor mlx4_cmd_init and mlx4_cmd_cleanup by Matan Barak · 10 years ago
  43. 225c6c8 net/mlx4_core: Use correct variable type for mlx4_slave_cap by Matan Barak · 10 years ago
  44. 7c68dd4 net/mlx4_core: Fix wrong reading of reserved_eqs by Matan Barak · 10 years ago
  45. f4a1edd net/mlx4_en: Advertize encapsulation offloads features only when VXLAN tunnel is set by Or Gerlitz · 10 years ago
  46. f8c6455 net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETE by Shani Michaeli · 10 years ago
  47. dd65bea net/mlx4_en: Extend usage of napi_gro_frags by Shani Michaeli · 10 years ago
  48. 2e1af7d mlx4: restore conditional call to napi_complete_done() by Eric Dumazet · 10 years ago
  49. 1a28817 mlx4: use napi_complete_done() by Eric Dumazet · 10 years ago
  50. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  51. 364d179 net/mlx5_core: Fix race on driver load by Eli Cohen · 10 years ago
  52. a158906 net/mlx5_core: Fix race in create EQ by Eli Cohen · 10 years ago
  53. d475c95 net/mlx4_core: Add retrieval of CONFIG_DEV parameters by Matan Barak · 10 years ago
  54. 1ab25f8 net/mlx4_en: Add __GFP_COLD gfp flags in alloc_pages by Ido Shamay · 10 years ago
  55. 5f6e980 net/mlx4_en: Remove RX buffers alignment to IP_ALIGN by Ido Shamay · 10 years ago
  56. 0a98455 net/mlx4_core: Protect port type setting by mutex by Amir Vadai · 10 years ago
  57. 6e80669 net/mlx4_core: Prevent VF from changing port configuration by Saeed Mahameed · 10 years ago
  58. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  59. 571e1b2 mlx4: Avoid leaking steering rules on flow creation error flow by Or Gerlitz · 10 years ago
  60. a4f2dac net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLAN by Or Gerlitz · 10 years ago
  61. 477b35b mlx4: use napi_schedule_irqoff() by Eric Dumazet · 10 years ago
  62. d5ec899 net/mlx4_en: Report actual number of rings in indirection table by Amir Vadai · 10 years ago
  63. 207af6c net/mlx4_en: Move spinlocks and work initalizations to beginning of init_netdev by Eugenia Emantayev · 10 years ago
  64. f4a3675 net/mlx4_en: Call napi_synchronize on stop_port by Ido Shamay · 10 years ago
  65. c2a3d4b net/mlx4_en: Cleanups suggested by clang static checker by Jack Morgenstein · 10 years ago
  66. 537f6f9 net/mlx4_en: Add ethtool support for [rx|tx]vlan offload set to OFF/ON by Saeed Mahameed · 10 years ago
  67. 7787fa6 net/mlx4_en: Add support for setting rxvlan offload OFF/ON by Saeed Mahameed · 10 years ago
  68. d48b3ab net/mlx4_en: Use PTYS register to set ethtool settings (Speed) by Saeed Mahameed · 10 years ago
  69. 2c76267 net/mlx4_en: Use PTYS register to query ethtool settings by Saeed Mahameed · 10 years ago
  70. dcf972a ethtool, net/mlx4_en: Add 100M, 20G, 56G speeds ethtool reporting support by Saeed Mahameed · 10 years ago
  71. a53e3e8 net/mlx4_core: Add ethernet backplane autoneg device capability by Saeed Mahameed · 10 years ago
  72. adbc7ac net/mlx4_core: Introduce ACCESS_REG CMD and eth_prot_ctrl dev cap by Saeed Mahameed · 10 years ago
  73. 7202da8 ethtool, net/mlx4_en: Cable info, get_module_info/eeprom ethtool support by Saeed Mahameed · 10 years ago
  74. 32a173c net/mlx4_core: Introduce mlx4_get_module_info for cable module info reading by Saeed Mahameed · 10 years ago
  75. bf1bac5 net/mlx4_core: Call synchronize_irq() before freeing EQ buffer by Eli Cohen · 10 years ago
  76. 96e4be0 net/mlx5_core: Call synchronize_irq() before freeing EQ buffer by Eli Cohen · 10 years ago
  77. 9822620 mlx4: fix race accessing page->_count by Eric Dumazet · 10 years ago
  78. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  79. 5351145 net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers by Eric Dumazet · 10 years ago
  80. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  81. fe971b9 net/mlx4_en: remove NETDEV_TX_BUSY by Eric Dumazet · 10 years ago
  82. 1556b87 net/mlx4_en: Use the new tx_copybreak to set inline threshold by Eric Dumazet · 10 years ago
  83. acea73d net/mlx4_en: Enable the compiler to make is_inline() inlined by Eric Dumazet · 10 years ago
  84. e70602a net/mlx4_en: tx_info->ts_requested was not cleared by Eric Dumazet · 10 years ago
  85. e533ac7 net/mlx4_en: Use local var for skb_headlen(skb) by Eric Dumazet · 10 years ago
  86. b9d8839 net/mlx4_en: Use local var in tx flow for skb_shinfo(skb) by Eric Dumazet · 10 years ago
  87. f905c79 net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid stalls by Eric Dumazet · 10 years ago
  88. fb1843e net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq() by Eric Dumazet · 10 years ago
  89. 29d40c9 net/mlx4_en: Use prefetch in tx path by Eric Dumazet · 10 years ago
  90. 3d03641 net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb's by Eric Dumazet · 10 years ago
  91. dc9b06d net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc() by Eric Dumazet · 10 years ago
  92. 6a4e812 net/mlx4_en: Avoid calling bswap in tx fast path by Eric Dumazet · 10 years ago
  93. 98b1634 net/mlx4_en: Align tx path structures to cache lines by Eric Dumazet · 10 years ago
  94. 7dfa4b4 net/mlx4_en: Code cleanups in tx path by Eric Dumazet · 10 years ago
  95. 9fab426 mlx4: add a new xmit_more counter by Eric Dumazet · 10 years ago
  96. f832dc8 net/mlx5_core: Add ConnectX-4 to list of supported devices by Eli Cohen · 10 years ago
  97. 5903325 net/mlx5_core: Identify resources by their type by Eli Cohen · 10 years ago
  98. b775516 net/mlx5_core: use set/get macros in device caps by Eli Cohen · 10 years ago
  99. d29b796 net/mlx5_core: Use hardware registers description header file by Eli Cohen · 10 years ago
  100. c7a08ac net/mlx5_core: Update device capabilities handling by Eli Cohen · 10 years ago