aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3/iwch_cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-27RDMA/cxgb3: Fix information leak in send_abort()Dan Carpenter1-0/+1
2013-08-12RDMA/cma: Add IPv6 support for iWARPSteve Wise1-14/+32
2012-11-26RDMA/cxgb3: use WARNJulia Lawall1-4/+2
2012-08-15IB: Fix typos in infiniband driversMasanari Iida1-1/+1
2012-07-05cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller1-2/+3
2011-12-05cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller1-13/+2
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-2/+2
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet1-0/+4
2011-10-06RDMA/{amso1100,cxgb3}: Minimal MPAv2 supportKumar Sanghvi1-0/+10
2011-09-26[SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereferenceNeil Horman1-5/+5
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-4/+8
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-9/+17
2011-05-24RDMA/cxgb3: Don't post zero-byte read if endpoint is going awaySteve Wise1-9/+17
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-1/+2
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller1-17/+4
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-1/+2
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller1-1/+1
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller1-1/+1
2010-10-26RDMA/cxgb3: Remove unnecessary KERN_<level> useJoe Perches1-2/+2
2010-09-27RDMA/cxgb3: Turn off RX coalescing for iWARP connectionsSteve Wise1-2/+4
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2010-08-04RDMA/cxgb3: Make needlessly global iwch_l2t_send() staticOr Gerlitz1-1/+1
2010-06-10net-next: remove useless union keywordChangli Gao1-2/+2
2010-04-28RDMA/cxgb3: Shrink .text with compile-time init of handlers arraysRoland Dreier1-64/+65
2010-04-21RDMA/cxgb3: Don't free skbs on NET_XMIT_* indications from LLDSteve Wise1-2/+2
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-01-07drivers/infiniband/hw/cxgb3/iwch_cm.c: use %pM to show MAC addressH Hartley Sweeten1-9/+2
2009-09-05RDMA/cxgb3: Wake up any waiters on peer close/abortSteve Wise1-4/+12
2009-09-05RDMA/cxgb3: Don't free endpoints earlySteve Wise1-24/+28
2009-04-20RDMA/cxgb3: Adjust ORD/IRD (if needed) for peer2peer connectionsSteve Wise1-0/+8
2009-03-30RDMA/cxgb3: Release dependent resources only when endpoint memory is freed.Steve Wise1-11/+15
2009-03-30RDMA/cxgb3: Handle EEH eventsSteve Wise1-25/+65
2009-02-10RDMA/cxgb3: Connection termination fixesSteve Wise1-0/+3
2008-10-15RDMA/cxgb3: Remove cmid reference on tid allocation failuresSteve Wise1-0/+1
2008-05-02RDMA/cxgb3: Bump up the MPA connection setup timeout.Steve Wise1-2/+2
2008-05-02RDMA/cxgb3: Silently ignore close reply after abort.Steve Wise1-1/+1
2008-04-29RDMA/cxgb3: Support peer-2-peer connection setupSteve Wise1-18/+49
2008-04-29RDMA/cxgb3: Correctly serialize peer abort pathSteve Wise1-34/+66
2008-04-16IB: Replace remaining __FUNCTION__ occurrences with __func__Harvey Harrison1-83/+83
2008-03-28RDMA/cxgb3: Program hardware IRD with correct valueRoland Dreier1-1/+1
2008-02-13RDMA/cxgb3: Fail loopback connectionsSteve Wise1-0/+17
2008-01-28[NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev1-1/+1
2008-01-25RDMA/cxgb3: Fix the T3A workaround checksSteve Wise1-2/+2
2007-10-09RDMA/cxgb3: Make the iw_cxgb3 module parameters writableSteve Wise1-8/+8
2007-08-03RDMA/cxgb3: Always call low level send function via cxgb3_ofld_send()Steve Wise1-8/+8
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-17RDMA/cxgb3: Remove cm_id reference on listen failuresSteve Wise1-0/+1
2007-07-09RDMA/cxgb3: Don't abort after failures sending the mpa replySteve Wise1-1/+0
2007-07-09RDMA/cxgb3: Don't post TID_RELEASE messageSteve Wise1-3/+10
2007-07-09RDMA/cxgb3: Don't count neg_adv abort_req_rss messages as real abortsSteve Wise1-7/+7