aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-04IB/qib: Fix lockdep splat in qib_alloc_lkey()Mike Marciniszyn1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-21/+58
2013-05-08Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into for-nextRoland Dreier9-17/+50
2013-05-07aio: don't include aio.h in sched.hKent Overstreet2-1/+2
2013-05-07drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton3-5/+5
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-95/+333
2013-04-29drivers/infiniband/hw/mlx4: convert to using idr_alloc_cyclic()Jeff Layton1-3/+1
2013-04-29drivers/infiniband/hw/amso1100: convert to using idr_alloc_cyclicJeff Layton2-3/+1
2013-04-24IB/mlx4: Set link type for RAW PACKET QPs in the QP contextEli Cohen1-0/+4
2013-04-24IB/mlx4: Disable VLAN stripping for RAW PACKET QPsDotan Barak1-0/+2
2013-04-24net/mlx4_en: Add HW timestamping (TS) supportAmir Vadai1-1/+1
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-7/+7
2013-04-16IB/qib: Correct qib_verbs_register_sysfs() error handlingMike Marciniszyn2-2/+7
2013-04-16IB/ipath: Correct ipath_verbs_register_sysfs() error handlingMike Marciniszyn1-9/+10
2013-04-16RDMA/cxgb4: Fix SQ allocation when on-chip SQ is disabledThadeu Lima de Souza Cascardo1-12/+13
2013-04-16RDMA: Rename random32() to prandom_u32()Akinobu Mita3-5/+5
2013-04-16RDMA/cxgb3: Fix uninitialized variableCong Ding1-1/+1
2013-04-16IB/mlx4: Fetch XRC SRQ in the CQ polling codeShlomo Pongratz1-0/+21
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-05firmware,IB/qib: revert firmware file moveMike Marciniszyn1-1/+1
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-16/+20
2013-03-25Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds8-16/+20
2013-03-22Merge branches 'cxgb4', 'ipoib' and 'qib' into for-nextRoland Dreier7-15/+17
2013-03-22IB/qib: change QLogic to IntelVinit Agnihotri6-14/+16
2013-03-22IB/ipath: Silence a static checker warningDan Carpenter1-1/+1
2013-03-22RDMA/cxgb4: Fix error return code in create_qp()Wei Yongjun1-1/+3
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+12
2013-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+12
2013-03-17tcp: Remove TCPCTChristoph Paasch1-1/+1
2013-03-15Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bugZhouyi Zhou1-0/+12
2013-03-14RDMA/cxgb4: Fix onchip queue support for T5Vipul Pandya1-8/+5
2013-03-14RDMA/cxgb4: Bump tcam_full stat and WR reply timeoutVipul Pandya2-2/+2
2013-03-14RDMA/cxgb4: Map pbl buffers for dma if using DSGL.Vipul Pandya1-6/+23
2013-03-14RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5.Vipul Pandya4-36/+182
2013-03-14RDMA/cxgb4: Add module_params to enable DB FC & Coalescing on T5Vipul Pandya3-6/+30
2013-03-14RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya1-4/+16
2013-03-14RDMA/cxgb4: Add Support for Chelsio T5 adapterVipul Pandya6-35/+77
2013-03-13mlx4: remove leftover idr_pre_get() callTejun Heo1-1/+0
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2-0/+2
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo1-1/+1
2013-02-27IB/qib: convert to idr_alloc()Tejun Heo1-13/+8
2013-02-27IB/ocrdma: convert to idr_alloc()Tejun Heo1-13/+1
2013-02-27IB/mlx4: convert to idr_alloc()Tejun Heo1-17/+15
2013-02-27IB/ipath: convert to idr_alloc()Tejun Heo1-12/+4
2013-02-27IB/ehca: convert to idr_alloc()Tejun Heo2-39/+22
2013-02-27IB/cxgb4: convert to idr_alloc()Tejun Heo1-13/+14
2013-02-27IB/cxgb3: convert to idr_alloc()Tejun Heo1-13/+11