1. 2d5c57d net/mlx4_core: Limit count field to 24 bits in qp_alloc_res by Jack Morgenstein · 10 years ago
  2. 9737c6a net/mlx4_en: Add VXLAN ndo calls to the PF net device ops too by Or Gerlitz · 10 years ago
  3. 956bdab net/mlx4_en: Implement ndo_gso_check() by Joe Stringer · 10 years ago
  4. f4a1edd net/mlx4_en: Advertize encapsulation offloads features only when VXLAN tunnel is set by Or Gerlitz · 10 years ago
  5. 571e1b2 mlx4: Avoid leaking steering rules on flow creation error flow by Or Gerlitz · 10 years ago
  6. a4f2dac net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLAN by Or Gerlitz · 10 years ago
  7. bf1bac5 net/mlx4_core: Call synchronize_irq() before freeing EQ buffer by Eli Cohen · 10 years ago
  8. 9822620 mlx4: fix race accessing page->_count by Eric Dumazet · 10 years ago
  9. 35a9ad8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  10. 5351145 net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers by Eric Dumazet · 10 years ago
  11. 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  12. fe971b9 net/mlx4_en: remove NETDEV_TX_BUSY by Eric Dumazet · 10 years ago
  13. 1556b87 net/mlx4_en: Use the new tx_copybreak to set inline threshold by Eric Dumazet · 10 years ago
  14. acea73d net/mlx4_en: Enable the compiler to make is_inline() inlined by Eric Dumazet · 10 years ago
  15. e70602a net/mlx4_en: tx_info->ts_requested was not cleared by Eric Dumazet · 10 years ago
  16. e533ac7 net/mlx4_en: Use local var for skb_headlen(skb) by Eric Dumazet · 10 years ago
  17. b9d8839 net/mlx4_en: Use local var in tx flow for skb_shinfo(skb) by Eric Dumazet · 10 years ago
  18. f905c79 net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid stalls by Eric Dumazet · 10 years ago
  19. fb1843e net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq() by Eric Dumazet · 10 years ago
  20. 29d40c9 net/mlx4_en: Use prefetch in tx path by Eric Dumazet · 10 years ago
  21. 3d03641 net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb's by Eric Dumazet · 10 years ago
  22. dc9b06d net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc() by Eric Dumazet · 10 years ago
  23. 6a4e812 net/mlx4_en: Avoid calling bswap in tx fast path by Eric Dumazet · 10 years ago
  24. 98b1634 net/mlx4_en: Align tx path structures to cache lines by Eric Dumazet · 10 years ago
  25. 7dfa4b4 net/mlx4_en: Code cleanups in tx path by Eric Dumazet · 10 years ago
  26. 9fab426 mlx4: add a new xmit_more counter by Eric Dumazet · 10 years ago
  27. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  28. 1daa430 net/mlx4_core: Deprecate error message at ConnectX-2 cards startup to debug by Jack Morgenstein · 10 years ago
  29. a7401b9 net/mlx4_core: Protect QUERY_PORT wrapper from untrusted guests by Jack Morgenstein · 10 years ago
  30. e1c00e1 net/mlx4_core: New init and exit flow for mlx4_core by Majd Dibbiny · 10 years ago
  31. bbb07af net/mlx4_core: Don't disable SRIOV if there are active VFs by Jack Morgenstein · 10 years ago
  32. 5804283 mlx4: exploit skb->xmit_more to conditionally send doorbell by Eric Dumazet · 10 years ago
  33. effa4bc net/mlx4_core: Allow not to specify probe_vf in SRIOV IB mode by Matan Barak · 10 years ago
  34. 0c87b29 mellanox: Change en_print to return void by Joe Perches · 10 years ago
  35. 4daaab4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  36. 452b636 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  37. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  38. f4fd40b mlx4: Fix mlx4 reg/unreg mac to work properly with 0-mac addresses by Jack Morgenstein · 10 years ago
  39. 4ff0acc mlx4: Correct error flows in rereg_mr by Matan Barak · 10 years ago
  40. b1b6b4d net/mlx4_en: Add mlx4_en_get_cqe helper by Ido Shamay · 10 years ago
  41. 43c816c net/mlx4_core: Cache line EQE size support by Ido Shamay · 10 years ago
  42. 77507aa net/mlx4_core: Enable CQE/EQE stride support by Ido Shamay · 10 years ago
  43. 09e05c3 net/mlx4: Set vlan stripping policy by the right command by Matan Barak · 10 years ago
  44. b783475 net/mlx4: Avoid dealing with MAC index in UPDATE_QP wrapper if not needed by Matan Barak · 10 years ago
  45. 311be98 net/mlx4: Use the correct VSD mask in UPDATE_QP by Matan Barak · 10 years ago
  46. a91c772 net/mlx4: Correctly configure single ported VFs from the host by Matan Barak · 10 years ago
  47. 278d436 net/mlx4_en: do not ignore autoneg in mlx4_en_set_pauseparam() by Ivan Vecera · 10 years ago
  48. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  49. cfecec5 mlx4: only pull headers into skb head by Eric Dumazet · 10 years ago
  50. b89df95 mlx4_en: Convert the normal skb free path to dev_consume_skb_any() by Rick Jones · 10 years ago
  51. 1a84db5 treewide: fix errors in printk by Masanari Iida · 10 years ago
  52. 9ca8600 mlx4: Set skb->csum_level for encapsulated checksum by Tom Herbert · 10 years ago
  53. b95089d net/mlx4: Move the tunnel steering helper function to mlx4_core by Or Gerlitz · 10 years ago
  54. a11c5c9 Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  55. e3b1fd5 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  56. d087f6a Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4', 'mlx5', 'ocrdma' and 'srp' into for-next by Roland Dreier · 10 years ago
  57. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  58. 114840c mlx4_core: Add support for secure-host and SMP firewall by Jack Morgenstein · 10 years ago
  59. e630664 mlx4_core: Add helper functions to support MR re-registration by Matan Barak · 10 years ago
  60. 3f6148e net/mlx4_en: mlx4_en_[gs]et_priv_flags() can be static by Fengguang Wu · 10 years ago
  61. ea1c1af net/mlx4_en: Reduce memory consumption on kdump kernel by Amir Vadai · 10 years ago
  62. 2599d85 net/mlx4_core: Use low memory profile on kdump kernel by Amir Vadai · 10 years ago
  63. 0fef9d0 net/mlx4_en: Disable blueflame using ethtool private flags by Amir Vadai · 10 years ago
  64. b94901f net/mlx4_en: current_mac isn't updated in port up by Eyal Perry · 10 years ago
  65. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  66. 858e6c3 net/mlx4_en: cq->irq_desc wasn't set in legacy EQ's by Amir Vadai · 10 years ago
  67. 1645a54 net/mlx4_core: Remove MCG in case it is attached to promiscuous QPs only by Saeed Mahameed · 10 years ago
  68. 816e598 net/mlx4_core: In SR-IOV mode host should add promisc QP to default entry only by Eugenia Emantayev · 10 years ago
  69. 7590837 net/mlx4_core: Make sure the max number of QPs per MCG isn't exceeded by Alexander Guller · 10 years ago
  70. aab2bb0 net/mlx4_core: Make sure that negative array index isn't used by Dotan Barak · 10 years ago
  71. 0d7869a net/mlx4_core: Fix leakage of SW multicast entries by Yevgeny Petrilin · 10 years ago
  72. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  73. 32b333f mlx4: mark napi id for gro_skb by Jason Wang · 10 years ago
  74. fbc6daf net/mlx4_en: Ignore budget on TX napi polling by Amir Vadai · 10 years ago
  75. 2695bab net/mlx4_en: Fix mac_hash database inconsistency by Noa Osherovich · 10 years ago
  76. d5b8dff net/mlx4_en: Do not count LLC/SNAP in MTU calculation by Yishai Hadas · 10 years ago
  77. 49a1e4f net/mlx4_en: Do not disable vlan filter during promiscuous mode by Eugenia Emantayev · 10 years ago
  78. 143b3efb net/mlx4: Verify port number in __mlx4_unregister_mac by Eugenia Emantayev · 10 years ago
  79. 4359db1 net/mlx4_en: Run loopback test only when port is up by Eugenia Emantayev · 10 years ago
  80. 523ece8 net/mlx4_en: Fix set port ratelimit for 40GE by Eugenia Emantayev · 10 years ago
  81. e326f2f net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't set by Or Gerlitz · 10 years ago
  82. bb27361 net/mlx4_en: IRQ affinity hint is not cleared on port down by Amir Vadai · 10 years ago
  83. 35f6f45 net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity map by Amir Vadai · 10 years ago
  84. 960b1f4 net/mlx4_core: Fix the error flow when probing with invalid VF configuration by Or Gerlitz · 10 years ago
  85. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  86. 9e311e7 net/mlx4_en: Use affinity hint by Yuval Atias · 10 years ago
  87. da1de8d net/mlx4_core: Keep only one driver entry release mlx4_priv by Wei Yang · 10 years ago
  88. 95646373 net/mlx4_core: Fix SRIOV free-pool management when enforcing resource quotas by Jack Morgenstein · 10 years ago
  89. 1d21b1b Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
  90. eeaddf3 Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx5', 'noio', 'ocrdma', 'qib', 'srp' and 'usnic' into for-next by Roland Dreier · 10 years ago
  91. 537fae0 net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate by Jiri Pirko · 10 years ago
  92. 4e2c341 mlx4_core: Fix GFP flags parameters to be gfp_t by Roland Dreier · 10 years ago
  93. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  94. 014b201 Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/net-next by David S. Miller · 10 years ago
  95. fe62d00 ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() by Ben Hutchings · 11 years ago
  96. 40f2287 IB/mlx4: Implement IB_QP_CREATE_USE_GFP_NOIO by Jiri Kosina · 11 years ago
  97. 96b2e73 Revert "net/mlx4_en: Use affinity hint" by David S. Miller · 10 years ago
  98. 70a640d net/mlx4_en: Use affinity hint by Yuval Atias · 11 years ago
  99. 111c609 net/mlx4_core: Reset RoCE VF gids when guest driver goes down by Jack Morgenstein · 11 years ago
  100. 165cb46 mlx4_core: Move handling of MLX4_QP_ST_MLX to proper switch statement by Roland Dreier · 10 years ago