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
...
*
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
*
python: merge branch 'th/flake8'
Thomas Haller
2023-07-25
12
-26/+28
|
\
|
*
github: update flake8 linter to not explicitly select checks
Thomas Haller
2023-07-25
1
-1/+1
|
*
python: add ".flake8" file for configuring "flake8"
Thomas Haller
2023-07-25
1
-0/+7
|
*
python: fix flake8 warnings E712
Thomas Haller
2023-07-25
1
-1/+1
|
*
python: fix flake8 warnings E711
Thomas Haller
2023-07-25
1
-1/+1
|
*
python: fix flake8 warnings E302
Thomas Haller
2023-07-25
1
-0/+1
|
*
python: fix flake8 warnings E741
Thomas Haller
2023-07-25
3
-12/+12
|
*
python: fix flake8 warnings F841
Thomas Haller
2023-07-25
2
-4/+4
|
*
python: fix flake8 warnings W605
Thomas Haller
2023-07-25
1
-1/+1
|
*
python: fix flake8 warnings F401
Thomas Haller
2023-07-25
4
-6/+0
|
/
*
clang-format: merge branch 'th/clang-format'
Thomas Haller
2023-07-25
3
-0/+631
|
\
|
*
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
[prev]
[next]