index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: store full hardware address in Link struct
Timo Rothenpieler
2020-10-28
10
-42
/
+51
*
sd-netlink: introduce netlink_message_{read,append}_hw_addr
Timo Rothenpieler
2020-10-28
4
-0
/
+85
*
Merge pull request #17455 from poettering/packet-auxdata
Zbigniew Jędrzejewski-Szmek
2020-10-27
11
-10
/
+80
|
\
|
*
core: add Timestamping= option for socket units
Lennart Poettering
2020-10-27
7
-1
/
+70
|
*
conf-parser: add a flavour of DEFINE_CONFIG_PARSE_ENUM() that allows specifiy...
Lennart Poettering
2020-10-27
1
-2
/
+5
|
*
journald: remove pointless conditionalization
Lennart Poettering
2020-10-27
2
-7
/
+2
|
*
socket-util: make socket_set_recvpktinfo control PACKET_AUXDATA sockopt on AF...
Lennart Poettering
2020-10-27
1
-0
/
+3
*
|
network: actually update radv mac
Timo Rothenpieler
2020-10-27
1
-1
/
+1
|
/
*
tree-wide: cast result of get_process_comm() to (void) where we ignore it
Lennart Poettering
2020-10-27
8
-8
/
+8
*
core: clean up inactive/failed {service|scope}'s cgroups when the last proces...
Anita Zhang
2020-10-27
4
-2
/
+42
*
syscall-names: add process_madvise which is planned for 5.10
Zbigniew Jędrzejewski-Szmek
2020-10-27
1
-0
/
+1
*
tmpfiles: Handle filesystems without ACL support in more cases.
Pat Coulthard
2020-10-26
1
-11
/
+16
*
Merge pull request #17430 from yuwata/network-drop-foreign-routes-managed-by-...
Zbigniew Jędrzejewski-Szmek
2020-10-24
3
-152
/
+189
|
\
|
*
network: drop routes managed by Manager when link is removed
Yu Watanabe
2020-10-23
1
-2
/
+77
|
*
network: specify route type in route_remove()
Yu Watanabe
2020-10-23
1
-146
/
+108
|
*
network: link may be NULL
Yu Watanabe
2020-10-23
1
-1
/
+1
|
*
network: ignore error in writing proxy_ndp
Yu Watanabe
2020-10-23
1
-2
/
+2
|
*
network: fix typo
Yu Watanabe
2020-10-23
1
-1
/
+1
*
|
test: ignore ENOMEDIUM error from sd_pid_get_cgroup()
Dan Streetman
2020-10-24
1
-1
/
+1
*
|
tree-wide: fix typos found by Fossies codespell report
Yu Watanabe
2020-10-24
1
-1
/
+1
*
|
Revert "sd-dhcp-client: use asynchronous_close()"
Yu Watanabe
2020-10-24
1
-4
/
+4
*
|
Revert "basic/env-util: (mostly) follow POSIX for what variable names are all...
Zbigniew Jędrzejewski-Szmek
2020-10-23
3
-29
/
+16
*
|
basic/env-util: make function shorter
Zbigniew Jędrzejewski-Szmek
2020-10-23
1
-4
/
+1
|
/
*
Merge pull request #16859 from poettering/loop-eagain
Lennart Poettering
2020-10-23
8
-203
/
+846
|
\
|
*
test: add heavy load loopback block device test
Lennart Poettering
2020-10-22
3
-1
/
+263
|
*
loop-util: wait a random time before trying again
Lennart Poettering
2020-10-22
1
-1
/
+10
|
*
dissect: retrigger devices if we missed uevents
Lennart Poettering
2020-10-22
1
-1
/
+85
|
*
udev-util: use absolute rather than relative timeout when waiting for devices
Lennart Poettering
2020-10-22
4
-12
/
+17
|
*
loop-util: if a loopback device we want to use still has partitions, do somet...
Lennart Poettering
2020-10-22
1
-17
/
+166
|
*
dissect-image: rework how we wait for partitions
Lennart Poettering
2020-10-22
1
-131
/
+210
|
*
dissect-image: wait for udev device to be initialized early
Lennart Poettering
2020-10-22
1
-20
/
+24
|
*
loop-util: LOOP_CLR_FD is async, don't retry to reuse a device right after is...
Lennart Poettering
2020-10-22
1
-39
/
+58
|
*
loop-util: handle EAGAIN on LOOP_SET_STATUS64
Lennart Poettering
2020-10-22
1
-4
/
+36
*
|
Merge pull request #17417 from anitazha/more_systoomd
Zbigniew Jędrzejewski-Szmek
2020-10-23
2
-3
/
+14
|
\
\
|
*
|
oomd: make start up swap check more robust
Anita Zhang
2020-10-23
1
-2
/
+13
|
*
|
oomd: use ERRNO_IS_NOT_SUPPORTED and ERRNO_IS_PRIVILEGE
Anita Zhang
2020-10-22
1
-1
/
+1
*
|
|
Merge pull request #17185 from yuwata/ethtool-update
Zbigniew Jędrzejewski-Szmek
2020-10-23
2
-17
/
+190
|
\
\
\
|
*
|
|
ethtool: add several new link modes
Yu Watanabe
2020-09-28
1
-0
/
+23
|
*
|
|
ethtool: convert underscore to hyphen
Yu Watanabe
2020-09-28
1
-15
/
+15
|
*
|
|
shared/linux: update ethtool.h
Yu Watanabe
2020-09-28
1
-2
/
+152
*
|
|
|
Merge pull request #17357 from yuwata/network-dhcp6-pd-announce-17353
Yu Watanabe
2020-10-23
8
-137
/
+228
|
\
\
\
\
|
*
|
|
|
network: rename IPv6PrefixDelegation= to IPv6SendRA=
Yu Watanabe
2020-10-19
4
-16
/
+67
|
*
|
|
|
network: introduce Announce= in [DHCPv6PrefixDelegation]
Yu Watanabe
2020-10-19
4
-4
/
+10
|
*
|
|
|
network: introduce DHCPv6PrefixDelegation= setting
Yu Watanabe
2020-10-19
5
-4
/
+12
|
*
|
|
|
network: drop static prefixes and static route prefixes earlier if IPv6Prefix...
Yu Watanabe
2020-10-19
2
-42
/
+39
|
*
|
|
|
network: sort and rename elements in Network object
Yu Watanabe
2020-10-19
5
-58
/
+62
|
*
|
|
|
network: introduce network_adjust_radv()
Yu Watanabe
2020-10-19
3
-8
/
+22
|
*
|
|
|
network: clear DNS and domains for RA when an empty string is assigned
Yu Watanabe
2020-10-19
1
-0
/
+11
|
*
|
|
|
network: use string_hash_ops_free for search domains
Yu Watanabe
2020-10-19
2
-7
/
+7
*
|
|
|
|
network: move set-MAC and set-nomaster operations out of link_up()
Dan Streetman
2020-10-23
1
-13
/
+107
[next]