summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/nes
AgeCommit message (Expand)AuthorFilesLines
2009-05-15RDMA/nes: Fix off-by-one bugs in reset_adapter_ne020() and init_serdes()Roel Kluin1-7/+7
2009-04-28RDMA/nes: Update iw_nes versionChien Tung1-3/+1
2009-04-28RDMA/nes: Fix error path in nes_accept()Faisal Latif1-1/+4
2009-04-28RDMA/nes: Fix hang issues for large cluster dynamic connectionsFaisal Latif1-31/+25
2009-04-28RDMA/nes: Increase rexmit timeout intervalFaisal Latif2-1/+6
2009-04-28RDMA/nes: Check for sequence number wrap-aroundFaisal Latif1-1/+2
2009-04-28RDMA/nes: Do not set apbvt entry for loopbackFaisal Latif1-4/+6
2009-04-28RDMA/nes: Fix unused variable compile warning when INFINIBAND_NES_DEBUG=nChien Tung1-4/+0
2009-04-28RDMA/nes: Fix fw_ver in /sysChien Tung1-4/+3
2009-04-28RDMA/nes: Set trace length to 1 inch for SFP_DChien Tung1-1/+2
2009-04-28RDMA/nes: Enable repause timer for port 1Chien Tung1-0/+6
2009-04-28RDMA/nes: Correct CDR loop filter setting for port 1Chien Tung1-6/+8
2009-04-28RDMA/nes: Modify thermo mitigation to flip SerDes1 ref clk to internalChien Tung1-5/+2
2009-04-22RDMA/nes: Fix resource issues in nes_create_cq() and nes_destroy_cq()Miroslaw Walukiewicz2-1/+26
2009-04-21RDMA/nes: Remove root_256()'s unused pbl_count_256 parameterMatt Kraai1-3/+2
2009-04-21RDMA/nes: Fix bugs in nes_reg_phys_mr()Don Wood1-14/+13
2009-04-21RDMA/nes: Fix compiler warning at nes_verbs.c:1955Chien Tung1-1/+1
2009-04-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds6-232/+238
2009-04-09RDMA/nes: Add support for new SFP+ PHYChien Tung3-28/+44
2009-04-09RDMA/nes: Add wide_ppm_offset parm for switch compatibilityChien Tung2-31/+67
2009-04-09RDMA/nes: Fix SFP+ PHY initializationChien Tung1-167/+122
2009-04-09RDMA/nes: Fix nes_nic_cm_xmit() error handlingFaisal Latif1-7/+1
2009-04-09RDMA/nes: Fix error handling issuesFaisal Latif2-3/+6
2009-04-09RDMA/nes: Fix incorrect casts on 32-bit architecturesDon Wood2-4/+6
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-27RDMA/nes: Fix mis-mergeRoland Dreier1-2/+0
2009-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-14/+19
2009-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds12-369/+654
2009-03-27Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller3-5/+37
2009-03-22infiniband: convert nes driver to net_device_opsStephen Hemminger1-12/+15
2009-03-13RDMA/nes: Don't allow userspace QPs to use STag zeroFaisal Latif3-5/+37
2009-03-07RDMA/nes: Handle MPA Reject message properlyFaisal Latif2-191/+399
2009-03-07RDMA/nes: Improve use of PBLsDon Wood1-57/+134
2009-03-07RDMA/nes: Remove LLTXFaisal Latif3-84/+63
2009-03-07RDMA/nes: Inform hardware that asynchronous event has been handledDon Wood2-0/+3
2009-03-07RDMA/nes: Fix tmp_addr compilation warningChien Tung1-4/+0
2009-03-07RDMA/nes: Report correct vendor_id and vendor_part_idChien Tung1-0/+8
2009-03-07RDMA/nes: Update copyright to new legal entity and yearChien Tung12-12/+12
2009-03-07RDMA/nes: Account for freed PBL after HW operationDon Wood1-28/+42
2009-01-22net: Remove redundant NAPI functionsBen Hutchings2-2/+2
2009-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2-4/+12
2009-01-11RDMA/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-27net: Fix warning fallout from recent NAPI interface changes.David S. Miller1-1/+0
2008-12-25RDMA/nes: Remove tx_free_listFaisal Latif2-75/+6
2008-12-23net: 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