Age | Commit message (Expand) | Author | Files | Lines |
2012-12-19 | IPoIB: Call skb_dst_drop() once skb is enqueued for sending | Roland Dreier | 2 | -1/+5 |
2012-12-16 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2 | -103/+76 |
2012-12-01 | IB/srp: Allow SRP disconnect through sysfs | Bart Van Assche | 1 | -0/+10 |
2012-12-01 | IB/srp: send disconnect request without waiting for CM timewait exit | Vu Pham | 1 | -4/+0 |
2012-12-01 | IB/srp: destroy and recreate QP and CQs when reconnecting | Ishai Rabinovitz | 1 | -31/+35 |
2012-12-01 | IB/srp: Eliminate state SRP_TARGET_DEAD | Bart Van Assche | 2 | -56/+32 |
2012-12-01 | IB/srp: Introduce the helper function srp_remove_target() | Bart Van Assche | 1 | -7/+12 |
2012-12-01 | IB/srp: Suppress superfluous error messages | Bart Van Assche | 2 | -8/+31 |
2012-12-01 | IB/srp: Process all error completions | Bart Van Assche | 1 | -4/+6 |
2012-12-01 | IB/srp: Introduce srp_handle_qp_err() | Bart Van Assche | 2 | -18/+21 |
2012-12-01 | IB/srp: Simplify SCSI error handling | Bart Van Assche | 1 | -4/+0 |
2012-12-01 | IB/srp: Keep processing commands during host removal | Bart Van Assche | 1 | -7/+0 |
2012-12-01 | IB/srp: Eliminate state SRP_TARGET_CONNECTING | Bart Van Assche | 2 | -12/+14 |
2012-12-01 | IB/srp: Increase block layer timeout | Bart Van Assche | 2 | -0/+47 |
2012-11-28 | ib_srpt: Convert TMR path to target_submit_tmr | Nicholas Bellinger | 1 | -19/+18 |
2012-11-28 | ib_srpt: Convert I/O path to target_submit_cmd + drop legacy ioctx->kref | Nicholas Bellinger | 2 | -71/+52 |
2012-11-07 | target: pass sense_reason as a return value | Christoph Hellwig | 1 | -25/+18 |
2012-10-10 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -12/+0 |
2012-10-05 | Merge branches 'cma', 'ipoib', 'iser', 'mlx4' and 'nes' into for-next | Roland Dreier | 5 | -77/+136 |
2012-10-04 | IB/iser: Add more RX CQs to scale out processing of SCSI responses | Alex Tabachnik | 2 | -44/+103 |
2012-10-03 | IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=n | Roland Dreier | 3 | -33/+33 |
2012-10-03 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 3 | -11/+13 |
2012-10-02 | Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an... | Roland Dreier | 3 | -11/+13 |
2012-10-02 | IB/ipoib: Add more rtnl_link_ops callbacks | Or Gerlitz | 5 | -26/+111 |
2012-10-01 | IB/srp: Avoid having aborted requests hang | Bart Van Assche | 1 | -0/+1 |
2012-10-01 | IB/srp: Fix use-after-free in srp_reset_req() | Bart Van Assche | 1 | -1/+1 |
2012-10-01 | IPoIB: Fix use-after-free of multicast object | Patrick McHardy | 2 | -10/+11 |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -52/+48 |
2012-09-21 | IB/ipoib: Add rtnl_link_ops support | Or Gerlitz | 5 | -51/+206 |
2012-09-18 | target: Simplify fabric sense data length handling | Roland Dreier | 1 | -6/+0 |
2012-09-18 | target: Remove unused target_core_fabric_ops.get_fabric_sense_len method | Roland Dreier | 1 | -6/+0 |
2012-09-12 | IPoIB: Fix AB-BA deadlock when deleting neighbours | Shlomo Pongratz | 3 | -46/+27 |
2012-09-12 | IPoIB: Fix memory leak in the neigh table deletion flow | Shlomo Pongratz | 2 | -6/+21 |
2012-08-16 | Merge branches 'cma', 'ipoib', 'misc', 'mlx4', 'ocrdma', 'qib' and 'srp' into... | Roland Dreier | 4 | -26/+68 |
2012-08-15 | IB/srp: Fix a race condition | Bart Van Assche | 1 | -24/+63 |
2012-08-15 | IB: Fix typos in infiniband drivers | Masanari Iida | 1 | -1/+1 |
2012-08-15 | IB/ipoib: Fix RCU pointer dereference of wrong object | Shlomo Pongratz | 1 | -1/+1 |
2012-08-15 | IB/ipoib: Add missing locking when CM object is deleted | Shlomo Pongratz | 1 | -0/+3 |
2012-07-30 | IPoIB: Use a private hash table for path lookup in xmit path | Shlomo Pongratz | 4 | -236/+539 |
2012-07-25 | Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -1/+1 |
2012-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 3 | -17/+24 |
2012-07-23 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 1 | -5/+10 |
2012-07-17 | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() | David S. Miller | 1 | -1/+1 |
2012-07-17 | srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_comp | Christoph Hellwig | 1 | -5/+10 |
2012-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+8 |
2012-07-11 | IPoIB: fix skb truesize underestimatiom | Eric Dumazet | 1 | -4/+8 |
2012-07-09 | IB: Use IS_ENABLED(CONFIG_IPV6) | Roland Dreier | 1 | -1/+1 |
2012-07-06 | ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock. | David S. Miller | 1 | -7/+8 |
2012-07-05 | ipoib: Convert over to dev_lookup_neigh_skb(). | David S. Miller | 2 | -10/+16 |
2012-05-22 | Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2 | -4/+4 |