summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-06-161-7/+2Star
|\
| * rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai2017-06-141-7/+2Star
* | crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-081-1/+4
|/
* rxe: expose num_possible_cpus() cnum_comp_vectorsSagi Grimberg2017-05-052-2/+1Star
* IB/rxe: Update caller's CRC for RXE_MEM_TYPE_DMA memory typeLeon Romanovsky2017-05-051-1/+1
* IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn2017-05-011-2/+0Star
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-012-0/+2
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-013-19/+23
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-013-12/+13
* IB/rxe: Initialize ib_ah_attr during query_ahDasaratharaman Chandramouli2017-05-012-0/+2
* IB/rxe: fix typo: "algorithmi" -> "algorithm"Colin Ian King2017-04-281-1/+1
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-5/+3Star
* {net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia2017-04-254-32/+6Star
* IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc2017-04-212-4/+59
* IB/rxe: Offload CRC calculation when possibleyonatanc2017-04-219-9/+44
* IB/rxe: Do not export module's private functionParav Pandit2017-04-211-1/+0Star
* IB/rxe: Avoid accessing timers for non RC QPsParav Pandit2017-04-211-5/+8
* IB/rxe: Add port protocol statsYonatan Cohen2017-04-219-2/+174
* IB/rxe: increment msn only when completing a requestDavid Marchand2017-03-251-5/+4Star
* IB/rxe: Update documentation linkLeon Romanovsky2017-03-251-1/+1
* IB/rxe: double free on errorDan Carpenter2017-03-251-1/+1
* infiniband: Fix alignment of mmap cookies to support VIPT cachingJason Gunthorpe2017-03-241-2/+2
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-255-190/+6Star
|\
| * IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche2017-01-245-187/+3Star
| * IB/rxe: Switch from dma_device to dev.parentBart Van Assche2017-01-241-3/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-231-2/+4
|\ \
| * | IB: Query ports via the core instead of direct into the driverOr Gerlitz2017-02-141-2/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-2316-200/+176Star
|\ \ \
| * | | IB/rxe: use setup_timer to simplify the codeWei Yongjun2017-02-191-7/+2Star
| * | | Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-194-7/+8
| |\ \ \ | | |_|/ | |/| |
| * | | IB/rxe: Fix an skb leakBart Van Assche2017-01-101-1/+14
| * | | IB/rxe: Remove a pointless indirection layerBart Van Assche2017-01-108-67/+42Star
| * | | IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche2017-01-102-0/+2
| * | | IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche2017-01-101-10/+10
| * | | IB/rxe: Generate a completion for all failed work requestsBart Van Assche2017-01-104-14/+20
| * | | IB/rxe: Introduce functions for queue drainingBart Van Assche2017-01-102-53/+38Star
| * | | IB/rxe: Add a runtime check in alloc_index()Bart Van Assche2017-01-101-0/+1
| * | | IB/rxe: Issue warnings onceBart Van Assche2017-01-103-9/+10
| * | | IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche2017-01-107-15/+17
| * | | IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() argumentsBart Van Assche2017-01-101-2/+10
| * | | IB/rxe: Remove superfluous castsBart Van Assche2017-01-101-2/+2
| * | | IB/rxe: Remove an unused variable and an unused argumentBart Van Assche2017-01-101-8/+3Star
| * | | IB/rxe: Remove an unused functionBart Van Assche2017-01-101-7/+0Star
| * | | IB/rxe: Constify the pool nameBart Van Assche2017-01-102-2/+2
| * | | IB/rxe: Suppress sparse warningsBart Van Assche2017-01-102-5/+5
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-112-4/+6
|\ \ \ | | |/ | |/|
| * | IB/rxe: Fix mem_check_range integer overflowEyal Itkin2017-02-081-3/+5
| * | IB/rxe: Fix resid updateEyal Itkin2017-02-081-1/+1
* | | net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-1/+1
|/ /
* | IB/rxe: Prevent from completer to operate on non valid QPYonatan Cohen2017-01-241-2/+1Star