summaryrefslogtreecommitdiff
path: root/src/network/networkd-link.c
Commit message (Expand)AuthorAgeFilesLines
* network: ipv4acd: update MAC address on change (#26753)Brett Holman2023-03-141-1/+1
* tree-wide: fix typo and comment style updateYu Watanabe2023-02-151-2/+2
* network: fix race between RTM_NEWLINK and NL82011_CMD_NEW_INTERFACEAlvin Šipraga2023-01-121-0/+9
* network: wifi: check SSID when AP interfaces go upAlvin Šipraga2022-12-161-0/+10
* network: wifi: try to reconfigure when connectedYu Watanabe2022-11-221-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* Merge pull request #25192 from yuwata/wait-online-altnameLuca Boccassi2022-11-011-1/+1
|\
| * network: update commentYu Watanabe2022-11-011-1/+1
* | network: forcibly reconfigure all interfaces after sleepYu Watanabe2022-11-011-46/+2
|/
* Merge pull request #25143 from yuwata/network-reconfigure-interface-when-renamedLuca Boccassi2022-10-311-46/+80
|\
| * network: try to reconfigure when some information is updatedYu Watanabe2022-10-311-25/+36
| * network: simplify the logic of reading driver and permanent HW addressYu Watanabe2022-10-311-11/+37
| * network: allow to (automatically) reconfigure failed interfaceYu Watanabe2022-10-281-1/+1
| * network: drop redundant conditionYu Watanabe2022-10-281-9/+6
* | network: attach device to DHCP clientsYu Watanabe2022-10-261-0/+12
|/
* network: free timer event source for NDisc when link is freedYu Watanabe2022-10-071-2/+6
* network: ndisc: also introduce timer event source to drop outdated settingsYu Watanabe2022-10-041-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-3/+1
* network/tuntap: save tun or tap file descriptor in fd storeYu Watanabe2022-08-161-0/+1
* network: also check SR-IOV PF port and other VF ports before configuringYu Watanabe2022-08-051-1/+5
* network: manage SR-IOV PF and VF portsYu Watanabe2022-08-051-0/+9
* network: drop carrier check for unmanaged interface from link_is_ready_to_con...Yu Watanabe2022-08-051-6/+2
* network: refuse to configure anything on pending or initialized stateYu Watanabe2022-08-051-3/+3
* network: make link_may_have_ipv6ll() optionally check Multicast= settingYu Watanabe2022-08-021-2/+1
* network: fix possible NULL-pointer dereferenceYu Watanabe2022-08-021-2/+5
* network: split link_ipv4ll_enabled() into twoYu Watanabe2022-08-021-37/+0
* network: add TODO about interface renamingYu Watanabe2022-07-231-0/+3
* network: unref sd-device object assigned to Link on remove ueventYu Watanabe2022-07-231-13/+14
* network: introduce a tiny wrapper for manager_udev_process_link()Yu Watanabe2022-07-231-21/+8
* network: rename Link.sd_device -> Link.devYu Watanabe2022-07-231-5/+5
* network: use device_unref_and_replace()Yu Watanabe2022-07-231-3/+1
* Merge pull request #23927 from AndreKalb/feature/ipv4-link-local-start-addressYu Watanabe2022-07-151-0/+6
|\
| * sd-ipv4ll/networkd: Try to select an IPv4 link-local start addressAndre Kalb2022-07-141-0/+6
* | network: do not set invalid MAC address for non-ethernet interfaceYu Watanabe2022-07-141-1/+1
|/
* tree-wide: allow ASCII fallback for → in logsDavid Tardon2022-06-281-5/+10
* basic/in-addr-util: add IN_ADDR_PREFIX_TO_STRINGZbigniew Jędrzejewski-Szmek2022-06-061-6/+3
* networkd: reword debug messagesZbigniew Jędrzejewski-Szmek2022-05-161-3/+3
* tree-wide: fix typoYu Watanabe2022-05-141-1/+1
* network: automatically determine timeout of waiting for carrier regainYu Watanabe2022-03-311-3/+27
* time-util: assume CLOCK_BOOTTIME always existsLennart Poettering2022-03-281-1/+1
* network: sriov: use request queue to configure SR-IOV virtual functionsYu Watanabe2022-03-231-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-3/+0
* network: make Request object take Manager*Yu Watanabe2022-03-111-1/+1
* network: traffic control: drop meta from QDisc and TClassYu Watanabe2022-02-261-1/+2
* network: drop unused flag and counterYu Watanabe2022-02-261-3/+0
* network: assign corresponding NetDev object to LinkYu Watanabe2022-02-261-0/+9
* Merge pull request #22545 from yuwata/network-match-kindYu Watanabe2022-02-181-0/+1
|\
| * network,udev/net: add Kind= settings in [Match] sectionYu Watanabe2022-02-171-0/+1
* | network: call ethtool after link is initialized by udevdYu Watanabe2022-02-171-38/+87
* | network: use udev_available() where applicableYu Watanabe2022-02-171-3/+1
|/