summaryrefslogtreecommitdiff
path: root/src/udev/net
Commit message (Expand)AuthorAgeFilesLines
* udev/net: assign alternative names only on add ueventYu Watanabe2023-05-162-24/+14
* udev/net: generate new network interface name only on add ueventYu Watanabe2023-05-161-1/+1
* udev/net: verify ID_NET_XYZ before trying to assign it as an alternative nameYu Watanabe2023-05-161-1/+1
* conf-parser: Add root argument to config_parse_many()Daan De Meyer2023-05-121-0/+1
* tree-wide: fix typo and comment style updateYu Watanabe2023-02-151-1/+1
* network: Show network and link file dropins in networkctl statusDaan De Meyer2023-01-122-1/+3
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* udev/net: allow new link name as an altname before renaming happensNick Rosbrook2022-12-151-2/+0
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-4/+2
* udev/net: drop unused timestampYu Watanabe2022-08-281-1/+0
* config-parser: Add list of drop-in files as return argument of config_parse_manyRichard Phibel2022-08-121-1/+2
* conf-parser: add a boolean flag for config_get_stats_by_path() to control if ...Yu Watanabe2022-07-231-2/+2
* pid1: add mechanism for conditionalizing units/network/netdev/link based on c...Lennart Poettering2022-07-151-0/+1
* Simplify random number selectionJason A. Donenfeld2022-05-311-4/+1
* udev: fixed config_parse_ifalias() logic not to skip setting IFLA_IFALIASTomasz Pala2022-05-191-1/+1
* fuzzers: ignore size limits when compiled standaloneZbigniew Jędrzejewski-Szmek2022-05-121-1/+1
* fuzzers: add input size limits, always configure limits in two waysYu Watanabe2022-05-122-2/+2
* udev: check stats of .link files and their drop-in filesYu Watanabe2022-05-031-6/+27
* udev/net: cache parsed result of net.ifnames=Yu Watanabe2022-04-111-16/+23
* udev/net: always log error in link_load_one()Yu Watanabe2022-04-051-14/+9
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-2/+0
* list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() saferYu Watanabe2022-03-191-1/+1
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-3/+0
* random-util: remove RDRAND usageJason A. Donenfeld2022-03-141-3/+2
* network,udev/net: add Kind= settings in [Match] sectionYu Watanabe2022-02-173-1/+6
* udev/net: support Match.Firmware= in .link files (#22462)Alvin Šipraga2022-02-101-0/+1
* udev/net: support to set MDI-X modeYu Watanabe2022-02-083-1/+8
* udev/net: check if the requested SR-IOV virtual function exists before config...Yu Watanabe2022-01-191-0/+19
* udev/net: allow to set number of SR-IOV virtual functionsYu Watanabe2022-01-193-1/+9
* udev/net: also support [SR-IOV] section in .link filesYu Watanabe2022-01-193-1/+74
* udev: move NamePolicy to netif-naming-scheme.[ch]Yu Watanabe2021-12-162-39/+1
* network,udev: do not adjust local assignment bit of specified MAC addressYu Watanabe2021-12-071-3/+3
* udev/net: make MACAddress= takes hardware address for infinibandYu Watanabe2021-11-263-38/+107
* udev/net: introduce "struct Link" to store link attributesYu Watanabe2021-11-262-182/+211
* udev/net: rename variablesYu Watanabe2021-11-262-76/+76
* network,udev: make .network and .link file can match with hardware address lo...Yu Watanabe2021-11-252-5/+3
* udev/net: read hardware address from netlink messageYu Watanabe2021-11-131-6/+9
* ethtool-util: introduce ethtool_get_permanent_hw_addr()Yu Watanabe2021-11-131-4/+6
* conf-parser: rename config_parse_hwaddr() -> config_parse_ether_addr()Yu Watanabe2021-11-091-3/+3
* ether-addr-util: replace ether_addr_from_string() with parse_ether_addr()Yu Watanabe2021-11-091-2/+2
* netif-util: move several functions from network-util.[ch] to shared/netif-uti...Yu Watanabe2021-11-091-1/+1
* udev/net: introduce WakeOnLanPassword=Yu Watanabe2021-10-073-1/+161
* ethtool-util: make ethtool_set_wol() take passwordYu Watanabe2021-10-061-1/+1
* ethtool-util: make wol_options_to_string() not return all flag stringsYu Watanabe2021-10-061-2/+2
* link: connect 5 more properties to ethtool featuresAnita Zhang2021-09-241-74/+79
* ethtool-util: add more network device featuresYu Watanabe2021-09-151-2/+2
* udev: use passed rtnl in net_setup_link builtin commandYu Watanabe2021-08-312-9/+10
* udev/net: initialize coalesce tristate variablesYu Watanabe2021-08-261-0/+2
* link: Add support for rx-gro-hw nic featureDaan De Meyer2021-08-201-0/+1