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 Torvalds2010-05-253-19/+67
|\
| *-. Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier2010-05-253-19/+67
| |\ \
| | | * IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-211-1/+1
| | |/ | |/|
| | * RDMA/nes: Fix incorrect unlock in nes_process_mac_intr()Chien Tung2010-05-251-1/+2
| | * RDMA/nes: Async event for closed QP causes crashFaisal Latif2010-05-241-0/+9
| | * RDMA/nes: Have ethtool read hardware registers for rx/tx statsFaisal Latif2010-05-241-17/+55
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-201-4/+3
|\ \ | |/ |/|
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-116-5/+10
| |\
| * | net: convert multicast list to list_headJiri Pirko2010-04-031-4/+3
* | | RDMA/nes: Make unnecessarily global functions staticRoland Dreier2010-04-212-3/+3
* | | RDMA/nes: Make nesadapter->phy_lock usage consistentChien Tung2010-04-213-20/+14
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-04-091-5/+4
|\ \
| * | RDMA/nes: Correct cap.max_inline_data assignment in nes_query_qp()Chien Tung2010-04-071-5/+4
| |/
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-306-0/+6
|/
* RDMA/nes: Fix CX4 link problem in back-to-back configurationChien Tung2010-03-121-2/+28
* RDMA/nes: Clear stall bit before destroying NIC QPChien Tung2010-03-112-0/+9
* RDMA/nes: Set assume_aligned_header bitFaisal Latif2010-03-111-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-03-037-290/+284
|\
| * RDMA/nes: Add support for KR device id 0x0110Chien Tung2010-02-255-218/+243
| * RDMA/nes: Change WQ overflow return codeOr Gerlitz2010-02-191-3/+3
| * RDMA/nes: Multiple disconnects cause crash during AE handlingFaisal Latif2010-02-191-60/+28
| * RDMA/nes: Fix crash when listener destroyed during loopback setupFaisal Latif2010-02-191-1/+2
| * RDMA/nes: Use atomic counters for CM listener create and destroyFaisal Latif2010-02-193-8/+8
* | infiniband: convert to use netdev_for_each_mc_addrJiri Pirko2010-02-261-36/+49
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
|/
* 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
OpenPOWER on IntegriCloud