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
/
route
/
cls
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: fix and enable "-Wsign-compare" warning
Thomas Haller
2024-05-29
2
-2/+2
*
build: use AC_USE_SYSTEM_EXTENSIONS instead of defining _GNU_SOURCE
Thomas Haller
2024-05-29
1
-2/+3
*
all: use defines for attributes
Thomas Haller
2024-04-22
1
-1/+1
*
route/bison: include "nl-default.h" in lex/yacc files
Thomas Haller
2024-04-22
2
-1/+4
*
route/cls: add get/take wrappers for rtnl_act_append()
Thomas Haller
2023-12-01
4
-18/+13
*
route/cls: fix leak in error handling of rtnl_flower_append_action()
Thomas Haller
2023-12-01
1
-1/+5
*
include: use <linux/$file> instead of <linux-private/linux/$file>
Thomas Haller
2023-08-08
2
-2/+2
*
include: include private linux headers with explicit path
Thomas Haller
2023-08-03
2
-2/+3
*
include: drop "netlink-private/netlink.h" and move declarations
Thomas Haller
2023-08-02
15
-31/+15
*
all: cleanup includes and use "nm-default.h"
Thomas Haller
2023-08-02
13
-19/+62
*
include: split and drop "netlink-private/types.h"
Thomas Haller
2023-08-02
8
-0/+71
*
route: merge "include/netlink-private/tc.h" to lib/route/tc-api.h
Thomas Haller
2023-08-01
15
-17/+0
*
route: move "include/netlink-private/route/tc-api.h" to lib/route
Thomas Haller
2023-08-01
7
-7/+11
*
nl-aux: add "include/nl-aux-{core,route}" headers
Thomas Haller
2023-07-31
1
-1/+1
*
base: move "netlink-private/utils.h" to "base/nl-base-utils.h"
Thomas Haller
2023-07-31
2
-2/+2
*
lib: use _nl_{init,exit} instead of __{init,exit}
Thomas Haller
2023-07-28
11
-17/+17
*
all: use _NL_{MIN,MAX}() macros
Thomas Haller
2023-07-28
1
-1/+1
*
route: format recently added code with clang-format
Thomas Haller
2022-05-27
1
-7/+13
*
cls: flower: extend flower API
Volodymyr Bendiuga
2022-05-27
1
-0/+174
*
flower: use correct attribute when filling out flags
Volodymyr Bendiuga
2022-05-19
1
-1/+1
*
all: fix "-Wformat" warnings for nl_dump*()
Thomas Haller
2022-04-22
2
-5/+9
*
route/u32: fix u32_dump_details() to print data
Thomas Haller
2022-04-22
1
-5/+0
*
all: avoid coverity warnings about assigning variable but not using it
Thomas Haller
2022-04-22
1
-2/+2
*
route/cls: add TCA_FLOWER_KEY_VLAN_ETH_TYPE to "flower_policy" policy
Thomas Haller
2022-03-15
1
-10/+11
*
route/cls: return -NLE_INVAL in case rtnl_tc_data_peek() fails
Thomas Haller
2022-03-15
1
-6/+6
*
route/cls: no need to copy simple fields in flower_clone()
Thomas Haller
2022-03-15
1
-12/+0
*
route/cls: make output pointers in rtnl_flower_get_{src,dst}_mac() optional
Thomas Haller
2022-03-15
1
-5/+7
*
route/cls: adjust whitspace/indentation
Thomas Haller
2022-03-15
1
-142/+142
*
route/cls: use SPDX-License-Identifier
Thomas Haller
2022-03-15
1
-7/+1
*
route/cls: add flower classifier
Volodymyr Bendiuga
2022-03-15
1
-0/+731
*
cls:u32: fix u32_clone() function
Magnus Öberg
2022-03-04
1
-12/+77
*
route:cls: fix dangling pointers in to_clone() implementations
Thomas Haller
2022-03-04
4
-1/+14
*
yyerror: update to POSIX standard
heitbaum
2022-03-03
1
-0/+1
*
route/cls: fix cgroup's clone() function
Beniamino Galvani
2021-06-16
1
-10/+5
*
gitignore: merge all gitignore files in top level directory
Thomas Haller
2020-04-16
1
-2/+0
*
license: fix and add SPDX license identifiers and drop license comments
Thomas Haller
2020-04-16
14
-98/+14
*
rtnl/route: only consider negative error codes as error
Thomas Haller
2020-04-15
3
-7/+7
*
lib: use _nl_strncpy*() instead of plain strncpy()
Thomas Haller
2020-04-15
1
-2/+2
*
Sync linux headers to 4.19.66
Michael Forney
2019-08-26
2
-2/+2
*
lib: Don't omit second operand to `?` operator
Michael Forney
2019-08-16
1
-1/+1
*
all: Avoid pointer arithmetic on `void *`
Michael Forney
2019-08-16
3
-3/+3
*
route: fix strncpy() warning from coverity about unterminated string
Thomas Haller
2019-08-08
1
-0/+1
*
route/cls: fix potential memory leak
Ilya Pronin
2018-10-10
2
-2/+10
*
Add support for cloning cgroup filter object.
d0u9
2018-06-25
2
-2/+72
*
route/mall: fix deep cloning mall
Thomas Haller
2018-04-11
1
-6/+10
*
route:cls: add matchall classifier
Volodymyr Bendiuga
2018-04-11
1
-0/+301
*
lib/route/cls/u32.c: use UCHAR_MAX define instead of numeric 255
Thomas Haller
2017-06-15
1
-1/+1
*
lib/route/cls/u32.c: remove bogus comment
Rasmus Villemoes
2017-06-08
1
-1/+0
*
lib/route/cls/u32.c: let the compiler do pointer arithmetic
Rasmus Villemoes
2017-06-08
1
-1/+1
*
lib/route/cls/u32.c: avoid overflowing an unsigned char
Rasmus Villemoes
2017-06-08
1
-0/+3
[next]