aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford1-1/+3
2016-12-14Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford19-694/+1663
2016-12-13IB/core: Let create_ah return extended response to userMoni Shoua1-1/+3
2016-12-12i40iw: Reorganize structures to align with HW capabilitiesHenry Orosco14-465/+775
2016-12-12i40iw: Fix incorrect check for errorMustafa Ismail1-1/+1
2016-12-12i40iw: Assign MSS only when it is a new MTUMustafa Ismail1-0/+2
2016-12-12i40iw: Fix race condition in terminate timer's handlerShiraz Saleem3-3/+6
2016-12-12i40iw: Fix memory leak in CQP destroy when in resetMustafa Ismail1-6/+3
2016-12-12i40iw: Fix QP flush to not hang on empty queues or failureShiraz Saleem2-5/+30
2016-12-12i40iw: Fix double free of QPMustafa Ismail3-6/+20
2016-12-12i40iw: Use correct src address in memcpy to rdma stats countersShiraz Saleem1-1/+1
2016-12-12i40iw: Remove macros I40IW_STAG_KEY_FROM_STAG and I40IW_STAG_INDEX_FROM_STAGThomas Huth1-6/+0
2016-12-05i40iw: Add request for reset on CQP timeoutHenry Orosco2-1/+10
2016-12-05i40iw: Code cleanup, remove check of PBLE pagesHenry Orosco1-4/+0
2016-12-05i40iw: Correctly fail loopback connection if no listenerShiraz Saleem1-27/+35
2016-12-05i40iw: Fill in IRD value when on connect requestShiraz Saleem1-0/+1
2016-12-05i40iw: Set TOS field in IP headerShiraz Saleem2-6/+22
2016-12-05i40iw: Add NULL check for ibqp event handlerShiraz Saleem1-1/+1
2016-12-05i40iw: Replace list_for_each_entry macro with safe versionMustafa Ismail2-4/+4
2016-12-05i40iw: Add IP addr handling on netdev eventsMustafa Ismail3-42/+156
2016-12-05i40iw: Add missing cleanup on device closeMustafa Ismail7-0/+90
2016-12-05i40iw: Add 2MB page supportHenry Orosco2-10/+51
2016-12-05i40iw: Utilize physically mapped memory regionsHenry Orosco1-9/+93
2016-12-05i40iw: Fix incorrect assignment of SQ headHenry Orosco1-6/+4
2016-12-05i40iw: Remove variable flush_code and check to set qp->sq_flushHenry Orosco1-4/+0
2016-12-05i40iw: Remove check on return from device_init_pestat()Henry Orosco3-14/+4
2016-12-05i40iw: Use runtime check for IS_ENABLED(CONFIG_IPV6)Henry Orosco1-2/+2
2016-12-05i40iw: Use actual page sizeHenry Orosco1-4/+1
2016-12-05i40iw: Remove NULL check for cm_node->iwdevHenry Orosco1-1/+1
2016-12-05i40iw: Remove checks for more than 48 bytes inline dataHenry Orosco1-5/+1
2016-12-05i40iw: Query device accounts for internal rsrcHenry Orosco5-6/+26
2016-12-05i40iw: Optimize inline data copyHenry Orosco1-14/+10
2016-12-05i40iw: Fix for LAN handler removalHenry Orosco1-6/+4
2016-12-05i40iw: Correct values for max_recv_sge, max_send_sgeHenry Orosco1-1/+5
2016-12-05i40iw: Use vector when creating CQsHenry Orosco2-3/+10
2016-12-05i40iw: Convert page_size to encoded valueHenry Orosco2-3/+14
2016-12-03i40iw: Set MAX IRD, MAX ORD size to max supported valueHenry Orosco2-8/+2
2016-12-03i40iw: Remove workaround for pre-production errataHenry Orosco3-26/+4
2016-12-03i40iw: Enable message packingHenry Orosco3-7/+2
2016-12-03i40iw: Add Quality of Service supportHenry Orosco13-36/+325
2016-12-03IB/i40iw: Remove debug prints after allocation failureLeon Romanovsky3-6/+2
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-3/+6
2016-10-07i40iw_cm: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-2/+5
2016-10-07i40iw_main: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-26i40iw: Receive notification events correctlyShiraz Saleem1-5/+3
2016-08-26i40iw: Update hw_iwarp_stateMustafa Ismail1-0/+1
2016-08-25i40iw: Send last streaming mode message for loopback connectionsTatyana Nikolova1-21/+1
2016-08-24i40iw: Avoid writing to freed memoryMustafa Ismail1-2/+1
2016-08-24i40iw: Fix double free of allocated_bufferMustafa Ismail1-1/+0
2016-08-24i40iw: Do not set self-referencing pointer to NULL after kfreeMustafa Ismail1-1/+4