summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* build: avoid building check-direct with --disable-staticThomas Haller2022-04-151-0/+2
* tests: add new "netns" test suiteThomas Haller2022-03-161-1/+2
* tests: refactor tests and add n-test-util helper libraryThomas Haller2022-03-161-12/+32
* build: add "check-progs" make target to build unit testsThomas Haller2022-03-161-0/+8
* route/cls: add flower classifierVolodymyr Bendiuga2022-03-151-0/+2
* build: sort file names in Makefile.amThomas Haller2022-03-141-2/+2
* mdb: support bridge multicast database notificationRubens Figueiredo2022-03-141-0/+3
* ip6vti: Add IPv6 VTI supportThomas Winter2022-03-111-0/+2
* build: sort files in Makefile.amThomas Haller2022-03-101-4/+4
* route/link: add support for team deviceJonas Johansson2022-03-101-0/+2
* route/link: Add IPv6 GRE supportScott Parlane2022-03-091-0/+2
* tests: add "check-direct" testThomas Haller2020-04-161-0/+25
* route: add "netlink-private/route/utils.h" headerThomas Haller2020-04-161-0/+1
* lib: add "include/netlink-private/nl-auto.h" headerThomas Haller2020-04-151-0/+1
* xfrmi: introduce XFRM interfaces supportEyal Birger2019-09-011-0/+5
* Sync linux headers to 4.19.66Michael Forney2019-08-261-1/+0
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-161-0/+1
* route:act: add vlan actionVolodymyr Bendiuga2018-10-101-0/+2
* include: import tc_vlan.hVolodymyr Bendiuga2018-10-101-0/+1
* build: cleanup Makefile.amThomas Haller2018-10-081-52/+82
* route:qdisc: add MQPRIO QdiscVolodymyr Bendiuga2018-07-261-0/+2
* Add support for cloning cgroup filter object.d0u92018-06-251-1/+2
* route:cls: add matchall classifierVolodymyr Bendiuga2018-04-111-1/+3
* build: sort entries in Makefile.am and .gitignore by nameThomas Haller2018-04-061-22/+24
* add demo program for listen conntrack eventsLukáš Karas2018-04-061-0/+3
* lib/rtnl: rename public define RTNL_GENEVE_ID_MAXThomas Haller2018-02-121-2/+2
* link: add Geneve support.Wang Jian2018-02-121-1/+6
* tests: Add test to {de}activate loopback interfaceMarcos Paulo de Souza2018-01-161-1/+4
* build: add missing headers for issue #152Jeroen Roovers2017-09-211-1/+4
* build: add new include/netlink-private/route/*.h files to Makefile.amThomas Haller2017-08-181-0/+2
* route: Add support for MPLS encapDavid Ahern2017-08-181-0/+1
* route: Add support for lwtunnel encapsulationsDavid Ahern2017-08-181-0/+1
* addr: Add implementations for mpls_ntop and mpls_ptonDavid Ahern2017-08-181-1/+2
* build: add include/linux-private/linux/mpls.h to Makefile.amThomas Haller2017-08-181-0/+1
* build: don't build cli libraries by defaultThomas Haller2017-05-121-1/+1
* route: Add support for netconfDavid Ahern2017-05-121-0/+2
* build: fix creating directories for generated sourcesThomas Haller2017-02-271-4/+4
* build: pass --disable-dependency-tracking to `make distcheck`Thomas Haller2017-02-271-0/+3
* build: ensure build directory for generated sources existThomas Haller2017-02-271-8/+8
* build: enable more warningsThomas Haller2017-02-271-1/+6
* all: enable -Wmissing-prototype warning for all componentsThomas Haller2017-02-271-2/+2
* build: move compiler warning flags to separate autoconf variableThomas Haller2017-02-271-4/+7
* build: enable building cli during testsThomas Haller2017-02-271-6/+15
* build: merge src/Makefile.am into top-level makefileThomas Haller2017-02-271-7/+175
* build: merge src/lib/Makefile.am into top-level makefileThomas Haller2017-02-271-5/+51
* build: merge tests/Makefile.am into top-level makefileThomas Haller2017-02-271-2/+128
* build: merge python/Makefile.am into top-level makefileThomas Haller2017-02-271-1/+39
* build: merge man/Makefile.am into top-level makefileThomas Haller2017-02-271-1/+10
* build: merge lib/Makefile.am into top-level makefileThomas Haller2017-02-271-2/+302
* build: merge include/Makefile.am into top-level makefileThomas Haller2017-02-271-2/+210