aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/amso1100 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-04IB: Refactor umem to use linear SG tableYishai Hadas1-14/+9
2014-02-12RDMA/amso1100: Fix error return codeJulia Lawall2-2/+5
2014-01-22RDMA/amso1100: Add check if cache memory was allocated before freeing itSvetlana Mavrina1-1/+2
2013-10-14IB: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-08-12RDMA/cma: Add IPv6 support for iWARPSteve Wise2-12/+22
2013-04-29drivers/infiniband/hw/amso1100: convert to using idr_alloc_cyclicJeff Layton2-3/+1
2013-02-27IB/amso1100: convert to idr_alloc()Tejun Heo1-8/+11
2013-02-15RDMA/amso1100: Use module_pci_driver() to simplify the codeWei Yongjun1-12/+1
2013-01-03Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman5-14/+13
2012-11-22RDMA/amsol1100: Fix missing breakAlan Cox1-0/+1
2012-08-15IB: Fix typos in infiniband driversMasanari Iida1-1/+1
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz1-1/+1
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-4/+11
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-nextRoland Dreier2-0/+10
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-2/+1
2011-10-06RDMA/{amso1100,cxgb3}: Minimal MPAv2 supportKumar Sanghvi2-0/+10
2011-10-06RDMA/amso1100: Use '%pM' format option to print MACAndy Shevchenko1-4/+1
2011-08-26IB: amso1100: convert to SKB paged frag API.Ian Campbell1-5/+3
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-9/+0
2011-07-18RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche1-9/+0
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi3-4/+4
2011-01-28RDMA/amso1100: Fix compile warningsRalf Thielow1-3/+3
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches1-3/+2
2010-10-26Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-nextRoland Dreier1-3/+1
2010-10-23IB: Replace EXTRA_CFLAGS with ccflags-ymatt mooney1-3/+1
2010-09-28RDMA/amso1100: Remove KERN_<level> from pr_<level> useJoe Perches1-2/+2
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+1
2010-04-21RDMA/amso1100: Use the dma state API instead of pci equivalentsFUJITA Tomonori6-13/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo9-1/+11
2009-12-09RDMA/amso1100: Fix error paths in post_send and post_recvFrank Zago1-4/+10
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+0
2009-09-05RDMA/amso1100: Check kmalloc() result in c2_register_device()Roel Kluin1-9/+15
2009-09-05RDMA/amso1100: Use %pM conversion specifierTobias Klauser1-5/+1
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-05-13infiniband: Remove void castsJack Stone1-2/+2
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-1/+1
2009-03-21infiniband: convert c2 to net_device_opsStephen Hemminger3-35/+30
2008-11-24infiniband: Kill directly reference of netdev->privWang Chen1-4/+4
2008-09-20IB: Drop code after return statementJulia Lawall1-1/+0
2008-07-14RDMA/core: Add local DMA L_Key supportSteve Wise1-1/+1
2008-06-09IB/core: Remove IB_DEVICE_SEND_W_INV capability flagRoland Dreier1-2/+1
2008-04-29IB: expand ib_umem_get() prototypeArthur Kepner1-1/+1
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-22/+26
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-22/+26
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-16RDMA/amso1100: Add check for NULL reply_msg in c2_intr()Tom Tucker2-3/+7