1. a8ffe63 net/mlx5_core: Fix notification of page supplement error by Eli Cohen · 9 years ago
  2. be87544 net/mlx5_core: Fix async commands return code by Eli Cohen · 9 years ago
  3. 6c3dbd2 net/mlx5_core: Remove redundant "err" variable usage by Achiad Shochat · 9 years ago
  4. 9790930 net/mlx5_core: Fix struct type in the DESTROY_TIR/TIS device commands by Saeed Mahameed · 9 years ago
  5. 343b29f net/mlx5e: Priv state flag not rolled-back upon netdev open error by Achiad Shochat · 9 years ago
  6. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  7. a3c8742 mlx5: Fix missing device local_dma_lkey by Sagi Grimberg · 9 years ago
  8. 5283af8 net/mlx5e: Avoid accessing NULL pointer at ndo_select_queue by Rana Shahout · 9 years ago
  9. ecf842f mlx5e: Fix sparse warnings in mlx5e_handle_csum(). by David S. Miller · 9 years ago
  10. bbceefc net/mlx5e: Support RX CHECKSUM_COMPLETE by Achiad Shochat · 9 years ago
  11. 3c2d18e net/mlx5e: Support ethtool get/set_pauseparam by Achiad Shochat · 9 years ago
  12. 6fa1bca net/mlx5e: Ethtool link speed setting fixes by Achiad Shochat · 9 years ago
  13. d9a4027 net/mlx5e: HW LRO changes/fixes by Achiad Shochat · 9 years ago
  14. e842b10 net/mlx5e: Support smaller RX/TX ring sizes by Achiad Shochat · 9 years ago
  15. 2d75b2b net/mlx5e: Add ethtool RSS configuration options by Achiad Shochat · 9 years ago
  16. 936896e net/mlx5e: Make RSS indirection table size a constant by Achiad Shochat · 9 years ago
  17. 57afead net/mlx5e: Have a single RSS Toeplitz hash key by Achiad Shochat · 9 years ago
  18. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  19. fe1e187 net/mlx5_core: Set log_uar_page_sz for non 4K page size architecture by Carol L Soto · 9 years ago
  20. efea389 net/mlx5_core: Support physical port counters by Gal Pressman · 9 years ago
  21. 9b37b07 net/mlx5e: Take advantage of the light-weight netdev open/stop by Achiad Shochat · 9 years ago
  22. 1cefa32 net/mlx5e: Disable async events before unregister_netdev() by Achiad Shochat · 9 years ago
  23. 40ab6a6 net/mlx5e: Rename/move functions following the ndo_stop flow change by Achiad Shochat · 9 years ago
  24. 5c50368 net/mlx5e: Light-weight netdev open/stop by Achiad Shochat · 9 years ago
  25. d9eea40 net/mlx5_core: Introduce access function to modify RSS/LRO params by Achiad Shochat · 9 years ago
  26. 50cfa25 net/mlx5e: Introduce the "Drop RQ" by Achiad Shochat · 9 years ago
  27. 4cbeaff net/mlx5e: Unify the RX flow by Achiad Shochat · 9 years ago
  28. 98e81b0 net/mlx5e: Remove the mlx5e_update_priv_params() function by Achiad Shochat · 9 years ago
  29. 1fc2273 net/mlx5e: Introduce create/destroy RSS indir table access functions by Achiad Shochat · 9 years ago
  30. 1f2a300 net/mlx5e: Do not use netdev_err() before the netdev is registered by Achiad Shochat · 9 years ago
  31. 97de9f3 net/mlx5e: Avoid redundant de-reference by Achiad Shochat · 9 years ago
  32. 28abbfd net/mlx5e: Remove redundant assignment of sq->user_index by Achiad Shochat · 9 years ago
  33. a4418a6 net/mlx5e: Remove redundant field mlx5e_priv->num_tc by Achiad Shochat · 9 years ago
  34. 68cdf5d net/mlx5e: Use hard-coded 4K page size for RQ/SQ/CQ by Achiad Shochat · 9 years ago
  35. c928ed5 net/mlx5_core: Check the return value of mlx5_command_exec() by Haggai Abramonvsky · 9 years ago
  36. a741749 net/mlx5e: Input IPSEC.SPI into the RX RSS hash function by Achiad Shochat · 9 years ago
  37. 5a6f8ae net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others by Achiad Shochat · 9 years ago
  38. 88a85f9 net/mlx5e: TX latency optimization to save DMA reads by Achiad Shochat · 9 years ago
  39. 58d5229 net/mlx5e: Support TX packet copy into WQE by Achiad Shochat · 9 years ago
  40. 311c7c7 net/mlx5e: Allocate DMA coherent memory on reader NUMA node by Saeed Mahameed · 9 years ago
  41. 2be6967 net/mlx5e: Support ETH_RSS_HASH_XOR by Saeed Mahameed · 9 years ago
  42. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  43. 99611ba net/mlx5e: Prefetch skb data on RX by Saeed Mahameed · 9 years ago
  44. a1f5a1a net/mlx5e: Pop cq outside mlx5e_get_cqe by Achiad Shochat · 9 years ago
  45. e339105 net/mlx5e: Remove mlx5e_cq.sqrq back-pointer by Achiad Shochat · 9 years ago
  46. 8ca56ce net/mlx5e: Remove extra spaces by Achiad Shochat · 9 years ago
  47. 059ba07 net/mlx5e: Avoid TX CQE generation if more xmit packets expected by Achiad Shochat · 9 years ago
  48. 9fc5930 net/mlx5e: Avoid redundant dev_kfree_skb() upon NOP completion by Achiad Shochat · 9 years ago
  49. ef583d0 net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq() by Achiad Shochat · 9 years ago
  50. fb6c6f2 net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting them by Saeed Mahameed · 9 years ago
  51. 03289b8 net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queues by Saeed Mahameed · 9 years ago
  52. 3191e05f net/mlx5e: Add transport domain to the ethernet TIRs/TISs by Achiad Shochat · 9 years ago
  53. 56508b5 net/mlx5_core: Add transport domain alloc/dealloc support by Achiad Shochat · 9 years ago
  54. 12be4b2 net/mlx5e: Support NETIF_F_SG by Saeed Mahameed · 9 years ago
  55. 796a27e net/mlx5e: Enforce max flow-tables level >= 3 by Gal Pressman · 9 years ago
  56. cd58c71 net/mlx5e: Disable client vlan TX acceleration by Saeed Mahameed · 9 years ago
  57. fc11fbf net/mlx5e: Add HW cacheline start padding by Saeed Mahameed · 9 years ago
  58. facc969 net/mlx5e: Fix HW MTU settings by Saeed Mahameed · 9 years ago
  59. 7ec0bb2 net/mlx5_core: fix an error code by Dan Carpenter · 9 years ago
  60. 7cf7fa5 net/mlx5_core: Fix static checker warnings around system guid query flow by Majd Dibbiny · 9 years ago
  61. 4aa17b2 mlx5: Enable mutual support for IB and Ethernet by Haggai Abramonvsky · 9 years ago
  62. a124d13 net/mlx5_core: Add more query port helpers by Majd Dibbiny · 9 years ago
  63. a05bdef net/mlx5_core: Use port number when querying port ptys by Majd Dibbiny · 9 years ago
  64. e760152 net/mlx5_core: Use port number in the query port mtu helpers by Majd Dibbiny · 9 years ago
  65. 211e6c8 net/mlx5_core: Get vendor-id using the query adapter command by Majd Dibbiny · 9 years ago
  66. 707c460 net/mlx5_core: Add new query HCA vport commands by Majd Dibbiny · 9 years ago
  67. d18a947 net/mlx5_core: Make the vport helpers available for the IB driver too by Majd Dibbiny · 9 years ago
  68. e74a1db net/mlx5_core: Check the return bitmask when querying ISSI by Haggai Abramonvsky · 9 years ago
  69. 01949d0 net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0 by Haggai Abramonvsky · 9 years ago
  70. 7db22ff net/mlx5_core: Apply proper name convention to helpers by Haggai Abramonvsky · 9 years ago
  71. 5e24851 net/mlx5_en: Add missing check for memory allocation failure by Amir Vadai · 9 years ago
  72. a97e2d8 IB/core cleanup: Add const on args - device->process_mad by Ira Weiny · 9 years ago
  73. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  74. f62b8bb8 net/mlx5: Extend mlx5_core to support ConnectX-4 Ethernet functionality by Amir Vadai · 9 years ago
  75. afb736e net/mlx5: Ethernet resource handling files by Amir Vadai · 9 years ago
  76. e586b3b net/mlx5: Ethernet Datapath files by Amir Vadai · 9 years ago
  77. e725440 net/mlx5_core: Set/Query port MTU commands by Saeed Mahameed · 9 years ago
  78. 90b3e38 net/mlx5_core: Modify CQ moderation parameters by Rana Shahout · 9 years ago
  79. 4c916a7 net/mlx5_core: Implement get/set port status by Rana Shahout · 9 years ago
  80. adb0c95 net/mlx5_core: Implement access functions of ptys register fields by Saeed Mahameed · 9 years ago
  81. 938fe83 net/mlx5_core: New device capabilities handling by Saeed Mahameed · 9 years ago
  82. e281682 net/mlx5_core: HW data structs/types definitions cleanup by Saeed Mahameed · 9 years ago
  83. db058a1 net/mlx5_core: Set irq affinity hints by Saeed Mahameed · 9 years ago
  84. 64ffaa2 net/mlx5_core,mlx5_ib: Do not use vmap() on coherent memory by Amir Vadai · 9 years ago
  85. 59d2d18 mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit architectures by Honggang LI · 9 years ago
  86. 12b3375 mlx4/mlx5: Use dma_wmb/rmb where appropriate by Alexander Duyck · 9 years ago
  87. 64613d94 net/mlx5_core: Extend struct mlx5_interface to support multiple protocols by Saeed Mahameed · 9 years ago
  88. 233d05d net/mlx5_core: Move completion eqs from mlx5_ib to mlx5_core by Saeed Mahameed · 9 years ago
  89. 4ae6c18 net/mlx5_core: Update module info macros for ConnectX4 Support by Achiad Shochat · 9 years ago
  90. 302bdf6 net/mlx5_core: Fix Mellanox copyright note by Saeed Mahameed · 9 years ago
  91. 4cbdd27 net/mlx5_core: Fix a bug in alloc_token by Achiad Shochat · 9 years ago
  92. 21db507 net/mlx5_core: Avoid usage command work entry after writing command doorbell by Ira Gusinsky · 9 years ago
  93. 05e4ecd net/mlx5_core: Avoid copying outbox in aysnc command completion by Eli Cohen · 9 years ago
  94. 64599cc net/mlx5_core: Use coherent memory for command interface page by Eli Cohen · 9 years ago
  95. 60722c2 net/mlx5_core: Use the right inbox struct in destroy mkey command by Achiad Shochat · 9 years ago
  96. b812b54 net/mlx5_core: Clear doorbell record inside mlx5_db_alloc() by Saeed Mahameed · 9 years ago
  97. 9ef9baa net/mlx5_core: Avoid setting DC requestor/responder resources by Eli Cohen · 9 years ago
  98. ad18910 net/mlx5_core: Allocate firmware pages from device's NUMA node by Eli Cohen · 9 years ago
  99. 6b9f53b net/mlx5_core: don't export static symbol by Julia Lawall · 9 years ago
  100. de61390 net/mlx5_core: Fix configuration of log_uar_page_sz by Eli Cohen · 10 years ago