summaryrefslogtreecommitdiff
path: root/src/util/virnetlink.h
Commit message (Expand)AuthorAgeFilesLines
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-2/+1
* util: virnetlink: Add wrapper for 'nlmsg_alloc_simple'Peter Krempa2021-03-021-0/+4
* netlink: Introduce a helper function to simplify netlink functionsShi Lei2021-01-151-2/+2
* netlink: Minor changes for macros NETLINK_MSG_[NEST_START|NEST_END|PUT]Shi Lei2021-01-151-23/+0
* util:netlink: Enable virNetlinkNewLink to support vethShi Lei2020-12-161-0/+1
* util: remove extraneous defined(__linux__) when checking for WITH_LIBNLLaine Stump2020-10-011-2/+2
* lib: Prefer WITH_* prefix for #if conditionalsMichal Privoznik2020-09-021-1/+1
* m4: virt-libnl: drop libnl-1.0 supportPavel Hrdina2019-10-231-8/+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-1/+1
* Use G_GNUC_WARN_UNUSED_RESULT instead of ATTRIBUTE_RETURN_CHECKJán Tomko2019-10-151-1/+1
* util: netlink: use #pragma once in headersJonathon Jongsma2019-06-191-20/+17
* util: Don't include 'viralloc.h' into other header filesPeter Krempa2019-04-101-1/+0
* 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-1/+1
* util: remove const specifier from nlmsghdr arg to virNetlinkDumpCallback()Laine Stump2019-01-101-1/+1
* Enforce a standard header file guard symbol nameDaniel P. Berrangé2018-12-141-3/+3
* util: netlink: Add some wrapper macros to get rid of redundancyShi Lei2018-09-121-0/+23
* util: netlink: Introduce virNetlinkNewLink helperShi Lei2018-09-121-0/+13
* Fix build on non-linux platforms after another VIR_AUTOPTR patchesErik Skultety2018-08-141-4/+3
* util: netlink: define cleanup function using VIR_DEFINE_AUTOPTR_FUNCSukrit Bhatnagar2018-08-131-0/+5
* util: introduce virNetlinkGetNeighbor to get neighbor table entryChen Hanxiao2018-03-151-0/+2
* util: add virNetlinkDumpCommand()Cédric Bosdonnat2017-03-221-0/+9
* util: move virNetDevLinkDump to virnetlink.cLaine Stump2016-06-261-0/+5
* util: fallback to ioctl(SIOCBRDELBR) if netlink RTM_DELLINK failsLaine Stump2015-08-281-1/+4
* util: netlink function to delete any network deviceLaine Stump2015-03-261-1/+2
* virNetDevSetIPv4Address: libnl implementationCédric Bosdonnat2015-01-051-0/+2
* maint: avoid 'const fooPtr' in virnet filesEric Blake2013-10-141-3/+5
* maint: don't use config.h in .h filesEric Blake2013-06-051-2/+1
* Avoid casts between unsigned char * and struct nlmsghdrDaniel P. Berrange2013-04-081-2/+7
* maint: fix up copyright notice inconsistenciesEric Blake2012-09-201-1/+1
* build: define 'inline' iff HAVE_LIBNL1Michal Privoznik2012-08-281-2/+6
* build: work with older libnl1 headersEric Blake2012-08-271-0/+4
* Introduce virNetlinkEventServiceStopAll() to stop all netlink services.Tang Chen2012-08-221-0/+5
* Improve netlink to support all protocol.Tang Chen2012-08-221-7/+10
* build: fix PROBE() usage of intptr_tEric Blake2012-08-091-2/+0
* Desert the FSF address in copyrightOsier Yang2012-07-231-2/+2
* Convert 'raw MAC address' usages to use virMacAddrStefan Berger2012-07-171-3/+4
* build: fix virnetlink on glibc 2.11Eric Blake2012-05-181-0/+2
* util: function to get local nl_pid used by netlink event socketLaine Stump2012-05-071-0/+5
* util: allow specifying both src and dst pid in virNetlinkCommandLaine Stump2012-05-071-1/+1
* util: fix libvirtd startup failure due to netlink errorLaine Stump2012-05-071-1/+4
* util: support functions for mac/portprofile associations on hostdevRoopa Prabhu2012-03-061-0/+1
* util: Add netlink event handling to virnetlink.cD. Herrendoerfer2012-02-291-0/+33
* util: rename netlink.[ch] to virnetlink.[ch]D. Herrendoerfer2012-02-031-0/+39