summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
...
| | * IB/rxe: avoid double kfree skbZhu Yanjun2018-06-111-1/+1
* | | RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche2018-08-081-0/+1
* | | RDMA/providers: Fix return value from create_srq callbacksKamal Heib2018-07-311-1/+1
* | | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-313-21/+21
* | | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-312-6/+6
* | | IB/rxe: Drop QP0 silentlyZhu Yanjun2018-07-241-2/+7
* | | RDMA/rxe: Simplify the error handling code in rxe_create_ah()Bart Van Assche2018-07-091-10/+3Star
* | | IB/rxe: don't clear the tx queue on every transferVijay Immanuel2018-06-291-10/+7Star
* | | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-183-7/+9
* | | IB/rxe: avoid unnecessary NULL checkZhu Yanjun2018-06-181-2/+1Star
* | | IB/rxe: support for 802.1q VLAN on the listenerVijay Immanuel2018-06-181-0/+5
* | | IB/rxe: increase max MR limitVijay Immanuel2018-06-181-1/+1
* | | RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-184-57/+13Star
* | | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2018-06-182-3/+7
* | | IB/rxe: Do not hide uABI stuff in memcpyJason Gunthorpe2018-06-181-3/+16
* | | IB/rxe: Use rdma GID APIParav Pandit2018-06-182-37/+25Star
|/ /
* | treewide: Use array_size() in vzalloc_node()Kees Cook2018-06-131-1/+1
* | treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-131-5/+4Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-0718-138/+273
|\|
| * Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-9/+1Star
| |\
| * | IB/rxe: avoid unnecessary exportZhu Yanjun2018-05-281-1/+0Star
| * | IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn2018-05-241-1/+1
| * | IB/rxe: avoid calling WARN_ON_ONCE twiceZhu Yanjun2018-05-171-4/+0Star
| * | IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPSBen Hutchings2018-05-152-1/+2
| * | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty2018-05-091-0/+149
| * | IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez2018-05-094-75/+82
| * | IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez2018-05-091-12/+19
| * | Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-093-7/+2Star
| |\ \
| * | | IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing2018-05-011-3/+1Star
| * | | IB/rxe: remove unused function variableZhu Yanjun2018-04-276-21/+17Star
| * | | IB/rxe: change rxe_set_mtu function type to voidZhu Yanjun2018-04-272-7/+3Star
| * | | IB/rxe: Change rxe_rcv to return voidYuval Shaia2018-04-274-9/+12
| * | | IB/rxe: replace refcount_inc with skb_getZhu Yanjun2018-04-192-2/+2
| * | | IB/rxe: optimize the function duplicate_requestZhu Yanjun2018-04-191-14/+3Star
| * | | IB/rxe: make rxe_release_udp_tunnel staticZhu Yanjun2018-04-192-3/+1Star
| * | | IB/rxe: avoid export symbolsZhu Yanjun2018-04-181-3/+0Star
| * | | IB/rxe: make the variable staticZhu Yanjun2018-04-182-2/+1Star
* | | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
| | |/ | |/|
* / | nvmet,rxe: defer ip datagram sending to taskletAlexandru Moise2018-05-091-9/+1Star
|/ /
* | IB/rxe: avoid double kfree_skbZhu Yanjun2018-04-272-6/+1Star
* | IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INVJianchao Wang2018-04-271-1/+1
|/
* IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin2018-04-051-1/+1
* IB/rxe: Removed GID add/del dummy routinesParav Pandit2018-04-051-17/+0Star
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-041-6/+4Star
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-041-3/+1Star
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-041-18/+0Star
* IB/rxe: optimize mcast recv processZhu Yanjun2018-03-291-10/+4Star
* RDMA/rxe: Fix uABI structure layouts for 32/64 compatJason Gunthorpe2018-03-271-1/+5
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-192-1/+3