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
*
clang-format: add "tools/clang-format-container.sh" script
Thomas Haller
2023-07-25
1
-0/+51
*
github: add test for checking clang-format style
Thomas Haller
2023-07-25
1
-0/+23
*
clang-format: add "tools/clang-format.sh" script
Thomas Haller
2023-07-25
1
-0/+557
*
python: merge branch 'th/black'
Thomas Haller
2023-07-25
21
-1395/+1562
|
\
|
*
github: check python-black code formatting in github actions
Thomas Haller
2023-07-25
1
-0/+6
|
*
build: add ".git-blame-ignore-revs" file for "blame.ignoreRevsFile" git config
Thomas Haller
2023-07-25
1
-0/+6
|
*
python: reformat all Python files with python-black
Thomas Haller
2023-07-25
18
-1391/+1540
|
*
python add "pyproject.toml" for configuring black
Thomas Haller
2023-07-25
1
-0/+8
|
*
github: skip Python flake8 test with clang build
Thomas Haller
2023-07-25
1
-0/+1
|
*
github: run "Build Release" test also with clang
Thomas Haller
2023-07-25
1
-4/+1
|
/
*
bridge: fix bridge info parsing
Stanislav Zaikin
2023-07-24
1
-0/+1
*
tests: merge branch 'gobenji:test-cache-mngr-improvements'
Thomas Haller
2023-07-24
1
-13/+131
|
\
|
*
test-cache-mngr: Flush output after object dumps
Benjamin Poirier
2023-07-24
1
-0/+2
|
*
test-cache-mngr: Add option to print timestamps
Benjamin Poirier
2023-07-24
1
-1/+26
|
*
test-cache-mngr: Add an option to iterate over all supported address families
Benjamin Poirier
2023-07-24
1
-5/+20
|
*
test-cache-mngr: Add dump interval options
Benjamin Poirier
2023-07-24
1
-7/+45
|
*
test-cache-mngr: Add an option to control which oo_dump function is used
Benjamin Poirier
2023-07-24
1
-11/+49
|
/
*
route/link: prevent segfault in af_request_type()
Thorben Römer
2023-07-24
1
-1/+1
*
build: merge branch 'th/fix-github-actions'
Thomas Haller
2023-07-24
4
-7/+16
|
\
|
*
github: fix installing python dependencies via pip
Thomas Haller
2023-07-24
1
-3/+5
|
*
build: drop redundant "autogen.sh" call from "tools/build_release.sh"
Thomas Haller
2023-07-24
1
-1/+0
|
*
build: change proper working directory in "doc/autogen.sh"
Thomas Haller
2023-07-24
1
-0/+4
|
*
build: ensure "autogen.sh" scripts fail on error
Thomas Haller
2023-07-24
2
-3/+7
|
/
*
gitignore: ignore "*~" files
Thomas Haller
2023-07-24
1
-0/+1
*
docs: rtnl_link_put() 'releases' instead of 'returns'
Antonio Prcela
2023-07-24
1
-1/+1
*
route/link: merge branch 'abuibrahim:main' with additions
Thomas Haller
2023-07-24
4
-6/+57
|
\
|
*
include/linux: update copy of kernel header "linux/ipv6.h"
Thomas Haller
2023-07-24
1
-3/+14
|
*
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
3
-33/+0
|
*
route/link: various fixes for rtnl_link_inet6_get_conf() API
Thomas Haller
2023-07-24
3
-6/+6
|
*
route/link: add accessor API for IPv6 DEVCONF
Abdurrahman Hussain
2023-03-29
3
-0/+68
|
/
*
route/bridge: merge branch 'kacperlud:bridge-Add-support-for-link_info-of-a-b...
Thomas Haller
2022-08-24
4
-0/+350
|
\
|
*
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
2
-14/+2
|
*
bridge: reformat bridge_info file with clang-format
Thomas Haller
2022-08-24
2
-50/+54
|
*
bridge: extend libnl with options needed for VLAN aware forwarding
Robert Dabrowski
2022-08-24
4
-1/+238
|
*
bridge: Add support for link_info of a bridge
Langer, Thomas
2022-08-24
2
-0/+120
|
/
*
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
*
build: add comments to linker version scripts about the version tags
Thomas Haller
2022-08-24
7
-0/+42
*
all: merge branch 'yogo1212:typo'
Thomas Haller
2022-08-24
8
-13/+13
|
\
|
*
doc: fix typo
Thomas Haller
2022-08-24
1
-2/+2
|
*
doc: fix typo
Leon M. George
2022-08-24
7
-11/+11
|
/
*
route: merge branch 'bisdn:jogo_lib_attr_handle_default_routes'
Thomas Haller
2022-07-07
3
-5/+28
|
\
|
*
attr: reject zero length addresses
Jonas Gorski
2022-07-07
1
-0/+3
|
*
route: construct all-zero addresses for default route destination
Jonas Gorski
2022-07-07
1
-3/+18
[next]