index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
udev
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...
Integral
2024-10-26
1
-3
/
+2
*
path-lookup: move NETWORK_DIRS to network-util.h
Mike Yuan
2024-10-06
1
-0
/
+1
*
tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friends
Yu Watanabe
2024-09-01
1
-6
/
+3
*
various: move const ptr indicator to return value
Zbigniew Jędrzejewski-Szmek
2024-06-19
1
-1
/
+1
*
udev: make udevadm test and test-builtin not destructive
Yu Watanabe
2024-03-29
2
-22
/
+39
*
Merge pull request #30480 from keszybz/kernel-install-more-paths
Zbigniew Jędrzejewski-Szmek
2024-03-08
1
-2
/
+2
|
\
|
*
udev,backlight,kernel-install: reword sentences starting with "Skipping to"
Zbigniew Jędrzejewski-Szmek
2024-03-07
1
-2
/
+2
*
|
udev/net: fix ReceivePacketSteeringCPUMask=disable assignment
Yu Watanabe
2024-03-02
1
-4
/
+2
*
|
udevd: Add ReceivePacketSteeringCPUMask for systemd.link
Renjaya Raga Zenta
2024-02-28
3
-0
/
+111
|
/
*
udev/net: introduce [Link] Property=, ImportProperty=, and UnsetProperty= set...
Yu Watanabe
2024-01-09
3
-2
/
+186
*
udev/net: split out udev property assignment logic
Yu Watanabe
2024-01-09
2
-2
/
+39
*
udev/net: do not set unapplied .link file name to ID_NET_LINK_FILE
Yu Watanabe
2024-01-09
1
-8
/
+0
*
test: always call test_setup_logging()
Yu Watanabe
2023-11-17
1
-0
/
+3
*
udev: add new builtin net_driver
Lukas Nykryn
2023-11-01
2
-4
/
+3
*
fuzz: unify logging setup
Frantisek Sumsal
2023-10-19
1
-2
/
+1
*
test: split test-tables into three
Yu Watanabe
2023-10-02
1
-0
/
+10
*
Revert "tree-wide: Mount file descriptors via /proc/<pid>/fd"
Lennart Poettering
2023-09-08
1
-2
/
+1
*
tree-wide: Always include <net/if.h> before related linux headers
Daan De Meyer
2023-08-14
1
-1
/
+2
*
proc-cmdline: make proc_cmdline_get_bool() take flags
Yu Watanabe
2023-08-09
1
-1
/
+1
*
udev/net: assign alternative names only on add uevent
Yu Watanabe
2023-05-16
2
-24
/
+14
*
udev/net: generate new network interface name only on add uevent
Yu Watanabe
2023-05-16
1
-1
/
+1
*
udev/net: verify ID_NET_XYZ before trying to assign it as an alternative name
Yu Watanabe
2023-05-16
1
-1
/
+1
*
conf-parser: Add root argument to config_parse_many()
Daan De Meyer
2023-05-12
1
-0
/
+1
*
tree-wide: fix typo and comment style update
Yu Watanabe
2023-02-15
1
-1
/
+1
*
network: Show network and link file dropins in networkctl status
Daan De Meyer
2023-01-12
2
-1
/
+3
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
udev/net: allow new link name as an altname before renaming happens
Nick Rosbrook
2022-12-15
1
-2
/
+0
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-4
/
+2
*
udev/net: drop unused timestamp
Yu Watanabe
2022-08-28
1
-1
/
+0
*
config-parser: Add list of drop-in files as return argument of config_parse_many
Richard Phibel
2022-08-12
1
-1
/
+2
*
conf-parser: add a boolean flag for config_get_stats_by_path() to control if ...
Yu Watanabe
2022-07-23
1
-2
/
+2
*
pid1: add mechanism for conditionalizing units/network/netdev/link based on c...
Lennart Poettering
2022-07-15
1
-0
/
+1
*
Simplify random number selection
Jason A. Donenfeld
2022-05-31
1
-4
/
+1
*
udev: fixed config_parse_ifalias() logic not to skip setting IFLA_IFALIAS
Tomasz Pala
2022-05-18
1
-1
/
+1
*
fuzzers: ignore size limits when compiled standalone
Zbigniew Jędrzejewski-Szmek
2022-05-12
1
-1
/
+1
*
fuzzers: add input size limits, always configure limits in two ways
Yu Watanabe
2022-05-12
2
-2
/
+2
*
udev: check stats of .link files and their drop-in files
Yu Watanabe
2022-05-03
1
-6
/
+27
*
udev/net: cache parsed result of net.ifnames=
Yu Watanabe
2022-04-11
1
-16
/
+23
*
udev/net: always log error in link_load_one()
Yu Watanabe
2022-04-04
1
-14
/
+9
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-2
/
+0
*
list: make LIST_FOREACH() and LIST_FOREACH_BACKWARDS() safer
Yu Watanabe
2022-03-19
1
-1
/
+1
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-3
/
+0
*
random-util: remove RDRAND usage
Jason A. Donenfeld
2022-03-14
1
-3
/
+2
*
network,udev/net: add Kind= settings in [Match] section
Yu Watanabe
2022-02-17
3
-1
/
+6
*
udev/net: support Match.Firmware= in .link files (#22462)
Alvin Šipraga
2022-02-10
1
-0
/
+1
*
udev/net: support to set MDI-X mode
Yu Watanabe
2022-02-08
3
-1
/
+8
*
udev/net: check if the requested SR-IOV virtual function exists before config...
Yu Watanabe
2022-01-19
1
-0
/
+19
*
udev/net: allow to set number of SR-IOV virtual functions
Yu Watanabe
2022-01-19
3
-1
/
+9
*
udev/net: also support [SR-IOV] section in .link files
Yu Watanabe
2022-01-19
3
-1
/
+74
[next]