aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-20IB/i40iw: Fix error code in i40iw_create_cq()Dan Carpenter1-1/+3
2017-07-20i40iw: Free QP PBLEs when the QP is destroyedTatyana Nikolova2-5/+12
2017-07-20i40iw: Avoid memory leak of CQP request objectsShiraz Saleem3-0/+55
2017-07-20i40iw: Update list correctlyHenry Orosco1-1/+1
2017-07-20i40iw: Add missing memory barrierHenry Orosco1-0/+3
2017-07-20i40iw: Free QP resources on CQP destroy QP failureShiraz Saleem1-2/+6
2017-07-20i40iw: Release cm_id ref on PCI function resetShiraz Saleem1-1/+4
2017-07-20i40iw: Utilize iwdev->reset during PCI function resetShiraz Saleem1-27/+24
2017-07-20i40iw: Do not poll CCQ after it is destroyedMustafa Ismail1-0/+2
2017-07-20i40iw: Fix order of cleanup in closeMustafa Ismail1-3/+4
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-01RDMA/i40iw: fix duplicated code for different branchesGustavo A. R. Silva1-4/+1
2017-06-01RDMA/i40iw: Remove MSS change supportShiraz Saleem4-31/+1
2017-06-01RDMA/i40iw: Fix device initialization error pathMustafa Ismail1-7/+13
2017-06-01RDMA/i40iw: ACK MPA Reject frameTatyana Nikolova1-1/+1
2017-06-01RDMA/i40iw: Don't set 0-length FULPDU RTR indication control flagTatyana Nikolova1-1/+0
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2017-04-28IB/i40iw: use setup_timerGeliang Tang2-9/+6
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-5/+5
2017-03-24i40iw: Receive netdev events post INET_NOTIFIER stateShiraz Saleem1-0/+8
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+0
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+4
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford1-10/+1
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz1-4/+4
2017-01-24i40iw: Set maj_err and min_err in i40iw_sc_cqp_createShiraz Saleem1-0/+3
2017-01-24i40iw: fix some indenting in i40iw_sc_vsi_init()Dan Carpenter1-3/+3
2017-01-24RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram1-10/+1
2017-01-24IB/i40iw: Remove a superfluous assignment statementBart Van Assche1-1/+0
2017-01-12RDMA/i40iw: use designated initializersKees Cook2-82/+80
2016-12-22i40iw: Set 128B as the only supported RQ WQE sizeChien Tin Tung8-25/+53
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