index
:
libnl.git
cache-nonexcl-route
main
th/pr/338
th/test-routes
th/tmp
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile.am
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: test compiling all public headers with C++ compiler
Thomas Haller
2024-05-06
1
-0/+19
*
tests: don't use $COMPILE for building header tests
Thomas Haller
2024-05-06
1
-1/+1
*
include: add _NL_NO_WARN_DEPRECATED_HEADER for suppressing warning about depr...
Thomas Haller
2024-05-06
1
-1/+1
*
tests: avoid "-Wunused-parameter" warning in build headers test
Thomas Haller
2024-05-06
1
-1/+1
*
include/linux-private: import 'seg6 local' headers from kernel tree
Konstantin Kogdenko
2023-12-04
1
-0/+4
*
include: add "nl-aux-xfrm" helpers
Thomas Haller
2023-11-29
1
-0/+1
*
build: fix declaring special targets as ".PHONY"
Thomas Haller
2023-08-31
1
-2/+6
*
Makefile.am: avoid use of non-portable echo arguments
main
Sam James
2023-08-31
1
-1/+1
*
include/linux: add all linux headers that we use
Thomas Haller
2023-08-08
1
-0/+25
*
build: add "check-local-build-headers" test target to build public headers
Thomas Haller
2023-08-07
1
-0/+35
*
build: add a "check-local" build target
Thomas Haller
2023-08-07
1
-0/+3
*
build: cleanup default include list in Makefile.am
Thomas Haller
2023-08-03
1
-12/+13
*
python: add make target for python build
Thomas Haller
2023-08-03
1
-0/+4
*
python: drop unused "python/netlink/fixes.h"
Thomas Haller
2023-08-03
1
-1/+0
*
include: drop "netlink-private/netlink.h" and move declarations
Thomas Haller
2023-08-02
1
-1/+0
*
include: add "nl-default.h" header
Thomas Haller
2023-08-02
1
-0/+1
*
include: split and drop "netlink-private/types.h"
Thomas Haller
2023-08-02
1
-3/+7
*
include: rename "nl-shared-core" to "nl-priv-dynamic-core"
Thomas Haller
2023-08-02
1
-2/+2
*
include: rename "nl-hidden-route" to "nl-priv-dynamic-route"
Thomas Haller
2023-08-02
1
-1/+1
*
include: rename "nl-intern-route" to "nl-priv-static-route"
Thomas Haller
2023-08-02
1
-1/+1
*
genl: rename private header "nl-priv-genl.h" to "nl-genl.h"
Thomas Haller
2023-08-02
1
-1/+1
*
lib: move "include/netlink-private/object-api" to include/nl-shared-core
Thomas Haller
2023-08-01
1
-1/+1
*
lib: move "include/netlink-private/cache-api" to include/nl-shared-core
Thomas Haller
2023-08-01
1
-1/+1
*
route: move "include/netlink-private/route/link/sriov.h" to lib/route/link-sr...
Thomas Haller
2023-08-01
1
-1/+1
*
lib: move "include/netlink-private/socket.h" to lib/nl-core.h
Thomas Haller
2023-08-01
1
-1/+1
*
route: move "include/netlink-private/route/nexthop-encap.h" to lib/route
Thomas Haller
2023-08-01
1
-1/+1
*
route: merge "include/netlink-private/tc.h" to lib/route/tc-api.h
Thomas Haller
2023-08-01
1
-1/+0
*
route: move "include/netlink-private/route/tc-api.h" to lib/route
Thomas Haller
2023-08-01
1
-2/+2
*
route: move hidden symbols from "include/netlink-private/route/tc-api.h"
Thomas Haller
2023-08-01
1
-0/+1
*
build: don't add lib/route to include directory for all libs
Thomas Haller
2023-08-01
1
-3/+6
*
include: move "include/netlink-private/route/link/api.h" to lib/route
Thomas Haller
2023-07-31
1
-1/+1
*
include: move "include/netlink-private/route/utils.h" to nl-intern-route
Thomas Haller
2023-07-31
1
-3/+3
*
include: move "include/netlink-private/route/mpls.h" to "lib/mpls.h"
Thomas Haller
2023-07-31
1
-1/+1
*
include: move "include/netlink-private/genl.h" to "lib/genl/nl-priv-genl.h"
Thomas Haller
2023-07-31
1
-1/+1
*
nl-aux: add "include/nl-aux-{core,route}" headers
Thomas Haller
2023-07-31
1
-1/+2
*
base: move "netlink-private/utils.h" to "base/nl-base-utils.h"
Thomas Haller
2023-07-31
1
-1/+1
*
cli: add nl-nh-list utility
Stanislav Zaikin
2023-07-31
1
-0/+5
*
route: add nh type
Stanislav Zaikin
2023-07-31
1
-0/+2
*
include: import kernel headers "linux/{neighbour,nexthop,rtnetlink}.h"
Stanislav Zaikin
2023-07-31
1
-0/+1
*
bridge: extend libnl with options needed for VLAN aware forwarding
Robert Dabrowski
2022-08-24
1
-0/+1
*
bridge: Add support for link_info of a bridge
Langer, Thomas
2022-08-24
1
-0/+1
*
route: format recently added code with clang-format
Thomas Haller
2022-05-27
1
-1/+1
*
route/act: add NAT action
Magnus Öberg
2022-05-27
1
-0/+3
*
build: avoid building check-direct with --disable-static
Thomas Haller
2022-04-15
1
-0/+2
*
tests: add new "netns" test suite
Thomas Haller
2022-03-16
1
-1/+2
*
tests: refactor tests and add n-test-util helper library
Thomas Haller
2022-03-16
1
-12/+32
*
build: add "check-progs" make target to build unit tests
Thomas Haller
2022-03-16
1
-0/+8
*
route/cls: add flower classifier
Volodymyr Bendiuga
2022-03-15
1
-0/+2
*
build: sort file names in Makefile.am
Thomas Haller
2022-03-14
1
-2/+2
*
mdb: support bridge multicast database notification
Rubens Figueiredo
2022-03-14
1
-0/+3
[next]