summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* ib_srpt: Fix a use-after-free in __srpt_close_all_ch()Bart Van Assche2018-07-031-2/+2
* ib_srpt: Fix a use-after-free in srpt_close_ch()Bart Van Assche2018-07-031-2/+1Star
* IB/srp: Remove driver version and release data informationBart Van Assche2018-07-031-3/+0Star
* IB/srpt: Support HCAs with more than two portsBart Van Assche2018-06-292-5/+4Star
* IB/iser: set can_queue earlier to allow setting higher queue depthSagi Grimberg2018-06-291-9/+3Star
* IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit2018-06-251-1/+1
* IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit2018-06-251-1/+3
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-184-7/+10
* IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit2018-06-184-6/+6
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-132-4/+7
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-132-5/+7
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-133-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/+2Star
| * 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/+21Star
| |\
| | * RDMA/ipoib: drop skb on path record lookup failureEvgenii Smirnov2018-05-221-41/+21Star
| * | 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-171-9/+6Star
* | | 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-271-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-123-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-303-13/+12Star
|/
* IB/ipoib: Delete unused structYuval Shaia2018-04-031-5/+0Star
* IB/srp: Disallow duplicate RDMA/CM connectionsBart Van Assche2018-03-191-3/+0Star
* 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-071-20/+36
* IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()Bart Van Assche2018-03-071-6/+9
* IB/srp: Use %pIS instead of inet_ntop()Bart Van Assche2018-02-281-42/+10Star
* Revert "IB/srp: Avoid that a cable pull can trigger a kernel crash"Bart Van Assche2018-02-281-19/+6Star
* 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-231-2/+0Star
|\
| * IB/ipoib: Do not warn if IPoIB debugfs doesn't existAlaa Hleihel2018-02-151-2/+0Star
* | IB/srp: Fix completion vector assignment algorithmBart Van Assche2018-02-151-6/+4Star
|/
* 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/+1Star