aboutsummaryrefslogtreecommitdiffstats
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-12-1613-497/+645
|\
| * RDMA/nes: Fix stale ARP issueFaisal Latif2009-12-091-10/+27
| * RDMA/nes: FIN during MPA startup causes timeoutFaisal Latif2009-12-091-1/+8
| * RDMA/nes: Free kmap() resourcesFaisal Latif2009-12-093-2/+19
| * RDMA/nes: Check for zero STagFaisal Latif2009-12-092-4/+2
| * RDMA/nes: Fix Xansation test crash on cm_node ref_countFaisal Latif2009-12-091-1/+16
| * RDMA/nes: Abnormal listener exit causes loopback node crashFaisal Latif2009-12-091-13/+3
| * RDMA/nes: Fix crash in nes_accept()Faisal Latif2009-12-092-28/+50
| * RDMA/nes: Resource not freed for REJECTed connectionsFaisal Latif2009-12-091-0/+2
| * RDMA/nes: MPA request/response error checkingFaisal Latif2009-12-091-2/+29
| * RDMA/nes: Fix query of ORD valuesFaisal Latif2009-12-091-4/+4
| * RDMA/nes: Fix MAX_CM_BUFFER defineFaisal Latif2009-12-091-1/+3
| * RDMA/nes: Pass correct size to ioremap_nocache()Julia Lawall2009-12-091-1/+2
| * RDMA/nes: Update copyright and branding stringChien Tung2009-12-0913-17/+16
| * RDMA/nes: Add max_cqe check to nes_create_cq()Chien Tung2009-12-092-2/+5
| * RDMA/nes: Clean up struct nes_qpChien Tung2009-12-092-14/+1
| * RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extensionChien Tung2009-12-092-8/+13
| * RDMA/nes: Add additional SFP+ PHY uC status check and PHY resetChien Tung2009-12-091-6/+22
| * RDMA/nes: Correct fast memory registration implementationChien Tung2009-12-094-291/+299
| * RDMA/nes: Add support for IB_WR_*INVChien Tung2009-12-091-90/+113
| * RDMA/nes: In nes_post_recv() always set bad_wr on errorFrank Zago2009-12-091-2/+5
| * RDMA/nes: In nes_post_send() always set bad_wr on errorFrank Zago2009-12-091-2/+8
* | net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings2009-10-051-5/+7
|/
* 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