summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)Author
2020-03-06RDMA/ipoib: reject unsupported coalescing paramsJakub Kicinski
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-22IB/ipoib: Add ndo operation for getting VFs GUID attributesDanit Goldberg
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-07-04IB/ipoib: Add child to parent list only if device initializedValentine Fatiev
2019-07-03IB/ipoib: Remove memset after vzalloc in ipoib_cm.cFuqian Huang
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe
2019-06-25docs: infiniband: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2019-06-18ipoib: correcly show a VF hardware addressDenis Kirjanov
2019-06-11RDMA/ipoib: Remove check for ETH_SS_TESTKamal Heib
2019-06-07RDMA/ipoib: implement ethtool .get_link() callbackKamal Heib
2019-05-21RDMA/ipoib: Remove check of destroy CQLeon Romanovsky
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07RDMA/ipoib: Allow user space differentiate between valid dev_portLeon Romanovsky
2019-05-07IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe
2019-02-14IB/ipoib: Use __func__ instead of function's nameErez Alfasi
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe
2019-01-29IB/ipoib: Make ipoib_intercept_dev_id_attr() staticKamal Heib
2019-01-25IB/ipoib: Fix for use-after-free in ipoib_cm_tx_startFeras Daoud
2019-01-24infiniband: ipoib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-02IB/ipoib: drop useless LIST_HEADJulia Lawall
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-10-16IB/ipoib: Clear IPCB before icmp_sendDenis Drozdov
2018-10-10RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-13IB/ipoib: Log sysfs 'dev_id' accesses from userspaceArseny Maslennikov
2018-09-13IB/ipoib: Use dev_port to expose network interface port numbersArseny Maslennikov
2018-09-06IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar
2018-09-05IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister
2018-08-02IB/ipoib: Consolidate checking of the proposed child interfaceJason Gunthorpe
2018-08-02IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe
2018-08-02IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe
2018-08-02IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe
2018-08-02IB/ipoib: Move init code to ndo_initJason Gunthorpe
2018-08-02IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe
2018-08-02IB/ipoib: Use cancel_delayed_work_sync for neigh-clean taskErez Shitrit
2018-08-02IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe
2018-08-01IB/IPoIB: Set ah valid flag in multicast send flowDenis Drozdov
2018-07-31RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit
2018-07-30RDMA/ipoib: Fix check for return code from ib_create_srqKamal Heib