]> git.ipfire.org Git - thirdparty/systemd.git/shortlog
thirdparty/systemd.git
2022-02-14  Yu Watanabetest-dhcp6-client: add test for rapid commit 22412/head
2022-02-14  Yu Watanabetest-dhcp6-client: cleanups
2022-02-14  Yu Watanabefuzz-dhcp6-client: add prefix hint and vendor option...
2022-02-14  Yu Watanabefuzz-dhcp6-client: merge with fuzz-dhcp6-client-send
2022-02-14  Yu Watanabefuzz-dhcp6-client: test multiple states
2022-02-14  Yu Watanabesd-dhcp6-client: append extra options before elapsed...
2022-02-14  Yu Watanabesd-dhcp6-client: logs invalid NTP option
2022-02-14  Yu Watanabesd-dhcp6-client: split dhcp6-internal.h into two
2022-02-14  Yu Watanabenetwork: do not restart DHCPv6 client when it is alread...
2022-02-14  Yu Watanabesd-dhcp6-client: reset Information Refresh Time on...
2022-02-14  Yu Watanabesd-dhcp6-client: add log about Information Refresh...
2022-02-14  Yu Watanabesd-dhcp6-client: use memcmp_nn() at one more place
2022-02-14  Yu Watanabedhcp-identifier: generate static and constant DUID...
2022-02-14  Yu Watanabedhcp-identifier: introduce dhcp_identifier_set_duid()
2022-02-14  Yu Watanabedhcp-identifier: introduce duid_type_to_string()
2022-02-14  Yu Watanabesd-dhcp6-client: do not expose set_transaction_id()
2022-02-14  Yu Watanabesd-dhcp6-client: use OrderedSet for vendor option
2022-02-14  Yu Watanabeordered-set: introduce ordered_set_clear()
2022-02-14  Yu Watanabesd-dhcp6-client: use struct hw_addr_data
2022-02-14  Yu Watanabesd-dhcp6-client: stop IO event source when client enter...
2022-02-14  Yu Watanabesd-dhcp6-client: adjust assertions
2022-02-14  Yu Watanabesd-dhcp6-client: log state transition
2022-02-14  Yu Watanabesd-dhcp6-client: rename client_set_state() -> client_st...
2022-02-14  Yu Watanabesd-dhcp6-client: use proper type for string table looku...
2022-02-14  Yu Watanabesd-dhcp6-client: voidify client_set_state()
2022-02-14  Yu Watanabesd-dhcp6-client: log message is processed before state...
2022-02-14  Yu Watanabesd-dhcp6-client: move client_timeout_resend() and clien...
2022-02-14  Yu Watanabesd-dhcp6-client: move client_ensure_iaid()
2022-02-14  Yu Watanabesd-dhcp6-client: merge client_start() and client_reset()
2022-02-14  Yu Watanabesd-dhcp6-client: use event_reset_time_relative() at...
2022-02-14  Yu Watanabesd-dhcp6-client: max_retransmit_count is only used...
2022-02-14  Yu Watanabesd-dhcp6-client: drop unnecessary event_source_disable()
2022-02-14  Yu Watanabesd-dhcp6-client: set lease expiration timer in client_e...
2022-02-14  Yu Watanabesd-dhcp6-client: drop unnecessary assignment
2022-02-14  Yu Watanabesd-dhcp6-client: initialize IO event source in sd_dhcp6...
2022-02-14  Yu Watanabesd-dhcp6-client: make state transition stricter
2022-02-14  Yu Watanabesd-dhcp6-client: prohibit spurious state transition
2022-02-14  Yu Watanabesd-dhcp6-client: disable T1 timer on T2
2022-02-14  Yu Watanabesd-dhcp6-client: call client_notify() in client_enter_b...
2022-02-14  Yu Watanabesd-dhcp6-client: fix lifetime handling
2022-02-14  Yu Watanabesd-dhcp6-client: use event_reset_time_relative()
2022-02-14  Yu Watanabesd-dhcp6-client: introduce client_enter_bound_state()
2022-02-14  Yu Watanabesd-dhcp6-client: fix overflow in calculating timeout...
2022-02-14  Yu Watanabesd-dhcp6-client: disable event source when client is...
2022-02-14  Yu Watanabesd-dhcp6-client: use in6_addr_to_string()
2022-02-14  Yu Watanabesd-dhcp6-client: stop client on error in client state...
2022-02-14  Yu Watanabesd-dhcp6-client: add missing one more error handling
2022-02-14  Yu Watanabesd-dhcp6-client: rename client_start() -> client_set_st...
2022-02-14  Yu Watanabesd-dhcp6-client: introduce client_process_*()
2022-02-14  Yu Watanabesd-dhcp6-client: fix possible unaligned read or write
2022-02-14  Yu Watanabesd-dhcp6-client: voidify client_reset()
2022-02-14  Yu Watanabesd-dhcp6-client: introduce dhcp6_lease_new_from_message()
2022-02-14  Yu Watanabesd-dhcp6-client: use structured initializer
2022-02-14  Yu Watanabesd-dhcp6-lease: unify lease lifetime calculation
2022-02-14  Yu Watanabesd-dhcp6-client: always use ENODATA when a lease does...
2022-02-14  Yu Watanabesd-dhcp6-client: unify dhcp6_option_append_{ia,pd}()
2022-02-14  Yu Watanabesd-dhcp6-client: store PD prefix hint in ia_pd
2022-02-14  Yu Watanabesd-dhcp6-client: introduce dhcp6_ia_free()
2022-02-14  Yu Watanabesd-dhcp6-client: unify IA option header
2022-02-14  Yu Watanabesd-dhcp6-lease: reset client or server ID when length...
2022-02-14  Yu Watanabesd-dhcp6-lease: convert assert_return() -> assert(...
2022-02-14  Yu Watanabesd-dhcp6-client: rename ia -> ia_na, pd -> ia_pd in...
2022-02-14  Yu Watanabesd-dhcp6-client: fix typo ia_pd -> ia_na
2022-02-14  Yu Watanabesd-dhcp6-client: introduce two helpers to create message
2022-02-14  Yu Watanabesd-dhcp6-client: trigger assertion whn invalid IA type...
2022-02-10  Yu Watanabesd-dhcp6-client: add missing address existence check
2022-02-10  Yu WatanabeMerge pull request #22471 from yuwata/network-bridge...
2022-02-10  Yu WatanabeMerge pull request #22452 from yuwata/network-ipv6ll
2022-02-10  Yu Watanabetest-network: add missing tests for bridge properties 22471/head
2022-02-10  Yu Watanabenetwork: bridge: fix endian of vlan protocol
2022-02-10  Yu Watanabetest-network: add testcase for re-generating IPv6LL... 22452/head
2022-02-10  Joerie de Gramnetwork: attempt to trigger kernel IPv6LL address gener...
2022-02-10  Yu Watanabenetwork: move link_set_ipv6ll_stable_secret() to networ...
2022-02-10  Yu Watanabenetwork: skip to set IPv6LL address generation mode...
2022-02-10  Yu Watanabenetwork: use log_link_warning_errno() or friends where...
2022-02-10  Yu Watanabenetwork: monitor current IPv6LL address generation...
2022-02-10  Yu Watanabenetwork: introduce two helper functions for setting...
2022-02-10  Alvin Šipragaudev/net: support Match.Firmware= in .link files (...
2022-02-10  Anita ZhangMerge pull request #22467 from mrc0mmand/TEST-64-lvm...
2022-02-09  Frantisek Sumsaltest: lvm 2.03.15 dropped the static autoactivation 22467/head
2022-02-09  Federico CerattoClarify protocol used in systemd-journal-upload (#22465)
2022-02-09  Luca BoccassiMerge pull request #22458 from poettering/parse-safe...
2022-02-09  Luca Boccassimeson: disable export-dbus-interfaces target when cross...
2022-02-09  Evgeny Vereshchaginci: remove MULTI_STATUS from superlinter
2022-02-09  Yu WatanabeMerge pull request #22248 from yuwata/network-tc-use...
2022-02-09  Lennart Poetteringconf-parser: add specific parser for PID values 22458/head
2022-02-09  Lennart Poetteringtree-wide: use config_parse_safe_string() at various...
2022-02-09  Lennart Poetteringconf-parser: update config_item_*_lookup() to follow...
2022-02-09  Lennart Poetteringconf-parser: refuse section headers with control charac...
2022-02-09  Lennart Poetteringconf-parser: minor refactorings/modernizations
2022-02-09  Lennart Poetteringconf-parser: use _cleanup_free_ where appropriate
2022-02-09  Lennart Poetteringconf-parse: add generic config_parse_safe_string()...
2022-02-09  Santa WiryamanAdd support for `isolated` parameter
2022-02-09  Evgeny Vereshchaginci: validate actions and fix actionlint warnings
2022-02-09  Yu Watanabenetwork: tc: use hashmap to store traffic control setti... 22248/head
2022-02-09  Yu Watanabenetwork: tc: introduce order dependency of traffic...
2022-02-09  Yu Watanabenetwork: tc: use request queue to configure traffic...
2022-02-09  Yu Watanabenetwork: tc/teql: set tca_kind in verify()
2022-02-09  Yu Watanabenetwork: tc: monitor qdisc and tclass
2022-02-09  Yu Watanabesd-netlink: allow to dump qdisc and tclass
next