aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/nes/nes_cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-19RDMA/nes: checking for NULL instead of IS_ERRDan Carpenter1-2/+2
2015-12-24RDMA/nes: constify nes_cm_ops structureJulia Lawall1-1/+1
2015-12-23nes: simplify nes_reg_phys_mr calling conventionsChristoph Hellwig1-6/+4
2015-12-23IB: remove support for phys MRsChristoph Hellwig1-4/+3
2015-07-14RDMA/nes: Fix for resolving the neighTatyana Nikolova1-2/+3
2015-06-02RDMA/nes: Enable the use of the tos field in the nes driverFaisal Latif1-0/+7
2015-05-05RDMA/nes: Report the actual address of the remote connecting peerTatyana Nikolova1-17/+48
2014-06-10RDMA/nes: Add support for iWARP Port Mapper user space serviceTatyana Nikolova1-60/+260
2014-03-17RDMA/nes: Fix for passing a valid QP pointer to the user space libraryTatyana Nikolova1-1/+1
2014-03-17RDMA/nes: Fixes for IRD/ORD negotiation with MPA v2Tatyana Nikolova1-29/+90
2014-01-22RDMA/nes: Slight optimization of Ethernet address compareDing Tianhong1-2/+1
2013-08-12RDMA/cma: Add IPv6 support for iWARPSteve Wise1-69/+84
2013-01-04nes: remove usage of dev->masterJiri Pirko1-1/+1
2012-12-08RDMA/nes: Fix for BUG_ON due to adding already-pending timerTatyana Nikolova1-18/+6
2012-11-22RDMA/nes: Use WARN()Julia Lawall1-5/+3
2012-09-30RDMA/nes: Fix for crash when TX checksum offload is offTatyana Nikolova1-0/+2
2012-09-30RDMA/nes: Fix incorrect resolving of the loopback MAC addressTatyana Nikolova1-25/+7
2012-05-14RDMA/nes: Don't call event handler if pointer is NULLTatyana Nikolova1-1/+2
2012-05-14RDMA/nes: Fix for the ORD value of the connecting peerTatyana Nikolova1-0/+4
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-17/+22
2012-02-25RDMA/nes: Fixes for sparse endianness warningsTatyana Nikolova1-17/+22
2012-02-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2012-01-30RDMA/nes: Copyright updateTatyana Nikolova1-1/+1
2012-01-27RDMA/nes: Add missing rcu_read_unlock() in nes_addr_resolve_neigh()Roland Dreier1-2/+3
2012-01-27RDMA/nes: Fix for sending MPA reject frameTatyana Nikolova1-0/+3
2012-01-25infiniband: nes: Convert nes_addr_resolve_neigh() over to dst_neigh_lookup().David Miller1-3/+8
2012-01-08Merge tag 'infiniband-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+1
2012-01-04RDMA/nes: Fix terminate during AETatyana Nikolova1-0/+1
2011-12-05infiniband: nes: Use dst's neighbour entry.David Miller1-9/+5
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-1/+1
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet1-2/+4
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', 'misc', 'mlx4', 'misc', 'nes', 'qib' and 'xrc' into for-nextRoland Dreier1-460/+661
2011-10-10RDMA/nes: Support for Packed And Unaligned fpdusFaisal Latif1-3/+16
2011-10-06RDMA/nes: Add support for MPAv2 Enhanced RDMA NegotiationTatyana Nikolova1-457/+645
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-1/+1
2011-05-09RDMA/iwcm: Get rid of enum iw_cm_event_statusRoland Dreier1-8/+8
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24RDMA/nes: Fix test of uninitialized netdevRoland 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-13net: make dev->master generalJiri Pirko1-1/+1
2011-01-16RDMA/nes: Fix bonding on iw_nesMaciej Sosnowski1-1/+7
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-2/+1
2010-10-12net: percpu net_device refcountEric Dumazet1-2/+2
2010-09-28RDMA/nes: Remove unneeded variableDan Carpenter1-2/+1
2010-09-08RDMA/nes: Fix double CLOSE event indication crashFaisal Latif1-8/+10
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-8/+2
2010-08-04RDMA/nes: Get rid of "set but not used" variablesRoland Dreier1-7/+1
2010-08-04RDMA/nes: Fix two sparse warningsOr Gerlitz1-1/+1