index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
networkd-link.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: log and enter failed state in link_reconfigure()
Yu Watanabe
2024-08-21
1
-14
/
+17
*
network: enter initialized state when the interface will be reconfigured
Yu Watanabe
2024-08-21
1
-0
/
+6
*
network: introduce reconfigure_data_free() and _freep()
Yu Watanabe
2024-08-21
1
-17
/
+25
*
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
*
network: DHCP version logging typos
Sebastian Pucilowski
2024-04-28
1
-1
/
+1
*
network/sysctl: round IPv6 MTU with the current device MTU rather than the ma...
Yu Watanabe
2024-04-10
1
-2
/
+2
*
network: always set IPv6 MTU when we detect the device MTU is changed
Yu Watanabe
2024-04-10
1
-0
/
+7
*
tree-wide: make sure net/if.h is included before any linux/ header
Frantisek Sumsal
2024-04-09
1
-0
/
+1
*
udev-util: rename device_is_processing() -> device_is_processed()
Yu Watanabe
2024-04-04
1
-10
/
+2
*
network: use link_start_dhcp4_server() at one more place
Yu Watanabe
2024-03-14
1
-5
/
+3
*
network/lldp: do not save LLDP neighbors under /run/systemd
Yu Watanabe
2024-03-01
1
-6
/
+1
*
network/ndisc: rename Network.ipv6_accept_ra -> Network.ndisc
Yu Watanabe
2024-02-26
1
-3
/
+3
*
network: do not request DHCP addresses configured on checking prefix delegation
Yu Watanabe
2024-02-17
1
-2
/
+2
*
network: rename link_drop_managed_xyz() -> link_drop_static_xyz()
Yu Watanabe
2024-02-14
1
-6
/
+5
*
network: do not enter initialized state when the interface is being processed...
Yu Watanabe
2024-02-11
1
-0
/
+8
*
network: make Reload bus method synchronous
Yu Watanabe
2024-02-09
1
-0
/
+74
*
network: adjust default RequiredForOnline= and RequiredFamilyForOnline= setting
Yu Watanabe
2024-02-02
1
-1
/
+33
*
network/route: also remove route on cancelling request
Yu Watanabe
2024-01-25
1
-0
/
+7
*
network/route: manage all routes by Manager object
Yu Watanabe
2024-01-24
1
-1
/
+0
*
Merge pull request #30967 from yuwata/network-can-required-operstate-for-online
Yu Watanabe
2024-01-16
1
-4
/
+23
|
\
|
*
network: make 'carrier' as the default required operational state for CAN device
Yu Watanabe
2024-01-16
1
-0
/
+5
|
*
network: several cleanups for LinkOperationalState
Yu Watanabe
2024-01-16
1
-4
/
+18
*
|
network/queue: detach request from the queue only when the request is actuall...
Yu Watanabe
2024-01-16
1
-1
/
+1
|
/
*
network/link: automatically reconfigure interface on failure
Yu Watanabe
2024-01-15
1
-1
/
+19
*
network/link: shorten code a bit
Yu Watanabe
2024-01-15
1
-4
/
+2
*
Merge pull request #30716 from yuwata/network-cancel-request
Luca Boccassi
2024-01-10
1
-6
/
+44
|
\
|
*
network/nexthop: also remove nexthop on cancelling request
Yu Watanabe
2024-01-05
1
-0
/
+7
|
*
network/neighbor: also remove neighbor on cancelling request
Yu Watanabe
2024-01-05
1
-0
/
+7
|
*
network/address: also remove address on cancelling request
Yu Watanabe
2024-01-05
1
-6
/
+30
*
|
network/link: always join to the main interface when we receive IFLA_MASTER a...
Yu Watanabe
2024-01-06
1
-13
/
+11
|
/
*
network: do not make the implied default have the first priority
Yu Watanabe
2024-01-05
1
-1
/
+1
*
Merge pull request #30593 from yuwata/sd-dhcp-duid
Luca Boccassi
2024-01-01
1
-1
/
+0
|
\
|
*
dhcp: introduce sd_dhcp_duid and move relevant functions to sd_dhcp_duid.[ch]
Yu Watanabe
2023-12-22
1
-1
/
+0
*
|
network: use RET_GATHER() macro
Yu Watanabe
2023-12-25
1
-32
/
+32
|
/
*
network: also log drop-in config files
Yu Watanabe
2023-12-20
1
-2
/
+12
*
network/nexthop: manage all nexthops by manager
Yu Watanabe
2023-12-14
1
-1
/
+0
*
network: do not trigger assertion when link_get_by_index() called with an inv...
Yu Watanabe
2023-12-14
1
-1
/
+3
*
network: allow to configure interface MTU for CAN devices
Yu Watanabe
2023-12-08
1
-4
/
+4
*
network/brvlan: read bridge vlan IDs through netlink and save them
Yu Watanabe
2023-11-12
1
-0
/
+7
*
network: support ID_NET_MANAGED_BY udev property
Yu Watanabe
2023-11-01
1
-0
/
+10
*
network/dhcp4: support IPv6 only mode (RFC 8925)
Yu Watanabe
2023-10-11
1
-0
/
+27
*
network: split out link_get_address_states()
Yu Watanabe
2023-09-21
1
-29
/
+1
*
sd-dhcp6-client: introduce sd_dhcp6_lease_has_pd_prefix() and friend
Yu Watanabe
2023-09-20
1
-1
/
+1
*
sd-dhcp-client: introduce sd_dhcp_lease_has_6rd() helper function
Yu Watanabe
2023-09-05
1
-1
/
+1
*
network/ipv4acd: split out sd_ipv4acd management from Address to Link
Yu Watanabe
2023-07-30
1
-0
/
+2
*
network: use RET_GATHER
Zbigniew Jędrzejewski-Szmek
2023-07-13
1
-32
/
+10
*
network: handle captive portal with multiple routers
Yu Watanabe
2023-07-06
1
-1
/
+0
*
ndisc: parse RFC8910 captive portal ipv6ra option
Ronan Pigott
2023-07-02
1
-0
/
+1
[next]