| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2012-10-10 | 1 | -12/+0 |
|\ |
|
| * | target: Simplify fabric sense data length handling | Roland Dreier | 2012-09-17 | 1 | -6/+0 |
| * | target: Remove unused target_core_fabric_ops.get_fabric_sense_len method | Roland Dreier | 2012-09-17 | 1 | -6/+0 |
| | | |
| \ | |
*-. \ | Merge branches 'cma', 'ipoib', 'iser', 'mlx4' and 'nes' into for-next | Roland Dreier | 2012-10-04 | 5 | -77/+136 |
|\ \ \ |
|
| | * | | IB/iser: Add more RX CQs to scale out processing of SCSI responses | Alex Tabachnik | 2012-10-03 | 2 | -44/+103 |
| |/ /
|/| | |
|
| * | | IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=n | Roland Dreier | 2012-10-02 | 3 | -33/+33 |
|/ / |
|
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-10-02 | 3 | -11/+13 |
|\ \ |
|
| | \ | |
| | \ | |
| *-. \ | Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an... | Roland Dreier | 2012-10-02 | 3 | -11/+13 |
| |\ \ \ |
|
| | | * | | IB/srp: Avoid having aborted requests hang | Bart Van Assche | 2012-09-30 | 1 | -0/+1 |
| | | * | | IB/srp: Fix use-after-free in srp_reset_req() | Bart Van Assche | 2012-09-30 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
| | * | | IPoIB: Fix use-after-free of multicast object | Patrick McHardy | 2012-09-30 | 2 | -10/+11 |
| |/ / |
|
* | | | IB/ipoib: Add more rtnl_link_ops callbacks | Or Gerlitz | 2012-10-01 | 5 | -26/+111 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 3 | -52/+48 |
|\ \ \
| |/ / |
|
| * | | IPoIB: Fix AB-BA deadlock when deleting neighbours | Shlomo Pongratz | 2012-09-12 | 3 | -46/+27 |
| * | | IPoIB: Fix memory leak in the neigh table deletion flow | Shlomo Pongratz | 2012-09-12 | 2 | -6/+21 |
| |/ |
|
* | | IB/ipoib: Add rtnl_link_ops support | Or Gerlitz | 2012-09-20 | 5 | -51/+206 |
|/ |
|
*---. | Merge branches 'cma', 'ipoib', 'misc', 'mlx4', 'ocrdma', 'qib' and 'srp' into... | Roland Dreier | 2012-08-16 | 4 | -26/+68 |
|\ \ \ |
|
| | | * | IB/srp: Fix a race condition | Bart Van Assche | 2012-08-15 | 1 | -24/+63 |
| |_|/
|/| | |
|
| | * | IB: Fix typos in infiniband drivers | Masanari Iida | 2012-08-15 | 1 | -1/+1 |
| |/
|/| |
|
| * | IB/ipoib: Fix RCU pointer dereference of wrong object | Shlomo Pongratz | 2012-08-14 | 1 | -1/+1 |
| * | IB/ipoib: Add missing locking when CM object is deleted | Shlomo Pongratz | 2012-08-14 | 1 | -0/+3 |
|/ |
|
* | IPoIB: Use a private hash table for path lookup in xmit path | Shlomo Pongratz | 2012-07-30 | 4 | -236/+539 |
* | Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2012-07-24 | 1 | -1/+1 |
|\ |
|
| * | IB: Use IS_ENABLED(CONFIG_IPV6) | Roland Dreier | 2012-07-08 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-07-24 | 3 | -17/+24 |
|\ \ |
|
| * | | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() | David S. Miller | 2012-07-17 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-07-10 | 1 | -4/+8 |
| |\ \ |
|
| * | | | ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock. | David S. Miller | 2012-07-05 | 1 | -7/+8 |
| * | | | ipoib: Convert over to dev_lookup_neigh_skb(). | David S. Miller | 2012-07-05 | 2 | -10/+16 |
| | |/
| |/| |
|
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2012-07-22 | 1 | -5/+10 |
|\ \ \
| |_|/
|/| | |
|
| * | | srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_comp | Christoph Hellwig | 2012-07-16 | 1 | -5/+10 |
| |/ |
|
* | | IPoIB: fix skb truesize underestimatiom | Eric Dumazet | 2012-07-10 | 1 | -4/+8 |
|/ |
|
* | Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2012-05-21 | 2 | -4/+4 |
|\ |
|
| * | IB/iser: Fix error flow in iser ep connection establishment | Or Gerlitz | 2012-05-18 | 2 | -4/+4 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2012-05-21 | 1 | -7/+3 |
|\ \
| |/
|/| |
|
| * | target: Rename target_allocate_tasks to target_setup_cmd_from_cdb | Andy Grover | 2012-04-14 | 1 | -1/+1 |
| * | IB/srpt: Remove use of transport_do_task_sg_chain() | Roland Dreier | 2012-04-14 | 1 | -6/+2 |
* | | IB/srpt: Set srq_type to IB_SRQT_BASIC | Roland Dreier | 2012-04-12 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2012-03-22 | 1 | -40/+24 |
|\ |
|
| * | ib_srpt: Fix srpt_handle_cmd send_ioctx->ioctx_kref leak on exception | Nicholas Bellinger | 2012-03-17 | 1 | -7/+12 |
| * | target: Drop unused legacy target_core_fabric_ops API callers | Nicholas Bellinger | 2012-03-10 | 1 | -28/+0 |
| * | target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cache | Andy Grover | 2012-02-25 | 1 | -2/+2 |
| * | target: replace various cmd flags with a transport state | Christoph Hellwig | 2012-02-25 | 1 | -3/+10 |
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2012-03-21 | 6 | -97/+82 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-----. \ | Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ... | Roland Dreier | 2012-03-19 | 6 | -97/+81 |
| |\ \ \ \ \
| | | |_|_|/
| | |/| | | |
|
| | | | | * | IB/srpt: Fix typo "alocate" -> "allocate" | Masanari Iida | 2012-02-25 | 1 | -1/+1 |
| | | |_|/
| | |/| | |
|
| | | | * | IB/srp: Consolidate repetitive sysfs code | Bart Van Assche | 2012-02-27 | 1 | -32/+17 |
| | | | * | IB/srp: Use pr_fmt() and pr_err()/pr_warn() | Bart Van Assche | 2012-02-27 | 1 | -25/+29 |
| | | |/
| | |/| |
|
| | | * | IB/iser: Post initial receive buffers before sending the final login request | Or Gerlitz | 2012-03-05 | 3 | -27/+22 |
| | | * | IB/iser: Free IB connection resources in the proper place | Doug Ledford | 2012-03-05 | 2 | -12/+12 |
| | |/ |
|