summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-4/+7
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-5/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-7/+9
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-86/+106
2018-06-04IB/isert: use T10-PI check mask definitions from core layerMax Gurtovoy-4/+7
2018-06-04IB/iser: use T10-PI check mask definitions from core layerMax Gurtovoy-6/+2
2018-06-04IB/isert: fix T10-pi check mask settingMax Gurtovoy-1/+1
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-05-31IB/iser: Do not reduce max_sectorsSergey Gorenko-11/+26
2018-05-31Merge branch 'wip/dl-ipoib' into wip/dl-for-nextDoug Ledford-41/+21
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe-1/+1
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann-1/+1
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-05-24IB/isert: Fix for lib/dma_debug check_sync warningAlex Estrin-9/+17
2018-05-22RDMA/ipoib: drop skb on path record lookup failureEvgenii Smirnov-41/+21
2018-05-22RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE eventsDoug Ledford-7/+28
2018-05-16IB/ipoib: replace local_irq_disable() with proper lockingSebastian Andrzej Siewior-9/+6
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2018-05-09IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen-1/+1
2018-04-29opa_vnic: Just use skb_get_hash instead of skb_tx_hashAlexander Duyck-13/+12
2018-04-27IB/ipoib: fix ipoib_start_xmit()'s return typeLuc Van Oostenryck-1/+1
2018-04-27ib_srp: depend on INFINIBAND_ADDR_TRANSGreg Thelen-1/+1
2018-04-27ib_srpt: depend on INFINIBAND_ADDR_TRANSGreg Thelen-1/+1
2018-04-03IB/ipoib: Delete unused structYuval Shaia-5/+0
2018-03-19IB/srp: Disallow duplicate RDMA/CM connectionsBart Van Assche-3/+0
2018-03-15IB/{core, ipoib}: Simplify ib_find_gid() for unused ndevParav Pandit-1/+1
2018-03-14drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4Andrew Morton-1/+2
2018-03-14IB/srp: Fix IPv6 address parsingBart Van Assche-4/+23
2018-03-07IB/srpt: Add RDMA/CM supportBart Van Assche-63/+325
2018-03-06IB/srp: Use the IB_DEVICE_SG_GAPS_REG HCA feature if supportedSergey Gorenko-20/+36
2018-03-06IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()Bart Van Assche-6/+9
2018-02-28IB/srp: Use %pIS instead of inet_ntop()Bart Van Assche-42/+10
2018-02-28Revert "IB/srp: Avoid that a cable pull can trigger a kernel crash"Bart Van Assche-19/+6
2018-02-28IB/srp: Fix srp_abort()Bart Van Assche-3/+5
2018-02-22Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford-2/+0
2018-02-15IB/srp: Fix completion vector assignment algorithmBart Van Assche-6/+4
2018-02-15IB/ipoib: Do not warn if IPoIB debugfs doesn't existAlaa Hleihel-2/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2018-02-01IB/ipoib: Fix for potential no-carrier stateAlex Estrin-0/+3
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe-2/+2
2018-01-28IB/iser: Combine substrings for three messagesMarkus Elfring-6/+4
2018-01-28IB/iser: Delete an unnecessary variable initialisation in iser_send_data_out()Markus Elfring-1/+1
2018-01-28IB/iser: Delete an error message for a failed memory allocation in iser_send_...Markus Elfring-3/+1
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel-2/+1
2018-01-25RDMA/srpt: Fix RCU debug build errorLeon Romanovsky-2/+0
2018-01-23IB/srp: Add target_can_queue login parameterBart Van Assche-0/+23
2018-01-23IB/srp: Add RDMA/CM supportBart Van Assche-154/+589
2018-01-18IB/srpt: Move the code for parsing struct ib_cm_req_event_paramBart Van Assche-19/+30
2018-01-18IB/srpt: Preparations for adding RDMA/CM supportBart Van Assche-18/+22
2018-01-18IB/srpt: Don't allow reordering of commands on wait listBart Van Assche-35/+49