summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | mtd: s3c2410: drop useless / misspelled debug printsBrian Norris2015-02-281-3/+0
| * | mtd: pxa3xx_nand: initialiaze pxa3xx_flash_ids to 0Antoine Ténart2015-02-281-0/+2
| * | Merge MTD updates into -nextBrian Norris2015-02-281-0/+2
| |\ \
| * | | mtd: pxa3xx-nand: handle PIO in threaded interruptRobert Jarzmik2015-02-281-3/+19
| * | | Merge MTD updates into -nextBrian Norris2015-02-281-6/+42
| |\ \ \
| * | | | mtd: nand: sunxi: fix generic nand binding referenceBaruch Siach2015-02-261-1/+1
| * | | | mtd: block2mtd: wait until block devices are presentedFelix Fietkau2015-02-231-15/+43
* | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-04-2228-1134/+1513
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-------. \ \ \ \ Merge branches 'cve-fixup', 'ipoib', 'iser', 'misc-4.1', 'or-mlx4' and 'srp' ...Doug Ledford2015-04-1527-1132/+1508
| |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | ib_srpt: convert printk's to pr_* functionsDoug Ledford2015-04-151-97/+91
| | | | | | * | | | | IB/srp: Use P_Key cache for P_Key lookupsBart Van Assche2015-04-151-4/+5
| | | | | * | | | | | IB/mlx4: Change alias guids default to be host assignedYishai Hadas2015-04-151-2/+2
| | | | | * | | | | | net/mlx4_core: Return the admin alias GUID upon host view requestYishai Hadas2015-04-151-14/+27
| | | | | * | | | | | net/mlx4_core: Raise slave shutdown event upon FLRYishai Hadas2015-04-151-0/+2
| | | | | * | | | | | IB/mlx4: Request alias GUID on demandYishai Hadas2015-04-153-0/+75
| | | | | * | | | | | IB/mlx4: Change init flow to request alias GUIDs for active VFsYishai Hadas2015-04-153-79/+50
| | | | | * | | | | | IB/mlx4: Manage admin alias GUID upon admin requestYishai Hadas2015-04-152-9/+15
| | | | | * | | | | | net/mlx4_core: Set initial admin GUIDs for VFsYishai Hadas2015-04-153-0/+17
| | | | | * | | | | | net/mlx4_core: Manage alias GUID per VFYishai Hadas2015-04-153-0/+20
| | | | | * | | | | | IB/mlx4: Alias GUID adding persistency supportYishai Hadas2015-04-153-84/+245
| | | | | |/ / / / /
| | | | * | | | | | mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit archi...Honggang LI2015-04-151-4/+6
| | | | * | | | | | infiniband/mlx4: check for mapping errorSebastian Ott2015-04-152-0/+13
| | | | * | | | | | MAINTAINERS: Adding list of maintainers for ocrdmaSelvin Xavier2015-04-151-0/+9
| | | | * | | | | | rdma: replace deprecated ifconfig in docStephen Hemminger2015-04-151-3/+6
| | | | * | | | | | ib_uverbs: Fix pages leak when using XRC SRQsSébastien Dugué2015-04-151-11/+11
| | | | |/ / / / /
| | | * | | | | | IB/iser: Rewrite bounce buffer code pathSagi Grimberg2015-04-153-88/+137
| | | * | | | | | IB/iser: Bump version to 1.6Sagi Grimberg2015-04-151-1/+1
| | | * | | | | | IB/iser: Remove code duplication for a single DMA entrySagi Grimberg2015-04-151-27/+21
| | | * | | | | | IB/iser: Pass struct iser_mem_reg to iser_fast_reg_mr and iser_reg_sig_mrSagi Grimberg2015-04-151-43/+32
| | | * | | | | | IB/iser: Modify struct iser_mem_reg membersSagi Grimberg2015-04-153-33/+29
| | | * | | | | | IB/iser: Make fastreg pool cache friendlySagi Grimberg2015-04-151-1/+1
| | | * | | | | | IB/iser: Move PI context alloc/free to routinesSagi Grimberg2015-04-151-55/+63
| | | * | | | | | IB/iser: Move fastreg descriptor pool get/put to helper functionsSagi Grimberg2015-04-152-18/+37
| | | * | | | | | IB/iser: Merge build page-vec into register page-vecSagi Grimberg2015-04-151-58/+33
| | | * | | | | | IB/iser: Get rid of struct iser_rdma_regdSagi Grimberg2015-04-154-70/+53
| | | * | | | | | IB/iser: Remove redundant assignments in iser_reg_page_vecSagi Grimberg2015-04-151-5/+2
| | | * | | | | | IB/iser: Move memory reg/dereg routines to iser_memory.cSagi Grimberg2015-04-153-91/+88
| | | * | | | | | IB/iser: Don't pass ib_device to fall_to_bounce_buff routineSagi Grimberg2015-04-151-6/+6
| | | * | | | | | IB/iser: Remove a redundant struct iser_data_bufSagi Grimberg2015-04-153-52/+34
| | | * | | | | | IB/iser: Remove redundant cmd_data_len calculationSagi Grimberg2015-04-151-4/+1
| | | * | | | | | IB/iser: Fix wrong calculation of protection buffer lengthSagi Grimberg2015-04-151-2/+2
| | | * | | | | | IB/iser: Handle fastreg/local_inv completion errorsSagi Grimberg2015-04-151-5/+6
| | | * | | | | | IB/iser: Fix unload during ep_poll wrong dereferenceSagi Grimberg2015-04-151-1/+1
| | | |/ / / / /
| | * | | | | | IB/mlx4: Fix WQE LSO segment calculationErez Shitrit2015-04-151-2/+1
| | * | | | | | IB/ipoib: Remove IPOIB_MCAST_RUN bitErez Shitrit2015-04-152-5/+2
| | * | | | | | IB/ipoib: Save only IPOIB_MAX_PATH_REC_QUEUE skb'sErez Shitrit2015-04-151-3/+10
| | * | | | | | IB/ipoib: Handle QP in SQE stateErez Shitrit2015-04-152-1/+63
| | * | | | | | IB/ipoib: Update broadcast record values after each successful join requestErez Shitrit2015-04-151-1/+17
| | * | | | | | IB/ipoib: Use one linear skb in RX flowErez Shitrit2015-04-153-72/+13
| | * | | | | | IB/ipoib: drop mcast_mutex usageDoug Ledford2015-04-151-38/+32