summaryrefslogtreecommitdiff
path: root/src/util/virnetdevvportprofile.c
Commit message (Expand)AuthorAgeFilesLines
* util: Update format strings in translated messages (part 3)Jiri Denemark2023-04-011-23/+15
* Drop excess whitespace from error messagesJiri Denemark2023-04-011-2/+1
* conf: Rewrite virNetDevVPortProfileCopyMartin Kletzander2022-08-181-8/+10
* lib: Drop internal virXXXPtr typedefsMichal Privoznik2021-04-131-4/+4
* util: virnetlink: Add wrapper for 'nlmsg_alloc_simple'Peter Krempa2021-03-021-5/+1
* util: netdev: use g_new0Ján Tomko2020-10-061-5/+2
* build: eliminate useless WITH_VIRTUALPORT checkLaine Stump2020-10-011-4/+4
* util: vportprofile: remove unused constantsJán Tomko2020-08-031-4/+0
* Add a space before ending a commentJán Tomko2020-01-301-1/+1
* src: convert all code to use virsocket.hDaniel P. Berrangé2020-01-291-2/+1
* util: remove unneeded labelsDaniel Henrique Barboza2020-01-071-29/+23
* use g_ascii_isspace instead of c_isspace from gnulibPavel Hrdina2019-12-101-2/+1
* conf: return a const from virDomainNetGetActualVirtPortProfileLaine Stump2019-11-251-6/+6
* util: use g_strdup instead of VIR_STRDUPJán Tomko2019-10-211-4/+1
* util: use G_GNUC_UNUSEDJán Tomko2019-10-151-14/+14
* build: remove use of usleep gnulib module in favour of g_usleepDaniel P. Berrangé2019-10-141-1/+1
* util: add API for copying virtual port profile dataDaniel P. Berrangé2019-04-171-0/+16
* Always put _LAST enums on second line of VIR_ENUM_IMPLCole Robinson2019-04-111-2/+4
* Revert "Include unistd.h directly by files using it"Peter Krempa2019-04-101-2/+0
* Include unistd.h directly by files using itPeter Krempa2019-04-101-0/+2
* Use NULLSTR_EMPTYJán Tomko2019-02-141-2/+2
* Require a semicolon for VIR_ENUM_IMPL callsCole Robinson2019-02-031-2/+4
* Remove all Author(s): lines from source file headersDaniel P. Berrangé2018-12-131-4/+0
* util: Fix misaligned arguments and misaligned conditions for [if|while|...]Shi Lei2018-09-241-12/+12
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-2/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* src: fix incorrect indentation in function body by checking first lineShi Lei2018-09-171-1/+1
* src: Make virStr*cpy*() functions return an intAndrea Bolognani2018-07-231-3/+3
* util: handle missing switch enum casesDaniel P. Berrangé2018-02-211-1/+9
* util: move virNetDevLinkDump to virnetlink.cLaine Stump2016-06-261-2/+2
* util: clean up and expand 802.1QbX negotiation loggingLaine Stump2016-02-141-9/+51
* util: eliminate bogus error log in virNetDevVPortProfileGetStatusLaine Stump2016-01-111-8/+16
* util: add missing newlineLaine Stump2016-01-081-2/+3
* util: improve error reporting in virNetDevVPortProfileGetStatusLaine Stump2016-01-041-4/+35
* docs: schema and docs for the midonet virtualport typeAntoni Segura Puimedon2015-03-171-0/+5
* util: functions to support binding/unbinding midonet virtualportsAntoni Segura Puimedon2015-03-171-1/+2
* util: eliminate "use after free" in callers of virNetDevLinkDumpLaine Stump2014-10-261-5/+12
* maint: use consistent if-else braces in remaining spotsEric Blake2014-09-041-1/+2
* Fix build wihout macvtap or virtualportJán Tomko2014-05-061-2/+2
* util: use typedefs for enums in "src/util/" directoryJulio Faracco2014-05-051-2/+2
* Indent top-level labels by one space in src/util/Ján Tomko2014-03-251-8/+8
* Use K&R style for curly braces in src/util/Martin Kletzander2014-03-201-2/+3
* Add virLogSource variables to all source filesDaniel P. Berrange2014-03-181-0/+2
* maint: fix comma style issues: utilEric Blake2013-11-201-1/+1
* maint: avoid 'const fooPtr' in virnet filesEric Blake2013-10-141-14/+14
* Move virNetDevVPort enum impl into virnetdevvportprofile.cDaniel P. Berrange2013-10-111-0/+6
* maint: fix typo for 'switch'Eric Blake2013-08-151-2/+2
* Convert 'int i' to 'size_t i' in src/util/ filesDaniel P. Berrange2013-07-101-1/+1
* Adapt to VIR_ALLOC and virAsprintf in src/util/*Michal Privoznik2013-07-101-3/+1
* portability: use net/if.h instead of linux/if.hRoman Bogorodskiy2013-06-141-1/+1