summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/i40iw
Commit message (Expand)AuthorAgeFilesLines
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* RDMA/i40iw: fix duplicated code for different branchesGustavo A. R. Silva2017-06-011-4/+1Star
* RDMA/i40iw: Remove MSS change supportShiraz Saleem2017-06-014-31/+1Star
* RDMA/i40iw: Fix device initialization error pathMustafa Ismail2017-06-011-7/+13
* RDMA/i40iw: ACK MPA Reject frameTatyana Nikolova2017-06-011-1/+1
* RDMA/i40iw: Don't set 0-length FULPDU RTR indication control flagTatyana Nikolova2017-06-011-1/+0Star
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* IB/i40iw: use setup_timerGeliang Tang2017-04-282-9/+6Star
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-5/+5
* i40iw: Receive netdev events post INET_NOTIFIER stateShiraz Saleem2017-03-241-0/+8
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+0Star
|\
| * IB/i40iw: Remove a superfluous assignment statementBart Van Assche2017-01-241-1/+0Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-4/+4
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-4/+4
* | | Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-191-10/+1Star
|\ \ \
| * | | RDMA/core: Add the function ib_mtu_int_to_enumAmrani, Ram2017-01-241-10/+1Star
| |/ /
* | | i40iw: Set maj_err and min_err in i40iw_sc_cqp_createShiraz Saleem2017-01-241-0/+3
* | | i40iw: fix some indenting in i40iw_sc_vsi_init()Dan Carpenter2017-01-241-3/+3
| |/ |/|
* | RDMA/i40iw: use designated initializersKees Cook2017-01-122-82/+80Star
|/
* i40iw: Set 128B as the only supported RQ WQE sizeChien Tin Tung2016-12-228-25/+53
* Merge branch 'mlx' into merge-testDoug Ledford2016-12-141-1/+3
|\
| * IB/core: Let create_ah return extended response to userMoni Shoua2016-12-131-1/+3
| |
| \
*-. \ Merge branches 'chelsio', 'debug-cleanup', 'hns' and 'i40iw' into merge-testDoug Ledford2016-12-1419-694/+1663
|\ \ \ | |_|/ |/| |
| | * i40iw: Reorganize structures to align with HW capabilitiesHenry Orosco2016-12-1214-465/+775
| | * i40iw: Fix incorrect check for errorMustafa Ismail2016-12-121-1/+1
| | * i40iw: Assign MSS only when it is a new MTUMustafa Ismail2016-12-121-0/+2
| | * i40iw: Fix race condition in terminate timer's handlerShiraz Saleem2016-12-123-3/+6
| | * i40iw: Fix memory leak in CQP destroy when in resetMustafa Ismail2016-12-121-6/+3Star
| | * i40iw: Fix QP flush to not hang on empty queues or failureShiraz Saleem2016-12-122-5/+30
| | * i40iw: Fix double free of QPMustafa Ismail2016-12-123-6/+20
| | * i40iw: Use correct src address in memcpy to rdma stats countersShiraz Saleem2016-12-121-1/+1
| | * i40iw: Remove macros I40IW_STAG_KEY_FROM_STAG and I40IW_STAG_INDEX_FROM_STAGThomas Huth2016-12-121-6/+0Star
| | * i40iw: Add request for reset on CQP timeoutHenry Orosco2016-12-052-1/+10
| | * i40iw: Code cleanup, remove check of PBLE pagesHenry Orosco2016-12-051-4/+0Star
| | * i40iw: Correctly fail loopback connection if no listenerShiraz Saleem2016-12-051-27/+35
| | * i40iw: Fill in IRD value when on connect requestShiraz Saleem2016-12-051-0/+1
| | * i40iw: Set TOS field in IP headerShiraz Saleem2016-12-052-6/+22
| | * i40iw: Add NULL check for ibqp event handlerShiraz Saleem2016-12-051-1/+1
| | * i40iw: Replace list_for_each_entry macro with safe versionMustafa Ismail2016-12-052-4/+4
| | * i40iw: Add IP addr handling on netdev eventsMustafa Ismail2016-12-053-42/+156
| | * i40iw: Add missing cleanup on device closeMustafa Ismail2016-12-057-0/+90
| | * i40iw: Add 2MB page supportHenry Orosco2016-12-052-10/+51
| | * i40iw: Utilize physically mapped memory regionsHenry Orosco2016-12-051-9/+93
| | * i40iw: Fix incorrect assignment of SQ headHenry Orosco2016-12-051-6/+4Star
| | * i40iw: Remove variable flush_code and check to set qp->sq_flushHenry Orosco2016-12-051-4/+0Star
| | * i40iw: Remove check on return from device_init_pestat()Henry Orosco2016-12-053-14/+4Star
| | * i40iw: Use runtime check for IS_ENABLED(CONFIG_IPV6)Henry Orosco2016-12-051-2/+2
| | * i40iw: Use actual page sizeHenry Orosco2016-12-051-4/+1Star
| | * i40iw: Remove NULL check for cm_node->iwdevHenry Orosco2016-12-051-1/+1
| | * i40iw: Remove checks for more than 48 bytes inline dataHenry Orosco2016-12-051-5/+1Star