summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-182-4/+7
|\
| * RDMA/IPoIB: Fix format truncation compilation errorsLeon Romanovsky2024-05-121-2/+6
| * RDMA/ipoib: Remove NULL check before dev_{put, hold}Jules Irenge2024-05-021-2/+1
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-03-181-2/+1
|\
| * RDMA/ipoib: Print symbolic error name instead of error codeChristian Heusel2024-01-251-2/+1
* | rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet2024-02-261-2/+2
|/
* IB/ipoib: Fix mcast list lockingDaniel Vacek2023-12-121-5/+1
* RDMA/IPoIB: Add tx timeout work to recover queue stop situationJack Wang2023-11-263-3/+60
* RDMA/IPoIB: Fix error code return in ipoib_mcast_joinJack Wang2023-11-261-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-11-022-2/+3
|\
| * RDMA/core: Remove NULL check before dev_{put, hold}Yang Li2023-10-241-2/+1
| * RDMA/ipoib: Add support for XDR speed in ethtoolPatrisious Haddad2023-09-261-0/+2
* | netdev: replace napi_reschedule with napi_scheduleChristian Marangi2023-10-111-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-02-241-1/+1
|\
| * RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang2023-01-101-1/+1
* | IB/IPoIB: Fix legacy IPoIB due to wrong number of queuesDragos Tatulea2023-01-261-0/+8
|/
* IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea2022-12-111-0/+7
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* RDMA/cma: Multiple path records support with netlink channelMark Zhang2022-09-221-1/+1
* IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang2022-08-301-2/+2
* IB: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-211-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-08-042-3/+5
|\
| * IB: Fix repeated words 'the the' commentsSlark Xiao2022-07-221-1/+1
| * ipoib: switch to netif_napi_add_weight()Jakub Kicinski2022-07-171-2/+4
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-1/+1
|/
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-063-5/+7
* RDMA/ipoib: Delete useless module.h includeLeon Romanovsky2022-01-282-2/+0
* RDMA/ipoib: Use dev_addr_mod()Jakub Kicinski2021-10-253-14/+16
* RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-121-1/+0
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-4/+4
* Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe2021-06-221-0/+1
|\
| * RDMA/ipoib: Fix warning caused by destroying non-initial netnsKamal Heib2021-06-021-0/+1
* | RDMA: Fix kernel-doc warnings about wrong commentLeon Romanovsky2021-06-211-3/+4
* | RDMA/ipoib: Use refcount_t instead of atomic_t for reference countingWeihang Li2021-06-082-6/+6
* | IB/ipoib: Use DEVICE_ATTR_*() macrosYueHaibing2021-05-283-23/+22
|/
* IB/ipoib: Remove unnecessary struct declarationWan Jiabing2021-04-201-2/+0
* IB/ipoib: Improve latency in ipoib/cm connection formationManjunath Patil2021-04-191-5/+1
* RDMA/ipoib: Print a message if only child interface is UPJack Wang2021-04-131-1/+6
* IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdevMike Marciniszyn2021-04-071-0/+5
* 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