summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cxgb4: Connect_request_upcall fixesSteve Wise2014-03-241-16/+24
* RDMA/cxgb4: Ignore read reponse type 1 CQEsSteve Wise2014-03-241-4/+20
* RDMA/cxgb4: Fix possible memory leak in RX_PKT processingSteve Wise2014-03-241-1/+8
* RDMA/cxgb4: Don't leak skb in c4iw_uld_rx_handler()Steve Wise2014-03-241-2/+4
* RDMA/cxgb4: Save the correct map length for fast_reg_page_listsSteve Wise2014-03-202-2/+11
* RDMA/cxgb4: Default peer2peer mode to 1Steve Wise2014-03-201-2/+2
* RDMA/cxgb4: Mind the sq_sig_all/sq_sig_type QP attributesSteve Wise2014-03-202-2/+5
* RDMA/cxgb4: Fix incorrect BUG_ON conditionsSteve Wise2014-03-201-2/+2
* RDMA/cxgb4: Always release neigh entrySteve Wise2014-03-201-1/+1
* RDMA/cxgb4: Allow loopback connectionsSteve Wise2014-03-201-1/+2
* RDMA/cxgb4: Cap CQ size at T4_MAX_IQ_SIZESteve Wise2014-03-201-1/+1
* RDMA/cxgb4: Fix four byte info leak in c4iw_create_cq()Dan Carpenter2014-03-201-0/+1
* RDMA/cxgb4: Fix underflows in c4iw_create_qp()Dan Carpenter2014-03-201-1/+1
*---------------. Merge branches 'cma', 'cxgb4', 'iser', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma...Roland Dreier2014-02-1413-66/+197
|\ \ \ \ \ \ \ \ \
| | | | | | | | | * IB/usnic: Fix smatch endianness errorUpinder Malhi2014-02-141-1/+8
| | | |_|_|_|_|_|/ | | |/| | | | | |
| | | | | | | | * IB/qib: Add missing serdes init sequenceMike Marciniszyn2014-02-131-0/+5
| | | |_|_|_|_|/ | | |/| | | | |
| | | | | | | * RDMA/ocrdma: Fix load time panic during GID table initDevesh Sharma2014-02-141-1/+1
| | | | | | | * RDMA/ocrdma: Fix traffic class shiftDevesh Sharma2014-02-141-1/+1
| | | |_|_|_|/ | | |/| | | |
| | | | | | * RDMA/nes: Fix error return codeJulia Lawall2014-02-121-1/+4
| | | |_|_|/ | | |/| | |
| | | | | * IB/mlx5: Remove dependency on X86Eli Cohen2014-02-131-1/+1
| | | | | * IB/mlx5: Don't set "block multicast loopback" capabilityEli Cohen2014-02-062-4/+3
| | | | | * IB/mlx5: Fix binary compatibility with libmlx5Eli Cohen2014-02-063-4/+32
| | | | | * IB/mlx5: Fix RC transport send queue overhead computationEli Cohen2014-02-061-1/+3
| | | |_|/ | | |/| |
| | | | * IB/mlx4: Build the port IBoE GID table properly under bondingMoni Shoua2014-02-131-4/+37
| | | | * IB/mlx4: Do IBoE GID table resets per-portMoni Shoua2014-02-131-17/+18
| | | | * IB/mlx4: Do IBoE locking earlier when initializing the GID tableMoni Shoua2014-02-131-3/+3
| | | | * IB/mlx4: Move rtnl locking to the right placeMoni Shoua2014-02-131-2/+2
| | | | * IB/mlx4: Make sure GID index 0 is always occupiedMoni Shoua2014-02-131-24/+68
| | | | * IB/mlx4: Don't allocate range of steerable UD QPs for Ethernet-only deviceMatan Barak2014-02-131-1/+6
| | | |/ | | |/|
| | | * RDMA/amso1100: Fix error return codeJulia Lawall2014-02-122-2/+5
| | |/
| * | RDMA/cxgb4: Add missing neigh_release in LE-Workaround pathKumar Sanghvi2014-02-131-0/+1
| |/
* | IB: Report using RoCE IP based gids in port capsMoni Shoua2014-02-132-2/+2
|/
* Merge branch 'ip-roce' into for-nextRoland Dreier2014-01-2218-326/+504
|\
| * IB/mlx4: Use IS_ENABLED(CONFIG_IPV6)Roland Dreier2014-01-191-6/+6
| * RDMA/ocrdma: Add dependency on INETRoland Dreier2014-01-191-1/+1
| * RDMA/ocrdma: Move ocrdma_inetaddr_event outside of "#if CONFIG_IPV6"Roland Dreier2014-01-191-4/+4
| * IB/mlx4: Add dependency INETMatan Barak2014-01-191-1/+1
| * RDMA/ocrdma: Populate GID table with IP based gidsMoni Shoua2014-01-192-99/+41
| * RDMA/ocrdma: Handle Ethernet L2 parameters for IP based GID addressingMoni Shoua2014-01-194-22/+17
| * IB/mlx4: Handle Ethernet L2 parameters for IP based GID addressingMoni Shoua2014-01-184-58/+99
| * IB/mlx4: Use IBoE (RoCE) IP based GIDs in the port GID tableMoni Shoua2014-01-182-143/+334
| * IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak2014-01-147-8/+16
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
| \
*-------------. \ Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier2014-01-2243-93/+6355
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| | | | | | | | * IB/usnic: Remove unused includes of <linux/version.h>Wei Yongjun2014-01-223-3/+0
| | | | | | | | * IB/usnic: Use GFP_ATOMIC under spinlockDan Carpenter2014-01-211-1/+1
| | | | | | | | * IB/usnic: Remove unused variable in usnic_debugfs_exit()Wei Yongjun2014-01-181-4/+0
| | | | | | | | * IB/usnic: Set userspace/kernel ABI ver to 4Upinder Malhi2014-01-181-1/+1
| | | | | | | | * IB/usnic: Advertise usNIC devices as RDMA_NODE_USNIC_UDPUpinder Malhi2014-01-181-1/+1
| | | | | | | | * IB/usnic: Add dependency on CONFIG_INETUpinder Malhi2014-01-181-1/+1
| | | | | | | | * IB/usnic: Fix endianness-related warningsUpinder Malhi2014-01-182-3/+2
OpenPOWER on IntegriCloud