summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/umem: Handle a half-complete start/end sequenceJason Gunthorpe2018-09-211-0/+1
* RDMA/umem: Get rid of per_mm->notifier_countJason Gunthorpe2018-09-211-15/+0
* RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe2018-09-212-21/+21
* RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe2018-09-212-12/+22
* RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe2018-09-211-3/+3
* RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe2018-09-211-7/+4
* RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe2018-09-212-19/+24
* RDMA/umem: Do not use current->tgid to track the mm_structJason Gunthorpe2018-09-201-2/+1
* RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe2018-09-201-0/+22
* IB/rxe: Revise the ib_wr_opcode enumJason Gunthorpe2018-09-182-15/+39
* RDMA: Remove duplicated include from ib_addr.hYueHaibing2018-09-131-1/+0
* RDMA/core: Consider net ns of gid attribute for RoCEParav Pandit2018-09-131-0/+3
* RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addrParav Pandit2018-09-121-4/+0
* IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl2018-09-111-2/+8
* RDMA/mlx5: Allow creating a matcher for a NIC TX flow tableMark Bloch2018-09-111-0/+1
* RDMA/mlx5: Add flow actions support to raw create flowMark Bloch2018-09-112-0/+7
* RDMA/uverbs: Move flow resources initializationMark Bloch2018-09-112-14/+33
* IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi2018-09-112-3/+75
* RDMA/core: Document QP @event_handler functionChuck Lever2018-09-111-0/+2
* RDMA/core: Document CM @event_handler functionChuck Lever2018-09-111-1/+5
* RDMA/core: Define client_data_lock as rwlock instead of spinlockParav Pandit2018-09-061-2/+3
* Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe2018-09-068-41/+77
|\
| * RDMA/core: Depend on device_add() to add device attributesParav Pandit2018-09-061-0/+3
| * Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-09-021-0/+33
| |\
| | * of: Add device_type access helper functionsRob Herring2018-08-311-0/+12
| | * of: add node name compare helper functionsRob Herring2018-08-301-0/+13
| | * of: add helper to lookup compatible child nodeJohan Hovold2018-08-291-0/+8
| * | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-08-311-14/+24
| |\ \
| | * | arm/arm64: smccc-1.1: Handle function result as parametersMarc Zyngier2018-08-301-10/+20
| | * | arm/arm64: smccc-1.1: Make return values unsigned longMarc Zyngier2018-08-291-10/+10
| | |/
| * | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-311-1/+1
| |\ \
| | * | i2c: refactor function to release a DMA safe bufferWolfram Sang2018-08-301-1/+1
| | |/
| * | Merge tag 'hwmon-for-linus-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-08-301-1/+1
| |\ \
| | * | hwmon: (ina2xx) fix sysfs shunt resistor read accessLothar Felten2018-08-271-1/+1
| | |/
| * | Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-291-7/+1
| |\ \
| | * | fs/quota: Replace XQM_MAXQUOTAS usage with MAXQUOTASJeremy Cline2018-08-221-7/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-272-18/+14
| |\ \ \ | | |_|/ | |/| |
| | * | net_sched: fix unused variable warning in stmmacArnd Bergmann2018-08-231-1/+1
| | * | net_sched: remove unused tcfa_capabCong Wang2018-08-211-2/+0
| | * | net_sched: remove list_head from tc_actionCong Wang2018-08-212-12/+14
| | * | net_sched: remove unused tcf_idr_check()Cong Wang2018-08-211-2/+0
| | * | net_sched: remove unnecessary ops->delete()Cong Wang2018-08-211-2/+0
| | |/
* | | RDMA/uverbs: Declare closing variable as booleanLeon Romanovsky2018-09-051-1/+1
* | | IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein2018-09-051-3/+6
* | | RDMA/mlx5: Extend packet reformat verbsMark Bloch2018-09-052-0/+4
* | | RDMA/mlx5: Add new flow action verb - packet reformatMark Bloch2018-09-052-0/+11
* | | RDMA/uverbs: Add generic function to fill in flow action objectMark Bloch2018-09-051-0/+12
* | | RDMA/mlx5: Add a new flow action verb - modify headerMark Bloch2018-09-052-0/+15
* | | RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs languageMark Bloch2018-09-051-0/+40
* | | net/mlx5: Export packet reformat alloc/dealloc functionsMark Bloch2018-09-051-0/+9