aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes
Commit message (Expand)AuthorAge
* net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings2009-10-05
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-09-24
|\
| * RDMA/nes: Remove duplicate .ndo_set_mac_address field initializationJulia Lawall2009-09-24
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-14
|\ \ | |/ |/|
| * drivers: Kill now superfluous ->last_rx storesEric Dumazet2009-09-03
| * netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-02
* | RDMA/nes: Map MTU to IB_MTU_* and correctly report link stateChien Tung2009-09-05
* | RDMA/nes: Rework the disconn routine for terminate and flushingDon Wood2009-09-05
* | RDMA/nes: Use the flush code to fill in cqe errorDon Wood2009-09-05
* | RDMA/nes: Make poll_cq return correct number of wqes during flushDon Wood2009-09-05
* | RDMA/nes: Use flush mechanism to set status for wqe in errorDon Wood2009-09-05
* | RDMA/nes: Implement Terminate PacketDon Wood2009-09-05
* | RDMA/nes: Add CQ error handlingDon Wood2009-09-05
* | RDMA/nes: Clean out CQ completions when QP is destroyedDon Wood2009-09-05
* | RDMA/nes: Change memory allocation for cqp request to GFP_ATOMICDon Wood2009-09-05
* | RDMA/nes: Allocate work item for disconnect event handlingDon Wood2009-09-05
* | RDMA/nes: Update refcnt during disconnectDon Wood2009-09-05
|/
* RDMA/nes: Fix FIN state handling under error conditionsFaisal Latif2009-06-23
* RDMA/nes: Fix max_qp_init_rd_atom returned from query deviceFaisal Latif2009-06-23
* RDMA/nes: Fix off-by-one bugs in reset_adapter_ne020() and init_serdes()Roel Kluin2009-05-15
* RDMA/nes: Update iw_nes versionChien Tung2009-04-27
* RDMA/nes: Fix error path in nes_accept()Faisal Latif2009-04-27
* RDMA/nes: Fix hang issues for large cluster dynamic connectionsFaisal Latif2009-04-27
* RDMA/nes: Increase rexmit timeout intervalFaisal Latif2009-04-27
* RDMA/nes: Check for sequence number wrap-aroundFaisal Latif2009-04-27
* RDMA/nes: Do not set apbvt entry for loopbackFaisal Latif2009-04-27
* RDMA/nes: Fix unused variable compile warning when INFINIBAND_NES_DEBUG=nChien Tung2009-04-27
* RDMA/nes: Fix fw_ver in /sysChien Tung2009-04-27
* RDMA/nes: Set trace length to 1 inch for SFP_DChien Tung2009-04-27
* RDMA/nes: Enable repause timer for port 1Chien Tung2009-04-27
* RDMA/nes: Correct CDR loop filter setting for port 1Chien Tung2009-04-27
* RDMA/nes: Modify thermo mitigation to flip SerDes1 ref clk to internalChien Tung2009-04-27
* RDMA/nes: Fix resource issues in nes_create_cq() and nes_destroy_cq()Miroslaw Walukiewicz2009-04-21
* RDMA/nes: Remove root_256()'s unused pbl_count_256 parameterMatt Kraai2009-04-21
* RDMA/nes: Fix bugs in nes_reg_phys_mr()Don Wood2009-04-20
* RDMA/nes: Fix compiler warning at nes_verbs.c:1955Chien Tung2009-04-20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-04-09
|\
| * RDMA/nes: Add support for new SFP+ PHYChien Tung2009-04-08
| * RDMA/nes: Add wide_ppm_offset parm for switch compatibilityChien Tung2009-04-08
| * RDMA/nes: Fix SFP+ PHY initializationChien Tung2009-04-08
| * RDMA/nes: Fix nes_nic_cm_xmit() error handlingFaisal Latif2009-04-08
| * RDMA/nes: Fix error handling issuesFaisal Latif2009-04-08
| * RDMA/nes: Fix incorrect casts on 32-bit architecturesDon Wood2009-04-08
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07
* | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-07
|/
* RDMA/nes: Fix mis-mergeRoland Dreier2009-03-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-03-26
|\
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-26
| |\
| * | infiniband: convert nes driver to net_device_opsStephen Hemminger2009-03-21
| * | net: Remove redundant NAPI functionsBen Hutchings2009-01-21