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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
include: split and drop "netlink-private/types.h"
Thomas Haller
2023-08-02
68
-9/+776
*
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
*
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
*
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
*
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
10
-10/+10
*
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
*
lib: use _nl_{init,exit} instead of __{init,exit}
Thomas Haller
2023-07-28
74
-143/+143
*
all: use "_nl_packed" macro instead of "__attribute__((packed))"
Thomas Haller
2023-07-28
4
-4/+4
*
all: rework ATTR_DIFF() macros to not generate attribute names
Thomas Haller
2023-07-28
13
-216/+221
*
all: use _NL_{MIN,MAX}() macros
Thomas Haller
2023-07-28
3
-5/+5
*
route/bond: Add support for link_info for bond
Mallikarjun Nemagoudar
2023-07-27
1
-4/+103
*
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
*
route/link: add accessor API for IPv6 DEVCONF
Abdurrahman Hussain
2023-03-29
1
-0/+58
*
bridge: drop unnecessary goto in bridge_info_parse()
Thomas Haller
2022-08-24
1
-5/+4
*
bridge: don't normalize the u8 argument in rtnl_link_bridge_set_vlan_filterin...
Thomas Haller
2022-08-24
1
-1/+1
*
bridge: expose rtnl_link_bridge_get_vlan_protocol() in host byte order
Thomas Haller
2022-08-24
1
-4/+7
*
bridge: fix parsing vlan-protocol in bridge_info_parse()
Thomas Haller
2022-08-24
1
-1/+1
*
bridge: minor cleanups in "bridge_info.c"
Thomas Haller
2022-08-24
1
-8/+7
*
bridge: use SPDX license identifiers in bridge_info files
Thomas Haller
2022-08-24
1
-7/+1
*
bridge: reformat bridge_info file with clang-format
Thomas Haller
2022-08-24
1
-42/+40
*
bridge: extend libnl with options needed for VLAN aware forwarding
Robert Dabrowski
2022-08-24
1
-1/+192
*
bridge: Add support for link_info of a bridge
Langer, Thomas
2022-08-24
1
-0/+119
*
route/vlan: drop unnecessary "else" in vlan_put_attrs()
Thomas Haller
2022-08-24
1
-10/+8
*
route/vlan: fix error handling in 'lib/route/link/vlan.c'
Thomas Langer
2022-08-24
1
-3/+16
*
doc: fix typo
Thomas Haller
2022-08-24
1
-2/+2
*
doc: fix typo
Leon M. George
2022-08-24
6
-9/+9
*
route: construct all-zero addresses for default route destination
Jonas Gorski
2022-07-07
1
-3/+18
*
route: act: Allow full set of actions on gact,skbedit,mirred
Volodymyr Bendiuga
2022-07-06
3
-28/+3
*
sriov: fix setting ce_mask when parsing VF stat counter
kyolee
2022-07-06
1
-1/+1
*
route: format recently added code with clang-format
Thomas Haller
2022-05-27
1
-13/+13
*
route/act: add NAT action
Magnus Öberg
2022-05-27
1
-0/+288
*
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
[prev]
[next]