summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libnl-3.5.0 releaselibnl3_5_0Thomas Haller2019-09-014-3/+9
* route/qdisc: merge branch 'd0u9/htb_64'Thomas Haller2019-09-017-62/+166
|\
| * route/qdisc: adjust API for 64 bit rate/ceil support for htb classThomas Haller2019-09-0110-93/+177
| * Add 64bit rate/ceil support for htb classd0u92019-09-017-34/+54
|/
* route/xfrmi: merge branch 'ebirger/add-xfrmi-support'Thomas Haller2019-09-017-4/+464
|\
| * route/trivial: sort entries in "libnl-route-3.sym" asciibeticallyThomas Haller2019-09-011-3/+3
| * xfrmi: return error code from getters for XFRM linksThomas Haller2019-09-012-15/+22
| * xfrmi: introduce XFRM interfaces supportEyal Birger2019-09-017-0/+453
| * doc/route: fix example code commentsEyal Birger2019-09-011-4/+4
|/
* lib: fix error code from nfnl_exp_build_message()Thomas Haller2019-08-271-0/+2
* lib: accept %NULL arguments for nl_addr_cmp()Thomas Haller2019-08-271-1/+9
* idiag: workaround and add comment about idiagnl_send_simple() only handling 8...Thomas Haller2019-08-262-2/+13
* Sync linux headers to 4.19.66Michael Forney2019-08-2647-193/+1446
* all: merge branch 'michaelforney/portability'Thomas Haller2019-08-1628-61/+67
|\
| * route: Remove stray `;` at top-levelMichael Forney2019-08-162-4/+5
| * all: Use __typeof__ instead of typeofMichael Forney2019-08-164-17/+17
| * lib: Don't omit second operand to `?` operatorMichael Forney2019-08-164-4/+8
| * lib: Don't return expression in function returning voidMichael Forney2019-08-162-2/+2
| * all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-1617-29/+30
| * dbg: Use __func__ instead of __PRETTY_FUNCTION__Michael Forney2019-08-163-5/+5
|/
* lib/genl: fix allocating buffer of too small size in cmd_msg_parser()Thomas Haller2019-08-151-1/+1
* Add SPDX identifiersYegor Yefremov2019-08-12127-0/+127
* all: merge branch 'th/add-utils-and-various-cleanup'Thomas Haller2019-08-097-109/+327
|\
| * genl: reject invalid group names in genl_family_add_grp()Thomas Haller2019-08-091-3/+9
| * route/tc: ensure not string truncation in rtnl_tc_set_kind()Thomas Haller2019-08-091-1/+8
| * route/inet6: fix strncpy() in inet6_dump_details()Thomas Haller2019-08-091-12/+13
| * xfrm: fix memory corruption (dangling pointer) when when setting xfrmnl_saThomas Haller2019-08-091-71/+74
| * travis: build tests with NL_MORE_ASSERTS enabledThomas Haller2019-08-091-0/+2
| * travis: enable -Wvla compiler warning in testsThomas Haller2019-08-091-1/+1
| * lib/genl: avoid VLA in cmd_msg_parser()Thomas Haller2019-08-091-20/+26
| * utils: add internal helper macros for cleanupThomas Haller2019-08-091-1/+194
|/
* all: merge branch 'coverity-fixes'Thomas Haller2019-08-083-6/+20
|\
| * link/sriov: fix memleak in rtnl_link_sriov_clone()Thomas Haller2019-08-081-6/+18
| * route: fix strncpy() warning from coverity about unterminated stringThomas Haller2019-08-082-0/+2
|/
* Add CTA_LABELS and CTA_LABELS_MASK to ctattr_type according to the new kernelxinbao2019-08-071-0/+2
* attr: mark nested attributes as NLA_F_NESTEDThomas Haller2019-08-071-1/+1
* doc: fix typos in example in documentationThomas Haller2019-08-071-1/+1
* tests: use nl_send_auto() instead of deprecated nl_send_auto_complete() in te...Byeonggon Lee2019-08-071-1/+1
* route/link: merge branch 'toanju/link-slave-kind'Thomas Haller2019-03-074-10/+82
|\
| * route/link: avoid dangling pointer in rtnl_link_set_slave_type()Thomas Haller2019-03-071-11/+11
| * route/link: expose IFLA_INFO_SLAVE_KINDTobias Jungel2018-10-224-10/+82
|/
* route/macvlan: style fixes in "lib/route/link/macvlan.c"Thomas Haller2018-10-101-56/+56
* link: macvlan fixesWang Jian2018-10-101-11/+12
* nla_ok: fix overrun in attribute iteration.Patrick Havelange2018-10-101-1/+1
* route/cls: fix potential memory leakIlya Pronin2018-10-102-2/+10
* route/act: merge branch 'westermo/act-vlan'Thomas Haller2018-10-106-0/+526
|\
| * route/act: return error code from act-vlan gettersThomas Haller2018-10-102-25/+35
| * route/act: style fixes in "lib/route/act/vlan.c"Thomas Haller2018-10-103-91/+90
| * route:act: add vlan actionVolodymyr Bendiuga2018-10-105-0/+477
| * include: import tc_vlan.hVolodymyr Bendiuga2018-10-102-0/+40
|/