index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
meson.build
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
emit a warning in networkd if managed sysctls are changed
Matteo Croce
2024-09-11
1
-0
/
+6
*
network: Add support for mq qdisc
Daan De Meyer
2024-09-04
1
-0
/
+1
*
network: Add support for multiq qdisc
Daan De Meyer
2024-09-04
1
-0
/
+1
*
networkctl: split networkctl.c into small pieces
Yu Watanabe
2024-08-21
1
-1
/
+12
*
network: move NTP related conf parsers to networkd-ntp.[ch]
Yu Watanabe
2024-04-19
1
-0
/
+1
*
network: move DNS related conf parsers to networkd-dns.[ch]
Yu Watanabe
2024-04-19
1
-0
/
+1
*
gcrypt: dlopenify for libsystemd
Luca Boccassi
2024-04-03
1
-2
/
+1
*
network/route: move several conf parsers to networkd-route-metric.c and netwo...
Yu Watanabe
2024-01-06
1
-1
/
+3
*
networkd: add basic Varlink interface
Lennart Poettering
2023-12-22
1
-1
/
+2
*
networkctl: split out networkctl-config-file.[ch]
Mike Yuan
2023-12-20
1
-1
/
+4
*
meson: add build option for install path of main config files
Franck Bui
2023-10-17
1
-1
/
+1
*
Adding dhcp client and dhcp6 client dbus status interface
pelaufer
2023-09-02
1
-0
/
+2
*
meson: also merge declarations of fuzzers with other executables
Yu Watanabe
2023-08-03
1
-19
/
+20
*
meson: merge declarations of normal and test executables
Yu Watanabe
2023-08-03
1
-38
/
+34
*
meson: fix name of test-network-generator
Yu Watanabe
2023-08-02
1
-1
/
+1
*
meson: move declarations of networkd and friends
Yu Watanabe
2023-08-01
1
-0
/
+39
*
meson: Introduce userspace dep
Jan Janssen
2023-03-10
1
-0
/
+1
*
meson: Use dicts for fuzzer definitions
Jan Janssen
2023-02-21
1
-13
/
+14
*
meson: Use dicts for test definitions
Jan Janssen
2023-02-21
1
-32
/
+35
*
meson: Do not include headers in source lists
Jan Janssen
2023-01-24
1
-101
/
+1
*
meson: add libatomic dependency
Heinrich Schuchardt
2022-09-15
1
-2
/
+2
*
network: NetLabel integration
Topi Miettinen
2022-08-29
1
-0
/
+2
*
Revert "networkd: NetLabel integration"
Yu Watanabe
2022-06-22
1
-2
/
+0
*
networkd: NetLabel integration
Topi Miettinen
2022-06-06
1
-0
/
+2
*
meson: sort files
Yu Watanabe
2022-05-10
1
-8
/
+8
*
meson: move files' closing brace to separate line
Zbigniew Jędrzejewski-Szmek
2022-03-03
1
-3
/
+6
*
meson: do not use split() in file lists
Zbigniew Jędrzejewski-Szmek
2022-03-02
1
-204
/
+201
*
network: add support to create wlan virtual interface
Yu Watanabe
2022-02-15
1
-0
/
+2
*
network: manage WLAN phy
Yu Watanabe
2022-02-15
1
-0
/
+2
*
meson: sort listed files
Yu Watanabe
2022-02-15
1
-9
/
+9
*
network: move ipv6ll related functions to networkd-ipv6ll.[ch]
Yu Watanabe
2022-02-08
1
-0
/
+2
*
meson: Use files() for fuzzers
Jan Janssen
2022-01-11
1
-2
/
+2
*
meson: Use files() for tests
Jan Janssen
2022-01-11
1
-8
/
+8
*
Merge pull request #21648 from yuwata/network-tunnel-local-automatic-address-...
Yu Watanabe
2021-12-25
1
-0
/
+2
|
\
|
*
network/netdev: introduce link_get_local_address()
Yu Watanabe
2021-12-12
1
-0
/
+2
*
|
meson: stop building out convenience libraries by default
Zbigniew Jędrzejewski-Szmek
2021-12-16
1
-1
/
+2
|
/
*
network: split networkd-dhcp6.c
Yu Watanabe
2021-12-06
1
-0
/
+2
*
network/netdev: add support to create IPoIB subinterface
Yu Watanabe
2021-12-04
1
-0
/
+2
*
networkd: replace a table with log2 fields by a list
Zbigniew Jędrzejewski-Szmek
2021-11-29
1
-0
/
+6
*
network: split networkd-route.[ch]
Yu Watanabe
2021-11-14
1
-0
/
+2
*
network: move address generation methods to network-address-generation.[ch]
Yu Watanabe
2021-10-06
1
-0
/
+2
*
networkd: fix and simplify format_lifetime()
Zbigniew Jędrzejewski-Szmek
2021-07-19
1
-0
/
+6
*
network: ipv4acd: first probe address and then assign it
Yu Watanabe
2021-06-30
1
-0
/
+2
*
network: rename networkd-brvlan.[ch] -> networkd-bridge-vlan.[ch]
Yu Watanabe
2021-06-07
1
-2
/
+2
*
network: use request queue to set MTU
Yu Watanabe
2021-06-07
1
-0
/
+2
*
network: rename MdbEntry -> BridgeMDB
Yu Watanabe
2021-06-07
1
-2
/
+2
*
network: dhcp-server: introduce [DHCPServerStaticLease] section
borna-blazevic
2021-05-27
1
-0
/
+2
*
network: bridgeFDB: rename FdbEntry -> BridgeFDB
Yu Watanabe
2021-05-20
1
-2
/
+2
*
network: introduce Describe() method for manager and links
Yu Watanabe
2021-05-14
1
-0
/
+2
*
network: add skeleton of request queue
Yu Watanabe
2021-05-12
1
-0
/
+2
[next]