index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #33957 from yuwata/network-generator-vlan
Luca Boccassi
2024-08-14
3
-390
/
+492
|
\
|
*
network-generator: drop wrong warning for rd.peerdns without value
Yu Watanabe
2024-08-14
1
-4
/
+1
|
*
network-generator: ignore kernel command line without value
Yu Watanabe
2024-08-14
1
-8
/
+8
|
*
network-generator: use extract_first_word()
Yu Watanabe
2024-08-14
1
-249
/
+212
|
*
network-generator: use network_acquire() at more places
Yu Watanabe
2024-08-09
1
-17
/
+31
|
*
network-generator: introduce network_acquire() and netdev_acquire()
Yu Watanabe
2024-08-09
1
-60
/
+64
|
*
network-generator: trivial cleanups
Yu Watanabe
2024-08-09
1
-12
/
+30
|
*
network-generator: parse vlan ID from vlan interface name
Yu Watanabe
2024-08-09
3
-0
/
+65
|
*
network-generator: allow to create bridge or friends without slave interfaces
Yu Watanabe
2024-08-09
2
-8
/
+34
|
*
network-generator: vlan= can be specified multiple times
Yu Watanabe
2024-08-09
3
-6
/
+7
|
*
test: add one more test case without hostname
Yu Watanabe
2024-08-09
1
-0
/
+15
|
*
test: modernize test-network-generator
Yu Watanabe
2024-08-09
1
-27
/
+26
*
|
networkctl: support edit --stdin
Mike Yuan
2024-08-12
3
-3
/
+19
|
/
*
network/dhcp-pd: allow to customize route type for delegated prefix
Yu Watanabe
2024-08-05
5
-1
/
+70
*
network: split out core logic route_type_is_reject()
Yu Watanabe
2024-08-05
4
-14
/
+17
*
Added support for L2 BridgeMDB entries (#32894)
jauge-technica
2024-08-02
2
-33
/
+82
*
Merge pull request #33878 from yuwata/network-bind-carrier
Yu Watanabe
2024-07-31
1
-26
/
+18
|
\
|
*
network: shorten code a bit
Yu Watanabe
2024-07-30
1
-3
/
+0
|
*
network: call link_handle_bound_by_list() before trying to reconfigure interface
Yu Watanabe
2024-07-30
1
-4
/
+7
|
*
network: do not bring down bound interfaces immediately
Yu Watanabe
2024-07-30
1
-19
/
+11
*
|
Merge pull request #33875 from yuwata/network-link-get-address
Yu Watanabe
2024-07-31
7
-67
/
+106
|
\
\
|
*
|
network: make link_get_address() provide matching address with peer
Yu Watanabe
2024-07-30
6
-37
/
+63
|
*
|
network/ipv4acd: manage ACD engines with Address object
Yu Watanabe
2024-07-30
3
-31
/
+44
|
|
/
*
/
Revert "network/ndisc: ignore most fields of RA header when lifetime is zero"
Ivan Shapovalov
2024-07-30
1
-6
/
+0
|
/
*
network: Fixup Table when L3MasterDevice is set on routing policy rule
Nick Cao
2024-07-28
1
-3
/
+4
*
networkctl: add support to display learned fdb entries
Gregor Herburger
2024-07-22
1
-0
/
+16
*
network: bridge: add support for IFLA_BR_FDB_MAX_LEARNED
Gregor Herburger
2024-07-22
3
-0
/
+44
*
sd-varlink: make our internal Varlink API public as sd-varlink.[ch]
Lennart Poettering
2024-07-16
3
-49
/
+51
*
Merge pull request #33450 from yuwata/network-ndisc-do-not-override-static-ro...
Luca Boccassi
2024-06-25
1
-15
/
+54
|
\
|
*
network/ndisc: do not remove static routes when received RA with zero lifetime
Yu Watanabe
2024-06-24
1
-9
/
+35
|
*
network/ndisc: do not override conflicting static routes
Yu Watanabe
2024-06-24
1
-6
/
+19
*
|
network/ndisc: fix spurious log messages
Yu Watanabe
2024-06-25
2
-23
/
+20
|
/
*
tree-wide: port over to new builder apis
Lennart Poettering
2024-06-19
3
-276
/
+268
*
various: move ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
2
-2
/
+2
*
various: move const ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
12
-17
/
+17
*
libsystemd: turn json.[ch] into a public API
Lennart Poettering
2024-06-12
7
-353
/
+358
*
network/ndisc: use router lifetime as one for redirect route
Yu Watanabe
2024-06-06
2
-93
/
+122
*
network/route: fix condition in route_can_update()
Yu Watanabe
2024-06-05
1
-1
/
+1
*
network: drop period from the message title
Yu Watanabe
2024-06-01
1
-1
/
+1
*
network/route: fix unexpected removal of routes for wireguard
Yu Watanabe
2024-05-16
1
-8
/
+8
*
network: IPv6 Compliance RFC4862: Address Lifetime Expiry (Hosts Only) [v6LC....
Matt Muggeridge
2024-05-14
1
-15
/
+16
*
network: IPv6 Compliance: Router Advertisement Processing, Reachable Time [v6...
Matt Muggeridge
2024-05-13
1
-21
/
+0
*
network/dhcp4: do not set gateway if DNS server or friends is in the acquired...
Yu Watanabe
2024-05-10
1
-26
/
+26
*
network: Add missing IPv6AcceptRA to list of config sections
Daan De Meyer
2024-05-09
1
-0
/
+1
*
network/tc: Avoid concurrent set modification in tclass_drop()/qdisc_drop()
Daan De Meyer
2024-05-01
4
-34
/
+77
*
tree-wise: several cleanups for logging
Yu Watanabe
2024-04-30
2
-8
/
+4
*
network-generator: add missing return on error after the logging refactor
Antonio Alvarez Feijoo
2024-04-30
1
-1
/
+1
*
network: DHCP version logging typos
Sebastian Pucilowski
2024-04-28
2
-5
/
+5
*
network/radv: use sd_ndisc_prefix and friends to manage prefixes and so on
Yu Watanabe
2024-04-25
2
-51
/
+48
*
network/radv: rename pref64Prefix -> Prefix64
Yu Watanabe
2024-04-25
3
-25
/
+25
[next]