summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3/iwch_cm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-7/+5Star
|\
| * RDMA/cxgb3: Convert timers to use timer_setup()Kees Cook2017-10-181-7/+5Star
* | RDMA/cxgb3: Remove a set-but-not-used variableBart Van Assche2017-10-151-3/+3
|/
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-3/+3
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-11/+11
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1Star
* cxgb3: Convert PDBG to pr_debugJoe Perches2017-04-201-101/+102
* cxgb3: Use more common logging styleJoe Perches2017-04-201-39/+27Star
* iw_cxgb3: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
* RDMA/cxgb3: Use AF_INET for sin_family fieldAmitoj Kaur Chawla2016-08-021-2/+2
* treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
* iw_cxgb3: support for iWARP port mappingSteve Wise2016-03-161-8/+8
* iw_cxgb3: Fix incorrectly returning error on successHariprasad S2015-12-241-2/+2
* RDMA/cxgb3: Fix information leak in send_abort()Dan Carpenter2014-05-271-0/+1
* RDMA/cma: Add IPv6 support for iWARPSteve Wise2013-08-121-14/+32
* RDMA/cxgb3: use WARNJulia Lawall2012-11-261-4/+2Star
* IB: Fix typos in infiniband driversMasanari Iida2012-08-151-1/+1
* cxgb3: Convert t3_l2t_get() over to dst_neigh_lookup().David S. Miller2012-07-051-2/+3
* cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller2011-12-051-13/+2Star
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-2/+2
* IB: Fix RCU lockdep splatsEric Dumazet2011-11-291-0/+4
* RDMA/{amso1100,cxgb3}: Minimal MPAv2 supportKumar Sanghvi2011-10-061-0/+10
* [SCSI] cxgb3i: convert cdev->l2opt to use rcu to prevent NULL dereferenceNeil Horman2011-09-261-5/+5
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-4/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-05-261-9/+17
|\
| * RDMA/cxgb3: Don't post zero-byte read if endpoint is going awaySteve Wise2011-05-241-9/+17
* | ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-041-1/+2
|/
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-131-17/+4Star
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-1/+2
* ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2011-03-011-1/+1
* ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2011-03-011-1/+1
* RDMA/cxgb3: Remove unnecessary KERN_<level> useJoe Perches2010-10-261-2/+2
* RDMA/cxgb3: Turn off RX coalescing for iWARP connectionsSteve Wise2010-09-271-2/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-08-081-1/+1
|\
| * RDMA/cxgb3: Make needlessly global iwch_l2t_send() staticOr Gerlitz2010-08-041-1/+1
* | net-next: remove useless union keywordChangli Gao2010-06-111-2/+2
|/
* RDMA/cxgb3: Shrink .text with compile-time init of handlers arraysRoland Dreier2010-04-281-64/+65
* RDMA/cxgb3: Don't free skbs on NET_XMIT_* indications from LLDSteve Wise2010-04-221-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/infiniband/hw/cxgb3/iwch_cm.c: use %pM to show MAC addressH Hartley Sweeten2010-01-071-9/+2Star
* RDMA/cxgb3: Wake up any waiters on peer close/abortSteve Wise2009-09-061-4/+12
* RDMA/cxgb3: Don't free endpoints earlySteve Wise2009-09-061-24/+28
* RDMA/cxgb3: Adjust ORD/IRD (if needed) for peer2peer connectionsSteve Wise2009-04-201-0/+8
* RDMA/cxgb3: Release dependent resources only when endpoint memory is freed.Steve Wise2009-03-301-11/+15
* RDMA/cxgb3: Handle EEH eventsSteve Wise2009-03-301-25/+65
* RDMA/cxgb3: Connection termination fixesSteve Wise2009-02-111-0/+3
* RDMA/cxgb3: Remove cmid reference on tid allocation failuresSteve Wise2008-10-151-0/+1
* RDMA/cxgb3: Bump up the MPA connection setup timeout.Steve Wise2008-05-021-2/+2
* RDMA/cxgb3: Silently ignore close reply after abort.Steve Wise2008-05-021-1/+1
* RDMA/cxgb3: Support peer-2-peer connection setupSteve Wise2008-04-291-18/+49