summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/cma: Send MRA for reply messagesMoni Shoua2017-04-211-0/+3
* IB/core: Introduce drop flow specificationSlava Shwartsman2017-04-212-0/+8
* IB/core: Fix sysfs registration error flowJack Morgenstein2017-04-211-1/+1
* IB/core: Fix kernel crash during fail to initialize deviceParav Pandit2017-04-211-11/+22
* Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford2017-04-207-1366/+1587
|\
| * IB/core: Rename uverbs event file structureMatan Barak2017-04-204-90/+91
| * IB/core: Don't use is_async in event files to infer events sizeMatan Barak2017-04-201-9/+5
| * IB/core: A small refactor in destroy WQ handlerMatan Barak2017-04-201-7/+1
| * IB/core: Nullify ib_uobject during allocationMatan Barak2017-04-201-1/+1
| * IB/core: Don't pass the lock state to _rdma_remove_commit_uobjectMatan Barak2017-04-201-12/+12
| * IB/core: Rename write flag to exclusive in rdma_coreMatan Barak2017-04-201-29/+31
| * IB/core: Change completion channel to use the reworked objects schemaMatan Barak2017-04-054-148/+247
| * IB/core: Add support for fd objectsMatan Barak2017-04-054-2/+188
| * IB/core: Add lock to multicast handlersMatan Barak2017-04-052-0/+7
| * IB/core: Change idr objects to use the new schemaMatan Barak2017-04-054-1131/+339
| * IB/core: Add idr based standard typesMatan Barak2017-04-055-10/+265
| * IB/core: Add support for idr typesMatan Barak2017-04-053-1/+507
| * IB/core: Refactor idr to be per uverbs_fileMatan Barak2017-04-053-127/+94
* | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-133-5/+7
* | netlink: extended ACK reportingJohannes Berg2017-04-131-2/+3
* | IB/device: Convert ib-comp-wq to be CPU-boundSagi Grimberg2017-03-251-2/+1
* | IB/cq: Don't process more than the given budgetSagi Grimberg2017-03-251-1/+7
* | IB/core: Restore I/O MMU, s390 and powerpc supportBart Van Assche2017-03-251-6/+20
* | IB/core: Protect against self-requeue of a cq work itemSagi Grimberg2017-03-241-1/+1
|/
* sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-286-6/+219
|\
| * IB/core: added support to use rdma cgroup controllerParav Pandit2017-01-106-6/+219
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-255-5/+14
|\ \
| * | IB/core: Remove ib_device.dma_deviceBart Van Assche2017-01-241-8/+9
| * | IB/core: Use dev.parent instead of dma_deviceBart Van Assche2017-01-243-4/+4
| * | IB/core: Initialize ib_device.dev.parent earlierBart Van Assche2017-01-242-1/+9
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-235-21/+149
|\ \ \
| * | | IB/umem: Indicate that process is being terminatedArtemy Kovalyov2017-02-141-2/+3
| * | | IB/umem: Update on demand page (ODP) supportArtemy Kovalyov2017-02-143-15/+96
| * | | IB/uverbs: Enable QP creation with cvlan offloadNoa Osherovich2017-02-141-1/+2
| * | | IB/uverbs: Enable WQ creation and modification with cvlan offloadNoa Osherovich2017-02-141-1/+8
| * | | IB/uverbs: Expose vlan offloads capabilitiesNoa Osherovich2017-02-141-0/+6
| * | | IB/uverbs: Add support for flow tagMoses Reuben2017-02-142-2/+34
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-02-2310-153/+307
|\ \ \
| * | | rdma_cm: fail iwarp accepts w/o connection paramsSteve Wise2017-02-221-0/+3
| * | | IB/core: Add support for draining IB_POLL_DIRECT completion queuesBart Van Assche2017-02-192-22/+17
| * | | Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-192-1/+4
| |\ \ \
| * | | | IB/cma: Destination and source addr families must matchMoni Shoua2017-02-151-0/+4
| * | | | IB/cma: Add default RoCE TOS to CMA configfsMajd Dibbiny2017-02-153-5/+94
| * | | | IB/core: Remove pointer casting from void to net_deviceParav Pandit2017-02-151-18/+10
| * | | | IB/core: Add inline function to validate portYuval Shaia2017-01-274-18/+13
| * | | | IB/cma: Fix reversed testChristophe Jaillet2017-01-271-1/+1
| * | | | RDMA/core: create struct ib_port_cacheJack Wang2017-01-241-83/+51