summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-023-11/+13
|\
| *-. Merge branches 'cma', 'cxgb4', 'ipoib', 'mlx4', 'mlx4-sriov', 'nes', 'qib' an...Roland Dreier2012-10-023-11/+13
| |\ \
| | | * IB/srp: Avoid having aborted requests hangBart Van Assche2012-09-301-0/+1
| | | * IB/srp: Fix use-after-free in srp_reset_req()Bart Van Assche2012-09-301-1/+1
| | |/ | |/|
| | * IPoIB: Fix use-after-free of multicast objectPatrick McHardy2012-09-302-10/+11
| |/
* | IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz2012-10-015-26/+111
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-283-52/+48
|\ \ | |/
| * IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz2012-09-123-46/+27
| * IPoIB: Fix memory leak in the neigh table deletion flowShlomo Pongratz2012-09-122-6/+21
* | IB/ipoib: Add rtnl_link_ops supportOr Gerlitz2012-09-205-51/+206
|/
*---. Merge branches 'cma', 'ipoib', 'misc', 'mlx4', 'ocrdma', 'qib' and 'srp' into...Roland Dreier2012-08-164-26/+68
|\ \ \
| | | * IB/srp: Fix a race conditionBart Van Assche2012-08-151-24/+63
| |_|/ |/| |
| | * IB: Fix typos in infiniband driversMasanari Iida2012-08-151-1/+1
| |/ |/|
| * IB/ipoib: Fix RCU pointer dereference of wrong objectShlomo Pongratz2012-08-141-1/+1
| * IB/ipoib: Add missing locking when CM object is deletedShlomo Pongratz2012-08-141-0/+3
|/
* IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz2012-07-304-236/+539
* Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2012-07-241-1/+1
|\
| * IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2012-07-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-243-17/+24
|\ \
| * | net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-101-4/+8
| |\ \
| * | | ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.David S. Miller2012-07-051-7/+8
| * | | ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller2012-07-052-10/+16
| | |/ | |/|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-07-221-5/+10
|\ \ \ | |_|/ |/| |
| * | srpt: use target_execute_cmd for WRITEs in srpt_handle_rdma_compChristoph Hellwig2012-07-161-5/+10
| |/
* | IPoIB: fix skb truesize underestimatiomEric Dumazet2012-07-101-4/+8
|/
* Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2012-05-212-4/+4
|\
| * IB/iser: Fix error flow in iser ep connection establishmentOr Gerlitz2012-05-182-4/+4
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-05-211-7/+3
|\ \ | |/ |/|
| * target: Rename target_allocate_tasks to target_setup_cmd_from_cdbAndy Grover2012-04-141-1/+1
| * IB/srpt: Remove use of transport_do_task_sg_chain()Roland Dreier2012-04-141-6/+2
* | IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier2012-04-121-0/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-221-40/+24
|\
| * ib_srpt: Fix srpt_handle_cmd send_ioctx->ioctx_kref leak on exceptionNicholas Bellinger2012-03-171-7/+12
| * target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-101-28/+0
| * target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cacheAndy Grover2012-02-251-2/+2
| * target: replace various cmd flags with a transport stateChristoph Hellwig2012-02-251-3/+10
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-03-216-97/+82
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2012-03-196-97/+81
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | | | | * IB/srpt: Fix typo "alocate" -> "allocate"Masanari Iida2012-02-251-1/+1
| | | |_|/ | | |/| |
| | | | * IB/srp: Consolidate repetitive sysfs codeBart Van Assche2012-02-271-32/+17
| | | | * IB/srp: Use pr_fmt() and pr_err()/pr_warn()Bart Van Assche2012-02-271-25/+29
| | | |/ | | |/|
| | | * IB/iser: Post initial receive buffers before sending the final login requestOr Gerlitz2012-03-053-27/+22
| | | * IB/iser: Free IB connection resources in the proper placeDoug Ledford2012-03-052-12/+12
| | |/
| * | IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz2012-03-081-1/+2
| |/
* | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-211-4/+4
|\ \
| * | infiniband: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-03-201-1/+1
|\ \ | |/ |/|
| * SRP: Fix typo in ib_srpt.cMasanari Iida2012-02-091-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-02-103-47/+24
|\ \
OpenPOWER on IntegriCloud