summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)AuthorFilesLines
2024-06-16RDMA/IPoIB: Fix format truncation compilation errorsLeon Romanovsky1-2/+6
2024-02-23IB/ipoib: Fix mcast list lockingDaniel Vacek1-5/+1
2024-02-23RDMA/IPoIB: Fix error code return in ipoib_mcast_joinJack Wang1-0/+1
2023-02-22IB/IPoIB: Fix legacy IPoIB due to wrong number of queuesDragos Tatulea1-0/+8
2023-01-18IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea1-0/+7
2021-06-16RDMA/ipoib: Fix warning caused by destroying non-initial netnsKamal Heib1-0/+1
2020-10-29RDMA/ipoib: Set rtnl_link_ops for ipoib interfacesKamal Heib3-0/+15
2020-08-21RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()Jason Gunthorpe2-36/+31
2020-08-21RDMA/ipoib: Return void from ipoib_ib_dev_stop()Kamal Heib2-4/+2
2020-06-03IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev4-12/+26
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon1-1/+2
2019-07-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-23/+24
2019-07-04IB/ipoib: Add child to parent list only if device initializedValentine Fatiev1-14/+20
2019-07-03IB/ipoib: Remove memset after vzalloc in ipoib_cm.cFuqian Huang1-1/+0
2019-06-29Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-0/+1
2019-06-25docs: infiniband: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-18ipoib: correcly show a VF hardware addressDenis Kirjanov1-0/+1
2019-06-12RDMA/ipoib: Remove check for ETH_SS_TESTKamal Heib1-2/+0
2019-06-07RDMA/ipoib: implement ethtool .get_link() callbackKamal Heib1-0/+1
2019-05-21RDMA/ipoib: Remove check of destroy CQLeon Romanovsky1-5/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-07RDMA/ipoib: Allow user space differentiate between valid dev_portLeon Romanovsky1-1/+12
2019-05-07IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro1-2/+1
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe1-2/+2
2019-02-15IB/ipoib: Use __func__ instead of function's nameErez Alfasi1-2/+2
2019-02-05Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2-3/+1
2019-01-30IB/ipoib: Make ipoib_intercept_dev_id_attr() staticKamal Heib1-1/+1
2019-01-25IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud2-3/+1
2019-01-24infiniband: ipoib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-11/+4
2019-01-03IB/ipoib: drop useless LIST_HEADJulia Lawall1-1/+0
2018-12-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-4/+4
2018-12-20RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-20RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-2/+2
2018-12-07net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-3/+3
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-4/+42
2018-10-16IB/ipoib: Clear IPCB before icmp_sendDenis Drozdov1-2/+6
2018-10-11RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov4-65/+108
2018-10-11RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov1-13/+8
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-09-13IB/ipoib: Log sysfs 'dev_id' accesses from userspaceArseny Maslennikov1-0/+31
2018-09-13IB/ipoib: Use dev_port to expose network interface port numbersArseny Maslennikov1-0/+2
2018-09-06IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar1-1/+2
2018-09-06IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister1-0/+2
2018-08-03IB/ipoib: Consolidate checking of the proposed child interfaceJason Gunthorpe2-28/+52
2018-08-03IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe3-26/+16
2018-08-03IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe3-11/+30
2018-08-03IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe4-48/+65
2018-08-03RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe3-66/+105
2018-08-03IB/ipoib: Move init code to ndo_initJason Gunthorpe4-119/+114