summaryrefslogtreecommitdiff
path: root/src/util/virnetdevip.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Use $PROG instead of $PROG_PATHMichal Privoznik2021-09-211-7/+7
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-21/+21
* util: virnetlink: Add wrapper for 'nlmsg_alloc_simple'Peter Krempa2021-03-021-11/+4
* util: replace VIR_FREE with g_free in all vir*Free() functionsLaine Stump2021-02-051-3/+3
* util: netdev: use g_new0Ján Tomko2020-10-061-2/+1
* util: remove extraneous defined(__linux__) when checking for WITH_LIBNLLaine Stump2020-10-011-3/+3
* network: Only check kernel added routes in virNetDevIPCheckIPv6ForwardingIan Wienand2020-09-131-199/+122
* util: remove unused virNetDevIPWaitDadFinish()Laine Stump2020-09-101-119/+0
* lib: Prefer WITH_* prefix for #if conditionalsMichal Privoznik2020-09-021-8/+8
* Move debug statements after declarationsJán Tomko2020-08-251-1/+3
* util: netdevip: remove unused VIR_NETDEV_FAMILYJán Tomko2020-08-031-5/+0
* util: refactor code to workaround gcc 10.1.0 bugDaniel P. Berrangé2020-07-231-9/+8
* util: use g_auto() for all virBuffersLaine Stump2020-07-081-2/+1
* Remove virutil.h where possibleJán Tomko2020-02-241-1/+0
* src: conditionalize use of net/if.hDaniel P. Berrangé2020-01-291-1/+3
* src: conditionalize / remove use of sys/ioctl.hDaniel P. Berrangé2020-01-171-1/+3
* util: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-3/+2
* Use g_autoptr instead of VIR_AUTOPTRJán Tomko2019-10-161-9/+9
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-19/+19
* util: use G_GNUC_UNUSEDJán Tomko2019-10-151-6/+6
* build: remove use of usleep gnulib module in favour of g_usleepDaniel P. Berrangé2019-10-141-1/+1
* Revert "Include unistd.h directly by files using it"Peter Krempa2019-04-101-1/+0
* Include unistd.h directly by files using itPeter Krempa2019-04-101-0/+1
* util: Don't include 'viralloc.h' into other header filesPeter Krempa2019-04-101-0/+1
* virnetdevip: Avoid cast align warningJán Tomko2019-01-151-0/+2
* util: make forgotten changes suggested during review of commit d40b820cLaine Stump2019-01-141-6/+6
* util: check accept_ra for all nexthop interfaces of multipath routesv5.0.0-rc2Laine Stump2019-01-111-0/+37
* util: use nlmsg_find_attr() instead of an open-coded loopv5.0.0-rc1Laine Stump2019-01-101-30/+23
* util: add a function to insert new interfaces to IPv6CheckForwarding listLaine Stump2019-01-101-9/+20
* util: remove const specifier from nlmsghdr arg to virNetlinkDumpCallback()Laine Stump2019-01-101-1/+1
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-4/+0
* Fix minor typos in messages and docsYuri Chornoivan2018-12-051-1/+1
* util: Fix misaligned arguments and misaligned conditions for [if|while|...]Shi Lei2018-09-241-5/+6
* util: netdevip: Fix a memleak in virNetDevIPRouteAddShi Lei2018-09-071-1/+1
* util: netdevip: use VIR_AUTOPTR for aggregate typesSukrit Bhatnagar2018-08-131-77/+48
* virnetdevip: Free data.devices in virNetDevIPCheckIPv6Forwarding() tooMichal Privoznik2018-08-131-2/+1
* util: netdevip: use VIR_AUTOFREE instead of VIR_FREE for scalar typesSukrit Bhatnagar2018-08-071-64/+34
* util: netdevip: define cleanup function using VIR_DEFINE_AUTOPTR_FUNCSukrit Bhatnagar2018-08-071-1/+0
* util: netdevip: Introduce virNetDevIPAddrFree helperSukrit Bhatnagar2018-08-071-0/+6
* IPv6 route check: list devices only onceCédric Bosdonnat2017-04-261-1/+9
* util: check ifa_addr pointer before accessing its elementsPavel Hrdina2017-04-211-1/+6
* virNetDevIPCheckIPv6ForwardingCallback fixesCédric Bosdonnat2017-04-031-4/+13
* util: use AF_UNIX family (not AF_PACKET) for ioctl socketsLaine Stump2017-03-221-1/+1
* network: check accept_ra before enabling ipv6 forwardingCédric Bosdonnat2017-03-221-0/+158
* util: reset the counters to zeroMarc Hartmayer2017-02-091-0/+2
* util: support setting peer for virNetDevIPInfo addressesLaine Stump2016-07-011-1/+1
* util: new function virNetDevIPInfoAddToDevLaine Stump2016-07-011-0/+60
* Revert "util: new function virNetDevIPInfoAddToDev"Ján Tomko2016-06-271-60/+0
* Revert "util: support setting peer for virNetDevIPInfo addresses"Ján Tomko2016-06-271-1/+1
* Clean up after virNetDevIP creationAndrea Bolognani2016-06-271-2/+2