summaryrefslogtreecommitdiff
path: root/src/udev
Commit message (Expand)AuthorAgeFilesLines
* network,udev: do not adjust local assignment bit of specified MAC addressYu Watanabe2021-12-071-3/+3
* udev/path-id: comment why USB host number is dropped from the PATH_IDYu Watanabe2021-12-061-0/+4
* udev/path_id: fix skip_subsystem()Yu Watanabe2021-12-061-3/+13
* tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-301-1/+1
* 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-263-198/+226
* 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/cdrom_id: use a macro to initialize contextZbigniew Jędrzejewski-Szmek2021-11-231-13/+7
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-1/+1
* tree-wide: don't use mkdir_errno_wrapper() without reasonLennart Poettering2021-11-161-1/+1
* tree-wide: use new RET_NERRNO() helper at various placesLennart Poettering2021-11-161-4/+1
* udev/net: read hardware address from netlink messageYu Watanabe2021-11-132-7/+10
* ethtool-util: introduce ethtool_get_permanent_hw_addr()Yu Watanabe2021-11-131-4/+6
* Change gendered terms to be gender-neutral (#21325)Emily Gonyer2021-11-121-1/+1
* udev: drop colon from ID_NET_NAME_MACYu Watanabe2021-11-111-1/+1
* 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
* arphrd-util: rename arphrd-list.[ch] -> arphrd-util.[ch]Yu Watanabe2021-11-091-1/+1
* build: preserve correct mode when generating files via jinja2Christian Brauner2021-11-081-2/+1
* Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-051-10/+13
|\
| * tree-wide: warn when sd_notify fails with READY=1 or FDSTOREREMOVE=1Zbigniew Jędrzejewski-Szmek2021-11-031-10/+13
* | tree-wide: always use TAKE_FD() when calling rearrange_stdio()Lennart Poettering2021-11-031-1/+1
|/
* udev: net_id: introduce predictable names for xen-netfrontBenjamin Herrenschmidt2021-10-281-0/+64
* udev: do not try to rename interface if it is already upYu Watanabe2021-10-251-0/+11
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-143-3/+3
* tree-wide: use C99 __func__ rather than obsolete __FUNCTION__Lennart Poettering2021-10-111-2/+2
* Merge pull request #20744 from yuwata/udev-netlinkZbigniew Jędrzejewski-Szmek2021-10-1110-216/+557
|\
| * udev: read more attributes through netlink and cache themYu Watanabe2021-10-064-31/+211
| * udev: replace sd_device_get_sysattr_value() with device_get_sysattr_value_may...Yu Watanabe2021-10-062-3/+5
| * udev: use LinkInfo::iftype at one more placeYu Watanabe2021-10-061-11/+5
| * udev: cache obtained sysattr from netlink into sd_device objectYu Watanabe2021-10-061-0/+4
| * test: add tests for device_get_sysattr_value_maybe_from_netlink()Yu Watanabe2021-10-061-4/+18
| * udev: introduce device_get_sysattr_value_maybe_from_netlink()Yu Watanabe2021-10-062-0/+147
| * udev: rename udev-builtin-net_id-netlink.[ch]Yu Watanabe2021-10-065-8/+8
* | 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
|/
* basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]Lennart Poettering2021-10-051-1/+1
* basic: split out inotify-related calls from fs-util.h → inotify-util.hLennart Poettering2021-10-051-0/+1
* udev: teach udevadm --property=NAME and --value optionsFrantisek Sumsal2021-09-291-14/+55
* udev: sort the options alphabeticallyFrantisek Sumsal2021-09-291-7/+7
* link: connect 5 more properties to ethtool featuresAnita Zhang2021-09-241-74/+79
* Merge pull request #20738 from mrc0mmand/ci-llvm-13Yu Watanabe2021-09-161-1/+2
|\
| * tree-wide: mark set-but-not-used variables as unused to make LLVM happyFrantisek Sumsal2021-09-151-1/+2
* | ethtool-util: add more network device featuresYu Watanabe2021-09-151-2/+2
|/
* udev-watch: retry to save watch handle with random delayYu Watanabe2021-09-131-4/+41
* udev-node: do not ignore unexpected errors on removing symlink in stack direc...Yu Watanabe2021-09-121-9/+14
* udev-node: simplify the example of raceYu Watanabe2021-09-121-5/+5