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
...
|
*
route/mdb: reorder fields in "rtnl_mdb_entry" for tighther packing
Thomas Haller
2022-03-14
1
-5/+3
|
*
route/mdb: use nl_list_for_each_entry_safe() for destroying list in mdb_free_...
Thomas Haller
2022-03-14
1
-8/+6
|
*
route/mdb: cleanup mdb.h header
Thomas Haller
2022-03-14
1
-26/+27
|
*
build: sort file names in Makefile.am
Thomas Haller
2022-03-14
1
-2/+2
|
*
mdb: support bridge multicast database notification
Rubens Figueiredo
2022-03-14
7
-0/+538
|
/
*
route/cls: merge branch 'westermo:classifier-api-extension'
Thomas Haller
2022-03-14
3
-2/+80
|
\
|
*
route/cls: rename rtnl_cls_get{,_by_prio}() API to rtnl_cls_find_by{handle,pr...
Thomas Haller
2022-03-14
3
-10/+10
|
*
route/cls: allow fetching of classifiers from cache
Volodymyr Bendiuga
2022-03-14
3
-2/+80
|
/
*
route: merge branch 'TummyFish:master'
Thomas Haller
2022-03-11
17
-0/+1044
|
\
|
*
license: use SPDX license identifiers and drop license comments
Thomas Haller
2022-03-11
2
-16/+2
|
*
ip6vti: Add fwmark API
Thomas Winter
2022-03-11
4
-0/+63
|
*
ip6gre: Add fwmark API
Thomas Winter
2022-03-11
4
-0/+63
|
*
sit: Add fwmark API
Thomas Winter
2022-03-11
4
-0/+60
|
*
ipip: Add fwmark API
Thomas Winter
2022-03-11
4
-0/+64
|
*
ip6_tnl: Add fwmark API
Thomas Winter
2022-03-11
4
-0/+64
|
*
ipvti: Add fwmark API
Thomas Winter
2022-03-11
4
-0/+64
|
*
ipgre: Add fwmark API
Thomas Winter
2022-03-11
4
-0/+64
|
*
ip6vti: Add IPv6 VTI support
Thomas Winter
2022-03-11
5
-0/+616
|
/
*
license: use SPDX license identifiers and drop license comments
Thomas Haller
2022-03-11
4
-30/+4
*
route: merge branch 'westermo:fib-lookup'
Thomas Haller
2022-03-11
3
-0/+31
|
\
|
*
route/route: don't report failure when we receive a route in rtnl_route_lookup()
Thomas Haller
2022-03-11
2
-7/+7
|
*
route/route: support FIB lookups using rtnl
Tobias Waldekranz
2022-03-11
3
-0/+31
|
/
*
build: sort files in Makefile.am
Thomas Haller
2022-03-10
1
-4/+4
*
route/link: merge branch 'westermo:team-support'
Thomas Haller
2022-03-10
4
-0/+145
|
\
|
*
build: fix new symbols in "libnl-route-3.sym"
Thomas Haller
2022-03-10
1
-2/+2
|
*
route/link: add support for team device
Jonas Johansson
2022-03-10
4
-0/+145
|
/
*
route/link: Move LINK_ATTR_IFNAME to a proper location
Greger Wrang
2022-03-10
1
-2/+2
*
route/netconf: full API export
Volodymyr Bendiuga
2022-03-10
1
-0/+3
*
build: add Libs.private field in libnl pkg-config file
Fabrice Fontaine
2022-03-10
1
-0/+1
*
route/qdisc: allow fetching qdiscs by their kind
Volodymyr Bendiuga
2022-03-10
3
-0/+35
*
netlink: merge branch 'michael-dev:feature/nflog-vlan-v3'
Thomas Haller
2022-03-09
12
-24/+417
|
\
|
*
nflog: add recent missing symbols to "libnl-nf-3.sym"
Thomas Haller
2022-03-09
1
-0/+16
|
*
nflog: add missing symbols to "libnl-nf-3.sym"
Thomas Haller
2022-03-09
1
-0/+13
|
*
nflog:add conntrack flag and enable flags for nflog
Michael Braun
2022-03-09
3
-0/+12
|
*
nflog: add CT support
Michael Braun
2022-03-09
7
-24/+145
|
*
nflog: add mac_header support
Michael Braun
2022-03-09
4
-2/+119
|
*
nflog: add vlan attribute
Michael Braun
2022-03-09
4
-0/+103
|
*
refresh linux/netfilter/nfnetlink_log.h with linux 5.4
Michael Braun
2022-03-09
1
-0/+11
|
/
*
route/link: Add IPv6 GRE support
Scott Parlane
2022-03-09
5
-0/+997
*
route: add global sectin in "libnl-route-3.sym"
Thomas Haller
2022-03-09
1
-0/+1
*
neigh: support to add fdb entry
wangli09
2022-03-09
1
-1/+1
*
cls:u32: fix u32_clone() function
Magnus Öberg
2022-03-04
1
-12/+77
*
route:tc: fix rtnl_tc_clone() calling to_clone() and add comment
Thomas Haller
2022-03-04
1
-10/+8
*
route:cls: fix dangling pointers in to_clone() implementations
Thomas Haller
2022-03-04
4
-1/+14
*
route:act: drop unnecessary implementations for to_clone()
Thomas Haller
2022-03-04
4
-36/+4
*
tests: add test for cloning cls:u32 object
Thomas Haller
2022-03-04
1
-4/+50
*
github: run unit tests under valgrind
Thomas Haller
2022-03-04
1
-1/+9
*
tests: cleanup tests and avoid leaks
Thomas Haller
2022-03-04
1
-12/+10
*
lib: add more _nl_auto* cleanup macros
Thomas Haller
2022-03-04
1
-10/+32
*
tests: replace libcheck's fail_if() macro by ck_assert*()
Thomas Haller
2022-03-04
3
-25/+21
[prev]
[next]