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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/xfrm: use thread-safe gmtime_r() instead of gmtime()
Thomas Haller
2023-08-18
3
-6/+9
*
lib: use getprotobyname_r(), getprotobynumber_r() if available
Thomas Haller
2023-08-18
1
-8/+59
*
lib: fix error handling in nl_str2ip_proto()
Thomas Haller
2023-08-18
1
-1/+1
*
clang-format: reformat files with new format
Thomas Haller
2023-08-17
3
-25/+25
*
include: use <linux/$file> instead of <linux-private/linux/$file>
Thomas Haller
2023-08-08
54
-64/+64
*
include/linux: update all linux headers
Thomas Haller
2023-08-08
1
-2/+3
*
all: drop "extern "C"" from internal code
Thomas Haller
2023-08-07
3
-24/+0
*
include: don't explicitly include headers from "nl-default.h"
Thomas Haller
2023-08-03
8
-13/+0
*
include: include private linux headers with explicit path
Thomas Haller
2023-08-03
52
-63/+68
*
include: drop "netlink-private/netlink.h" and move declarations
Thomas Haller
2023-08-02
136
-253/+179
*
all: cleanup includes and use "nm-default.h"
Thomas Haller
2023-08-02
141
-189/+571
*
include: add "nl-default.h" header
Thomas Haller
2023-08-02
1
-1/+1
*
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
111
-37/+1491
*
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
5
-4/+4
*
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
*
route: move "include/netlink-private/route/link/sriov.h" to lib/route/link-sr...
Thomas Haller
2023-08-01
3
-2/+30
*
lib: move "include/netlink-private/socket.h" to lib/nl-core.h
Thomas Haller
2023-08-01
3
-2/+21
*
route: move "include/netlink-private/route/nexthop-encap.h" to lib/route
Thomas Haller
2023-08-01
5
-4/+42
*
route: merge "include/netlink-private/tc.h" to lib/route/tc-api.h
Thomas Haller
2023-08-01
44
-45/+33
*
route: move rtnl_tc_build_rate_table() to "tc-api.h"
Thomas Haller
2023-08-01
1
-0/+4
*
route: move "include/netlink-private/route/tc-api.h" to lib/route
Thomas Haller
2023-08-01
33
-32/+121
*
include: move "include/netlink-private/route/link/api.h" to lib/route
Thomas Haller
2023-07-31
30
-29/+251
*
include: move "include/netlink-private/route/utils.h" to nl-intern-route
Thomas Haller
2023-07-31
1
-1/+1
*
include: move "include/netlink-private/route/mpls.h" to "lib/mpls.h"
Thomas Haller
2023-07-31
3
-2/+19
*
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
5
-4/+20
*
nl-aux: add "include/nl-aux-{core,route}" headers
Thomas Haller
2023-07-31
6
-6/+15
*
base: move "netlink-private/utils.h" to "base/nl-base-utils.h"
Thomas Haller
2023-07-31
34
-34/+34
*
route: cleanup ATTR_DIFF() macros
Thomas Haller
2023-07-31
2
-36/+36
*
route: add nh type
Stanislav Zaikin
2023-07-31
1
-0/+568
*
neigh: add support of NHID attribute
Stanislav Zaikin
2023-07-31
1
-0/+29
*
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
86
-164/+164
*
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
23
-447/+480
*
lib: handle negative and zero size in nla_memcpy()
Thomas Haller
2023-07-28
1
-2/+5
*
all: use _NL_{MIN,MAX}() macros
Thomas Haller
2023-07-28
6
-8/+8
*
route/bond: Add support for link_info for bond
Mallikarjun Nemagoudar
2023-07-27
1
-4/+103
*
lib: accept NULL argument in nla_nest_cancel() for robustness
Thomas Haller
2023-07-26
1
-0/+9
*
macsec: Drop offload capability validation check
Emeel Hakim
2023-07-26
1
-3/+0
*
bridge: fix bridge info parsing
Stanislav Zaikin
2023-07-24
1
-0/+1
*
route/link: prevent segfault in af_request_type()
Thorben Römer
2023-07-24
1
-1/+1
*
docs: rtnl_link_put() 'releases' instead of 'returns'
Antonio Prcela
2023-07-24
1
-1/+1
*
route/link: improve handling of IFLA_INET6_CONF
Thomas Haller
2023-07-24
1
-7/+12
*
route/link: remove rtnl_link_inet6_set_conf() API
Thomas Haller
2023-07-24
1
-28/+0
*
route/link: various fixes for rtnl_link_inet6_get_conf() API
Thomas Haller
2023-07-24
1
-2/+2
[next]