aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-16IB/core: Add support for "send with invalidate" work requestsRoland Dreier1-1/+1
2008-04-16IB/core: Add creation flags to struct ib_qp_init_attrEli Cohen1-0/+3
2008-04-16RDMA/nes: Use more concise list_for_each_entry()Robert P. J. Day1-6/+2
2008-04-16RDMA/nes: Remove session_id from nes_cm stuffRoland Dreier2-9/+0
2008-04-16IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison7-23/+23
2008-04-16RDMA/nes: Make symbols used only in a single source file staticRoland Dreier7-97/+88
2008-04-16RDMA/nes: Use proper format and cast to print dma_addr_tRoland Dreier1-8/+8
2008-04-16RDMA/nes: Remove unused nes_netdev_exit() functionRoland Dreier2-23/+0
2008-04-16RDMA/nes: Remove redundant NULL check in nes_unregister_ofa_device()Roland Dreier1-3/+0
2008-04-16RDMA/nes: Delete unused variablesRoland Dreier2-16/+0
2008-04-16RDMA/nes: Trivial endianness annotationsRoland Dreier1-2/+2
2008-03-21RDMA/nes: Fix MSS calculation on RDMA pathChien Tung1-1/+2
2008-02-26RDMA/nes: Fix interrupt moderation low thresholdJohn Lacombe2-9/+6
2008-02-26RDMA/nes: Fix CRC endianness for RDMA connection establishment on big-endianFaisal Latif2-4/+21
2008-02-26RDMA/nes: Fix use-after-free in mini_cm_dec_refcnt_listen()Faisal Latif1-0/+1
2008-02-26RDMA/nes: Fix use-after-free in nes_create_cq()Glenn Streiff1-3/+0
2008-02-26RDMA/nes: Fix a check-after-use in nes_probe()Adrian Bunk1-1/+1
2008-02-26RDMA/nes: Fix a memory leak in schedule_nes_timer()Adrian Bunk1-2/+2
2008-02-25RDMA/nes: Fix off-by-oneAdrian Bunk1-1/+1
2008-02-25RDMA/nes: Resurrect error path dead codeChien Tung1-2/+3
2008-02-18RDMA/nes: Fix possible array overrunRoland Dreier1-1/+1
2008-02-16RDMA/nes: Fix VLAN supportChien Tung1-2/+8
2008-02-15RDMA/nes: Fix MAC interrupt erroneously masked on ifdownGlenn Streiff1-16/+36
2008-02-04RDMA/nes: Add a driver for NetEffect RNICsGlenn Streiff14-0/+16549