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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: add internal _nla_len() helper
Thomas Haller
2024-05-29
1
-0/+8
*
format: reformat "include/base/nl-base-utils.h"
Thomas Haller
2024-05-29
1
-4/+1
*
route: move "struct rtnl_nexthop" to "nl-priv-dynamic-route"
Thomas Haller
2024-05-17
1
-0/+15
*
route: expose nexthop id attribute
Jonas Gorski
2024-05-17
1
-0/+2
*
nexthop: add a identical helper function
Jonas Gorski
2024-05-14
1
-0/+3
*
utils: reserve the nl_has_capabiliy numbers for releases 3.10 - 3.12
Thomas Haller
2024-05-07
1
-0/+18
*
cache: use cleanup attribute in nl_cache_mngr_alloc_ex()
Thomas Haller
2024-05-06
1
-0/+6
*
cache: cleanup nl_cache_mngr_alloc_ex()
Thomas Haller
2024-05-06
1
-4/+3
*
cache: allow to allocate cache manager with custom refill socket
Ilya A. Evenbach
2024-05-06
1
-2/+7
*
include: add _NL_NO_WARN_DEPRECATED_HEADER for suppressing warning about depr...
Thomas Haller
2024-05-06
4
-0/+8
*
core: always define statements for NL_DBG()
Thomas Haller
2024-04-22
1
-8/+3
*
build: always define NL_DEBUG
Thomas Haller
2024-04-22
1
-1/+1
*
all: use defines for attributes
Thomas Haller
2024-04-22
1
-2/+2
*
route: add support for layer 3 filtering on bridges
Cordell O'Leary
2024-04-03
1
-0/+6
*
tests: add test for bridge vlan attributes.
Cordell O'Leary
2024-02-29
1
-0/+4
*
route: add support for vlan filtering on bridge ports.
Cordell O'Leary
2024-02-29
2
-0/+10
*
route: Add support to set ageing time for dynamic bridge table entries
Cordell O'Leary
2024-02-29
1
-0/+5
*
libnl-3.9.0 release
libnl3_9_0
Thomas Haller
2023-12-04
1
-0/+6
*
include/linux-private: import 'seg6 local' headers from kernel tree
Konstantin Kogdenko
2023-12-04
4
-0/+257
*
xfrm: fix leaking usertemplate in xfrmnl_sp_parse()
Thomas Haller
2023-12-04
1
-0/+7
*
route/cls: add get/take wrappers for rtnl_act_append()
Thomas Haller
2023-12-01
1
-3/+26
*
nl-aux-route: add cleanup macro for rtnl_act_put_all()
Thomas Haller
2023-12-01
1
-0/+5
*
base: add _NL_AUTO_DEFINE_FCN_INDIRECT0() macro
Thomas Haller
2023-12-01
1
-0/+8
*
base: don't use static array indices for buffer argument of _nl_inet_ntop()
Thomas Haller
2023-12-01
1
-2/+1
*
route/can: implement can_device_stats
Job Feikens
2023-12-01
1
-0/+3
*
include: add "nl-aux-xfrm" helpers
Thomas Haller
2023-11-29
2
-0/+44
*
nl-aux-core: add _nl_addr_build() helper
Thomas Haller
2023-11-29
1
-0/+7
*
nl-base-utils: add _nl_addr_family_to_size() helper
Thomas Haller
2023-11-29
1
-0/+11
*
route/link: add bonding interface options set rtnl apis
Lokesh Dhoundiyal
2023-10-30
1
-0/+3
*
libnl-3.8.0 release
libnl3_8_0
Thomas Haller
2023-08-29
1
-0/+6
*
lib: use getprotobyname_r(), getprotobynumber_r() if available
Thomas Haller
2023-08-18
1
-0/+4
*
route: fix documentation comment for nl_nh_group_info
Thomas Haller
2023-08-17
1
-2/+2
*
clang-format: reformat files with new format
Thomas Haller
2023-08-17
2
-222/+222
*
include/linux: add all linux headers that we use
Thomas Haller
2023-08-08
25
-0/+4266
*
include/linux: update all linux headers
Thomas Haller
2023-08-08
33
-157/+1974
*
include: add missing "extern "C"" specifier to public headers
Thomas Haller
2023-08-07
6
-0/+49
*
all: drop "extern "C"" from internal code
Thomas Haller
2023-08-07
2
-16/+0
*
include: fix headers "include/netlink/route/{netconf.h,route/qdisc/red.h}" to...
Thomas Haller
2023-08-07
2
-0/+3
*
route/nh: drop not implemented "nh" API from headers
Thomas Haller
2023-08-03
1
-5/+0
*
include: drop "netlink-private/netlink.h" and move declarations
Thomas Haller
2023-08-02
5
-244/+167
*
include: add "nl-default.h" header
Thomas Haller
2023-08-02
2
-2/+12
*
build: move "lib/defs.h" to "include/config.h"
Thomas Haller
2023-08-02
1
-1/+1
*
include: split and drop "netlink-private/types.h"
Thomas Haller
2023-08-02
6
-1469/+131
*
include: rename "nl-shared-core" to "nl-priv-dynamic-core"
Thomas Haller
2023-08-02
5
-4/+4
*
include: rename "nl-hidden-route" to "nl-priv-dynamic-route"
Thomas Haller
2023-08-02
2
-2/+2
*
include: rename "nl-intern-route" to "nl-priv-static-route"
Thomas Haller
2023-08-02
2
-2/+2
*
include: make "netlink/route/link/{inet,inet6}.h" self-contained
Thomas Haller
2023-08-02
2
-0/+2
*
lib: move "include/netlink-private/object-api" to include/nl-shared-core
Thomas Haller
2023-08-01
3
-2/+2
*
lib: move "include/netlink-private/cache-api" to include/nl-shared-core
Thomas Haller
2023-08-01
3
-1/+9
*
route: move "include/netlink-private/route/link/sriov.h" to lib/route/link-sr...
Thomas Haller
2023-08-01
2
-29/+1
[next]