1. 53ca376 mlxsw: core: Fix race condition in __mlxsw_emad_transmit by Ido Schimmel · 9 years ago
  2. bee1f75 mlxsw: Fix bug in __mlxsw_item_bit_array_offset by Ido Schimmel · 9 years ago
  3. 4b0c254 mlxsw: switchx2: changing order of exit fallbacks by Elad Raz · 9 years ago
  4. c075434 net/mlx5e: Disable VLAN filter in promiscuous mode by Achiad Shochat · 9 years ago
  5. 13b7938 net/mlx5: Fix typo in mlx5_query_port_pvlc by Jiri Pirko · 9 years ago
  6. 820d39f net/mlx4_core: Avoid failing the interrupts test by Carol L Soto · 9 years ago
  7. 85121d6 net/mlx4: Remove shared_ports variable at mlx4_enable_msi_x by Carol L Soto · 9 years ago
  8. bcb9db4 mlxsw: fix warnings for big-endian 32-bit dma_addr_t by Arnd Bergmann · 9 years ago
  9. 3deaa4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  10. 46c8217 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  11. 23860f1 net/mlx4: Handle return codes in mlx4_qp_attach_common by Robb Manes · 9 years ago
  12. 518a7cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  13. c6790aa IB/mlx5: Remove support for IB_DEVICE_LOCAL_DMA_LKEY by Sagi Grimberg · 9 years ago
  14. 4671fc6 net/mlx4_en: really allow to change RSS key by Eric Dumazet · 9 years ago
  15. dc2ec62 net/mlx4_en: Use access helper irq_data_get_affinity_mask() by Thomas Gleixner · 9 years ago
  16. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  17. 79857cd3 net/mlx4: Postpone the registration of net_device by Moni Shoua · 9 years ago
  18. a3c8742 mlx5: Fix missing device local_dma_lkey by Sagi Grimberg · 9 years ago
  19. b0f6446 net/mlx4_core: Fix unintialized variable used in error path by Carol L Soto · 9 years ago
  20. 9293267 net/mlx4_core: Capping number of requested MSIXs to MAX_MSIX by Carol L Soto · 9 years ago
  21. 1e81779 mlxsw: Make mailboxes 4KB aligned by Ido Schimmel · 9 years ago
  22. 262df69 mlxsw: adjust transmit fail log message level in __mlxsw_emad_transmit by Jiri Pirko · 9 years ago
  23. a585dab mlxsw: Remove duplicate included header by Ido Schimmel · 9 years ago
  24. 5283af8 net/mlx5e: Avoid accessing NULL pointer at ndo_select_queue by Rana Shahout · 9 years ago
  25. 5c12197 mlxsw: fix error return code by Julia Lawall · 9 years ago
  26. ecf842f mlx5e: Fix sparse warnings in mlx5e_handle_csum(). by David S. Miller · 9 years ago
  27. bbceefc net/mlx5e: Support RX CHECKSUM_COMPLETE by Achiad Shochat · 9 years ago
  28. 3c2d18e net/mlx5e: Support ethtool get/set_pauseparam by Achiad Shochat · 9 years ago
  29. 6fa1bca net/mlx5e: Ethtool link speed setting fixes by Achiad Shochat · 9 years ago
  30. d9a4027 net/mlx5e: HW LRO changes/fixes by Achiad Shochat · 9 years ago
  31. e842b10 net/mlx5e: Support smaller RX/TX ring sizes by Achiad Shochat · 9 years ago
  32. 2d75b2b net/mlx5e: Add ethtool RSS configuration options by Achiad Shochat · 9 years ago
  33. 936896e net/mlx5e: Make RSS indirection table size a constant by Achiad Shochat · 9 years ago
  34. 57afead net/mlx5e: Have a single RSS Toeplitz hash key by Achiad Shochat · 9 years ago
  35. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  36. ed8db18 mellanox: mlxsw: Use '%zx' to print size_t format by Fabio Estevam · 9 years ago
  37. e577516 mlxsw: Fix use-after-free bug in mlxsw_sx_port_xmit by Ido Schimmel · 9 years ago
  38. 3bfcd34 mlxsw: Use correct skb length when dumping payload by Ido Schimmel · 9 years ago
  39. d003462 mlxsw: Simplify mlxsw_sx_port_xmit function by Ido Schimmel · 9 years ago
  40. 7b7b9cf mlxsw: Strip FCS from incoming packets by Jiri Pirko · 9 years ago
  41. 74ed207 mlxsw: Make pci module dependent on HAS_DMA and HAS_IOMEM by Jiri Pirko · 9 years ago
  42. e61011b mlxsw: Make system port to local port mapping explicit by Ido Schimmel · 9 years ago
  43. 26a80f6 mlxsw: Call free_netdev when removing port by Ido Schimmel · 9 years ago
  44. fe1e187 net/mlx5_core: Set log_uar_page_sz for non 4K page size architecture by Carol L Soto · 9 years ago
  45. efea389 net/mlx5_core: Support physical port counters by Gal Pressman · 9 years ago
  46. 9b37b07 net/mlx5e: Take advantage of the light-weight netdev open/stop by Achiad Shochat · 9 years ago
  47. 1cefa32 net/mlx5e: Disable async events before unregister_netdev() by Achiad Shochat · 9 years ago
  48. 40ab6a6 net/mlx5e: Rename/move functions following the ndo_stop flow change by Achiad Shochat · 9 years ago
  49. 5c50368 net/mlx5e: Light-weight netdev open/stop by Achiad Shochat · 9 years ago
  50. d9eea40 net/mlx5_core: Introduce access function to modify RSS/LRO params by Achiad Shochat · 9 years ago
  51. 50cfa25 net/mlx5e: Introduce the "Drop RQ" by Achiad Shochat · 9 years ago
  52. 4cbeaff net/mlx5e: Unify the RX flow by Achiad Shochat · 9 years ago
  53. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  54. 31557f0 mlxsw: Introduce Mellanox SwitchX-2 ASIC support by Jiri Pirko · 9 years ago
  55. 4ec14b7 mlxsw: Add interface to access registers and process events by Ido Schimmel · 9 years ago
  56. eda6500 mlxsw: Add PCI bus implementation by Jiri Pirko · 9 years ago
  57. 93c1edb mlxsw: Introduce Mellanox switch driver core by Jiri Pirko · 9 years ago
  58. 98e81b0 net/mlx5e: Remove the mlx5e_update_priv_params() function by Achiad Shochat · 9 years ago
  59. 1fc2273 net/mlx5e: Introduce create/destroy RSS indir table access functions by Achiad Shochat · 9 years ago
  60. 1f2a300 net/mlx5e: Do not use netdev_err() before the netdev is registered by Achiad Shochat · 9 years ago
  61. 97de9f3 net/mlx5e: Avoid redundant de-reference by Achiad Shochat · 9 years ago
  62. 28abbfd net/mlx5e: Remove redundant assignment of sq->user_index by Achiad Shochat · 9 years ago
  63. a4418a6 net/mlx5e: Remove redundant field mlx5e_priv->num_tc by Achiad Shochat · 9 years ago
  64. 68cdf5d net/mlx5e: Use hard-coded 4K page size for RQ/SQ/CQ by Achiad Shochat · 9 years ago
  65. c928ed5 net/mlx5_core: Check the return value of mlx5_command_exec() by Haggai Abramonvsky · 9 years ago
  66. 35e455f net/mlx4_en: Hardware accelerated 802.1ad works only on the first port by Amir Vadai · 9 years ago
  67. e38af4f net/mlx4_en: Add support for hardware accelerated 802.1ad vlan by Hadar Hen Zion · 9 years ago
  68. e802f8e net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated support by Hadar Hen Zion · 9 years ago
  69. 7c509a4 net/mlx4_en: Prepare ethtool private flags to support more flags by Hadar Hen Zion · 9 years ago
  70. 77fc29c net/mlx4_core: Preparations for 802.1ad VLAN support by Hadar Hen Zion · 9 years ago
  71. a741749 net/mlx5e: Input IPSEC.SPI into the RX RSS hash function by Achiad Shochat · 9 years ago
  72. 5a6f8ae net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others by Achiad Shochat · 9 years ago
  73. 88a85f9 net/mlx5e: TX latency optimization to save DMA reads by Achiad Shochat · 9 years ago
  74. 58d5229 net/mlx5e: Support TX packet copy into WQE by Achiad Shochat · 9 years ago
  75. 311c7c7 net/mlx5e: Allocate DMA coherent memory on reader NUMA node by Saeed Mahameed · 9 years ago
  76. 2be6967 net/mlx5e: Support ETH_RSS_HASH_XOR by Saeed Mahameed · 9 years ago
  77. 62e4c9b net/mlx4_en: Remove BUG_ON assert when checking if ring is full by Ido Shamay · 9 years ago
  78. 9f5b031 net/mlx4_core: Relieve cpu load average on the port sending flow by Jack Morgenstein · 9 years ago
  79. 1c1bf34 net/mlx4_core: Fix wrong index in propagating port change event to VFs by Jack Morgenstein · 9 years ago
  80. 178d23e net/mlx4_core: Use sink counter for the VF default as fallback by Or Gerlitz · 9 years ago
  81. 0beb44b net/mlx4_core: Add extra check for total vfs for SRIOV by Carol Soto · 9 years ago
  82. 0a6d424 mlx4: TCP/UDP packets have L4 hash by Eric Dumazet · 9 years ago
  83. 7254acf mlx4: Disable HA for SRIOV PF RoCE devices by Or Gerlitz · 9 years ago
  84. 79a2585 net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabled by Ido Shamay · 9 years ago
  85. 488a9b4 net/mlx4_en: Wake TX queues only when there's enough room by Ido Shamay · 9 years ago
  86. 0eb0851 net/mlx4_en: Release TX QP when destroying TX ring by Eran Ben Elisha · 9 years ago
  87. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  88. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  89. 99611ba net/mlx5e: Prefetch skb data on RX by Saeed Mahameed · 9 years ago
  90. a1f5a1a net/mlx5e: Pop cq outside mlx5e_get_cqe by Achiad Shochat · 9 years ago
  91. e339105 net/mlx5e: Remove mlx5e_cq.sqrq back-pointer by Achiad Shochat · 9 years ago
  92. 8ca56ce net/mlx5e: Remove extra spaces by Achiad Shochat · 9 years ago
  93. 059ba07 net/mlx5e: Avoid TX CQE generation if more xmit packets expected by Achiad Shochat · 9 years ago
  94. 9fc5930 net/mlx5e: Avoid redundant dev_kfree_skb() upon NOP completion by Achiad Shochat · 9 years ago
  95. ef583d0 net/mlx5e: Remove re-assignment of wq type in mlx5e_enable_rq() by Achiad Shochat · 9 years ago
  96. fb6c6f2 net/mlx5e: Use skb_shinfo(skb)->gso_segs rather than counting them by Saeed Mahameed · 9 years ago
  97. 03289b8 net/mlx5e: Static mapping of netdev priv resources to/from netdev TX queues by Saeed Mahameed · 9 years ago
  98. f1a3bad net/mlx4_en: Use HW counters for rx/tx bytes/packets in PF device by Eran Ben Elisha · 9 years ago
  99. 9a2abf5 net/mlx4_en: Fix off-by-four in ethtool by Eran Ben Elisha · 9 years ago
  100. f9d1b5a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago