summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
...
*---. Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford2016-05-136-9/+16
|\ \ \
| | | * IB/core: Add Scatter FCS create flagMajd Dibbiny2016-05-131-1/+2
| | | * IB/core: Add extended device capability flagsMajd Dibbiny2016-05-131-0/+5
| | |/ | |/|
| | * IB/SA: Use correct free functionMark Bloch2016-05-131-1/+1
| | * IB/core: Fix a potential array overrun in CMA and SA agentMark Bloch2016-05-133-3/+4
| | * IB/core: Remove unnecessary check in ibnl_rcv_msgMark Bloch2016-05-131-3/+2
| | * IB/IWPM: Fix a potential skb leakMark Bloch2016-05-131-0/+1
| | * iwcm: Fix a sparse warningBart Van Assche2016-05-131-1/+1
| |/
* | IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-132-6/+22
* | IB/core: add RW API support for signature MRsChristoph Hellwig2016-05-132-5/+224
* | IB/core: generic RDMA READ/WRITE APIChristoph Hellwig2016-05-133-1/+535
* | IB/core: add a need_inval flag to struct ib_mrSteve Wise2016-05-131-0/+2
* | IB/core: add a simple MR poolChristoph Hellwig2016-05-133-1/+92
* | IB/core: refactor ib_create_qpChristoph Hellwig2016-05-131-49/+54
* | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-12/+12
* | IB/cma: pass the port number to ib_create_qpChristoph Hellwig2016-05-121-0/+1
|/
* IB/security: Restrict use of the write() interfaceJason Gunthorpe2016-04-283-0/+12
* IB/core: Don't drain non-existent rq queue-pairSagi Grimberg2016-04-261-1/+2
* IB/core: Fix oops in ib_cache_gid_set_default_gidDoug Ledford2016-04-221-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-224-14/+63
|\
| * IB/core: Add interfaces to control VF attributesEli Cohen2016-03-211-0/+40
| * IB/core: Support accessing SA in virtualized environmentEli Cohen2016-03-211-0/+5
| * IB/core: Add subnet prefix to port infoEli Cohen2016-03-211-1/+14
| * IB/{core, ulp} Support above 32 possible device capability flagsLeon Romanovsky2016-03-211-1/+1
| * IB/core: Replace setting the zero values in ib_uverbs_ex_query_deviceLeon Romanovsky2016-03-211-12/+3
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-202-5/+5
|\ \
| * | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mmDave Hansen2016-02-161-1/+1
| * | mm/gup: Introduce get_user_pages_remote()Dave Hansen2016-02-161-4/+4
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-1816-167/+479
|\ \ \ | | |/ | |/|
| | |
| | \
| *-. \ Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford2016-03-164-40/+178
| |\ \ \ | | | |/ | | |/|
| | | * iwpm: crash fix for large connections testFaisal Latif2016-03-163-13/+13
| | | * iwcm: common code for port mapperFaisal Latif2016-03-162-27/+165
| | |/
| | |
| | \
| | \
| | \
| *---. | Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2016-03-163-1/+25
| |\ \ \|
| | | * | IB/core: Add arbitrary sg_list supportSagi Grimberg2016-03-041-0/+2
| | | * | IB/core: Add vendor's specific data to alloc mwMatan Barak2016-03-011-1/+7
| | | * | IB/cma: Print warning on different inner and header P_KeysHaggai Eran2016-03-011-0/+8
| | | |/
| | * / IB/core: Add don't trap flag to flow creationMarina Varshaver2016-02-291-0/+8
| | |/
| | |
| | \
| *-. \ Merge branches 'ib_core', 'ib_ipoib', 'srpt', 'drain-cq-v4' and 'net/9p' into...Doug Ledford2016-03-141-0/+164
| |\ \ \ | | | |/ | | |/|
| | | * IB: new common API for draining queuesSteve Wise2016-02-291-0/+164
| | |/
| * | IB/core: trivial prink cleanup.Parav Pandit2016-03-0310-89/+77
| * | IB/core: Replace memset with eth_zero_addrAmitoj Kaur Chawla2016-03-031-1/+1
| * | IB/core: Modify conditional on ucontext existenceEli Cohen2016-03-031-6/+6
| * | IB/core: IB/core: Allow legacy verbs through extended interfacesEli Cohen2016-03-031-10/+19
| * | IB/core: Avoid duplicate codeEli Cohen2016-03-031-20/+9
* | | Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-03-171-22/+9
|\ \ \
| * | | configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-22/+9
| | |/ | |/|
* | | IB/core: Use GRH when the path hop-limit > 0Or Gerlitz2016-03-031-1/+1
| |/ |/|
* | IB/{core, mlx5}: Fix input len in vendor part of create_qp/srqMajd Dibbiny2016-03-031-3/+6
* | IB/core: Fix missed clean call in registration pathLeon Romanovsky2016-02-291-0/+1
|/
* IB/core: Fix reading capability mask of the port info classEran Ben Elisha2016-02-111-3/+2