summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)AuthorFilesLines
2024-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+1
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-2/+2
2024-01-25RDMA/ipoib: Print symbolic error name instead of error codeChristian Heusel1-2/+1
2023-12-12IB/ipoib: Fix mcast list lockingDaniel Vacek1-5/+1
2023-11-26RDMA/IPoIB: Add tx timeout work to recover queue stop situationJack Wang3-3/+60
2023-11-26RDMA/IPoIB: Fix error code return in ipoib_mcast_joinJack Wang1-0/+1
2023-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+3
2023-10-24RDMA/core: Remove NULL check before dev_{put, hold}Yang Li1-2/+1
2023-10-11netdev: replace napi_reschedule with napi_scheduleChristian Marangi1-2/+2
2023-09-26RDMA/ipoib: Add support for XDR speed in ethtoolPatrisious Haddad1-0/+2
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2023-01-26IB/IPoIB: Fix legacy IPoIB due to wrong number of queuesDragos Tatulea1-0/+8
2023-01-10RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang1-1/+1
2022-12-11IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea1-0/+7
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang1-1/+1
2022-08-30IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang1-2/+2
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-3/+5
2022-07-22IB: Fix repeated words 'the the' commentsSlark Xiao1-1/+1
2022-07-17ipoib: switch to netif_napi_add_weight()Jakub Kicinski1-2/+4
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe3-5/+7
2022-01-28RDMA/ipoib: Delete useless module.h includeLeon Romanovsky2-2/+0
2021-10-25RDMA/ipoib: Use dev_addr_mod()Jakub Kicinski3-14/+16
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET1-1/+0
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-4/+4
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe1-0/+1
2021-06-21RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky1-3/+4
2021-06-08RDMA/ipoib: Use refcount_t instead of atomic_t for reference countingWeihang Li2-6/+6
2021-06-02RDMA/ipoib: Fix warning caused by destroying non-initial netnsKamal Heib1-0/+1
2021-05-28IB/ipoib: Use DEVICE_ATTR_*() macrosYueHaibing3-23/+22
2021-04-20IB/ipoib: Remove unnecessary struct declarationWan Jiabing1-2/+0
2021-04-19IB/ipoib: Improve latency in ipoib/cm connection formationManjunath Patil1-5/+1
2021-04-13RDMA/ipoib: Print a message if only child interface is UPJack Wang1-1/+6
2021-04-07IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdevMike Marciniszyn1-0/+5
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch3-10/+10
2021-02-16RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter3-15/+1
2021-01-07RDMA: Convert comma to semicolonZheng Yongjun1-1/+1
2020-11-20RDMA/ipoib: Distribute cq completion vector betterJack Wang1-2/+2
2020-11-02RDMA/ipoib: Add 50Gb and 100Gb link speeds to ethtoolMeir Lichtinger1-0/+4
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches3-6/+7
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-51/+20
2020-10-05RDMA/ipoib: Set rtnl_link_ops for ipoib interfacesKamal Heib3-0/+15
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo1-3/+6
2020-09-16RDMA/ipoib: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-46/+4
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-5/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-3/+3
2020-07-06Merge branch 'mlx5_ipoib_qpn' into rdma.git for-nextJason Gunthorpe1-2/+9