1. b63b70d IPoIB: Use a private hash table for path lookup in xmit path by Shlomo Pongratz · 12 years ago
  2. 5dedb9f Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  3. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  4. d90f9b3 IB: Use IS_ENABLED(CONFIG_IPV6) by Roland Dreier · 12 years ago
  5. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  6. f470f8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  7. 504255f Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-next by Roland Dreier · 13 years ago
  8. fec14d2 infiniband: add moduleparam.h to drivers/infiniband as required by Paul Gortmaker · 13 years ago
  9. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  10. 787adb9 IPoIB: Use the right function to do DMA unmap pages by Dotan Barak · 13 years ago
  11. 96104ed RDMA/core: Add SRQ type field by Sean Hefty · 13 years ago
  12. 5581be3 IPoIB: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  13. 3d96c74 net: infiniband/ulp/ipoib: convert to hw_features by Michał Mirosław · 14 years ago
  14. 948579c RDMA: Use vzalloc() to replace vmalloc()+memset(0) by Joe Perches · 14 years ago
  15. 8ae31e5 IPoIB: Add GRO support by Or Gerlitz · 14 years ago
  16. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  17. a48f509 IPoIB: Include return code in trace message for ib_post_send() failures by Or Gerlitz · 15 years ago
  18. f0dc117 IPoIB: Fix TX queue lockup with mixed UD/CM traffic by Eli Cohen · 15 years ago
  19. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 15 years ago
  20. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  21. cd0bcf4 IPoIB: Remove unused <rdma/ib_cache.h> includes by Roland Dreier · 15 years ago
  22. 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
  23. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  24. 2657440 net: Fix ipoib rtnl_lock sysfs deadlock. by Eric W. Biederman · 15 years ago
  25. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  26. fcace2f infiniband: ipoib replace IPOIB_GID_FMT with %p6 by Harvey Harrison · 16 years ago
  27. 943c246 IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTX by Roland Dreier · 16 years ago
  28. b140406 IPoIB/cm: Use vmalloc() to allocate rx_rings by David J. Wilder · 16 years ago
  29. e081981 IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr() by Roland Dreier · 16 years ago
  30. e112373 IPoIB/cm: Reduce connected mode TX object size by Eli Cohen · 16 years ago
  31. bd36067 IPoIB: Use dev_set_mtu() to change mtu by Eli Cohen · 16 years ago
  32. c8c2afe IPoIB: Use rtnl lock/unlock when changing device flags by Eli Cohen · 16 years ago
  33. a7d834c IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq() by Roland Dreier · 16 years ago
  34. f89271da IPoIB: Copy small received SKBs in connected mode by Eli Cohen · 16 years ago
  35. f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 16 years ago
  36. f56bcd8 IPoIB: Use separate CQ for UD send completions by Eli Cohen · 16 years ago
  37. 9fdd5e5 IPoIB: Handle case when P_Key is deleted and re-added at same index by Roland Dreier · 17 years ago
  38. 40ca198 IPoIB: Add LSO support by Eli Cohen · 17 years ago
  39. 6046136 IPoIB: Use checksum offload support if available by Eli Cohen · 17 years ago
  40. 10313cb IPoIB: Allocate priv->tx_ring with vmalloc() by Roland Dreier · 17 years ago
  41. 4200406 IPoIB/cm: Set tx_wr.num_sge in connected mode post_send() by Roland Dreier · 17 years ago
  42. ec229e5 IPoIB/cm: Fix ipoib_cm_dev_stop() cleanup when drain times out by Pradeep Satyanarayana · 17 years ago
  43. 7143740 IPoIB: Add send gather support by Eli Cohen · 17 years ago
  44. 586a693 IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entries by Pradeep Satyanarayana · 17 years ago
  45. 68e995a IPoIB/cm: Add connected mode support for devices without SRQs by Pradeep Satyanarayana · 17 years ago
  46. efcd997 IPoIB/cm: Factor out ipoib_cm_free_rx_reap_list() by Roland Dreier · 17 years ago
  47. 7b3687d IPoIB/cm: Factor out ipoib_cm_create_srq() by Roland Dreier · 17 years ago
  48. 1efb614 IPoIB/cm: Factor out ipoib_cm_free_rx_ring() by Roland Dreier · 17 years ago
  49. 2337f80 IPoIB: Trivial formatting cleanups by Roland Dreier · 17 years ago
  50. 09f60f8 IPoIB/cm: Fix receive QP cleanup by Roland Dreier · 17 years ago
  51. 1b52496 IPoIB/cm: Use common CQ for CM send completions by Michael S. Tsirkin · 17 years ago
  52. fd31256 IPoIB: Rewrite "if (!likely(...))" as "if (unlikely(!(...)))" by Roland Dreier · 17 years ago
  53. ce9d3c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  54. de90351 [IPoIB]: Convert to netdevice internal stats by Roland Dreier · 17 years ago
  55. ede6bc0 IPoIB/cm: Clean up initialization of QP attr in ipoib_cm_create_tx_qp() by Dotan Barak · 17 years ago
  56. 1d84612 IB/cm: Include HCA ACK delay in local ACK timeout by Sean Hefty · 17 years ago
  57. 20089ca IPoIB/cm: Fix warning if IPV6 is not enabled by Roland Dreier · 17 years ago
  58. 841adfc IPoIB/cm: Partial error clean up unmaps wrong address by Ralph Campbell · 17 years ago
  59. 13ef5f4 IPoIB/cm: Remove dead definition of struct ipoib_cm_id by Roland Dreier · 17 years ago
  60. 82c3aca IPoIB/cm: Fix interoperability when MTU doesn't match by Michael S. Tsirkin · 17 years ago
  61. 3ec7393 IPoIB/cm: Initialize RX before moving QP to RTR by Michael S. Tsirkin · 17 years ago
  62. ec56dc0 IPoIB/cm: Fix performance regression on Mellanox by Michael S. Tsirkin · 17 years ago
  63. 2dfbfc3 IPoIB/cm: Drain cq in ipoib_cm_dev_stop() by Michael S. Tsirkin · 17 years ago
  64. 8fd357a IPoIB/cm: Fix timeout check in ipoib_cm_dev_stop() by Michael S. Tsirkin · 17 years ago
  65. 518b164 IPoIB/cm: Fix SRQ WR leak by Michael S. Tsirkin · 17 years ago
  66. 7c5b9ef IPoIB/cm: Optimize stale connection detection by Michael S. Tsirkin · 17 years ago
  67. 8d1cc86 IPoIB: Convert to NAPI by Roland Dreier · 17 years ago
  68. f4fd0b2 IB: Add CQ comp_vector support by Michael S. Tsirkin · 17 years ago
  69. d6ef7d6 IPoIB/cm: Don't crash if remote side uses one QP for both directions by Michael S. Tsirkin · 17 years ago
  70. 347fcfb IPoIB/cm: Fix error handling in ipoib_cm_dev_open() by Michael S. Tsirkin · 17 years ago
  71. afc2e82 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  72. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 18 years ago
  73. 37aebbde IPoIB/cm: spin_lock_irqsave() -> spin_lock_irq() replacements by Roland Dreier · 17 years ago
  74. a89875f IPoIB: Remove pointless opcode field from debugging output by Roland Dreier · 18 years ago
  75. 6371ea3 IPoIB/cm: Fix DMA direction typo by Michael S. Tsirkin · 18 years ago
  76. 77d8e1e IB/ipoib: Fix thinko in packet length checks by Michael S. Tsirkin · 18 years ago
  77. 60a596d IPoIB/cm: Fix reaping of stale connections by Michael S. Tsirkin · 18 years ago
  78. 1812063 IPoIB/cm: Improve small message bandwidth by Michael S. Tsirkin · 18 years ago
  79. 8a2e65f IPoIB: CM error handling thinko fix by Michael S. Tsirkin · 18 years ago
  80. 551fd61 IPoIB: Only allow root to change between datagram and connected mode by Roland Dreier · 18 years ago
  81. 839fcab IPoIB: Connected mode experimental support by Michael S. Tsirkin · 18 years ago