summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-263-10/+10
* RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter2021-02-163-15/+1
* RDMA: Convert comma to semicolonZheng Yongjun2021-01-071-1/+1
* RDMA/ipoib: Distribute cq completion vector betterJack Wang2020-11-201-2/+2
* RDMA/ipoib: Add 50Gb and 100Gb link speeds to ethtoolMeir Lichtinger2020-11-021-0/+4
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-263-6/+7
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-175-51/+20
|\
| * RDMA/ipoib: Set rtnl_link_ops for ipoib interfacesKamal Heib2020-10-053-0/+15
| * RDMA/ipoib: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-161-46/+4
| * RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-091-5/+1
* | net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-3/+6
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-3/+3
* Merge branch 'mlx5_ipoib_qpn' into rdma.git for-nextJason Gunthorpe2020-07-061-2/+9
|\
| * RDMA/ipoib: Handle user-supplied address when creating childMichael Guralnik2020-07-061-2/+9
* | RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()Jason Gunthorpe2020-07-022-36/+31
* | RDMA/ipoib: Return void from ipoib_ib_dev_stop()Kamal Heib2020-06-242-4/+2
* | RDMA/ipoib: Return void from ipoib_mcast_stop_thread()Kamal Heib2020-06-222-4/+2
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-06-054-31/+35
|\
| * RDMA/ipoib: Remove can_sleep parameter from iboib_mcast_allocKamal Heib2020-05-251-6/+5
| * IB/ipoib: Add capability to switch between datagram and connected modeGary Leshner2020-05-211-8/+10
| * IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu sizeGary Leshner2020-05-213-0/+6
| * IB/ipoib: Increase ipoib Datagram mode MTU's upper limitKaike Wan2020-05-212-7/+6
| * IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPsGary Leshner2020-05-211-0/+3
| * RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-10/+5
* | IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev2020-05-274-12/+26
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-04-013-9/+0
|\
| * RDMA/ipoib: Don't set constant driver versionLeon Romanovsky2020-02-273-9/+0
* | RDMA/ipoib: reject unsupported coalescing paramsJakub Kicinski2020-03-061-0/+2
|/
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* IB/ipoib: Add ndo operation for getting VFs GUID attributesDanit Goldberg2019-11-221-0/+10
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-155-23/+24
|\
| * IB/ipoib: Add child to parent list only if device initializedValentine Fatiev2019-07-041-14/+20
| * IB/ipoib: Remove memset after vzalloc in ipoib_cm.cFuqian Huang2019-07-031-1/+0
| * Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe2019-06-281-0/+1
| |\
| * | docs: infiniband: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-251-1/+1
| * | RDMA/ipoib: Remove check for ETH_SS_TESTKamal Heib2019-06-111-2/+0
| * | RDMA/ipoib: implement ethtool .get_link() callbackKamal Heib2019-06-071-0/+1
| * | RDMA/ipoib: Remove check of destroy CQLeon Romanovsky2019-05-211-5/+2
* | | ipoib: correcly show a VF hardware addressDenis Kirjanov2019-06-181-0/+1
| |/ |/|
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* RDMA/ipoib: Allow user space differentiate between valid dev_portLeon Romanovsky2019-05-071-1/+12
* IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro2019-05-071-2/+1
* RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-2/+2
* IB/ipoib: Use __func__ instead of function's nameErez Alfasi2019-02-141-2/+2
* Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-042-3/+1
|\
| * IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2019-01-252-3/+1
* | IB/ipoib: Make ipoib_intercept_dev_id_attr() staticKamal Heib2019-01-291-1/+1
* | infiniband: ipoib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-243-11/+4
|/