summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
*---------. Merge branches 'cma', 'ipoib', 'misc', 'mlx4', 'ocrdma', 'qib' and 'srp' into...Roland Dreier2012-08-1612-47/+100
|\ \ \ \ \ \
| | | | | | * IB/srp: Fix a race conditionBart Van Assche2012-08-151-24/+63
| | | | | * | IB/qib: Fix error return code in qib_init_7322_variables()Julia Lawall2012-08-151-1/+3
| | | | | |/
| | | | * / RDMA/ocrdma: Don't call vlan_dev_real_dev() for non-VLAN netdevsRoland Dreier2012-08-111-8/+8
| | | | |/
| | | * | IB/mlx4: Check iboe netdev pointer before dereferencing itKleber Sacilotto de Souza2012-08-161-1/+5
| | | * | IB/mlx4: Fix possible deadlock on sm_lock spinlockJack Morgenstein2012-08-102-8/+13
| | | |/
| | * / IB: Fix typos in infiniband driversMasanari Iida2012-08-154-4/+4
| | |/
| * | IB/ipoib: Fix RCU pointer dereference of wrong objectShlomo Pongratz2012-08-151-1/+1
| * | IB/ipoib: Add missing locking when CM object is deletedShlomo Pongratz2012-08-151-0/+3
| |/
* / RDMA/ucma.c: Fix for events with wrong context on iWARPTatyana Nikolova2012-08-131-1/+1
|/
*---. Merge branches 'cma', 'ipoib', 'ocrdma' and 'qib' into for-nextRoland Dreier2012-07-306-242/+547
|\ \ \
| | | * IB/qib: Fix size of cc_supported_table_entriesMike Marciniszyn2012-07-301-5/+5
| | * | RDMA/ocrdma: Fix check of GSI CQsRoland Dreier2012-07-271-1/+3
| | |/
| * / IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz2012-07-304-236/+539
| |/
* | RDMA/ucma: Convert open-coded equivalent to memdup_user()Roland Dreier2012-07-271-12/+7Star
* | RDMA/cma: Use PTR_RET rather than if (IS_ERR(...)) + PTR_ERRFengguang Wu2012-07-271-4/+1Star
|/
* Merge tag 'rdma-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2012-07-2443-779/+2032
|\
| *---------. Merge branches 'cma', 'cxgb4', 'misc', 'mlx4-sriov', 'mlx-cleanups', 'ocrdma'...Roland Dreier2012-07-2342-762/+1967
| |\ \ \ \ \ \
| | | | | | | * IB/qib: checkpatch fixesMike Marciniszyn2012-07-1916-380/+394
| | | | | | | * IB/qib: Add congestion control agent implementationMike Marciniszyn2012-07-195-12/+790
| | | | | | | * IB/qib: Reduce sdma_lock contentionMike Marciniszyn2012-07-194-12/+85
| | | | | | | * IB/qib: Fix an incorrect log messageBetty Dall2012-07-191-1/+1
| | | | | | | * IB/qib: Fix QP RCU sparse warningsMike Marciniszyn2012-07-175-35/+61
| | | | | | | * IB/qib: Fix sparse RCU warnings in qib_keys.cMike Marciniszyn2012-07-102-3/+5
| | | | | | | * IB/qib: RCU locking for MR validationMike Marciniszyn2012-07-094-50/+66
| | | | | | | * IB/qib: Avoid returning EBUSY from MR deregisterMike Marciniszyn2012-07-099-224/+244
| | | | | | | * IB/qib: Fix UC MR refs for immediate operationsMike Marciniszyn2012-07-091-1/+7
| | | | | | * | RDMA/ocrdma: Fix assignment of max_srq_sge in device queryRoland Dreier2012-07-081-1/+1
| | | | | | |/
| | | | | * | IB/cm: Destroy idr as part of the module init error flowDotan Barak2012-07-111-6/+10
| | | | | * | IB/mlx4: Fill the masked_atomic_cap attribute in query deviceDotan Barak2012-07-111-1/+1
| | | | | * | IB/mthca: Fill in sq_sig_type in query QPDotan Barak2012-07-111-0/+1
| | | | | * | IB/mthca: Warning about event for non-existent QPs should show event typeDotan Barak2012-07-111-1/+2
| | | | | |/
| | | | * | mlx4: Put physical GID and P_Key table sizes in mlx4_phys_caps struct and par...Jack Morgenstein2012-07-111-3/+7
| | | | * | mlx4: Use port management change event instead of smp_snoopJack Morgenstein2012-07-103-34/+122
| | | | * | IB/core: Move CM_xxx_ATTR_ID macros from cm_msgs.h to ib_cm.hJack Morgenstein2012-07-091-12/+0Star
| | | | * | IB/sa: Add GuidInfoRecord query supportErez Shitrit2012-07-091-0/+133
| | | | * | IB/mlx4: Add debug printsJack Morgenstein2012-07-094-3/+55
| | | | |/
| | | * / IB: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2012-07-094-8/+7Star
| | | |/
| | * / RDMA/cxgb4: Fix endianness of addition to mpa->private_data_sizeRoland Dreier2012-07-091-6/+6
| | |/
| * | RDMA/cma: Allow user to restrict listens to bound address familySean Hefty2012-07-092-4/+38
| * | RDMA/cma: Listen on specific address familySean Hefty2012-07-091-6/+10
| * | RDMA/cma: Bind to a specific address familySean Hefty2012-07-091-11/+21
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-248-33/+97
|\ \
| * | {NET,IB}/mlx4: Add rmap support to mlx4_assign_eqAmir Vadai2012-07-191-1/+2
| * | 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-111-4/+8
| |\ \
| * | | {NET, IB}/mlx4: Add device managed flow steering firmware APIHadar Hen Zion2012-07-083-7/+57
| * | | ipoib: Need to do dst_neigh_lookup_skb() outside of priv->lock.David S. Miller2012-07-061-7/+8
| * | | cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller2012-07-051-2/+3
| * | | ipoib: Convert over to dev_lookup_neigh_skb().David S. Miller2012-07-052-10/+16