summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAge
* IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin2018-04-05
* IB/rxe: Removed GID add/del dummy routinesParav Pandit2018-04-05
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-03
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-03
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-03
* IB/rxe: optimize mcast recv processZhu Yanjun2018-03-29
* RDMA/rxe: Fix uABI structure layouts for 32/64 compatJason Gunthorpe2018-03-27
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-19
* RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-15
* RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe2018-03-15
* RDMAVT: Fix synchronization around percpu_refTejun Heo2018-03-15
* rdma_rxe: make rxe work over 802.1q VLAN devicesMartin Wilck2018-03-14
* IB: remove duplicate header filesZhu Yanjun2018-03-13
* IB/rxe: change the function rxe_init_device_param typeZhu Yanjun2018-03-07
* IB/rxe: remove unnecessary rxe in rxe_sendZhu Yanjun2018-03-07
* IB/rxe: remove unnecessary skb_cloneZhu Yanjun2018-03-07
* RDMA/rxe: Fix an out-of-bounds readBart Van Assche2018-03-06
* infiniband: remove redundant assignment to pointer 'rdi'Colin Ian King2018-03-06
* IB/rxe: Remove unused variable (char *rxe_qp_state_name[])HernĂ¡n Gonzalez2018-02-28
* rxe: Do not use 'struct sockaddr' in a uapi headerJason Gunthorpe2018-02-14
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-02-06
|\
| * IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun2018-01-31
| * IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun2018-01-31
| * IB/rxe: change the function to void from intZhu Yanjun2018-01-31
| * IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun2018-01-31
| * IB/rxe: change the function to void from intZhu Yanjun2018-01-31
| * IB/rxe: remove redudant parameter in functionZhu Yanjun2018-01-31
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-01-31
|\ \ | |/
| * IB/rxe: Change RDMA_RXE kconfig to use selectJason Gunthorpe2018-01-29
| * RDMA/rxe: Fix rxe_qp_cleanup()Bart Van Assche2018-01-18
| * RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche2018-01-18
| * RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe2018-01-15
| * infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap2018-01-10
| * RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche2018-01-10
| * IB/rxe: remove unnecessary skb_clone in xmitZhu Yanjun2018-01-08
| * IB/rxe: add the static type to the variableZhu Yanjun2018-01-08
| * IB/rdmavt: Add trace for RNRNAK timerKaike Wan2018-01-05
| * IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn2018-01-05
| * IB/rdmavt: Use correct numa node for SRQ allocationMike Marciniszyn2018-01-05
| * IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl2018-01-05
| * IB/rdmavt: No need to cancel RNRNAK retry timer when it is runningKaike Wan2018-01-05
| * RDMA/rxe: Remove useless EXPORT_SYMBOLLeon Romanovsky2018-01-02
| * IB/rxe: Avoid passing unused index pointer which is optionalParav Pandit2017-12-18
* | drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-05
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-15
|\
| * drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn2017-11-15
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-15
|\ \ | |/ |/|
| * IB/rxe: don't crash, if allocation of crc algorithm failedThomas Bogendoerfer2017-11-10
| * IB/rxe: Convert timers to use timer_setup()Kees Cook2017-10-25
| * Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-18
| |\