summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2008-04-17IB/mthca: Add IPoIB checksum offload supportEli Cohen6-13/+30
2008-04-17IB/mlx4: Add IPoIB checksum offload supportEli Cohen3-0/+21
2008-04-17IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison26-302/+302
2008-04-17IB/ehca: Make symbols used only in a single source file staticRoland Dreier3-16/+15
2008-04-17RDMA/nes: Make symbols used only in a single source file staticRoland Dreier7-97/+88
2008-04-17RDMA/nes: Use proper format and cast to print dma_addr_tRoland Dreier1-8/+8
2008-04-17RDMA/nes: Remove unused nes_netdev_exit() functionRoland Dreier2-23/+0
2008-04-17RDMA/nes: Remove redundant NULL check in nes_unregister_ofa_device()Roland Dreier1-3/+0
2008-04-17mlx4_core: Fix confusion between mlx4_event and mlx4_dev_event enumsRoland Dreier1-6/+8
2008-04-17RDMA/amso1100: Endian annotate mqsq allocatorRoland Dreier2-8/+8
2008-04-17RDMA/amso1100: Start of endianness annotationRoland Dreier8-160/+166
2008-04-17RDMA/nes: Delete unused variablesRoland Dreier2-16/+0
2008-04-17RDMA/nes: Trivial endianness annotationsRoland Dreier1-2/+2
2008-04-17IB/mlx4: Endianness annotationsRoland Dreier1-2/+2
2008-04-17IB/ipath: Fix sparse warning about shadowed symbolRoland Dreier1-4/+4
2008-04-17IB/ipath: Fix sparse warning about pointer signednessArthur Jones2-3/+3
2008-04-17RDMA/cxgb3: IDR IDs are signedRoland Dreier1-1/+1
2008-04-17RDMA/amso1100: Don't use 0UL as a NULL pointerRoland Dreier1-5/+5
2008-04-17IB/mlx4: Convert "if(foo)" to "if (foo)"Roland Dreier1-1/+1
2008-04-17IB/mthca: Formatting cleanupsRoland Dreier6-11/+11
2008-03-28RDMA/cxgb3: Program hardware IRD with correct valueRoland Dreier1-1/+1
2008-03-21RDMA/nes: Fix MSS calculation on RDMA pathChien Tung1-1/+2
2008-03-12IB/ipath: Reset the retry counter for RDMA_READ_RESPONSE_MIDDLE packetsPatrick Marchand Latifi1-0/+4
2008-03-12IB/ipath: Fix error completion put on send CQ instead of recv CQPatrick Marchand Latifi1-1/+1
2008-03-12IB/ipath: Fix RC QP initializationPatrick Marchand Latifi1-4/+5
2008-03-12IB/ipath: Fix potentially wrong RNR retry counter returned in ipath_query_qp()Patrick Marchand Latifi1-1/+1
2008-03-11IB/ipath: Fix IB compliance problems with link state vs physical stateRalph Campbell5-22/+18
2008-03-09RDMA/cxgb3: Fix iwch_create_cq() off-by-one errorJon Mason1-1/+1
2008-03-01RDMA/cxgb3: Return correct max_inline_data when creating a QPJon Mason1-0/+3
2008-02-27RDMA/nes: Fix interrupt moderation low thresholdJohn Lacombe2-9/+6
2008-02-27RDMA/nes: Fix CRC endianness for RDMA connection establishment on big-endianFaisal Latif2-4/+21
2008-02-27RDMA/nes: Fix use-after-free in mini_cm_dec_refcnt_listen()Faisal Latif1-0/+1
2008-02-27RDMA/nes: Fix use-after-free in nes_create_cq()Glenn Streiff1-3/+0
2008-02-27RDMA/nes: Fix a check-after-use in nes_probe()Adrian Bunk1-1/+1
2008-02-27RDMA/nes: Fix a memory leak in schedule_nes_timer()Adrian Bunk1-2/+2
2008-02-26RDMA/nes: Fix off-by-oneAdrian Bunk1-1/+1
2008-02-26RDMA/nes: Resurrect error path dead codeChien Tung1-2/+3
2008-02-26RDMA/cxgb3: Fix shift calc in build_phys_page_list() for 1-entry page listsBryan Rosenburg1-8/+2
2008-02-19IB/mthca: Free correct MPT on error exit from mthca_fmr_alloc()Roland Dreier1-1/+1
2008-02-18RDMA/nes: Fix possible array overrunRoland Dreier1-1/+1
2008-02-17RDMA/nes: Fix VLAN supportChien Tung1-2/+8
2008-02-16RDMA/nes: Fix MAC interrupt erroneously masked on ifdownGlenn Streiff1-16/+36
2008-02-14IB/mlx4: mlx4_ib_fmr_alloc() should call mlx4_fmr_enable()Jack Morgenstein1-1/+1
2008-02-13IB/mthca: Convert to use be16_add_cpu()Marcin Slusarz1-1/+1
2008-02-13RDMA/cxgb3: Fail loopback connectionsSteve Wise1-0/+17
2008-02-13IB/mthca: Add missing sg_init_table() in mthca_map_user_db()Roland Dreier1-0/+1
2008-02-09IB/mlx4: Use multiple WQ blocks to post smaller send WQEsJack Morgenstein3-36/+188
2008-02-07IB/mlx4: Consolidate code to get an entry from a struct mlx4_bufRoland Dreier3-19/+3
2008-02-05RDMA/nes: Add a driver for NetEffect RNICsGlenn Streiff14-0/+16549
2008-02-05IB/mthca: Return proper error codes from mthca_fmr_alloc()Olaf Kirch1-2/+6