aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-11iw_cxgb4: use wildcard mapping for getting remote addr infoSteve Wise1-8/+8
2015-05-05iw_cxgb4: Remove negative advice dmesg warningsHariprasad S1-9/+18
2015-05-05RDMA/cxgb4: Report the actual address of the remote connecting peerSteve Wise1-4/+50
2015-05-05iw_cxgb4: 32b platform fixesHariprasad S1-1/+1
2015-05-05iw_cxgb4: Cleanup register defines/MACROSHariprasad S1-2/+2
2015-01-16iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.hHariprasad Shenai1-15/+15
2015-01-12iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros related to all other cpl messagesHariprasad Shenai1-10/+10
2015-01-12iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL messagesHariprasad Shenai1-39/+39
2014-12-15RDMA/cxgb4: Handle NET_XMIT return codesHariprasad S1-0/+4
2014-12-15RDMA/cxgb4: Fix locking issue in process_mpa_requestHariprasad Shenai1-1/+2
2014-11-22RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF and LDSTHariprasad Shenai1-1/+1
2014-11-22RDMA/cxgb4: Cleanup Filter related macros/register definesHariprasad Shenai1-7/+7
2014-11-13cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt1-52/+52
2014-11-10cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai1-28/+28
2014-10-14RDMA/cxgb4: Fix ntuple calculation for ipv6 and remove duplicate lineHariprasad S1-4/+3
2014-10-14RDMA/cxgb4: Add missing neigh_release in find_routeHariprasad S1-0/+1
2014-10-14RDMA/cxgb4: Take IPv6 into account for best_mtu and set_emssHariprasad S1-8/+16
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+11
2014-07-21iw_cxgb4: log detailed warnings for negative adviceHariprasad Shenai1-6/+23
2014-07-15cxgb4/iw_cxgb4: use firmware ord/ird resource limitsHariprasad Shenai1-23/+57
2014-07-13RDMA/cxgb4: Call iwpm_init() only onceSteve Wise1-1/+1
2014-07-08RDMA/cxgb4: Clean up connection on ARP errorHariprasad S1-1/+10
2014-07-08RDMA/cxgb4: Fix skb_leak in reject_cr()Hariprasad S1-1/+0
2014-07-01rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI PassthroughHariprasad Shenai1-1/+2
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-15/+112
2014-06-10iw_cxgb4: don't truncate the recv window sizeHariprasad Shenai1-4/+50
2014-06-10iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connectionsHariprasad Shenai1-11/+62
2014-06-10Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx5', 'noio', 'ocrdma', 'qib', 'srp' and 'usnic' into for-nextRoland Dreier1-40/+157
2014-06-10RDMA/cxgb4: Add support for iWARP Port Mapper user space serviceSteve Wise1-31/+149
2014-05-19RDMA/cxgb4: Fix vlan supportSteve Wise1-9/+8
2014-04-28RDMA/cxgb4: Force T5 connections to use TAHOE congestion controlSteve Wise1-0/+8
2014-04-28RDMA/cxgb4: Fix endpoint mutex deadlocksSteve Wise1-11/+20
2014-04-11RDMA/cxgb4: Endpoint timeout fixesSteve Wise1-33/+56
2014-04-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-38/+72
2014-04-02RDMA/cxgb4: rx_data() needs to hold the ep mutexSteve Wise1-7/+9
2014-04-02RDMA/cxgb4: Drop RX_DATA packets if the endpoint is goneSteve Wise1-0/+2
2014-04-02RDMA/cxgb4: Lock around accept/reject downcallsSteve Wise1-10/+21
2014-03-24RDMA/cxgb4: Update snd_seq when sending MPA messagesSteve Wise1-0/+3
2014-03-24RDMA/cxgb4: Connect_request_upcall fixesSteve Wise1-16/+24
2014-03-24RDMA/cxgb4: Fix possible memory leak in RX_PKT processingSteve Wise1-1/+8
2014-03-20RDMA/cxgb4: Default peer2peer mode to 1Steve Wise1-2/+2
2014-03-20RDMA/cxgb4: Always release neigh entrySteve Wise1-1/+1
2014-03-20RDMA/cxgb4: Allow loopback connectionsSteve Wise1-1/+2
2014-03-14cxgb4/iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative adviceSteve Wise1-12/+12
2014-02-13RDMA/cxgb4: Add missing neigh_release in LE-Workaround pathKumar Sanghvi1-0/+1
2013-12-22RDMA/cxgb4: Use cxgb4_select_ntuple to correctly calculate ntuple fieldsKumar Sanghvi1-54/+17
2013-12-22RDMA/cxgb4: Server filters are supported only for IPv4Kumar Sanghvi1-1/+2
2013-12-22RDMA/cxgb4: Calculate the filter server TID properlyKumar Sanghvi1-3/+1
2013-08-13RDMA/cxgb4: Set arp error handler for PASS_ACCEPT_RPL messagesSteve Wise1-0/+2
2013-08-13RDMA/cxgb4: Handle newer firmware changesSteve Wise1-3/+2