summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-09-241-1/+0
|\
| * RDMA/nes: Remove duplicate .ndo_set_mac_address field initializationJulia Lawall2009-09-241-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-142-2/+2
|\ \ | |/ |/|
| * drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-021-1/+1
| * netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* | RDMA/nes: Map MTU to IB_MTU_* and correctly report link stateChien Tung2009-09-051-3/+20
* | RDMA/nes: Rework the disconn routine for terminate and flushingDon Wood2009-09-051-50/+52
* | RDMA/nes: Use the flush code to fill in cqe errorDon Wood2009-09-051-1/+10
* | RDMA/nes: Make poll_cq return correct number of wqes during flushDon Wood2009-09-051-21/+40
* | RDMA/nes: Use flush mechanism to set status for wqe in errorDon Wood2009-09-053-0/+68
* | RDMA/nes: Implement Terminate PacketDon Wood2009-09-057-225/+607
* | RDMA/nes: Add CQ error handlingDon Wood2009-09-051-0/+12
* | RDMA/nes: Clean out CQ completions when QP is destroyedDon Wood2009-09-051-39/+80
* | RDMA/nes: Change memory allocation for cqp request to GFP_ATOMICDon Wood2009-09-051-1/+1
* | RDMA/nes: Allocate work item for disconnect event handlingDon Wood2009-09-052-17/+16
* | RDMA/nes: Update refcnt during disconnectDon Wood2009-09-051-0/+2
|/
* RDMA/nes: Fix FIN state handling under error conditionsFaisal Latif2009-06-221-3/+5
* RDMA/nes: Fix max_qp_init_rd_atom returned from query deviceFaisal Latif2009-06-221-1/+1
* RDMA/nes: Fix off-by-one bugs in reset_adapter_ne020() and init_serdes()Roel Kluin2009-05-151-7/+7
* RDMA/nes: Update iw_nes versionChien Tung2009-04-271-3/+1
* RDMA/nes: Fix error path in nes_accept()Faisal Latif2009-04-271-1/+4
* RDMA/nes: Fix hang issues for large cluster dynamic connectionsFaisal Latif2009-04-271-31/+25
* RDMA/nes: Increase rexmit timeout intervalFaisal Latif2009-04-272-1/+6
* RDMA/nes: Check for sequence number wrap-aroundFaisal Latif2009-04-271-1/+2
* RDMA/nes: Do not set apbvt entry for loopbackFaisal Latif2009-04-271-4/+6
* RDMA/nes: Fix unused variable compile warning when INFINIBAND_NES_DEBUG=nChien Tung2009-04-271-4/+0
* RDMA/nes: Fix fw_ver in /sysChien Tung2009-04-271-4/+3
* RDMA/nes: Set trace length to 1 inch for SFP_DChien Tung2009-04-271-1/+2
* RDMA/nes: Enable repause timer for port 1Chien Tung2009-04-271-0/+6
* RDMA/nes: Correct CDR loop filter setting for port 1Chien Tung2009-04-271-6/+8
* RDMA/nes: Modify thermo mitigation to flip SerDes1 ref clk to internalChien Tung2009-04-271-5/+2
* RDMA/nes: Fix resource issues in nes_create_cq() and nes_destroy_cq()Miroslaw Walukiewicz2009-04-212-1/+26
* RDMA/nes: Remove root_256()'s unused pbl_count_256 parameterMatt Kraai2009-04-211-3/+2
* RDMA/nes: Fix bugs in nes_reg_phys_mr()Don Wood2009-04-201-14/+13
* RDMA/nes: Fix compiler warning at nes_verbs.c:1955Chien Tung2009-04-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-04-096-232/+238
|\
| * RDMA/nes: Add support for new SFP+ PHYChien Tung2009-04-083-28/+44
| * RDMA/nes: Add wide_ppm_offset parm for switch compatibilityChien Tung2009-04-082-31/+67
| * RDMA/nes: Fix SFP+ PHY initializationChien Tung2009-04-081-167/+122
| * RDMA/nes: Fix nes_nic_cm_xmit() error handlingFaisal Latif2009-04-081-7/+1
| * RDMA/nes: Fix error handling issuesFaisal Latif2009-04-082-3/+6
| * RDMA/nes: Fix incorrect casts on 32-bit architecturesDon Wood2009-04-082-4/+6
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
|/
* RDMA/nes: Fix mis-mergeRoland Dreier2009-03-261-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-03-262-14/+19
|\
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-263-5/+37
| |\
| * | infiniband: convert nes driver to net_device_opsStephen Hemminger2009-03-211-12/+15
| * | net: Remove redundant NAPI functionsBen Hutchings2009-01-212-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-03-2612-369/+654
|\ \ \ | |_|/ |/| |