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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
include: rename "nl-hidden-route" to "nl-priv-dynamic-route"
Thomas Haller
2023-08-02
9
-9/+9
|
*
include: rename "nl-intern-route" to "nl-priv-static-route"
Thomas Haller
2023-08-02
5
-5/+5
|
*
genl: rename private header "nl-priv-genl.h" to "nl-genl.h"
Thomas Haller
2023-08-02
7
-6/+6
|
*
include: make "netlink/route/link/{inet,inet6}.h" self-contained
Thomas Haller
2023-08-02
2
-0/+2
|
/
*
route/tc: avoid unalinged access in rtnl_tc_msg_parse()
Thomas Haller
2023-08-02
1
-14/+15
*
add support for TC action statistics
Davide Caratti
2023-08-02
1
-0/+46
*
include: merge branch 'th/move-private-headers-2'
Thomas Haller
2023-08-01
73
-251/+243
|
\
|
*
lib: move "include/netlink-private/object-api" to include/nl-shared-core
Thomas Haller
2023-08-01
5
-4/+4
|
*
lib: move "include/netlink-private/cache-api" to include/nl-shared-core
Thomas Haller
2023-08-01
6
-5/+11
|
*
route: move "include/netlink-private/route/link/sriov.h" to lib/route/link-sr...
Thomas Haller
2023-08-01
6
-5/+5
|
*
lib: move "include/netlink-private/socket.h" to lib/nl-core.h
Thomas Haller
2023-08-01
5
-15/+9
|
*
route: move "include/netlink-private/route/nexthop-encap.h" to lib/route
Thomas Haller
2023-08-01
8
-7/+9
|
*
route: merge "include/netlink-private/tc.h" to lib/route/tc-api.h
Thomas Haller
2023-08-01
47
-95/+33
|
*
route: move rtnl_tc_build_rate_table() to "tc-api.h"
Thomas Haller
2023-08-01
3
-5/+5
|
*
route: move "include/netlink-private/route/tc-api.h" to lib/route
Thomas Haller
2023-08-01
38
-44/+81
|
*
route: move hidden symbols from "include/netlink-private/route/tc-api.h"
Thomas Haller
2023-08-01
9
-75/+87
|
*
build: don't add lib/route to include directory for all libs
Thomas Haller
2023-08-01
1
-3/+6
|
/
*
include: merge branch 'th/move-private-headers-1'
Thomas Haller
2023-07-31
90
-208/+332
|
\
|
*
include: move "include/netlink-private/route/link/api.h" to lib/route
Thomas Haller
2023-07-31
32
-31/+59
|
*
include: move "include/netlink-private/route/utils.h" to nl-intern-route
Thomas Haller
2023-07-31
5
-5/+12
|
*
include: move "include/netlink-private/route/mpls.h" to "lib/mpls.h"
Thomas Haller
2023-07-31
5
-4/+6
|
*
genl: add comment about wrongly exported symbol genl_resolve_id()
Thomas Haller
2023-07-31
2
-0/+2
|
*
include: move "include/netlink-private/genl.h" to "lib/genl/nl-priv-genl.h"
Thomas Haller
2023-07-31
7
-6/+6
|
*
nl-aux: add "include/nl-aux-{core,route}" headers
Thomas Haller
2023-07-31
17
-45/+102
|
*
base: move "netlink-private/utils.h" to "base/nl-base-utils.h"
Thomas Haller
2023-07-31
44
-45/+60
|
*
include/utils: move nl-auto base defines to "utils.h"
Thomas Haller
2023-07-31
3
-30/+32
|
*
clang-format: reformat "include/netlink-private/nl-auto.h"
Thomas Haller
2023-07-31
2
-37/+48
|
/
*
route: cleanup ATTR_DIFF() macros
Thomas Haller
2023-07-31
2
-36/+36
*
route/nexthop: merge branch 'zstas:main'
Thomas Haller
2023-07-31
16
-38/+1154
|
\
|
*
cli: add nl-nh-list utility
Stanislav Zaikin
2023-07-31
6
-0/+178
|
*
route: add nh type
Stanislav Zaikin
2023-07-31
6
-0/+669
|
*
neigh: add support of NHID attribute
Stanislav Zaikin
2023-07-31
4
-0/+35
|
*
include: import kernel headers "linux/{neighbour,nexthop,rtnetlink}.h"
Stanislav Zaikin
2023-07-31
4
-38/+272
|
/
*
utils: add static-assert for signedness of arguments of _NL_CMP_DIRECT() macro
Thomas Haller
2023-07-31
1
-0/+2
*
cli: use <netlink-private/utils.h> in cli and _nl_{init,exit}
Thomas Haller
2023-07-28
10
-20/+40
*
lib: use _nl_{init,exit} instead of __{init,exit}
Thomas Haller
2023-07-28
87
-167/+164
*
include/private: add _nl_init/_nl_exit macros
Thomas Haller
2023-07-28
1
-0/+2
*
include/private: drop unused __deprecated macro
Thomas Haller
2023-07-28
1
-2/+0
*
all: use "_nl_packed" macro instead of "__attribute__((packed))"
Thomas Haller
2023-07-28
5
-5/+5
*
all: rework ATTR_DIFF() macros to not generate attribute names
Thomas Haller
2023-07-28
24
-450/+483
*
all: merge branch 'th/add-cmp-macros'
Thomas Haller
2023-07-28
10
-159/+434
|
\
|
*
lib: handle negative and zero size in nla_memcpy()
Thomas Haller
2023-07-28
1
-2/+5
|
*
include: drop now unused min()/max()/min_t()/max_t() macros
Thomas Haller
2023-07-28
1
-17/+0
|
*
all: use _NL_{MIN,MAX}() macros
Thomas Haller
2023-07-28
6
-8/+8
|
*
utils: add various helpers to "include/netlink-private/utils.h"
Thomas Haller
2023-07-28
1
-11/+299
|
*
style: format "include/netlink-private/utils.h" with clang-format
Thomas Haller
2023-07-28
3
-122/+123
|
/
*
tools: improve failure message with "tools/clang-format.sh -n"
Thomas Haller
2023-07-27
1
-1/+3
*
github: fix format checking with clang-format
Thomas Haller
2023-07-27
1
-1/+1
*
route/trivial: sort entries in "libnl-route-3.sym" asciibetically
Thomas Haller
2023-07-27
1
-2/+2
*
route/bond: Add support for link_info for bond
Mallikarjun Nemagoudar
2023-07-27
3
-4/+108
[prev]
[next]