aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-20net: infiniband/hw/nes: convert to hw_featuresMichał Mirosław1-3/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-03RDMA/nes: Don't generate async events for unregistered devicesMaciej Sosnowski1-12/+20
2011-01-16RDMA/nes: Fix SFP+ link down detection issue with switch port disableMaciej Sosnowski1-0/+81
2011-01-16RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE eventsMaciej Sosnowski1-0/+14
2010-09-08RDMA/nes: Fix hang with modified FIN handling on A0 cardsFaisal Latif1-1/+2
2010-09-08RDMA/nes: Change state to closing after FINFaisal Latif1-1/+12
2010-08-05RDMA/nes: Fix confusing if statement indentationRoland Dreier1-3/+3
2010-08-04RDMA/nes: Get rid of "set but not used" variablesRoland Dreier1-3/+0
2010-07-28RDMA/nes: Fix hangs on ifdownFaisal Latif1-3/+9
2010-07-14RDMA/nes: Rewrite expression to avoid undefined semanticsRoland Dreier1-1/+1
2010-05-25RDMA/nes: Fix incorrect unlock in nes_process_mac_intr()Chien Tung1-1/+2
2010-05-24RDMA/nes: Async event for closed QP causes crashFaisal Latif1-0/+9
2010-04-21RDMA/nes: Make unnecessarily global functions staticRoland Dreier1-2/+2
2010-04-21RDMA/nes: Make nesadapter->phy_lock usage consistentChien Tung1-5/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-11RDMA/nes: Clear stall bit before destroying NIC QPChien Tung1-0/+8
2010-02-25RDMA/nes: Add support for KR device id 0x0110Chien Tung1-165/+231
2010-02-19RDMA/nes: Multiple disconnects cause crash during AE handlingFaisal Latif1-60/+28
2009-12-09RDMA/nes: Check for zero STagFaisal Latif1-1/+2
2009-12-09RDMA/nes: Update copyright and branding stringChien Tung1-1/+1
2009-12-09RDMA/nes: Add max_cqe check to nes_create_cq()Chien Tung1-1/+1
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 Tung1-2/+3
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2009-09-05RDMA/nes: Use flush mechanism to set status for wqe in errorDon Wood1-0/+54
2009-09-05RDMA/nes: Implement Terminate PacketDon Wood1-220/+481
2009-09-05RDMA/nes: Add CQ error handlingDon Wood1-0/+12
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+1
2009-05-15RDMA/nes: Fix off-by-one bugs in reset_adapter_ne020() and init_serdes()Roel Kluin1-7/+7
2009-04-27RDMA/nes: Set trace length to 1 inch for SFP_DChien Tung1-1/+2
2009-04-27RDMA/nes: Enable repause timer for port 1Chien Tung1-0/+6
2009-04-27RDMA/nes: Correct CDR loop filter setting for port 1Chien Tung1-6/+8
2009-04-27RDMA/nes: Modify thermo mitigation to flip SerDes1 ref clk to internalChien Tung1-5/+2
2009-04-08RDMA/nes: Add support for new SFP+ PHYChien Tung1-5/+14
2009-04-08RDMA/nes: Add wide_ppm_offset parm for switch compatibilityChien Tung1-31/+66
2009-04-08RDMA/nes: Fix SFP+ PHY initializationChien Tung1-167/+122
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2009-03-06RDMA/nes: Remove LLTXFaisal Latif1-3/+2
2009-03-06RDMA/nes: Inform hardware that asynchronous event has been handledDon Wood1-0/+2
2009-03-06RDMA/nes: Report correct vendor_id and vendor_part_idChien Tung1-0/+8
2009-03-06RDMA/nes: Update copyright to new legal entity and yearChien Tung1-1/+1
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-1/+1
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-1/+1
2008-12-05RDMA/nes: Forward packets for a new connection with stale APBVT entryFaisal Latif1-18/+24
2008-10-08RDMA/nes: Correct error_module bit maskChien Tung1-1/+1
2008-10-03RDMA/nes: Enhanced PFT management schemeVadim Makhervaks1-0/+3
2008-09-30RDMA/nes: Handle AE bounds violationFaisal Latif1-0/+16
2008-09-30RDMA/nes: Limit critical error interruptsChien Tung1-12/+28