aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/amso1100 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny1-1/+5
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak1-2/+5
2015-06-12IB/core: Change provider's API of create_cq to be extendibleMatan Barak1-1/+6
2015-06-02IB/core cleanup: Add const on args - device->process_madIra Weiny1-3/+3
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny1-7/+1
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-0/+17
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+7
2014-12-15IB/core: Replace ib_umem's offset field with a full addressHaggai Eran1-1/+1
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-2/+5
2014-08-12RDMA/amso1100: Check for integer overflow in c2_alloc_cq_buf()Dan Carpenter1-2/+5
2014-08-08infiniband: use pci_zalloc_consistentJoe Perches1-4/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
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