- be5e661 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- e20d3ef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
- b5ccb07 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
- 147d1da Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib' and 'srp' into for-next by Roland Dreier · 10 years ago
- da12c1f IB/qib: Add blank line after declaration by Mike Marciniszyn · 10 years ago
- a46a280 IB/qib: Fix checkpatch warnings by Mike Marciniszyn · 10 years ago
- a95104f Infiniband: Fix potential NULL d_inode dereference by David Howells · 10 years ago
- 1707cb4 IB/mlx5: Enable the ODP capability query verb by Haggai Eran · 10 years ago
- f4056bf IB/core: Add on demand paging caps to ib_uverbs_ex_query_device by Haggai Eran · 10 years ago
- 02d1aa7 IB/core: Add support for extended query device caps by Eli Cohen · 10 years ago
- 1fc8190 RDMA/cxgb4: Don't hang threads forever waiting on WR replies by Hariprasad S · 10 years ago
- 59a39ca3 RDMA/ocrdma: Fix off by one in ocrdma_query_gid() by Dan Carpenter · 10 years ago
- f3070e7 RDMA/ocrdma: Use unsigned for bit index by Rasmus Villemoes · 10 years ago
- ba64fdc RDMA/ocrdma: Help gcc generate better code for ocrdma_srq_toggle_bit by Rasmus Villemoes · 10 years ago
- 0ba5dc5 RDMA/ocrdma: Update the ocrdma module version string by Mitesh Ahuja · 10 years ago
- 29565f2 RDMA/ocrdma: set vlan present bit for user AH by Devesh Sharma · 10 years ago
- d2b8f7b RDMA/ocrdma: remove reference of ocrdma_dev out of ocrdma_qp structure by Mitesh Ahuja · 10 years ago
- b4dbe8d RDMA/ocrdma: Add support for interrupt moderation by Mitesh Ahuja · 10 years ago
- a601dc7 RDMA/ocrdma: Honor return value of ocrdma_resolve_dmac by Devesh Sharma · 10 years ago
- 043e9de RDMA/ocrdma: Allow expansion of the SQ CQEs via buddy CQ expansion of the QP by Selvin Xavier · 10 years ago
- 380676e RDMA/ocrdma: Discontinue support of RDMA-READ-WITH-INVALIDATE by Devesh Sharma · 10 years ago
- 4b8180a RDMA/ocrdma: Host crash on destroying device resources by Mitesh Ahuja · 10 years ago
- 43c706b RDMA/ocrdma: Report correct state in ibv_query_qp by Padmanabh Ratnakar · 10 years ago
- ad56ebb RDMA/ocrdma: Debugfs enhancments for ocrdma driver by Selvin Xavier · 10 years ago
- 0c0eacd RDMA/ocrdma: Report correct count of interrupt vectors while registering ocrdma device by Devesh Sharma · 10 years ago
- 9ba1377 RDMA/ocrdma: Move PD resource management to driver. by Mitesh Ahuja · 10 years ago
- 978cb6a RDMA/ocrdma: Increase the GID table size. by Mitesh Ahuja · 10 years ago
- cad1fbb0 RDMA/ocrdma: Add support for IB stack compliant stats in sysfs. by Mitesh Ahuja · 10 years ago
- 4fc701e IB/core: Properly handle registration of on-demand paging MRs after dereg by Haggai Eran · 10 years ago
- 7eae20d IB/mlx5: Update the dev in reg_create by Majd Dibbiny · 10 years ago
- 98e8be8 IB/mlx4: In mlx4_ib_demux_cm, print out GUID in host-endian order by Jack Morgenstein · 10 years ago
- 8ab9406 IB/mlx4: Bug fixes in mlx4_ib_resize_cq by Majd Dibbiny · 10 years ago
- bede98e IB/mlx4: Fix memory leak in __mlx4_ib_modify_qp by Majd Dibbiny · 10 years ago
- 0fb8bcf IB/core: Fix deadlock on uverbs modify_qp error flow by Moshe Lazer · 10 years ago
- c6b1de1 Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
- c2be9dc IB/core: When marshaling ucma path from user-space, clear unused fields by Ilya Nelkenbaum · 10 years ago
- 9a3119e IB/iser: Release the iscsi endpoint if ep_disconnect wasn't called by Ariel Nahum · 10 years ago
- 6606e6a IB/iser: Fix memory regions possible leak by Sagi Grimberg · 10 years ago
- 041af0b IB/qib: Fix sizeof checkpatch warnings by Mike Marciniszyn · 10 years ago
- 590c3fe IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_keys.c by Andreea-Cristina Bernat · 10 years ago
- 03c8859 IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_qp.c by Andreea-Cristina Bernat · 10 years ago
- f614fc1 IB/mlx5: Fix error code in get_port_caps() by Dan Carpenter · 10 years ago
- e59b4e9 debugfs: Provide a file creation function that also takes an initial size by David Howells · 10 years ago
- 0e6bbba IB/qib: Add support for the new QMH7360 card by Vinit Agnihotri · 10 years ago
- 18c0b82 IB/qib: Do not write EEPROM by Mitko Haralanov · 10 years ago
- e9a7faf IB/mlx4: Fix wrong usage of IPv4 protocol for multicast attach/detach by Or Gerlitz · 10 years ago
- c6c95ef IB/iser: Use correct dma direction when unmapping SGs by Roi Dayan · 10 years ago
- d652222 IB/ipath: Remove unused function in ipath_wc_ppc64 by Rickard Strandqvist · 10 years ago
- c62e689 RDMA/cxgb4: Serialize CQ event upcalls with CQ destruction by Hariprasad S · 10 years ago
- e4f4e80 iscsi/iser-target: Support multi-sequence sendtargets text response by Sagi Grimberg · 10 years ago
- c5ce28d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
- 35f05da IB/mlx4: Reset flow support for IB kernel ULPs by Yishai Hadas · 10 years ago
- 824c25c IB/mlx4: Always use the correct port for mirrored multicast attachments by Moni Shoua · 10 years ago
- 43c61165 Revert "IB/core: Add support for extended query device caps" by Yann Droneaud · 10 years ago
- 11378cd iser-target: Remove duplicate function names by Rasmus Villemoes · 10 years ago
- 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- c621574 IB/mlx4: Load balance ports in port aggregation mode by Moni Shoua · 10 years ago
- 146d6e1 IB/mlx4: Create mirror flows in port aggregation mode by Moni Shoua · 10 years ago
- a575009 IB/mlx4: Add port aggregation support by Moni Shoua · 10 years ago
- 2f48485 IB/mlx4: Reuse mlx4_mac_to_u64() by Moni Shoua · 10 years ago
- b44a2b6 iser-target: Fix wrong allocation in the case of an empty text message by Sagi Grimberg · 10 years ago
- 631af55 iser-target: Use WQ_UNBOUND for completion workqueue by Sagi Grimberg · 10 years ago
- dc6d684 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 10 years ago
- ecb7b12 Merge branches 'ipoib' and 'odp' into for-next by Roland Dreier · 10 years ago
- 7e36ef8 IB/core: Temporarily disable ex_query_device uverb by Haggai Eran · 10 years ago
- 4143a95 Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue" by Roland Dreier · 10 years ago
- c6a7ec7 Revert "IPoIB: Make the carrier_on_task race aware" by Roland Dreier · 10 years ago
- e7a623d Revert "IPoIB: fix MCAST_FLAG_BUSY usage" by Roland Dreier · 10 years ago
- 962121b Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race" by Roland Dreier · 10 years ago
- bb75963 Revert "IPoIB: change init sequence ordering" by Roland Dreier · 10 years ago
- 0306eda Revert "IPoIB: Use dedicated workqueues per interface" by Roland Dreier · 10 years ago
- 4e0ab20 Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue" by Roland Dreier · 10 years ago
- a84544a Revert "IPoIB: No longer use flush as a parameter" by Roland Dreier · 10 years ago
- f64d279 iser-target: Fix typo in isert_put_text_rsp by Sagi Grimberg · 10 years ago
- 45678b6 iser-target: Fix sparse warning by Sagi Grimberg · 10 years ago
- 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 872bf2f net/mlx4_core: Maintain a persistent memory for mlx4 device by Yishai Hadas · 10 years ago
- ecc3f3e ib_srpt: wait_for_completion_timeout does not return negative status by Nicholas Mc Guire · 10 years ago
- cf7fe64 iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.h by Hariprasad Shenai · 10 years ago
- a56c66e iw_cxgb4: Cleanup register defines/MACROS defined in t4.h by Hariprasad Shenai · 10 years ago
- 5eff6da net/mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steering by Or Gerlitz · 10 years ago
- df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
- 7835bfb infiniband: mlx5: avoid a compile-time warning by Arnd Bergmann · 10 years ago
- bdc590b iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messages by Hariprasad Shenai · 10 years ago
- 6c53e93 iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL messages by Hariprasad Shenai · 10 years ago
- f612b81 RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register defines by Hariprasad Shenai · 10 years ago
- cdce6ac Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 10 years ago
- ed55635 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
- e617457 Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linus by James Bottomley · 10 years ago
- a7cfef2 Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and 'srp' into for-next by Roland Dreier · 10 years ago
- b4cfe44 IB/mlx5: Implement on demand paging by adding support for MMU notifiers by Haggai Eran · 10 years ago
- eab668a IB/mlx5: Add support for RDMA read/write responder page faults by Haggai Eran · 10 years ago
- 7bdf65d IB/mlx5: Handle page faults by Haggai Eran · 10 years ago
- 6aec21f IB/mlx5: Page faults handling infrastructure by Haggai Eran · 10 years ago
- 832a6b0 IB/mlx5: Add mlx5_ib_update_mtt to update page tables after creation by Haggai Eran · 10 years ago
- cc149f75 IB/mlx5: Changes in memory region creation to support on-demand paging by Haggai Eran · 10 years ago
- 8cdd312 IB/mlx5: Implement the ODP capability query verb by Haggai Eran · 10 years ago
- 7dcf9c1 IB/srp: Allow newline separator for connection string by Sagi Grimberg · 10 years ago
- 882214e IB/core: Implement support for MMU notifiers regarding on demand paging regions by Haggai Eran · 10 years ago
- 8ada2c1 IB/core: Add support for on demand paging regions by Shachar Raindel · 10 years ago