- 2e96691 IB: Use central enum for speed instead of hard-coded values by Or Gerlitz · 13 years ago
- f470f8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
- 504255f Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-next by Roland Dreier · 13 years ago
- 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
- 5d6bcdf net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map by Ian Campbell · 13 years ago
- 56da00f RDMA/{amso1100,cxgb3}: Minimal MPAv2 support by Kumar Sanghvi · 13 years ago
- 2be6053 RDMA/amso1100: Use '%pM' format option to print MAC by Andy Shevchenko · 13 years ago
- 70b1052 IB: amso1100: convert to SKB paged frag API. by Ian Campbell · 13 years ago
- ece236c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
- 10e1b54 RDMA: Allow for NULL .modify_device() and .modify_port() methods by Bart Van Assche · 13 years ago
- a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
- 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- f9a4f6d RDMA/amso1100: Fix compile warnings by Ralf Thielow · 14 years ago
- 948579c RDMA: Use vzalloc() to replace vmalloc()+memset(0) by Joe Perches · 14 years ago
- 116e953 Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-next by Roland Dreier · 14 years ago
- 7454159 IB: Replace EXTRA_CFLAGS with ccflags-y by matt mooney · 14 years ago
- fc4ec9b RDMA/amso1100: Remove KERN_<level> from pr_<level> use by Joe Perches · 14 years ago
- 9a6edb6 IB/core: Allow device-specific per-port sysfs files by Ralph Campbell · 15 years ago
- e749444 RDMA/amso1100: Use the dma state API instead of pci equivalents by FUJITA Tomonori · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- c597b02 RDMA/amso1100: Fix error paths in post_send and post_recv by Frank Zago · 15 years ago
- d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
- 1493ab4 RDMA/amso1100: Check kmalloc() result in c2_register_device() by Roel Kluin · 15 years ago
- 181c74e RDMA/amso1100: Use %pM conversion specifier by Tobias Klauser · 15 years ago
- 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
- 5b891a9 infiniband: Remove void casts by Jack Stone · 15 years ago
- 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
- 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
- 687c75d infiniband: convert c2 to net_device_ops by Stephen Hemminger · 16 years ago
- 4b40eed infiniband: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
- cd86f42 IB: Drop code after return statement by Julia Lawall · 16 years ago
- 96f15c0 RDMA/core: Add local DMA L_Key support by Steve Wise · 16 years ago
- 4c0283f IB/core: Remove IB_DEVICE_SEND_W_INV capability flag by Roland Dreier · 16 years ago
- cb9fbc5 IB: expand ib_umem_get() prototype by Arthur Kepner · 17 years ago
- e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
- f4e91eb IB: convert struct class_device to struct device by Tony Jones · 17 years ago
- d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 17 years ago
- 9285faa RDMA/amso1100: Add check for NULL reply_msg in c2_intr() by Tom Tucker · 17 years ago
- 139b2db RDMA/amso1100: Add support for "send with invalidate" work requests by Roland Dreier · 17 years ago
- 0f39cf3 IB/core: Add support for "send with invalidate" work requests by Roland Dreier · 17 years ago
- b846f25 IB/core: Add creation flags to struct ib_qp_init_attr by Eli Cohen · 17 years ago
- 3371836 IB: Replace remaining __FUNCTION__ occurrences with __func__ by Harvey Harrison · 17 years ago
- 26c4fc2 RDMA/amso1100: Endian annotate mqsq allocator by Roland Dreier · 17 years ago
- dc544bc RDMA/amso1100: Start of endianness annotation by Roland Dreier · 17 years ago
- 4b29043 RDMA/amso1100: Don't use 0UL as a NULL pointer by Roland Dreier · 17 years ago
- 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
- 4e8e6ee RDMA/amso1100: Initialize the wait_queue_head_t in the c2_qp structure by Tom Tucker · 17 years ago
- 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
- 06cc850 IB: Use menuconfig for InfiniBand menu by Jan Engelhardt · 17 years ago
- 42f811b [IPV4]: Convert IPv4 devconf to an array by Herbert Xu · 17 years ago
- f7c6a7b IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules by Roland Dreier · 18 years ago
- ed23a72 IB: Return "maybe missed event" hint from ib_req_notify_cq() by Roland Dreier · 18 years ago
- f4fd0b2 IB: Add CQ comp_vector support by Michael S. Tsirkin · 18 years ago
- afc2e82 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 18 years ago
- 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 18 years ago
- 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 18 years ago
- 1912ffb IB: Set class_dev->dev in core for nice device symlink by Joachim Fenkes · 18 years ago
- 38515e9 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups by Thomas Gleixner · 18 years ago
- 062dbb6 IB: Return qp pointer as part of ib_wc by Michael S. Tsirkin · 18 years ago
- ad1f979 RDMA/amso1100: Fix memory leak in c2_qp_modify() by Krishna Kumar · 18 years ago
- 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
- c9edea2 RDMA/amso1100: Prevent deadlock in destroy QP by Krishna Kumar · 18 years ago
- e54f818 IB: Convert kmem_cache_t -> struct kmem_cache by Roland Dreier · 18 years ago
- 2966612 RDMA/amso1100: Fix section mismatches by Roland Dreier · 18 years ago
- b26c791 RDMA/amso1100: Fix && typo by Jean Delvare · 18 years ago
- 2ffcab6 RDMA/amso1100: Fix unitialized pseudo_netdev accessed in c2_register_device by Tom Tucker · 18 years ago
- d7b748d IB/amso1100: Fix incorrect pr_debug() by Steve Wise · 18 years ago
- 8de94ce IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_single by Steve Wise · 18 years ago
- fb7711e RDMA/amso1100: Fix a NULL dereference in error path by Adrian Bunk · 18 years ago
- d986a27 RDMA/amso1100: pci_module_init() conversion by Henrik Kretzschmar · 18 years ago
- 1031bfb RDMA/amso1100: Fix build with debugging off by Roland Dreier · 18 years ago
- e52e608 RDMA/amso1100: Add spinlocks to serialize ib_post_send/ib_post_recv by Tom Tucker · 18 years ago
- 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
- ee30cb5 RDMA/amso1100: Fix memory leak in c2_reg_phys_mr() by Roland Dreier · 18 years ago
- 44334bd RDMA/amso1100: Fix error path in c2_llp_accept() by Eric Sesterhenn · 18 years ago
- 6edf602 RDMA/amso1100: Fix compile warnings by Roland Dreier · 18 years ago
- d7b2004 [PATCH] missing includes from infiniband merge by Al Viro · 18 years ago
- f94b533 RDMA/amso1100: Add driver for Ammasso 1100 RNIC by Tom Tucker · 18 years ago