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: make degraded-carrier bond/bridge as routable (#27776)
Henrik Holst
2023-06-15
1
-3
/
+7
*
network: do not request dynamic addressing protocols finished when at least o...
Yu Watanabe
2023-05-30
1
-5
/
+15
*
network: require DHCP protocol to be finished when an address of delegated pr...
Yu Watanabe
2023-05-30
1
-0
/
+19
*
network: rewrite dynamic addressing protocol checkers in link_check_ready()
Yu Watanabe
2023-05-30
1
-41
/
+39
*
network: ipv4acd: update MAC address on change (#26753)
Brett Holman
2023-03-13
1
-1
/
+1
*
tree-wide: fix typo and comment style update
Yu Watanabe
2023-02-15
1
-2
/
+2
*
network: fix race between RTM_NEWLINK and NL82011_CMD_NEW_INTERFACE
Alvin Šipraga
2023-01-12
1
-0
/
+9
*
network: wifi: check SSID when AP interfaces go up
Alvin Šipraga
2022-12-15
1
-0
/
+10
*
network: wifi: try to reconfigure when connected
Yu Watanabe
2022-11-22
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
Merge pull request #25192 from yuwata/wait-online-altname
Luca Boccassi
2022-11-01
1
-1
/
+1
|
\
|
*
network: update comment
Yu Watanabe
2022-11-01
1
-1
/
+1
*
|
network: forcibly reconfigure all interfaces after sleep
Yu Watanabe
2022-11-01
1
-46
/
+2
|
/
*
Merge pull request #25143 from yuwata/network-reconfigure-interface-when-renamed
Luca Boccassi
2022-10-31
1
-46
/
+80
|
\
|
*
network: try to reconfigure when some information is updated
Yu Watanabe
2022-10-31
1
-25
/
+36
|
*
network: simplify the logic of reading driver and permanent HW address
Yu Watanabe
2022-10-31
1
-11
/
+37
|
*
network: allow to (automatically) reconfigure failed interface
Yu Watanabe
2022-10-27
1
-1
/
+1
|
*
network: drop redundant condition
Yu Watanabe
2022-10-27
1
-9
/
+6
*
|
network: attach device to DHCP clients
Yu Watanabe
2022-10-26
1
-0
/
+12
|
/
*
network: free timer event source for NDisc when link is freed
Yu Watanabe
2022-10-07
1
-2
/
+6
*
network: ndisc: also introduce timer event source to drop outdated settings
Yu Watanabe
2022-10-03
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-3
/
+1
*
network/tuntap: save tun or tap file descriptor in fd store
Yu Watanabe
2022-08-16
1
-0
/
+1
*
network: also check SR-IOV PF port and other VF ports before configuring
Yu Watanabe
2022-08-05
1
-1
/
+5
*
network: manage SR-IOV PF and VF ports
Yu Watanabe
2022-08-05
1
-0
/
+9
*
network: drop carrier check for unmanaged interface from link_is_ready_to_con...
Yu Watanabe
2022-08-05
1
-6
/
+2
*
network: refuse to configure anything on pending or initialized state
Yu Watanabe
2022-08-05
1
-3
/
+3
*
network: make link_may_have_ipv6ll() optionally check Multicast= setting
Yu Watanabe
2022-08-01
1
-2
/
+1
*
network: fix possible NULL-pointer dereference
Yu Watanabe
2022-08-01
1
-2
/
+5
*
network: split link_ipv4ll_enabled() into two
Yu Watanabe
2022-08-01
1
-37
/
+0
*
network: add TODO about interface renaming
Yu Watanabe
2022-07-23
1
-0
/
+3
*
network: unref sd-device object assigned to Link on remove uevent
Yu Watanabe
2022-07-23
1
-13
/
+14
*
network: introduce a tiny wrapper for manager_udev_process_link()
Yu Watanabe
2022-07-23
1
-21
/
+8
*
network: rename Link.sd_device -> Link.dev
Yu Watanabe
2022-07-23
1
-5
/
+5
*
network: use device_unref_and_replace()
Yu Watanabe
2022-07-23
1
-3
/
+1
*
Merge pull request #23927 from AndreKalb/feature/ipv4-link-local-start-address
Yu Watanabe
2022-07-14
1
-0
/
+6
|
\
|
*
sd-ipv4ll/networkd: Try to select an IPv4 link-local start address
Andre Kalb
2022-07-14
1
-0
/
+6
*
|
network: do not set invalid MAC address for non-ethernet interface
Yu Watanabe
2022-07-13
1
-1
/
+1
|
/
*
tree-wide: allow ASCII fallback for → in logs
David Tardon
2022-06-28
1
-5
/
+10
*
basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRING
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-6
/
+3
*
networkd: reword debug messages
Zbigniew Jędrzejewski-Szmek
2022-05-16
1
-3
/
+3
*
tree-wide: fix typo
Yu Watanabe
2022-05-13
1
-1
/
+1
*
network: automatically determine timeout of waiting for carrier regain
Yu Watanabe
2022-03-31
1
-3
/
+27
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-1
/
+1
*
network: sriov: use request queue to configure SR-IOV virtual functions
Yu Watanabe
2022-03-23
1
-1
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-3
/
+0
*
network: make Request object take Manager*
Yu Watanabe
2022-03-11
1
-1
/
+1
*
network: traffic control: drop meta from QDisc and TClass
Yu Watanabe
2022-02-26
1
-1
/
+2
*
network: drop unused flag and counter
Yu Watanabe
2022-02-25
1
-3
/
+0
*
network: assign corresponding NetDev object to Link
Yu Watanabe
2022-02-25
1
-0
/
+9
[next]