summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker2017-09-251-4/+11
|/
* Merge branch 'mellanox' into k.o/for-nextDoug Ledford2017-08-241-9/+6
|\
| * IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit2017-08-241-0/+5
| * RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-241-9/+1
* | IB/ipoib: Enable ioctl for to IPoIB rdma netdevsFeras Daoud2017-08-241-0/+15
|/
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-181-7/+12
|\
| * IB/ipoib: Clean error paths in add portLeon Romanovsky2017-07-231-6/+8
| * IB/ipoib: Add get statistics support to SRIOV VFFeras Daoud2017-07-231-0/+1
| * IB/ipoib: Set IPOIB_NEIGH_TBL_FLUSH after flushed completion initializationFeras Daoud2017-07-231-1/+1
| * IB/ipoib: Prevent setting negative values to max_nonsrq_conn_qpAlex Vesker2017-07-231-0/+1
| * IB/ipoib: Fix race between light events and interface restartFeras Daoud2017-07-231-0/+1
* | RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
|/
* IB/IPoIB: Fix error code in ipoib_add_port()Dan Carpenter2017-07-201-0/+1
* IB/ipoib: Let lower driver handle get_stats64 callErez Shitrit2017-07-171-0/+12
* IB/IPoIB: Forward MTU change to driver belowErez Shitrit2017-07-171-2/+17
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-07-061-4/+4
|\
| * IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura2017-07-051-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-2/+13
|\|
| * IB/ipoib: Delete napi in device uninit defaultAlex Vesker2017-06-141-0/+3
| * IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker2017-06-141-1/+4