summaryrefslogtreecommitdiffstats
path: root/src/udev/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...Integral2024-10-261-3/+2
* path-lookup: move NETWORK_DIRS to network-util.hMike Yuan2024-10-061-0/+1
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-6/+3
* various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-1/+1
* udev: make udevadm test and test-builtin not destructiveYu Watanabe2024-03-292-22/+39
* Merge pull request #30480 from keszybz/kernel-install-more-pathsZbigniew Jędrzejewski-Szmek2024-03-081-2/+2
|\
| * udev,backlight,kernel-install: reword sentences starting with "Skipping to"Zbigniew Jędrzejewski-Szmek2024-03-071-2/+2
* | udev/net: fix ReceivePacketSteeringCPUMask=disable assignmentYu Watanabe2024-03-021-4/+2
* | udevd: Add ReceivePacketSteeringCPUMask for systemd.linkRenjaya Raga Zenta2024-02-283-0/+111
|/
* udev/net: introduce [Link] Property=, ImportProperty=, and UnsetProperty= set...Yu Watanabe2024-01-093-2/+186
* udev/net: split out udev property assignment logicYu Watanabe2024-01-092-2/+39
* udev/net: do not set unapplied .link file name to ID_NET_LINK_FILEYu Watanabe2024-01-091-8/+0
* test: always call test_setup_logging()Yu Watanabe2023-11-171-0/+3
* udev: add new builtin net_driverLukas Nykryn2023-11-012-4/+3
* fuzz: unify logging setupFrantisek Sumsal2023-10-191-2/+1
* test: split test-tables into threeYu Watanabe2023-10-021-0/+10
* 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
* proc-cmdline: make proc_cmdline_get_bool() take flagsYu Watanabe2023-08-091-1/+1
* 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-181-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-041-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