summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-manager.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/queue: introduce RemoveRequest and relevant functionsYu Watanabe2024-01-121-0/+2
* bus-polkit: port polkit_registry to use value destructors in hash_opsLennart Poettering2024-01-031-2/+1
* tree-wide: use device_in_subsystem() and device_is_devtype()Yu Watanabe2023-12-221-12/+3
* Merge pull request #30550 from yuwata/network-nexthop-cleanups-3Luca Boccassi2023-12-221-1/+10
|\
| * network/nexthop: cache requested nexthop IDsYu Watanabe2023-12-201-1/+10
* | networkd: add basic Varlink interfaceLennart Poettering2023-12-221-1/+8
* | network: merge two post event sourcesYu Watanabe2023-12-201-4/+1
* | network: split out manager_clean_all() from manager_dirty_handler()Yu Watanabe2023-12-201-18/+5
|/
* network/nexthop: manage all nexthops by managerYu Watanabe2023-12-141-1/+0
* network/nexthop: introduce ManageForeignNextHops= boolean settingYu Watanabe2023-12-121-0/+4
* network: drop unused Manager.routes_foreignYu Watanabe2023-12-111-1/+0
* network/brvlan: read bridge vlan IDs through netlink and save themYu Watanabe2023-11-121-0/+14
* sd-device-monitor: unconditionally increase buffer size by sd_device_monitor_...Yu Watanabe2023-11-061-4/+0
* network: do not try to save link state file twice on bootYu Watanabe2023-10-241-1/+1
* network/tc: fix enumeration logic of traffic control classesYu Watanabe2023-10-071-7/+8
* Revert "tree-wide: Mount file descriptors via /proc/<pid>/fd"Lennart Poettering2023-09-081-2/+1
* tree-wide: Always include <net/if.h> before related linux headersDaan De Meyer2023-08-141-1/+2
* network: use RET_GATHERZbigniew Jędrzejewski-Szmek2023-07-131-6/+3
* network: add global setting for IPv6PrivacyExtensions=Yu Watanabe2023-06-291-0/+1
* tree-wide: convert more login1.Manager calls to BusLocatorDavid Tardon2023-05-241-4/+2
* networkd: hook up SIGRTMIN+18 and memory pressureLennart Poettering2023-03-011-0/+6
* network: fix race between RTM_NEWLINK and NL82011_CMD_NEW_INTERFACEAlvin Šipraga2023-01-121-0/+1
* networkd: implement Type=notify-reload protocolLennart Poettering2023-01-101-5/+43
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-3/+3
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: create new basic/initrd-util.[ch] for initrd-related functionsZbigniew Jędrzejewski-Szmek2022-11-081-0/+1
* network: forcibly reconfigure all interfaces after sleepYu Watanabe2022-11-011-19/+9
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-11/+5
* network: drop unused timestampYu Watanabe2022-08-281-7/+0
* sd-netlink: rename sd_netlink_message_request_dump to sd_netlink_message_set_...Zbigniew Jędrzejewski-Szmek2022-08-191-1/+1
* network/tuntap: save tun or tap file descriptor in fd storeYu Watanabe2022-08-161-13/+49
* network: replace usage of sd_bus_call_method_async() to bus_call_method_async...williamsumendap2022-08-121-4/+2
* tree-wide: use bus locator (#24252)gtwang012022-08-091-4/+3
* network: also assign rfkill device to Wiphy objectYu Watanabe2022-07-231-0/+6
* network: assign corresponding sd-device object to Wiphy objectYu Watanabe2022-07-231-0/+6
* network: introduce a tiny wrapper for manager_udev_process_link()Yu Watanabe2022-07-231-2/+33
* sd-netlink: rename sd_netlink_inc_rcvbuf → sd_netlink_increase_rxbufZbigniew Jędrzejewski-Szmek2022-06-301-2/+2
* network: set/unset enumerating flag before/after loopYu Watanabe2022-05-091-4/+2
* network: ignore errors when CONFIG_NET_SCHED is disabledYu Watanabe2022-04-081-2/+6
* network: use udev_available() where applicableYu Watanabe2022-02-171-1/+2
* network: manage WLAN phyYu Watanabe2022-02-151-0/+24
* network: tc: monitor qdisc and tclassYu Watanabe2022-02-091-0/+54
* network: enable KeepConfiguration= when running on network filesystemYu Watanabe2022-02-051-0/+29
* network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]Yu Watanabe2021-12-071-3/+3
* network: dhcp6-pd: exclude all explicitly specified subnet IDs when searching...Yu Watanabe2021-12-011-1/+2
* network: use BusObjectImplementationYu Watanabe2021-11-181-22/+2
* Merge pull request #21041 from yuwata/network-bpf-neighborYu Watanabe2021-10-201-1/+35
|\
| * network: introduce BPF to reject netlink messages about non-static neighborYu Watanabe2021-10-191-1/+35
* | network: dhcp6: manage assigned downstream prefixes by using HashmapYu Watanabe2021-10-181-0/+1
|/
* Merge pull request #20226 from yuwata/network-introduce-source-and-statusYu Watanabe2021-09-291-3/+2
|\