summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-122-4/+7
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-5/+7
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-7/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-079-86/+106
|\
| * IB/isert: use T10-PI check mask definitions from core layerMax Gurtovoy2018-06-041-4/+7
| * IB/iser: use T10-PI check mask definitions from core layerMax Gurtovoy2018-06-042-6/+2
| * IB/isert: fix T10-pi check mask settingMax Gurtovoy2018-06-041-1/+1
| * IB/iser: Do not reduce max_sectorsSergey Gorenko2018-05-314-11/+26
| * Merge branch 'wip/dl-ipoib' into wip/dl-for-nextDoug Ledford2018-05-311-41/+21
| |\
| | * RDMA/ipoib: drop skb on path record lookup failureEvgenii Smirnov2018-05-221-41/+21
| * | Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-1/+1
| |\ \
| * | | IB/isert: Fix for lib/dma_debug check_sync warningAlex Estrin2018-05-241-9/+17
| | |/ | |/|
| * | RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE eventsDoug Ledford2018-05-222-7/+28
| * | IB/ipoib: replace local_irq_disable() with proper lockingSebastian Andrzej Siewior2018-05-161-9/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-1/+1
|\ \ \
| * | | IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann2018-05-281-1/+1
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-1/+1
|\| |
| * | IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-091-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-113-3/+3
|\|
| * IB/ipoib: fix ipoib_start_xmit()'s return typeLuc Van Oostenryck2018-04-271-1/+1
| * ib_srp: depend on INFINIBAND_ADDR_TRANSGreg Thelen2018-04-271-1/+1
| * ib_srpt: depend on INFINIBAND_ADDR_TRANSGreg Thelen2018-04-271-1/+1
* | opa_vnic: Just use skb_get_hash instead of skb_tx_hashAlexander Duyck2018-04-293-13/+12
|/
* IB/ipoib: Delete unused structYuval Shaia2018-04-031-5/+0
* IB/srp: Disallow duplicate RDMA/CM connectionsBart Van Assche2018-03-191-3/+0
* IB/{core, ipoib}: Simplify ib_find_gid() for unused ndevParav Pandit2018-03-151-1/+1
* drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4Andrew Morton2018-03-141-1/+2
* IB/srp: Fix IPv6 address parsingBart Van Assche2018-03-141-4/+23
* IB/srpt: Add RDMA/CM supportBart Van Assche2018-03-072-63/+325
* IB/srp: Use the IB_DEVICE_SG_GAPS_REG HCA feature if supportedSergey Gorenko2018-03-061-20/+36
* IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()Bart Van Assche2018-03-061-6/+9
* IB/srp: Use %pIS instead of inet_ntop()Bart Van Assche2018-02-281-42/+10
* Revert "IB/srp: Avoid that a cable pull can trigger a kernel crash"Bart Van Assche2018-02-281-19/+6
* IB/srp: Fix srp_abort()Bart Van Assche2018-02-281-3/+5
* Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-02-221-2/+0
|\
| * IB/ipoib: Do not warn if IPoIB debugfs doesn't existAlaa Hleihel2018-02-151-2/+0
* | IB/srp: Fix completion vector assignment algorithmBart Van Assche2018-02-151-6/+4
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* IB/ipoib: Fix for potential no-carrier stateAlex Estrin2018-02-011-0/+3
* Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-302-2/+2
|\
| * net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-251-2/+1
| * iser-target: Fix possible use-after-free in connection establishment errorSagi Grimberg2018-01-101-0/+1
* | IB/iser: Combine substrings for three messagesMarkus Elfring2018-01-281-6/+4
* | IB/iser: Delete an unnecessary variable initialisation in iser_send_data_out()Markus Elfring2018-01-281-1/+1
* | IB/iser: Delete an error message for a failed memory allocation in iser_send_...Markus Elfring2018-01-281-3/+1
* | RDMA/srpt: Fix RCU debug build errorLeon Romanovsky2018-01-251-2/+0
* | IB/srp: Add target_can_queue login parameterBart Van Assche2018-01-232-0/+23
* | IB/srp: Add RDMA/CM supportBart Van Assche2018-01-232-154/+589
* | IB/srpt: Move the code for parsing struct ib_cm_req_event_paramBart Van Assche2018-01-181-19/+30
* | IB/srpt: Preparations for adding RDMA/CM supportBart Van Assche2018-01-182-18/+22