aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/nes
AgeCommit message (Expand)Author
2010-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2010-04-07RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp()Chien Tung
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12RDMA/nes: Fix CX4 link problem in back-to-back configurationChien Tung
2010-03-11RDMA/nes: Clear stall bit before destroying NIC QPChien Tung
2010-03-11RDMA/nes: Set assume_aligned_header bitFaisal Latif
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2010-02-26infiniband: convert to use netdev_for_each_mc_addrJiri Pirko
2010-02-25RDMA/nes: Add support for KR device id 0x0110Chien Tung
2010-02-19RDMA/nes: Change WQ overflow return codeOr Gerlitz
2010-02-19RDMA/nes: Multiple disconnects cause crash during AE handlingFaisal Latif
2010-02-19RDMA/nes: Fix crash when listener destroyed during loopback setupFaisal Latif
2010-02-19RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2009-12-09RDMA/nes: Fix stale ARP issueFaisal Latif
2009-12-09RDMA/nes: FIN during MPA startup causes timeoutFaisal Latif
2009-12-09RDMA/nes: Free kmap() resourcesFaisal Latif
2009-12-09RDMA/nes: Check for zero STagFaisal Latif
2009-12-09RDMA/nes: Fix Xansation test crash on cm_node ref_countFaisal Latif
2009-12-09RDMA/nes: Abnormal listener exit causes loopback node crashFaisal Latif
2009-12-09RDMA/nes: Fix crash in nes_accept()Faisal Latif
2009-12-09RDMA/nes: Resource not freed for REJECTed connectionsFaisal Latif
2009-12-09RDMA/nes: MPA request/response error checkingFaisal Latif
2009-12-09RDMA/nes: Fix query of ORD valuesFaisal Latif
2009-12-09RDMA/nes: Fix MAX_CM_BUFFER defineFaisal Latif
2009-12-09RDMA/nes: Pass correct size to ioremap_nocache()Julia Lawall
2009-12-09RDMA/nes: Update copyright and branding stringChien Tung
2009-12-09RDMA/nes: Add max_cqe check to nes_create_cq()Chien Tung
2009-12-09RDMA/nes: Clean up struct nes_qpChien Tung
2009-12-09RDMA/nes: Implement IB_SIGNAL_ALL_WR as an iWARP extensionChien Tung
2009-12-09RDMA/nes: Add additional SFP+ PHY uC status check and PHY resetChien Tung
2009-12-09RDMA/nes: Correct fast memory registration implementationChien Tung
2009-12-09RDMA/nes: Add support for IB_WR_*INVChien Tung
2009-12-09RDMA/nes: In nes_post_recv() always set bad_wr on errorFrank Zago
2009-12-09RDMA/nes: In nes_post_send() always set bad_wr on errorFrank Zago
2009-10-05net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2009-09-24RDMA/nes: Remove duplicate .ndo_set_mac_address field initializationJulia Lawall
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-09-05RDMA/nes: Map MTU to IB_MTU_* and correctly report link stateChien Tung
2009-09-05RDMA/nes: Rework the disconn routine for terminate and flushingDon Wood
2009-09-05RDMA/nes: Use the flush code to fill in cqe errorDon Wood
2009-09-05RDMA/nes: Make poll_cq return correct number of wqes during flushDon Wood
2009-09-05RDMA/nes: Use flush mechanism to set status for wqe in errorDon Wood
2009-09-05RDMA/nes: Implement Terminate PacketDon Wood
2009-09-05RDMA/nes: Add CQ error handlingDon Wood
2009-09-05RDMA/nes: Clean out CQ completions when QP is destroyedDon Wood
2009-09-05RDMA/nes: Change memory allocation for cqp request to GFP_ATOMICDon Wood
2009-09-05RDMA/nes: Allocate work item for disconnect event handlingDon Wood