aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2013-05-08Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2013-05-08Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into...Roland Dreier
2013-05-07aio: don't include aio.h in sched.hKent Overstreet
2013-05-07drivers/infiniband/hw: rename random32() to prandom_u32()Andrew Morton
2013-05-01IB/iser: Add support for iser CM REQ additional infoOr Gerlitz
2013-05-01IB/iser: Return error to upper layers on EAGAIN registration failuresOr Gerlitz
2013-05-01IB/iser: Move informational messages from error to info levelRoi Dayan
2013-05-01IB/iser: Add module versionRoi Dayan
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-04-30Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-04-29drivers/infiniband/hw/mlx4: convert to using idr_alloc_cyclic()Jeff Layton
2013-04-29drivers/infiniband/hw/amso1100: convert to using idr_alloc_cyclicJeff Layton
2013-04-25iser-target: Add iSCSI Extensions for RDMA (iSER) target driverNicholas Bellinger
2013-04-24IB/mlx4: Set link type for RAW PACKET QPs in the QP contextEli Cohen
2013-04-24IB/mlx4: Disable VLAN stripping for RAW PACKET QPsDotan Barak
2013-04-24RDMA/iwcm: Don't touch cmid after dropping referenceSteve Wise
2013-04-24net/mlx4_en: Add HW timestamping (TS) supportAmir Vadai
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-17IPoIB: add support for TIPC protocolPatrick McHardy
2013-04-16IB/qib: Correct qib_verbs_register_sysfs() error handlingMike Marciniszyn
2013-04-16IB/ipath: Correct ipath_verbs_register_sysfs() error handlingMike Marciniszyn
2013-04-16RDMA/cxgb4: Fix SQ allocation when on-chip SQ is disabledThadeu Lima de Souza Cascardo
2013-04-16SRPT: Fix odd use of WARN_ON()Grant Grundler
2013-04-16IPoIB: Fix ipoib_hard_header() return valueDoug Ledford
2013-04-16RDMA: Rename random32() to prandom_u32()Akinobu Mita
2013-04-16RDMA/cxgb3: Fix uninitialized variableCong Ding
2013-04-16IB/mlx4: Fetch XRC SRQ in the CQ polling codeShlomo Pongratz
2013-04-16IB/core: Verify that QP handler is valid before dispatching eventsShlomo Pongratz
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-05firmware,IB/qib: revert firmware file moveMike Marciniszyn
2013-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-25Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2013-03-22Merge branches 'cxgb4', 'ipoib' and 'qib' into for-nextRoland Dreier
2013-03-22IB/qib: change QLogic to IntelVinit Agnihotri
2013-03-22IB/ipath: Silence a static checker warningDan Carpenter
2013-03-22IPoIB: Fix send lockup due to missed TX completionMike Marciniszyn
2013-03-22RDMA/cxgb4: Fix error return code in create_qp()Wei Yongjun
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-17tcp: Remove TCPCTChristoph Paasch
2013-03-15Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bugZhouyi Zhou
2013-03-14RDMA/cxgb4: Fix onchip queue support for T5Vipul Pandya
2013-03-14RDMA/cxgb4: Bump tcam_full stat and WR reply timeoutVipul Pandya
2013-03-14RDMA/cxgb4: Map pbl buffers for dma if using DSGL.Vipul Pandya
2013-03-14RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5.Vipul Pandya
2013-03-14RDMA/cxgb4: Add module_params to enable DB FC & Coalescing on T5Vipul Pandya
2013-03-14RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use.Vipul Pandya
2013-03-14RDMA/cxgb4: Add Support for Chelsio T5 adapterVipul Pandya
2013-03-13mlx4: remove leftover idr_pre_get() callTejun Heo