aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_hw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-12/+8
2017-10-14IB/nes: Suppress gcc 7 fall-through complaintsBart Van Assche1-1/+1
2017-10-14IB/nes: Fix indentationBart Van Assche1-2/+3
2017-10-09RDMA/nes: Convert timers to use timer_setup()Kees Cook1-12/+8
2017-07-17IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky1-2/+2
2017-04-28IB/nes: use setup_timerGeliang Tang1-3/+2
2017-04-28IB/nes: Fix incorrect type in assignmentLeon Romanovsky1-1/+1
2016-12-03IB/nes: Remove debug prints after allocation failureLeon Romanovsky1-4/+2
2016-02-29RDMA/nes: Replace LRO with GROBen Hutchings1-43/+1
2015-07-14RDMA/nes: Fix for incorrect recording of the MAC addressTatyana Nikolova1-1/+1
2014-08-08infiniband: use pci_zalloc_consistentJoe Perches1-6/+6
2013-07-30Revert "RDMA/nes: Fix compilation error when nes_debug is enabled"Roland Dreier1-2/+2
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2012-12-08RDMA/nes: Fix for terminate timer crashTatyana Nikolova1-7/+2
2012-10-02Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-2/+2
2012-09-30RDMA/nes: Fix compilation error when nes_debug is enabledTatyana Nikolova1-2/+2
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-4/+2
2012-01-30RDMA/nes: Copyright updateTatyana Nikolova1-1/+1
2012-01-04RDMA/nes: Fix terminate during AETatyana Nikolova1-4/+0
2012-01-04RDMA/nes: Change MDIO bus clock to 2.5MHzTatyana Nikolova1-1/+1
2011-10-10RDMA/nes: Support for Packed And Unaligned fpdusFaisal Latif1-25/+48
2011-10-10RDMA/nes: Print IP address for critcal errorsFaisal Latif1-0/+9
2011-10-10RDMA/nes: Fix terminate connectionFaisal Latif1-8/+9
2011-07-21nes: do vlan cleanupJiri Pirko1-12/+7
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