summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge tag 'ib-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/...Linus Torvalds2012-04-272-4/+6
| |\ \
| | * \ Merge branches 'mad-response' and 'mlx4' into fixesRoland Dreier2012-04-251-1/+1
| | |\ \
| | | * | IB/mlx4: Fix memory leaks in ib_link_query_port()Jesper Juhl2012-04-251-1/+1
| | | |/
| | * | IB/mad: Don't send response for failed MADsJack Morgenstein2012-04-251-3/+3
| | * | IB/mad: Set 'D' bit in response for unhandled MADsJack Morgenstein2012-04-251-0/+2
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-241-0/+1
|\| |
| * | Merge tag 'srpt-srq-type' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2012-04-131-0/+1
| |\ \
| | * | IB/srpt: Set srq_type to IB_SRQT_BASICRoland Dreier2012-04-121-0/+1
| | |/
* | | net: Convert all sysctl registrations to register_net_sysctlEric W. Biederman2012-04-211-7/+1Star
* | | net: Move all of the network sysctls without a namespace into init_net.Eric W. Biederman2012-04-211-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-132-4/+10
|\| |
| * | IB/core: Don't return EINVAL from sysfs rate attribute for invalid speedsRoland Dreier2012-04-021-4/+5
| * | IB/mlx4: Don't return an invalid speed when a port is downOr Gerlitz2012-04-021-0/+5
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-1/+0Star
|\|
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* | IB/rdma_cm: TOS <=> UP mapping for IBoEAmir Vadai2012-04-051-1/+5
* | infiniband: Stop using NLA_PUT*().David S. Miller2012-04-021-1/+2
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2012-03-221-40/+24Star
|\
| * ib_srpt: Fix srpt_handle_cmd send_ioctx->ioctx_kref leak on exceptionNicholas Bellinger2012-03-181-7/+12
| * target: Drop unused legacy target_core_fabric_ops API callersNicholas Bellinger2012-03-101-28/+0Star
| * 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-2130-289/+379
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----------------. \ Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier2012-03-1917-193/+271
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | IB/srpt: Fix typo "alocate" -> "allocate"Masanari Iida2012-02-261-1/+1
| | | | | | | | | | | |/
| | | | | | | | | | * | IB/srp: Consolidate repetitive sysfs codeBart Van Assche2012-02-271-32/+17Star
| | | | | | | | | | * | IB/srp: Use pr_fmt() and pr_err()/pr_warn()Bart Van Assche2012-02-271-25/+29
| | | | | | | | | | |/
| | | | | | | | | * | IB/qib: Avoid filtering LID on SMA portinfoMike Marciniszyn2012-02-261-3/+1Star
| | | | | | | | | * | IB/qib: Add logic for affinity hintMike Marciniszyn2012-02-263-34/+104
| | | | | | | | | |/
| | | | | | | | * / RDMA/nes: Fixes for sparse endianness warningsTatyana Nikolova2012-02-261-17/+22
| | | | | | | | |/
| | | | | | | * / IB/mad: Return error response for unsupported MADsSwapna Thete2012-02-261-0/+21
| | | | | | | |/
| | | | | | * | IB/iser: Post initial receive buffers before sending the final login requestOr Gerlitz2012-03-053-27/+22Star
| | | | | | * | IB/iser: Free IB connection resources in the proper placeDoug Ledford2012-03-052-12/+12
| | | | | | |/
| | | | | * | IB/ehca: Fix ilog2() compile failureKyle McMartin2012-03-051-1/+1
| | | | | * | IB/ehca: Use kthread_create_on_node()Eric Dumazet2012-02-261-1/+2
| | | | | |/
| | | | * / RDMA/cxgb4: Add missing peer2peer check in MPAv2 codeKumar Sanghvi2012-02-261-1/+1
| | | | |/
| | | * / RDMA/cxgb3: Don't pass irq flags to flush_qp()Steve Wise2012-03-081-20/+20
| | | |/
| | * / RDMA/ucma: Fix AB-BA deadlockHefty, Sean2012-03-051-19/+18Star
| | |/
| * | Merge branches 'misc' and 'mlx4' into for-nextRoland Dreier2012-03-133-46/+55
| |\ \
| | * | IB/mlx4: Fix info returned when querying IBoE portsOr Gerlitz2012-03-131-44/+53
| | * | IB/mlx4: Fix possible missed completion eventEli Cohen2012-03-131-2/+1Star
| | * | mlx4: Enforce device max FMR maps in FMR allocEli Cohen2012-02-261-1/+1
| | * | IB/mlx4: Set bad_wr for invalid send opcodeEli Cohen2012-02-261-0/+1
| | |/
| * | IB: Change CQE "csum_ok" field to a bit flagOr Gerlitz2012-03-085-5/+6
| * | RDMA/iwcm: Reject connect requests if cmid is not in LISTEN stateSteve Wise2012-03-081-11/+13
| * | mlx4_core: Get rid of redundant ext_port_cap flagsOr Gerlitz2012-03-071-14/+11Star
| * | IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz2012-03-057-17/+16Star
| * | IB/core: Fix SDR rates in sysfsRoland Dreier2012-02-271-7/+11
| |/
* | 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
| |/