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