summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-30net: thunderx: mailboxes: remove code duplicationSunil Goutham
2015-08-30net: thunderx: Add receive error stats reporting via ethtoolSunil Goutham
2015-08-30net: thunderx: fix MAINTAINERSAleksey Makarov
2015-08-30Merge branch 'snmp-stat-aggregation'David S. Miller
2015-08-30net: Optimize snmp stat aggregation by walking all the percpu data at onceRaghavendra K T
2015-08-30net: Introduce helper functions to get the per cpu dataRaghavendra K T
2015-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-30NFSv4.1: Fix a protocol issue with CLOSE stateidsTrond Myklebust
2015-08-30alpha: select CONFIG_ARCH_USE_CMPXCHG_LOCKREF.Matt Turner
2015-08-31Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie
2015-08-31Merge tag 'drm-intel-next-fixes-2015-08-28' of git://anongit.freedesktop.org/...Dave Airlie
2015-08-31Merge tag 'drm-amdkfd-next-fixes-2015-08-30' of git://people.freedesktop.org/...Dave Airlie
2015-08-30IB/ucma: HW Device hot-removal supportYishai Hadas
2015-08-30IB/mlx4_ib: Disassociate supportYishai Hadas
2015-08-30IB/uverbs: Enable device removal when there are active user space applicationsYishai Hadas
2015-08-30IB/uverbs: Explicitly pass ib_dev to uverbs commandsYishai Hadas
2015-08-30IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas
2015-08-30IB/uverbs: Fix reference counting usage of event filesYishai Hadas
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe
2015-08-30IB/srp: Create an insecure all physical rkey only if neededBart Van Assche
2015-08-30IB/srp: Register the indirect data buffer descriptorBart Van Assche
2015-08-30IB/srp: Introduce srp_device.use_fmrBart Van Assche
2015-08-30IB/srp: Remove use_mr argument from srp_map_sg_entry()Bart Van Assche
2015-08-30IB/srp: Remove the memory registration backtracking codeBart Van Assche
2015-08-30IB/srp: Add memory descriptor array pointer range checkingBart Van Assche
2015-08-30IB/srp: Use multiple registrations for large memory regionsBart Van Assche
2015-08-30IB/srp: Re-enable FMR for non-page aligned buffersBart Van Assche
2015-08-30rds/ib: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-30net/9p: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-30ib_srpt: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-30IB/srp: Use pd->local_dma_lkeyJason Gunthorpe
2015-08-30iser-target: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-30IB/iser: Use pd->local_dma_lkeyJason Gunthorpe
2015-08-30IB/mlx5: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-30IB/mlx4: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-30IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-30IB/mad: Remove ib_get_dma_mr callsJason Gunthorpe
2015-08-30IB/core: Guarantee that a local_dma_lkey is availableJason Gunthorpe
2015-08-30IB/iser: Chain all iser transaction send work requestsSagi Grimberg
2015-08-30IB/iser: Add debug prints to the various memory registration methodsSagi Grimberg
2015-08-30IB/iser: Support up to 8MB data transfer in a single commandSagi Grimberg
2015-08-30IB/iser: Pass registration pool a size parameterSagi Grimberg
2015-08-30IB/iser: Unify fast memory registration flowsSagi Grimberg
2015-08-30IB/iser: Make reg_desc_get a per device routineSagi Grimberg
2015-08-30IB/iser: Rename iser_reg_page_vec to iser_fast_reg_fmrSagi Grimberg
2015-08-30IB/iser: Maintain connection fmr_pool under a single registration descriptorAdir Lev
2015-08-30IB/iser: Introduce iser registration pool structSagi Grimberg
2015-08-30IB/iser: Move fastreg descriptor allocation to iser_create_fastreg_descSagi Grimberg
2015-08-30IB/iser: Introduce iser_reg_opsSagi Grimberg
2015-08-30IB/iser: Remove dead code in fmr_pool alloc/freeSagi Grimberg