summaryrefslogtreecommitdiff
path: root/src/util/virnetdevip.h
Commit message (Expand)AuthorAgeFilesLines
* lib: Use G_NO_INLINE instead of G_GNUC_NO_INLINEMichal Privoznik2022-07-181-1/+1
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-15/+12
* util: remove unused virNetDevIPWaitDadFinish()Laine Stump2020-09-101-2/+0
* Remove virautoclean.hJán Tomko2019-10-161-1/+0
* Use G_DEFINE_AUTOPTR_CLEANUP_FUNC instead of VIR_DEFINE_AUTOPTR_FUNCJán Tomko2019-10-161-2/+2
* Use G_GNUC_NO_INLINE instead of ATTRIBUTE_NOINLINEJán Tomko2019-10-151-1/+1
* Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECKJán Tomko2019-10-151-4/+4
* util: netdev: use #pragma once in headersJonathon Jongsma2019-06-191-6/+3
* util: Move the VIR_AUTO(CLEAN|PTR) helper macros into a separate headerPeter Krempa2019-04-101-0/+1
* util: Use a semicolon for all VIR_DEFINE_AUTOPTR_FUNCJohn Ferlan2019-02-081-2/+2
* Enforce a standard header file guard symbol nameDaniel P. Berrangé2018-12-141-3/+3
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-4/+0
* util: netdevip: define cleanup function using VIR_DEFINE_AUTOPTR_FUNCSukrit Bhatnagar2018-08-071-0/+3
* util: netdevip: Introduce virNetDevIPAddrFree helperSukrit Bhatnagar2018-08-071-0/+1
* Revert "Prevent more compiler optimization of mockable functions"Daniel P. Berrange2017-07-131-1/+1
* Prevent more compiler optimization of mockable functionsDaniel P. Berrange2017-07-111-1/+1
* annotate all mocked functions with noinlineDaniel P. Berrange2017-04-191-1/+1
* network: check accept_ra before enabling ipv6 forwardingCédric Bosdonnat2017-03-221-0/+1
* make all struct typedefs comply with proposed coding conventionsLaine Stump2017-03-061-6/+12
* conf: allow setting peer address in <ip> element of <interface>Vasiliy Tolstov2016-07-011-2/+3
* util: new function virNetDevIPInfoAddToDevLaine Stump2016-07-011-0/+2
* Revert "util: new function virNetDevIPInfoAddToDev"Ján Tomko2016-06-271-2/+0
* Revert "conf: allow setting peer address in <ip> element of <interface>"Ján Tomko2016-06-271-3/+2
* conf: allow setting peer address in <ip> element of <interface>Vasiliy Tolstov2016-06-261-2/+3
* util: new function virNetDevIPInfoAddToDevLaine Stump2016-06-261-0/+2
* conf: single object containing list of IP addresses, list of routesLaine Stump2016-06-261-0/+11
* util: move IP route & address object-related functions to virnetdevip.cLaine Stump2016-06-261-0/+29
* util: new files virnetdevip.[ch] for IP-related netdev functionsLaine Stump2016-06-261-0/+50