aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-19IPoIB: Call skb_dst_drop() once skb is enqueued for sendingRoland Dreier2-1/+5
2012-12-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-103/+76
2012-11-30IB/srp: Allow SRP disconnect through sysfsBart Van Assche1-0/+10
2012-11-30IB/srp: send disconnect request without waiting for CM timewait exitVu Pham1-4/+0
2012-11-30IB/srp: destroy and recreate QP and CQs when reconnectingIshai Rabinovitz1-31/+35
2012-11-30IB/srp: Eliminate state SRP_TARGET_DEADBart Van Assche2-56/+32
2012-11-30IB/srp: Introduce the helper function srp_remove_target()Bart Van Assche1-7/+12
2012-11-30IB/srp: Suppress superfluous error messagesBart Van Assche2-8/+31
2012-11-30IB/srp: Process all error completionsBart Van Assche1-4/+6
2012-11-30IB/srp: Introduce srp_handle_qp_err()Bart Van Assche2-18/+21
2012-11-30IB/srp: Simplify SCSI error handlingBart Van Assche1-4/+0
2012-11-30IB/srp: Keep processing commands during host removalBart Van Assche1-7/+0
2012-11-30IB/srp: Eliminate state SRP_TARGET_CONNECTINGBart Van Assche2-12/+14
2012-11-30IB/srp: Increase block layer timeoutBart Van Assche2-0/+47
2012-11-28ib_srpt: Convert TMR path to target_submit_tmrNicholas Bellinger1-19/+18
2012-11-28ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->krefNicholas Bellinger2-71/+52
2012-11-06target: pass sense_reason as a return valueChristoph Hellwig1-25/+18
2012-10-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-12/+0
2012-10-04Merge branches 'cma', 'ipoib', 'iser', 'mlx4' and 'nes' into for-nextRoland Dreier5-77/+136
2012-10-03IB/iser: Add more RX CQs to scale out processing of SCSI responsesAlex Tabachnik2-44/+103
2012-10-02IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=nRoland Dreier3-33/+33
2012-10-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-11/+13
2012-10-02Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' and 'srp' into for-linusRoland Dreier3-11/+13
2012-10-01IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz5-26/+111
2012-09-30IB/srp: Avoid having aborted requests hangBart Van Assche1-0/+1
2012-09-30IB/srp: Fix use-after-free in srp_reset_req()Bart Van Assche1-1/+1
2012-09-30IPoIB: Fix use-after-free of multicast objectPatrick McHardy2-10/+11
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-52/+48
2012-09-20IB/ipoib: Add rtnl_link_ops supportOr Gerlitz5-51/+206
2012-09-17target: Simplify fabric sense data length handlingRoland Dreier1-6/+0
2012-09-17target: Remove unused target_core_fabric_ops.get_fabric_sense_len methodRoland Dreier1-6/+0
2012-09-12IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz3-46/+27
2012-09-12IPoIB: Fix memory leak in the neigh table deletion flowShlomo Pongratz2-6/+21
2012-08-16Merge branches 'cma', 'ipoib', 'misc', 'mlx4', 'ocrdma', 'qib' and 'srp' into for-nextRoland Dreier4-26/+68
2012-08-15IB/srp: Fix a race conditionBart Van Assche1-24/+63
2012-08-15IB: Fix typos in infiniband driversMasanari Iida1-1/+1
2012-08-14IB/ipoib: Fix RCU pointer dereference of wrong objectShlomo Pongratz1-1/+1
2012-08-14IB/ipoib: Add missing locking when CM object is deletedShlomo Pongratz1-0/+3
2012-07-30IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz4-236/+539
2012-07-24Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2012-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-17/+24
2012-07-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-5/+10
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-1/+1
2012-07-16srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_compChristoph Hellwig1-5/+10
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8
2012-07-10IPoIB: fix skb truesize underestimatiomEric Dumazet1-4/+8
2012-07-08IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier1-1/+1
2012-07-05ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.David S. Miller1-7/+8
2012-07-05ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller2-10/+16
2012-05-21Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-4/+4