summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-sriov.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* network/sr-iov: move common parts to link_set_sr_iov_ifindices()Yu Watanabe2023-09-081-38/+30
* network/sr-iov: ignore -EINVAL in reading dev_port sysfs attributeYu Watanabe2023-09-081-0/+6
* device-util: Declare iterator variables inlineDaan De Meyer2023-07-121-1/+1
* network: use FOREACH_DEVICE_CHILD_WITH_SUFFIX() macroYu Watanabe2022-09-231-22/+8
* network: fix assertion triggered by passing wrong ifindexYu Watanabe2022-09-231-1/+2
* tree-wide: fix typoYu Watanabe2022-08-101-1/+1
* network: also check SR-IOV PF port and other VF ports before configuringYu Watanabe2022-08-051-0/+46
* network: manage SR-IOV PF and VF portsYu Watanabe2022-08-051-0/+216
* network: sriov: use request queue to configure SR-IOV virtual functionsYu Watanabe2022-03-231-29/+41
* network: move SR-IOV related functions to src/shared/netif-sriov.[ch]Yu Watanabe2022-01-191-477/+8
* network: rename NetworkConfigSection -> ConfigSectionYu Watanabe2022-01-191-4/+4
* network: sr-iov: add missing assertionYu Watanabe2022-01-191-0/+2
* network: sr-iov: drop conflicting sectionsYu Watanabe2022-01-191-3/+28
* network: sr-iov: fix section name in log messagesYu Watanabe2022-01-191-2/+2
* ether-addr-util: replace ether_addr_from_string() with parse_ether_addr()Yu Watanabe2021-11-091-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-4/+4
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-041-3/+3
* network: Use ordered_hashmap_ensure_put (#18233)Susant Sahani2021-01-171-5/+1
* network: do not configure static configs more than once simultaneouslyYu Watanabe2020-12-111-1/+8
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: rename network_verify_xxx() -> network_drop_invalid_xxx()Yu Watanabe2020-10-061-1/+1
* network: introduce network_verify_sr_iov()Yu Watanabe2020-10-061-1/+11
* network: move link_configure_sr_iov()Yu Watanabe2020-10-061-1/+22
* network: downgrade log level in conf parsersYu Watanabe2020-07-161-7/+7
* network: add MACAddress= setting in [SR-IOV] sectionYu Watanabe2020-07-011-0/+53
* network: add VLANProtocol= setting in [SR-IOV] sectionYu Watanabe2020-07-011-1/+41
* network: Introduce SR-IOVSusant Sahani2020-07-011-0/+408