summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/amso1100/c2.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-29RDMA/amso1100: Deprecate the amso1100 driver and move to stagingSteve Wise1-1241/+0
2014-08-09infiniband: use pci_zalloc_consistentJoe Perches1-4/+2
2014-02-12RDMA/amso1100: Fix error return codeJulia Lawall1-1/+3
2013-02-16RDMA/amso1100: Use module_pci_driver() to simplify the codeWei Yongjun1-12/+1
2013-01-04Drivers: infinband: remove __dev* attributes.Greg Kroah-Hartman1-4/+3
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-10-07net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-2/+1
2011-08-26IB: amso1100: convert to SKB paged frag API.Ian Campbell1-5/+3
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-23Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+0
2009-09-06RDMA/amso1100: Use %pM conversion specifierTobias Klauser1-5/+1
2009-09-03drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
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-22infiniband: convert c2 to net_device_opsStephen Hemminger1-22/+19
2008-04-17RDMA/amso1100: Start of endianness annotationRoland Dreier1-32/+38
2008-04-17RDMA/amso1100: Don't use 0UL as a NULL pointerRoland Dreier1-5/+5
2007-10-11[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-06-08[IPV4]: Convert IPv4 devconf to an arrayHerbert Xu1-1/+1
2007-04-26[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+3
2007-04-26[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-14[PATCH] Scheduled removal of SA_xxx interrupt flags fixupsThomas Gleixner1-1/+1
2006-11-13RDMA/amso1100: Fix unitialized pseudo_netdev accessed in c2_register_deviceTom Tucker1-1/+2
2006-10-16RDMA/amso1100: pci_module_init() conversionHenrik Kretzschmar1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-09-23RDMA/amso1100: Add driver for Ammasso 1100 RNICTom Tucker1-0/+1255