aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+1
2010-04-21RDMA/nes: Make unnecessarily global functions staticRoland Dreier2-3/+3
2010-04-21RDMA/nes: Make nesadapter->phy_lock usage consistentChien Tung3-20/+14
2010-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-5/+4
2010-04-07RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp()Chien Tung1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo6-0/+6
2010-03-12RDMA/nes: Fix CX4 link problem in back-to-back configurationChien Tung1-2/+28
2010-03-11RDMA/nes: Clear stall bit before destroying NIC QPChien Tung2-0/+9
2010-03-11RDMA/nes: Set assume_aligned_header bitFaisal Latif1-0/+1
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-290/+284
2010-02-26infiniband: convert to use netdev_for_each_mc_addrJiri Pirko1-36/+49
2010-02-25RDMA/nes: Add support for KR device id 0x0110Chien Tung5-218/+243
2010-02-19RDMA/nes: Change WQ overflow return codeOr Gerlitz1-3/+3
2010-02-19RDMA/nes: Multiple disconnects cause crash during AE handlingFaisal Latif1-60/+28
2010-02-19RDMA/nes: Fix crash when listener destroyed during loopback setupFaisal Latif1-1/+2
2010-02-19RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif3-8/+8
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds13-497/+645
2009-12-09RDMA/nes: Fix stale ARP issueFaisal Latif1-10/+27
2009-12-09RDMA/nes: FIN during MPA startup causes timeoutFaisal Latif1-1/+8
2009-12-09RDMA/nes: Free kmap() resourcesFaisal Latif3-2/+19
2009-12-09RDMA/nes: Check for zero STagFaisal Latif2-4/+2
2009-12-09RDMA/nes: Fix Xansation test crash on cm_node ref_countFaisal Latif1-1/+16
2009-12-09RDMA/nes: Abnormal listener exit causes loopback node crashFaisal Latif1-13/+3
2009-12-09RDMA/nes: Fix crash in nes_accept()Faisal Latif2-28/+50
2009-12-09RDMA/nes: Resource not freed for REJECTed connectionsFaisal Latif1-0/+2
2009-12-09RDMA/nes: MPA request/response error checkingFaisal Latif1-2/+29
2009-12-09RDMA/nes: Fix query of ORD valuesFaisal Latif1-4/+4
2009-12-09RDMA/nes: Fix MAX_CM_BUFFER defineFaisal Latif1-1/+3
2009-12-09RDMA/nes: Pass correct size to ioremap_nocache()Julia Lawall1-1/+2
2009-12-09RDMA/nes: Update copyright and branding stringChien Tung13-17/+16
2009-12-09RDMA/nes: Add max_cqe check to nes_create_cq()Chien Tung2-2/+5
2009-12-09RDMA/nes: Clean up struct nes_qpChien Tung2-14/+1
2009-12-09RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extensionChien Tung2-8/+13
2009-12-09RDMA/nes: Add additional SFP+ PHY uC status check and PHY resetChien Tung1-6/+22
2009-12-09RDMA/nes: Correct fast memory registration implementationChien Tung4-291/+299
2009-12-09RDMA/nes: Add support for IB_WR_*INVChien Tung1-90/+113
2009-12-09RDMA/nes: In nes_post_recv() always set bad_wr on errorFrank Zago1-2/+5
2009-12-09RDMA/nes: In nes_post_send() always set bad_wr on errorFrank Zago1-2/+8
2009-10-05net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings1-5/+7
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+0
2009-09-24RDMA/nes: Remove duplicate .ndo_set_mac_address field initializationJulia Lawall1-1/+0
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-2/+2
2009-09-05RDMA/nes: Map MTU to IB_MTU_* and correctly report link stateChien Tung1-3/+20
2009-09-05RDMA/nes: Rework the disconn routine for terminate and flushingDon Wood1-50/+52
2009-09-05RDMA/nes: Use the flush code to fill in cqe errorDon Wood1-1/+10
2009-09-05RDMA/nes: Make poll_cq return correct number of wqes during flushDon Wood1-21/+40
2009-09-05RDMA/nes: Use flush mechanism to set status for wqe in errorDon Wood3-0/+68
2009-09-05RDMA/nes: Implement Terminate PacketDon Wood7-225/+607
2009-09-05RDMA/nes: Add CQ error handlingDon Wood1-0/+12