1. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  2. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 13 years ago
  3. 48fa57a Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  4. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  5. 1583676 Merge branches 'cma', 'misc', 'mlx4', 'nes', 'qib' and 'uverbs' into for-next by Roland Dreier · 13 years ago
  6. 196f40c RDMA/nes: Fix terminate during AE by Tatyana Nikolova · 13 years ago
  7. b0fda90 RDMA/nes: Make unnecessarily global nes_set_pau() static by Tatyana Nikolova · 13 years ago
  8. 30b7e11 RDMA/nes: Change MDIO bus clock to 2.5MHz by Tatyana Nikolova · 13 years ago
  9. 9106c41 IB/mlx4: Fix SL to 802.1Q priority-bits mapping for IBoE by Or Gerlitz · 13 years ago
  10. 8d4548f IB/qib: Default some module parameters optimally by Mike Marciniszyn · 13 years ago
  11. 4894710 IB/qib: Optimize locking for get_txreq() by Mike Marciniszyn · 13 years ago
  12. eddfb67 IB/qib: Fix a possible data corruption when receiving packets by Ram Vepa · 13 years ago
  13. 8482d5d IB/qib: Eliminate 64-bit jiffies use by Mike Marciniszyn · 13 years ago
  14. 865b64b IB/qib: Fix style issues by Mike Marciniszyn · 13 years ago
  15. f9ec800 infiniband: umode_t noise, including open-coded S_ISDIR() by Al Viro · 13 years ago
  16. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  17. 480390c Merge branches 'cma', 'mlx4' and 'qib' into for-next by Roland Dreier · 13 years ago
  18. 29d1b16 IB/qib: Correct sense on freectxts increment and decrement by Mike Marciniszyn · 13 years ago
  19. 8e59d25 mlx4_ib: disable SRIOV mode for IB ports (not yet supported) by Jack Morgenstein · 13 years ago
  20. f9baff5 mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) by Jack Morgenstein · 13 years ago
  21. 65dab25 mlx4: Extanding port_mask functionality by Jack Morgenstein · 13 years ago
  22. 4af3ce0 IB/mlx4: Fix shutdown crash accessing a non-existent bitmap by Roland Dreier · 13 years ago
  23. 3786cf1 infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper function. by David Miller · 13 years ago
  24. 40e2bb5 infiniband: nes: Use dst's neighbour entry. by David Miller · 13 years ago
  25. a475712 cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour. by David Miller · 13 years ago
  26. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  27. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  28. a493f1a Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next by Roland Dreier · 13 years ago
  29. 580da35 IB: Fix RCU lockdep splats by Eric Dumazet · 13 years ago
  30. 8ee887d IB/qib: Fix over-scheduling of QSFP work by Mike Marciniszyn · 13 years ago
  31. 01b225e RDMA/cxgb4: Fix retry with MPAv1 logic for MPAv2 by Kumar Sanghvi · 13 years ago
  32. c34c97a RDMA/cxgb4: Fix iw_cxgb4 count_rcqes() logic by Jonathan Lallinger · 13 years ago
  33. 9ca36f7 infiniband: Update net drivers for netdev_features_t changes. by David S. Miller · 13 years ago
  34. 042f36e IB/qib: Don't use schedule_work() by Mike Marciniszyn · 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. b8108d6 Merge branches 'iser', 'mthca' and 'qib' into for-next by Roland Dreier · 13 years ago
  37. 30ab7e2 IB/qib: Fix panic in RC error flushing logic by Mike Marciniszyn · 13 years ago
  38. e422131 IB/mthca: Fix buddy->num_free allocation size by Roland Dreier · 13 years ago
  39. f470f8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  40. 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
  41. bc3e53f mm: distinguish between mlocked and pinned pages by Christoph Lameter · 13 years ago
  42. fec14d2 infiniband: add moduleparam.h to drivers/infiniband as required by Paul Gortmaker · 13 years ago
  43. b108d97 infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  44. e4dd23d infiniband: Fix up module files that need to include module.h by Paul Gortmaker · 13 years ago
  45. fc87af7 infiniband: Fix up users implicitly relying on getting stat.h by Paul Gortmaker · 13 years ago
  46. 80a2dcd IB/mlx4: Don't set VLAN in IBoE WQEs' control segment by Or Gerlitz · 13 years ago
  47. bcacb89 IB/mlx4: Enable 4K mtu for IBoE by Or Gerlitz · 13 years ago
  48. d32ae39 RDMA/cxgb4: Mark QP in error before disabling the queue in firmware by Tom Tucker · 13 years ago
  49. 581bbe2 RDMA/cxgb4: Serialize calls to CQ's comp_handler by Kumar Sanghvi · 13 years ago
  50. f7cc25d RDMA/cxgb3: Serialize calls to CQ's comp_handler by Kumar Sanghvi · 13 years ago
  51. 16d9981 IB/qib: Fix issue with link states and QSFP cables by Mitko Haralanov · 13 years ago
  52. a5e12df IB/mlx4: Configure extended active speeds by Marcel Apfelbaum · 13 years ago
  53. dde05cb IB/qib: Hold links until tuning data is available by Mitko Haralanov · 13 years ago
  54. 44d75d3 IB/qib: Clean up checkpatch issue by Mike Marciniszyn · 13 years ago
  55. 9fd5473 IB/qib: Remove s_lock around header validation by Mike Marciniszyn · 13 years ago
  56. d0f2faf IB/qib: Precompute timeout jiffies to optimize latency by Mike Marciniszyn · 13 years ago
  57. af061a6 IB/qib: Use RCU for qpn lookup by Mike Marciniszyn · 13 years ago
  58. 9e1c0e4 IB/qib: Eliminate divide/mod in converting idx to egr buf pointer by Mike Marciniszyn · 13 years ago
  59. cc6ea13 IB/qib: Decode path MTU optimization by Mike Marciniszyn · 13 years ago
  60. 2fc109c IB/qib: Optimize RC/UC code by IB operation by Mike Marciniszyn · 13 years ago
  61. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  62. e14d62c RDMA/cxgb4: Use correct QID in insert_recv_cqe() by Jonathan Lallinger · 13 years ago
  63. 01e7da6 RDMA/cxgb4: Make sure flush CQ entries are collected on connection close by Kumar Sanghvi · 13 years ago
  64. 42849b2 RDMA/uverbs: Export ib_open_qp() capability to user space by Sean Hefty · 13 years ago
  65. 0a1405d IB/mlx4: Add support for XRC QPs by Sean Hefty · 13 years ago
  66. 18abd5e IB/mlx4: Add support for XRC SRQs by Sean Hefty · 13 years ago
  67. 012a8ff IB/mlx4: Add support for XRC domains by Sean Hefty · 13 years ago
  68. 96104ed RDMA/core: Add SRQ type field by Sean Hefty · 13 years ago
  69. 3e60a77 IB/ipath: Add missing <linux/stat.h> in ipath_chip_init.c by Randy Dunlap · 13 years ago
  70. 0f0bee8 RDMA/nes: Support for Packed And Unaligned fpdus by Faisal Latif · 13 years ago
  71. 6224c7e RDMA/nes: Print IP address for critcal errors by Faisal Latif · 13 years ago
  72. bab3a9f RDMA/nes: Fix terminate connection by Faisal Latif · 13 years ago
  73. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  74. 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
  75. 615eb71 RDMA/nes: Add support for MPAv2 Enhanced RDMA Negotiation by Tatyana Nikolova · 13 years ago
  76. d2fe99e RDMA/cxgb4: Add support for MPAv2 Enhanced RDMA Negotiation by Kumar Sanghvi · 13 years ago
  77. 56da00f RDMA/{amso1100,cxgb3}: Minimal MPAv2 support by Kumar Sanghvi · 13 years ago
  78. 53ab1c6 IB/qib: Correct nfreectxts for multiple HCAs by Mike Marciniszyn · 13 years ago
  79. e2e435f RDMA/nes: Add missing calls to ib_umem_release() by Julia Lawall · 13 years ago
  80. 10889a3 IB/ehca: Remove IRQF_DISABLED, since it's a no-op by Yong Zhang · 13 years ago
  81. 9efe10a RDMA/cxgb4: Fail RDMA initialization for unsupported cards by Steve Wise · 13 years ago
  82. 2be6053 RDMA/amso1100: Use '%pM' format option to print MAC by Andy Shevchenko · 13 years ago
  83. e48f129 [SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereference by Neil Horman · 13 years ago
  84. cf383eb IB: nes: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  85. 70b1052 IB: amso1100: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  86. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  87. af3dcd2 mlx4: Fix infiniband Kconfig dependencies. by David S. Miller · 13 years ago
  88. f7917c0 chelsio: Move the Chelsio drivers by Jeff Kirsher · 14 years ago
  89. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  90. ece236c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  91. 4460207 Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 'srp' into for-next by Roland Dreier · 13 years ago
  92. e67306a IB/qib: Defer HCA error events to tasklet by Mike Marciniszyn · 13 years ago
  93. 7033c4a nes: do vlan cleanup by Jiri Pirko · 13 years ago
  94. 3cbe182 RDMA/cxgb4: Use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  95. c37791349c IB/mlx4: Support PMA counters for IBoE by Or Gerlitz · 13 years ago
  96. cfcde11 IB/mlx4: Use flow counters on IBoE ports by Or Gerlitz · 13 years ago
  97. 6aea213 IB/pma: Add include file for IBA performance counters definitions by Or Gerlitz · 13 years ago
  98. 6451c71 IB/mlx4: Generate GID change events in IBoE code by Or Gerlitz · 13 years ago
  99. 10e1b54 RDMA: Allow for NULL .modify_device() and .modify_port() methods by Bart Van Assche · 13 years ago
  100. e800bd0 IB/qib: Update active link width by Mitko Haralanov · 13 years ago