aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-12RDMA/nes: Don't allow userspace QPs to use STag zeroFaisal Latif3-5/+37
2009-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds2-4/+12
2009-01-10RDMA/nes: Fix for NIPQUAD removalHarvey Harrison2-4/+12
2009-01-08fix similar typos to successfullColy Li1-1/+1
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds5-42/+26
2008-12-26net: Fix warning fallout from recent NAPI interface changes.David S. Miller1-1/+0
2008-12-24RDMA/nes: Remove tx_free_listFaisal Latif2-75/+6
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2-2/+2
2008-12-05RDMA/nes: Cleanup warningsChien Tung2-13/+13
2008-12-05RDMA/nes: Add loopback check to make_cm_node()Chien Tung1-1/+4
2008-12-05RDMA/nes: Check cqp_avail_reqs is empty after locking the listFaisal Latif1-3/+6
2008-12-05RDMA/nes: Fix TCP compliance test failuresFaisal Latif1-7/+37
2008-12-05RDMA/nes: Forward packets for a new connection with stale APBVT entryFaisal Latif3-43/+45
2008-12-05RDMA/nes: Avoid race between MPA request and reset event to rdma_cmFaisal Latif2-6/+49
2008-12-05RDMA/nes: Lock down connected_nodes list while processing itFaisal Latif2-12/+30
2008-12-05RDMA/nes: Cleanup cqp_request list usageFaisal Latif2-41/+16
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-21/+60
2008-11-02RDMA/nes: Mitigate compatibility issue regarding PCIe write creditsChien Tung2-0/+17
2008-11-02RDMA/nes: Fix CQ allocation scheme for multicast receive queue appsVadim Makhervaks1-1/+1
2008-11-02RDMA/nes: Correct handling of PBL resourcesChien Tung1-11/+33
2008-11-02RDMA/nes: Reindent mis-indented spinlocksIlpo Järvinen1-9/+9
2008-10-31drivers: replace NIPQUAD()Harvey Harrison2-15/+11
2008-10-29net: easy removals of HIPQUAD using %pI4 formatHarvey Harrison1-8/+3
2008-10-27net: convert print_mac to %pMJohannes Berg3-16/+10
2008-10-09Merge branches 'cma', 'cxgb3', 'ehca', 'ipath', 'ipoib', 'mad', 'misc', 'mlx4', 'mthca' and 'nes' into for-nextRoland Dreier7-82/+392
2008-10-09RDMA/nes: Fix slab corruptionChien Tung1-1/+0
2008-10-08RDMA/nes: Correct error_module bit maskChien Tung1-1/+1
2008-10-03RDMA/nes: Fix routed RDMA connectionsBob Sharp1-8/+30
2008-10-03RDMA/nes: Enhanced PFT management schemeVadim Makhervaks3-14/+67
2008-09-30RDMA/nes: Handle AE bounds violationFaisal Latif1-0/+16
2008-09-30RDMA/nes: Limit critical error interruptsChien Tung2-12/+29
2008-09-30RDMA/nes: Stop spurious MAC interruptsChien Tung1-7/+11
2008-09-30RDMA/nes: Correct tso_wqe_lengthChien Tung1-0/+2
2008-09-30RDMA/nes: Fill in firmware version for ethtoolChien Tung1-1/+3
2008-09-30RDMA/nes: Use ethtool timer valueJohn Lacombe1-5/+4
2008-09-30RDMA/nes: Correct MAX TSO frags valueBob Sharp1-1/+1
2008-09-30RDMA/nes: Enable MC/UC after changing MTUBob Sharp1-0/+20
2008-09-30RDMA/nes: Free NIC TX buffers when destroying NIC QPBob Sharp1-2/+62
2008-09-30RDMA/nes: Fix MDC settingChien Tung1-1/+3
2008-09-30RDMA/nes: Add wqm_quanta module optionChien Tung4-2/+63
2008-09-30RDMA/nes: Module parameter permissionsChien Tung1-4/+4
2008-09-30RDMA/nes: Add support for 4-port 1G HP blade cardChien Tung3-20/+76
2008-09-30RDMA/nes: Make mini_cm_connect() staticFaisal Latif1-1/+1
2008-09-20IB: Drop code after return statementJulia Lawall1-3/+0
2008-09-16RDMA/nes: Fix client side QP destroyFaisal Latif1-9/+2
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-07-24RDMA/nes: CM connection setup/teardown reworkFaisal Latif5-929/+1156
2008-07-14RDMA/core: Add local DMA L_Key supportSteve Wise1-1/+1
2008-07-14RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request()Roland Dreier6-23/+19
2008-07-14RDMA/nes: Encapsulate logic nes_put_cqp_request()Roland Dreier4-211/+66