aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
AgeCommit message (Expand)Author
2020-09-17RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah()Jason Gunthorpe
2020-06-08IB/ipoib: Fix double free of skb in case of multicast traffic in CM modeValentine Fatiev
2019-07-31IB/ipoib: Add child to parent list only if device initializedValentine Fatiev
2019-07-26ipoib: correcly show a VF hardware addressDenis Kirjanov
2019-05-07RDMA/ipoib: Allow user space differentiate between valid dev_portLeon Romanovsky
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe
2019-02-14IB/ipoib: Use __func__ instead of function's nameErez Alfasi
2019-01-29IB/ipoib: Make ipoib_intercept_dev_id_attr() staticKamal Heib
2019-01-24infiniband: ipoib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
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-10RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov
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-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-07-24IB/ipoib: Fix error return code in ipoib_dev_init()Wei Yongjun
2018-07-23IPoIB: use kvzalloc to allocate an array of bucket pointersJan Dakinevich
2018-07-09RDMA/ipoib: Fix use of sizeof()Kamal Heib
2018-07-09RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-22RDMA/ipoib: drop skb on path record lookup failureEvgenii Smirnov
2018-05-22RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE eventsDoug Ledford
2018-04-27IB/ipoib: fix ipoib_start_xmit()'s return typeLuc Van Oostenryck
2018-02-01IB/ipoib: Fix for potential no-carrier stateAlex Estrin
2018-01-08Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford
2018-01-02IB/ipoib: Fix race condition in neigh creationErez Shitrit
2017-12-18IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit
2017-12-18IB/ipoib: Update pathrec field if not valid recordErez Shitrit
2017-12-18IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit
2017-12-13IB/ipoib: Warn when one port fails to initializeYuval Shaia
2017-12-11IB/ipoib: Replace printk with pr_warnYuval Shaia
2017-10-25IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford
2017-10-09IB/ipoib: Convert timers to use timer_setup()Kees Cook