aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-24RDMA/nes: Fix test of uninitialized netdevRoland Dreier1-1/+1
2011-03-18RDMA/nes: Don't print success message at level KERN_ERRRoland Dreier1-1/+1
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-4/+1
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-1/+2
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-12/+20
2011-02-13net: make dev->master generalJiri Pirko2-2/+3
2011-02-03RDMA/nes: Don't generate async events for unregistered devicesMaciej Sosnowski1-12/+20
2011-01-16RDMA/nes: Fix incorrect SFP+ link status detection on driver initMaciej Sosnowski1-4/+39
2011-01-16RDMA/nes: Fix SFP+ link down detection issue with switch port disableMaciej Sosnowski4-0/+100
2011-01-16RDMA/nes: Generate IB_EVENT_PORT_ERR/PORT_ACTIVE eventsMaciej Sosnowski4-9/+83
2011-01-16RDMA/nes: Fix bonding on iw_nesMaciej Sosnowski2-6/+26
2011-01-10RDMA/nes: Fix string continuation lineJoe Perches1-2/+2
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-9/+11
2010-10-12net: percpu net_device refcountEric Dumazet2-4/+4
2010-10-06RDMA/nes: Turn carrier off on ifdownMaciej Sosnowski1-0/+1
2010-10-06RDMA/nes: Report correct port state if interface is downChien Tung1-1/+3
2010-09-28RDMA/nes: Remove unneeded variableDan Carpenter1-2/+1
2010-09-27RDMA/nes: Fix cast-to-pointer warnings on 32-bitRoland Dreier1-6/+6
2010-09-08RDMA/nes: Fix hang with modified FIN handling on A0 cardsFaisal Latif2-1/+3
2010-09-08RDMA/nes: Change state to closing after FINFaisal Latif1-1/+12
2010-09-08RDMA/nes: Fix double CLOSE event indication crashFaisal Latif1-8/+10
2010-09-08RDMA/nes: Write correct register write to set TX pause paramChien Tung1-2/+2
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds8-52/+64
2010-08-05RDMA/nes: Fix confusing if statement indentationRoland Dreier1-3/+3
2010-08-04RDMA/nes: Fix misindented codeRoland Dreier1-14/+12
2010-08-04RDMA/nes: Fix showing wqm_quantaRoland Dreier1-1/+1
2010-08-04RDMA/nes: Get rid of "set but not used" variablesRoland Dreier5-21/+2
2010-08-04RDMA/nes: Read firmware version from correct placeMiroslaw Walukiewicz1-1/+1
2010-08-04RDMA/nes: Fix two sparse warningsOr Gerlitz2-2/+2
2010-07-28RDMA/nes: Fix hangs on ifdownFaisal Latif4-6/+33
2010-07-28RDMA/nes: Store and print eeprom versionChien Tung2-1/+7
2010-07-28RDMA/nes: Convert pci_table entries to PCI_VDEVICEPeter Huewe1-2/+2
2010-07-14RDMA/nes: Rewrite expression to avoid undefined semanticsRoland Dreier1-1/+1
2010-07-04IB/{nes, ipoib}: Pass supported flags to ethtool_op_set_flags()Ben Hutchings1-1/+7
2010-06-10net-next: remove useless union keywordChangli Gao1-1/+1
2010-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds3-19/+67
2010-05-25Merge branches 'cxgb4', 'misc', 'mlx4', 'nes' and 'qib' into for-nextRoland Dreier3-19/+67
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-05-24RDMA/nes: Have ethtool read hardware registers for rx/tx statsFaisal Latif1-17/+55
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-1/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+3
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-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-5/+10
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-04-03net: convert multicast list to list_headJiri Pirko1-4/+3
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