1. 8f39992 Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'ocrdma', 'qib', 'srp' and 'usnic' into for-next by Roland Dreier · 12 years ago
  2. 57761d8 IB/mlx5: Verify reserved fields are cleared by Eli Cohen · 12 years ago
  3. 8c8a491 IB/mlx5: Remove old field for create mkey mailbox by Eli Cohen · 12 years ago
  4. 1bde6e3 IB/mlx5: Abort driver cleanup if teardown hca fails by Eli Cohen · 12 years ago
  5. 9e9c47d IB/mlx5: Allow creation of QPs with zero-length work queues by Eli Cohen · 12 years ago
  6. 05bdb2a mlx5_core: Fix PowerPC support by Eli Cohen · 12 years ago
  7. db81a5c mlx5_core: Improve debugfs readability by Eli Cohen · 12 years ago
  8. bde5158 IB/mlx5: Add support for resize CQ by Eli Cohen · 12 years ago
  9. 3bdb31f IB/mlx5: Implement modify CQ by Eli Cohen · 12 years ago
  10. ada388f IB/mlx5: Make sure doorbell record is visible before doorbell by Eli Cohen · 12 years ago
  11. 042b9ad mlx5_core: Use mlx5 core style warning by Eli Cohen · 12 years ago
  12. 0b6e81b IB/mlx5: Clear out struct before create QP command by Eli Cohen · 12 years ago
  13. e08a876 mlx5_core: Fix out arg size in access_register command by Haggai Eran · 12 years ago
  14. 79adc53 RDMA/nes: Slight optimization of Ethernet address compare by Ding Tianhong · 12 years ago
  15. 6e0ea9e IB/qib: Fix QP check when looping back to/from QP1 by Ira Weiny · 12 years ago
  16. 298589b RDMA/cxgb4: Fix gcc warning on 32-bit arch by Paul Bolle · 12 years ago
  17. a384b20 IB/usnic: Remove unused includes of <linux/version.h> by Wei Yongjun · 12 years ago
  18. d9d5713 RDMA/amso1100: Add check if cache memory was allocated before freeing it by Svetlana Mavrina · 12 years ago
  19. 437708c IPoIB: Report operstate consistently when brought up without a link by Michal Schmidt · 12 years ago
  20. 0563310 IB/core: Fix unused variable warning by Or Gerlitz · 12 years ago
  21. 5462edd RDMA/cma: Handle global/non-linklocal IPv6 addresses in cma_check_linklocal() by Somnath Kotur · 12 years ago
  22. 8ce96af IB/usnic: Use GFP_ATOMIC under spinlock by Dan Carpenter · 12 years ago
  23. 0c7f821 scsi_transport_srp: Fix kernel-doc warnings by Bart Van Assche · 12 years ago
  24. 31b9034 scsi_transport_srp: Add rport state diagram by Bart Van Assche · 12 years ago
  25. 9307916 scsi_transport_srp: Fix a race condition by Bart Van Assche · 12 years ago
  26. 18cc4e0 scsi_transport_srp: Block rport upon TL error even with fast_io_fail_tmo = off by Bart Van Assche · 12 years ago
  27. e6b45d4 MAINTAINERS: Pass the torch of SRP submaintainership by David Dillow · 12 years ago
  28. af2e2e3 IB/mlx4: Fix error return code by Julia Lawall · 12 years ago
  29. d1db47c IB/usnic: Remove unused variable in usnic_debugfs_exit() by Wei Yongjun · 12 years ago
  30. 6dcebe6 IB/usnic: Set userspace/kernel ABI ver to 4 by Upinder Malhi · 12 years ago
  31. 61f7826 IB/usnic: Advertise usNIC devices as RDMA_NODE_USNIC_UDP by Upinder Malhi · 12 years ago
  32. 5db5765 IB/core: Add support for RDMA_NODE_USNIC_UDP by Upinder Malhi · 12 years ago
  33. 2d97436 IB/usnic: Add dependency on CONFIG_INET by Upinder Malhi · 12 years ago
  34. 4942c0b IB/usnic: Fix endianness-related warnings by Upinder Malhi · 12 years ago
  35. c1c9850 IB/mlx4: Add support for steerable IB UD QPs by Matan Barak · 12 years ago
  36. a37a1a4 IB/mlx4: Add mechanism to support flow steering over IB links by Matan Barak · 12 years ago
  37. 0a9b7d5 IB/mlx4: Enable device-managed steering support for IB ports too by Matan Barak · 12 years ago
  38. 4de6580 mlx4_core: Add support for steerable IB UD QPs by Matan Barak · 12 years ago
  39. 240ae00 IB/core: Add support for IB L2 device-managed steering by Matan Barak · 12 years ago
  40. 90f1d1b IB/core: Add flow steering support for IPoIB UD traffic by Matan Barak · 12 years ago
  41. c1be523 IB/mlx5: Fix micro UAR allocator by Eli Cohen · 12 years ago
  42. 24e42754 mlx5_core: Remove dead code by Dan Carpenter · 12 years ago
  43. d9fe409 IB/mlx5: Remove unused code in mr.c by Eli Cohen · 12 years ago
  44. 3108bcc IB/usnic: Append documentation to usnic_transport.h and cleanup by Upinder Malhi · 12 years ago
  45. c30392a IB/usnic: Fix typo "Ignorning" -> "Ignoring" by Roland Dreier · 12 years ago
  46. 9f637f7 IB/usnic: Expose flows via debugfs by Upinder Malhi · 12 years ago
  47. c5f855e IB/usnic: Use for_each_sg instead of a for-loop by Upinder Malhi · 12 years ago
  48. 6a54d9f IB/usnic: Remove superflous parentheses by Upinder Malhi · 12 years ago
  49. 248567f IB/core: Add RDMA_TRANSPORT_USNIC_UDP by Upinder Malhi · 12 years ago
  50. e45e614 IB/usnic: Add UDP support in usnic_ib_qp_grp.[hc] by Upinder Malhi · 12 years ago
  51. c7845bc IB/usnic: Add UDP support in u*verbs.c, u*main.c and u*util.h by Upinder Malhi · 12 years ago
  52. 6214105 IB:usnic: Add UDP support to usnic_transport.[hc] by Upinder Malhi · 12 years ago
  53. 3f92bed IB/usnic: Add UDP support to usnic_fwd.[hc] by Upinder Malhi · 12 years ago
  54. b85caf4 IB/usnic: Update ABI and Version file for UDP support by Upinder Malhi · 12 years ago
  55. 60b215e IB/usnic: Port over sysfs to new usnic_fwd.h by Upinder Malhi · 12 years ago
  56. 256d6a6 IB/usnic: Port over usnic_ib_qp_grp.[hc] to new usnic_fwd.h by Upinder Malhi · 12 years ago
  57. 8af94ac IB/usnic: Port over main.c and verbs.c to the usnic_fwd.h by Upinder Malhi · 12 years ago
  58. 2183b99 IB/usnic: Push all forwarding state to usnic_fwd.[hc] by Upinder Malhi · 12 years ago
  59. 301a0dd IB/usnic: Add struct usnic_transport_spec by Upinder Malhi · 12 years ago
  60. 8192d4a IB/usnic: Change WARN_ON to lockdep_assert_held by Upinder Malhi · 12 years ago
  61. e3cf00d IB/usnic: Add Cisco VIC low-level hardware driver by Upinder Malhi · 12 years ago
  62. be8348d RDMA/ocrdma: Fix OCRDMA_GEN2_FAMILY macro definition by Devesh Sharma · 12 years ago
  63. fe5e8a1 RDMA/ocrdma: Fix AV_VALID bit position by Devesh Sharma · 12 years ago
  64. 7e22e91 Linux 3.13-rc8 by Linus Torvalds · 12 years ago
  65. 3dc91d4 SELinux: Fix possible NULL pointer dereference in selinux_inode_permission() by Steven Rostedt · 12 years ago
  66. eecc1e4 thp: fix copy_page_rep GPF by testing is_huge_zero_pmd once only by Hugh Dickins · 12 years ago
  67. 518d00b block: null_blk: fix queue leak inside removing device by Ming Lei · 12 years ago
  68. 228fdc0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  69. e2bc447 Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  70. 324c66f Merge branch 'leds-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 12 years ago
  71. cff539b1 Merge tag 'pm+acpi-3.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  72. c43a5eb Merge tag 'mfd-fixes-3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes by Linus Torvalds · 12 years ago
  73. e70988d leds: lp5521/5523: Remove duplicate mutex by Milo Kim · 12 years ago
  74. 1f4a63b xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() by Chuansheng Liu · 12 years ago
  75. bba719b xfs: fix off-by-one error in xfs_attr3_rmt_verify by Jie Liu · 12 years ago
  76. d6e9c89 qlcnic: Fix ethtool statistics length calculation by Shahed Shaikh · 12 years ago
  77. 1ac6762 qlcnic: Fix bug in TX statistics by Manish Chopra · 12 years ago
  78. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 12 years ago
  79. b13ba1b macvlan: forbid L2 fowarding offload for macvtap by Jason Wang · 12 years ago
  80. c4d7099 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  81. 95e92fd bnx2x: fix DMA unmapping of TSO split BDs by Michal Schmidt · 12 years ago
  82. 21e20e2 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 12 years ago
  83. 2aa63ce Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  84. 07edd74 ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIME by Hannes Frederic Sowa · 12 years ago
  85. 9a2620c bnx2x: prevent WARN during driver unload by Yuval Mintz · 12 years ago
  86. 13de22c Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 12 years ago
  87. 8839099 intel_idle: close avn_cstates array with correct marker by Jiang Liu · 12 years ago
  88. 0f74d82 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  89. ba0dc81 Revert "intel_idle: mark states tables with __initdata tag" by Jiang Liu · 12 years ago
  90. 7d1c153 Merge branch 'parisc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 12 years ago
  91. f882915 Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 12 years ago
  92. f8dae00 parisc: Ensure full cache coherency for kmap/kunmap by John David Anglin · 12 years ago
  93. 2eff7c7 Merge tag 'nfc-fixes-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-fixes by John W. Linville · 12 years ago
  94. 778037e clk: clk-divider: fix divisor > 255 bug by James Hogan · 12 years ago
  95. ceb3b02 Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/nouveau/linux-2.6 into drm-fixes by Dave Airlie · 12 years ago
  96. a3f28ef Merge tag 'drm-intel-fixes-2014-01-08' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  97. bbc6319 drm/nouveau/nouveau: fix memory leak in nouveau_crtc_page_flip() by Christian Engelmayer · 12 years ago
  98. 5d2f476 drm/nouveau/bios: fix offset calculation for BMPv1 bioses by Ilia Mirkin · 12 years ago
  99. a04c0e2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 12 years ago
  100. 732256b tipc: correctly unlink packets from deferred packet queue by Erik Hugne · 12 years ago