1. 793dad9 RDMA/cxgb4: Fix bug for active and passive LE hash collision path by Vipul Pandya · 12 years ago
  2. 1cab775 RDMA/cxgb4: Fix LE hash collision bug for passive open connection by Vipul Pandya · 12 years ago
  3. 5be78ee RDMA/cxgb4: Fix LE hash collision bug for active open connection by Vipul Pandya · 12 years ago
  4. 76f267b RDMA/cxgb4: use WARN by Julia Lawall · 12 years ago
  5. 32c631f RDMA/cxgb4: Don't free chunk that we have failed to allocate by Thadeu Lima de Souza Cascardo · 12 years ago
  6. 7a9a297 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  7. c079c28 RDMA/cxgb4: Fix error handling in create_qp() by Emil Goode · 12 years ago
  8. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  9. 92dd6c3 RDMA/cxgb4: Move dereference below NULL test by Wei Yongjun · 12 years ago
  10. e5619c1 RDMA/cxgb4: Update RDMA/cxgb4 due to macro definition removal in cxgb4 driver by Vipul Pandya · 12 years ago
  11. f747c34 RDMA/cxgb4: Fix endianness of addition to mpa->private_data_size by Roland Dreier · 12 years ago
  12. 71b43fd RDMA/cxgb4: Fix crash when peer address is 0.0.0.0 by Thadeu Lima de Souza Cascardo · 12 years ago
  13. e572568 RDMA/cxgb4: Include vmalloc.h for vmalloc and vfree by Vipul Pandya · 12 years ago
  14. 67bbc05 RDMA/cxgb4: Add query_qp support by Vipul Pandya · 12 years ago
  15. ec3eead RDMA/cxgb4: Remove kfifo usage by Vipul Pandya · 12 years ago
  16. d716a2a RDMA/cxgb4: Use vmalloc() for debugfs QP dump by Vipul Pandya · 12 years ago
  17. 422eea0 RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues by Vipul Pandya · 12 years ago
  18. 4984037 RDMA/cxgb4: Disable interrupts in c4iw_ev_dispatch() by Vipul Pandya · 12 years ago
  19. 2c97478 RDMA/cxgb4: Add DB Overflow Avoidance by Vipul Pandya · 12 years ago
  20. 8d81ef3 RDMA/cxgb4: Add debugfs RDMA memory stats by Vipul Pandya · 12 years ago
  21. 14b9222 RDMA/cxgb4: Drop peer_abort when no endpoint found by Steve Wise · 12 years ago
  22. 0f1dcfa RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr() by Steve Wise · 12 years ago
  23. bd61baa RDMA/cxgb4: Use dst parameter in import_ep() by Steve Wise · 12 years ago
  24. 0c2fe82 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  25. f0e88ae Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', 'srp' and 'srpt' into for-next by Roland Dreier · 12 years ago
  26. 2e96691 IB: Use central enum for speed instead of hard-coded values by Or Gerlitz · 12 years ago
  27. 91018f8 RDMA/cxgb4: Add missing peer2peer check in MPAv2 code by Kumar Sanghvi · 12 years ago
  28. 64b7007 infiniband: cxgb4: Convert import_ep() over to dst_neigh_lookup(). by David Miller · 13 years ago
  29. 3786cf1 infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper function. by David Miller · 13 years ago
  30. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  31. a493f1a Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next by Roland Dreier · 13 years ago
  32. 580da35 IB: Fix RCU lockdep splats by Eric Dumazet · 13 years ago
  33. 01b225e RDMA/cxgb4: Fix retry with MPAv1 logic for MPAv2 by Kumar Sanghvi · 13 years ago
  34. c34c97a RDMA/cxgb4: Fix iw_cxgb4 count_rcqes() logic by Jonathan Lallinger · 13 years ago
  35. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  36. f470f8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  37. 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
  38. e4dd23d infiniband: Fix up module files that need to include module.h by Paul Gortmaker · 13 years ago
  39. d32ae39 RDMA/cxgb4: Mark QP in error before disabling the queue in firmware by Tom Tucker · 13 years ago
  40. 581bbe2 RDMA/cxgb4: Serialize calls to CQ's comp_handler by Kumar Sanghvi · 13 years ago
  41. e14d62c RDMA/cxgb4: Use correct QID in insert_recv_cqe() by Jonathan Lallinger · 13 years ago
  42. 01e7da6 RDMA/cxgb4: Make sure flush CQ entries are collected on connection close by Kumar Sanghvi · 13 years ago
  43. d2fe99e RDMA/cxgb4: Add support for MPAv2 Enhanced RDMA Negotiation by Kumar Sanghvi · 13 years ago
  44. 9efe10a RDMA/cxgb4: Fail RDMA initialization for unsupported cards by Steve Wise · 13 years ago
  45. f7917c0 chelsio: Move the Chelsio drivers by Jeff Kirsher · 13 years ago
  46. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  47. ece236c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  48. 4460207 Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 'srp' into for-next by Roland Dreier · 13 years ago
  49. 3cbe182 RDMA/cxgb4: Use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  50. 10e1b54 RDMA: Allow for NULL .modify_device() and .modify_port() methods by Bart Van Assche · 13 years ago
  51. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  52. 8da7e7a RDMA/cxgb4: Couple of abort fixes by Steve Wise · 13 years ago
  53. 301c2c3 RDMA/cxgb4: Don't truncate MR lengths by Steve Wise · 13 years ago
  54. 2ff7d09 RDMA/cxgb4: Don't exceed hw IQ depth limit for user CQs by Steve Wise · 13 years ago
  55. 4c171ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  56. c337374 RDMA/cxgb4: Use completion objects for event blocking by Steve Wise · 13 years ago
  57. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  58. 880102e Merge remote branch 'origin/master' into merge by Benjamin Herrenschmidt · 13 years ago
  59. 2f25e9a RDMA/cxgb4: EEH errors can hang the driver by Steve Wise · 13 years ago
  60. d9594d9 RDMA/cxgb4: Reset wait condition atomically by Steve Wise · 13 years ago
  61. 85d215b RDMA/cxgb4: Fix missing parentheses by Roel Kluin · 13 years ago
  62. bbe9a0a RDMA/cxgb4: Initialization errors can cause crash by Steve Wise · 13 years ago
  63. 30c95c2 RDMA/cxgb4: Don't change QP state outside EP lock by Steve Wise · 13 years ago
  64. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  65. e297d9d cxgb4: use pgprot_writecombine() on powerpc by Nishanth Aravamudan · 13 years ago
  66. 7a63628 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  67. db5d040 RDMA/cxgb4: Debugfs dump_qp() updates by Steve Wise · 13 years ago
  68. 767fbe8 RDMA/cxgb4: Dispatch FATAL event on EEH errors by Steve Wise · 13 years ago
  69. b48f3b9 RDMA/cxgb4: Use ULP_MODE_TCPDDP by Steve Wise · 13 years ago
  70. a9c7719 RDMA/cxgb4: Enable on-chip SQ support by default by Steve Wise · 13 years ago
  71. ffc3f74 RDMA/cxgb4: Do CIDX_INC updates every 1/16 CQ depth CQE reaps by Steve Wise · 13 years ago
  72. 2942813 RDMA/cxgb4: Remove db_drop_task by Steve Wise · 13 years ago
  73. b52fe09 RDMA/cxgb4: Turn on delayed ACK by Steve Wise · 13 years ago
  74. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  75. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  76. 273447b ipv4: Kill can_sleep arg to ip_route_output_flow() by David S. Miller · 13 years ago
  77. 420d44d ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep" by David S. Miller · 13 years ago
  78. 94788657 RDMA/cxgb4: Set the correct device physical function for iWARP connections by Steve Wise · 14 years ago
  79. 6a09a9d RDMA/cxgb4: Limit MAXBURST EQ context field to 256B by Steve Wise · 14 years ago
  80. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  81. db8b101 RDMA/cxgb4: Don't re-init wait object in init/fini paths by Steve Wise · 14 years ago
  82. c943109 RDMA/cxgb3,cxgb4: Remove dead code by Stephen Hemminger · 14 years ago
  83. e987fa3 infiniband: Only include mutex.h once in drivers/infiniband/hw/cxgb4/iw_cxgb4.h by Jesper Juhl · 14 years ago
  84. 9e5fca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago
  85. 116e953 Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-next by Roland Dreier · 14 years ago
  86. aa1ad26 RDMA/cxgb4: Remove unnecessary KERN_<level> use by Joe Perches · 14 years ago
  87. 7454159 IB: Replace EXTRA_CFLAGS with ccflags-y by matt mooney · 14 years ago
  88. da411ba RDMA/cxgb4: Use cxgb4 service for packet gl to skb by Steve Wise · 14 years ago
  89. de5dd81 RDMA/cxgb4: Export T4 TCP MIB by Steve Wise · 14 years ago
  90. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  91. 3160977 RDMA/cxgb4: Use simple_read_from_buffer() for debugfs handlers by Steve Wise · 14 years ago
  92. 8bbac89 RDMA/cxgb4: Add default_llseek to debugfs files by Steve Wise · 14 years ago
  93. 40dbf6e RDMA/cxgb4: Fastreg NSMR fixes by Steve Wise · 14 years ago
  94. 410ade4 RDMA/cxgb4: Don't set completion flag for read requests by Steve Wise · 14 years ago
  95. 98ae68b RDMA/cxgb4: Set the default TCP send window to 128KB by Steve Wise · 14 years ago
  96. 2f5b48c RDMA/cxgb4: Use a mutex for QP and EP state transitions by Steve Wise · 14 years ago
  97. c6d7b26 RDMA/cxgb4: Support on-chip SQs by Steve Wise · 14 years ago
  98. aadc4df RDMA/cxgb4: Centralize the wait logic by Steve Wise · 14 years ago
  99. 9e8d1fa3 RDMA/cxgb4: debugfs files for dumping active stags by Steve Wise · 14 years ago
  100. 05fb962 RDMA/cxgb4: Log HW lack-of-resource errors by Steve Wise · 14 years ago