aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
Commit message (Expand)AuthorAge
* RDMA/ipoib: Allow user space differentiate between valid dev_portLeon Romanovsky2019-05-07
* RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-19
* IB/ipoib: Use __func__ instead of function's nameErez Alfasi2019-02-14
* IB/ipoib: Make ipoib_intercept_dev_id_attr() staticKamal Heib2019-01-29
* infiniband: ipoib: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-24
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-28
|\
| * RDMA: Start use ib_device_opsKamal Heib2018-12-12
* | net: core: dev: Add extack argument to dev_change_flags()Petr Machata2018-12-06
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-26
|\
| * IB/ipoib: Log sysfs 'dev_id' accesses from userspaceArseny Maslennikov2018-09-13
| * IB/ipoib: Use dev_port to expose network interface port numbersArseny Maslennikov2018-09-13
| * IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar2018-09-06
* | RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov2018-10-10
* | RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov2018-10-10
|/
* IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe2018-08-02
* IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe2018-08-02
* IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe2018-08-02
* RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-02
* IB/ipoib: Move init code to ndo_initJason Gunthorpe2018-08-02
* IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe2018-08-02
* IB/ipoib: Use cancel_delayed_work_sync for neigh-clean taskErez Shitrit2018-08-02
* IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe2018-08-02
* IB/ipoib: Fix error return code in ipoib_dev_init()Wei Yongjun2018-07-24
* IPoIB: use kvzalloc to allocate an array of bucket pointersJan Dakinevich2018-07-23
* RDMA/ipoib: Fix use of sizeof()Kamal Heib2018-07-09
* RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib2018-07-09
* IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit2018-06-25
* IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit2018-06-25
* IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit2018-06-18
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-12
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* RDMA/ipoib: drop skb on path record lookup failureEvgenii Smirnov2018-05-22
* RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE eventsDoug Ledford2018-05-22
* IB/ipoib: fix ipoib_start_xmit()'s return typeLuc Van Oostenryck2018-04-27
* IB/ipoib: Fix for potential no-carrier stateAlex Estrin2018-02-01
* Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford2018-01-08
|\
| * IB/ipoib: Fix race condition in neigh creationErez Shitrit2018-01-02
* | IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit2017-12-18
* | IB/ipoib: Update pathrec field if not valid recordErez Shitrit2017-12-18
* | IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit2017-12-18
* | IB/ipoib: Warn when one port fails to initializeYuval Shaia2017-12-13
* | IB/ipoib: Replace printk with pr_warnYuval Shaia2017-12-11
|/
* IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit2017-10-25
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-18
|\
| * IB/ipoib: Convert timers to use timer_setup()Kees Cook2017-10-09
* | Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-18
|\ \ | |/ |/|
| * IB/ipoib: Remove device when one port fails to initYuval Shaia2017-09-27
| * IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia2017-09-27
* | IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker2017-09-25
|/
* Merge branch 'mellanox' into k.o/for-nextDoug Ledford2017-08-24
|\