summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-0111-96/+336
|\
| * net/mlx4_en: Add HW timestamping (TS) supportAmir Vadai2013-04-241-1/+1
| * net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2013-04-191-1/+1
| * net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-7/+7
| * IPoIB: add support for TIPC protocolPatrick McHardy2013-04-171-1/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-071-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-279-18/+26
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-202-1/+12
| |\ \ \
| * | | | tcp: Remove TCPCTChristoph Paasch2013-03-171-1/+1
| * | | | RDMA/cxgb4: Fix onchip queue support for T5Vipul Pandya2013-03-141-8/+5
| * | | | RDMA/cxgb4: Bump tcam_full stat and WR reply timeoutVipul Pandya2013-03-142-2/+2
| * | | | RDMA/cxgb4: Map pbl buffers for dma if using DSGL.Vipul Pandya2013-03-141-6/+23
| * | | | RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5.Vipul Pandya2013-03-144-36/+182
| * | | | RDMA/cxgb4: Add module_params to enable DB FC & Coalescing on T5Vipul Pandya2013-03-143-6/+30
| * | | | RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya2013-03-141-4/+16
| * | | | RDMA/cxgb4: Add Support for Chelsio T5 adapterVipul Pandya2013-03-146-35/+77
* | | | | Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-307-0/+2475
|\ \ \ \ \
| * | | | | iser-target: Add iSCSI Extensions for RDMA (iSER) target driverNicholas Bellinger2013-04-257-0/+2475
* | | | | | drivers/infiniband/hw/mlx4: convert to using idr_alloc_cyclic()Jeff Layton2013-04-291-3/+1
* | | | | | drivers/infiniband/hw/amso1100: convert to using idr_alloc_cyclicJeff Layton2013-04-292-3/+1
| |_|_|_|/ |/| | | |
* | | | | firmware,IB/qib: revert firmware file moveMike Marciniszyn2013-04-051-1/+1
| |_|_|/ |/| | |
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-03-259-18/+26
|\ \ \ \ | |_|_|/ |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'cxgb4', 'ipoib' and 'qib' into for-nextRoland Dreier2013-03-228-17/+23
| |\ \ \ \
| | | * | | IB/qib: change QLogic to IntelVinit Agnihotri2013-03-226-14/+16
| | | * | | IB/ipath: Silence a static checker warningDan Carpenter2013-03-221-1/+1
| | | |/ /
| | * | | IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn2013-03-221-2/+6
| | |/ /
| * | | RDMA/cxgb4: Fix error return code in create_qp()Wei Yongjun2013-03-221-1/+3
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-191-0/+12
|\ \ \ | |/ / |/| |
| * | Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bugZhouyi Zhou2013-03-151-0/+12
| |/
* | mlx4: remove leftover idr_pre_get() callTejun Heo2013-03-131-1/+0
|/
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-032-0/+2
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-4/+2
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-272-2/+2
* IB/qib: convert to idr_alloc()Tejun Heo2013-02-271-13/+8
* IB/ocrdma: convert to idr_alloc()Tejun Heo2013-02-271-13/+1
* IB/mlx4: convert to idr_alloc()Tejun Heo2013-02-271-17/+15
* IB/ipath: convert to idr_alloc()Tejun Heo2013-02-271-12/+4
* IB/ehca: convert to idr_alloc()Tejun Heo2013-02-272-39/+22
* IB/cxgb4: convert to idr_alloc()Tejun Heo2013-02-271-13/+14
* IB/cxgb3: convert to idr_alloc()Tejun Heo2013-02-271-13/+11
* IB/amso1100: convert to idr_alloc()Tejun Heo2013-02-271-8/+11
* IB/core: convert to idr_alloc()Tejun Heo2013-02-276-81/+48
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-265-9/+9
|\
| * new helper: file_inode(file)Al Viro2013-02-225-9/+9
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-02-2631-161/+521
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----------. \ Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 's...Roland Dreier2013-02-2621-137/+351
| |\ \ \ \ \ \ \ \
| | | | | | | | * | IB/srp: Fail I/O requests if the transport is offlineBart Van Assche2013-02-252-0/+8
| | | | | | | | * | IB/srp: Avoid endless SCSI error handling loopBart Van Assche2013-02-251-14/+15
| | | | | | | | * | IB/srp: Avoid sending a task management function needlesslyBart Van Assche2013-02-251-2/+3
| | | | | | | | * | IB/srp: Track connection state properlyBart Van Assche2013-02-251-1/+0
OpenPOWER on IntegriCloud