summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)Author
2017-06-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-06-14rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller
2017-05-04rxe: expose num_possible_cpus() cnum_comp_vectorsSagi Grimberg
2017-05-04IB/rxe: Update caller's CRC for RXE_MEM_TYPE_DMA memory typeLeon Romanovsky
2017-05-01IB/rxe: Don't clamp residual length to mtuJohannes Thumshirn
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-05-01IB/rxe: Initialize ib_ah_attr during query_ahDasaratharaman Chandramouli
2017-04-28IB/rxe: fix typo: "algorithmi" -> "algorithm"Colin Ian King
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov
2017-04-25{net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia
2017-04-21IB/rxe: Cache dst in QP instead of getting it for each sendyonatanc
2017-04-21IB/rxe: Offload CRC calculation when possibleyonatanc
2017-04-21IB/rxe: Do not export module's private functionParav Pandit
2017-04-21IB/rxe: Avoid accessing timers for non RC QPsParav Pandit
2017-04-21IB/rxe: Add port protocol statsYonatan Cohen
2017-03-24IB/rxe: increment msn only when completing a requestDavid Marchand
2017-03-24IB/rxe: Update documentation linkLeon Romanovsky
2017-03-24IB/rxe: double free on errorDan Carpenter
2017-03-24infiniband: Fix alignment of mmap cookies to support VIPT cachingJason Gunthorpe
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-02-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-02-19IB/rxe: use setup_timer to simplify the codeWei Yongjun
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-08IB/rxe: Fix mem_check_range integer overflowEyal Itkin
2017-02-08IB/rxe: Fix resid updateEyal Itkin
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2017-01-24IB/rxe: Prevent from completer to operate on non valid QPYonatan Cohen
2017-01-24IB/rxe: Fix rxe dev insertion to rxe_dev_listMaor Gottlieb
2017-01-24IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche
2017-01-24IB/rxe: Switch from dma_device to dev.parentBart Van Assche
2017-01-10IB/rxe: Fix an skb leakBart Van Assche
2017-01-10IB/rxe: Remove a pointless indirection layerBart Van Assche
2017-01-10IB/rxe: Fix reference leaks in memory key invalidation codeBart Van Assche
2017-01-10IB/rxe: Fix a MR reference leak in check_rkey()Bart Van Assche
2017-01-10IB/rxe: Generate a completion for all failed work requestsBart Van Assche
2017-01-10IB/rxe: Introduce functions for queue drainingBart Van Assche
2017-01-10IB/rxe: Add a runtime check in alloc_index()Bart Van Assche
2017-01-10IB/rxe: Issue warnings onceBart Van Assche
2017-01-10IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche
2017-01-10IB/rxe: Enable type checking on SKB_TO_PKT() and PKT_TO_SKB() argumentsBart Van Assche
2017-01-10IB/rxe: Remove superfluous castsBart Van Assche
2017-01-10IB/rxe: Remove an unused variable and an unused argumentBart Van Assche
2017-01-10IB/rxe: Remove an unused functionBart Van Assche
2017-01-10IB/rxe: Constify the pool nameBart Van Assche