summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorFilesLines
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds9-178/+212
2014-08-14Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4...Roland Dreier9-178/+212
2014-08-14IB/srp: Fix return value check in srp_init_module()Wei Yongjun1-2/+2
2014-08-12IB/srpt: Handle GID change eventsDoug Ledford1-0/+1
2014-08-12IPoIB: Remove unnecessary test for NULL before debugfs_remove()Fabian Frederick1-4/+2
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny1-1/+1
2014-08-10IB/ipoib: Avoid multicast join attempts with invalid P_keyAlex Estrin2-45/+46
2014-08-05IB/ipoib: Avoid flushing the workqueue from worker contextErez Shitrit3-6/+6
2014-08-05IB/ipoib: Use P_Key change event instead of P_Key polling mechanismErez Shitrit3-65/+20
2014-08-01IB/srp: Fix residual handlingBart Van Assche1-3/+7
2014-08-01IB/srp: Fix deadlock between host removal and multipathdBart Van Assche1-10/+28
2014-08-01IB/iser: Clarify a duplicate counters checkRoi Dayan1-1/+4
2014-08-01IB/iser: Replace connection waitqueue with completion objectAriel Nahum3-23/+22
2014-08-01IB/iser: Protect iser state machine with a mutexAriel Nahum3-14/+65
2014-08-01IB/iser: Remove redundant return code in iser_free_ib_conn_res()Sagi Grimberg1-5/+2
2014-08-01IB/iser: Seperate iser_conn and iscsi_endpoint storage spaceAriel Nahum2-4/+14
2014-08-01IB/iser: Fix responder resources advertisementSagi Grimberg1-1/+3
2014-08-01IB/iser: Add TIMEWAIT_EXIT event handlingRoi Dayan1-0/+1
2014-08-01IB/iser: Support IPv6 address familyRoi Dayan3-15/+9
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-06-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds3-60/+46
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-06-11libiscsi, iser: Adjust data_length to include protection informationSagi Grimberg1-24/+10
2014-06-11Target/iscsi: Fix sendtargets response pdu for iser transportSagi Grimberg1-1/+1
2014-06-11Target/iser: Fix a wrong dereference in case discovery session is over iserSagi Grimberg1-1/+3
2014-06-10Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds7-276/+717
2014-06-10Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier7-276/+717
2014-06-03iser-target: Add missing target_put_sess_cmd for ImmedateData failureNicholas Bellinger1-0/+2
2014-06-02IB: Add a QP creation flag to use GFP_NOIO allocationsOr Gerlitz1-3/+15
2014-06-02IB: Allow build of hw/ and ulp/ subdirectories independentlyYann Droneaud1-0/+5
2014-05-29IB/srp: Avoid problems if a header uses pr_fmtJoe Perches1-1/+1
2014-05-26IB/iser: Bump version to 1.4Or Gerlitz1-1/+1
2014-05-26IB/iser: Add missing newlines to logging messagesRoi Dayan1-4/+4
2014-05-26IB/iser: Fix a possible race in iser connection states transitionAriel Nahum1-2/+2
2014-05-26IB/iser: Simplify connection managementAriel Nahum3-91/+99
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-22/+18
2014-05-20Target/iser: Gracefully reject T10-PI enabled connect request if not supportedSagi Grimberg1-2/+3
2014-05-20Target/iser: Wait for proper cleanup before unloadingSagi Grimberg1-0/+1
2014-05-20Target/iser: Improve cm events handlingSagi Grimberg2-12/+15
2014-05-20IB/srp: Add fast registration supportBart Van Assche2-77/+419
2014-05-20IB/srp: Rename FMR-related variablesBart Van Assche2-38/+38
2014-05-20IB/srp: One FMR pool per SRP connectionBart Van Assche2-52/+84
2014-05-20IB/srp: Introduce the 'register_always' kernel module parameterBart Van Assche1-2/+7
2014-05-20IB/srp: Introduce srp_finish_mapping()Bart Van Assche1-15/+27
2014-05-20IB/srp: Introduce srp_map_fmr()Bart Van Assche1-32/+45
2014-05-20IB/srp: Introduce an additional local variableBart Van Assche1-5/+4
2014-05-20IB/srp: Fix kernel-doc warningsBart Van Assche1-0/+7
2014-05-20IB/srp: Fix a sporadic crash triggered by cable pullingBart Van Assche1-0/+6
2014-05-19Target/iser: Fix hangs in connection teardownSagi Grimberg2-22/+10
2014-05-19Target/iser: Bail from accept_np if np_thread is trying to closeSagi Grimberg1-2/+7