summaryrefslogtreecommitdiffstats
path: root/src/network/networkctl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* shared/logs-show: introduce journal_browse_prepare()Mike Yuan2024-08-221-3/+3
* networkctl: split networkctl.c into small piecesYu Watanabe2024-08-211-2966/+6
* networkctl: introduce --no-ask-password optionYu Watanabe2024-08-191-13/+20
* networkctl: enable interactive authentication for dbus method callYu Watanabe2024-08-191-0/+11
* networkctl: support edit --stdinMike Yuan2024-08-121-0/+8
* networkctl: add support to display learned fdb entriesGregor Herburger2024-07-221-0/+16
* sd-varlink: make our internal Varlink API public as sd-varlink.[ch]Lennart Poettering2024-07-161-12/+13
* tree-wide: port over to new builder apisLennart Poettering2024-06-191-7/+13
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-121-61/+63
* tree-wise: several cleanups for loggingYu Watanabe2024-04-301-4/+2
* network: DHCP version logging typosSebastian Pucilowski2024-04-281-4/+4
* networkctl: allow to call 'networkctl cat' without argumentsYu Watanabe2024-04-161-2/+2
* tree-wide: make sure net/if.h is included before any linux/ headerFrantisek Sumsal2024-04-091-1/+2
* networkctl: use journal_add_matchf() and journal_add_match_pair()Yu Watanabe2024-03-251-14/+5
* network: set varlink descriptionYu Watanabe2024-03-211-0/+2
* networkctl: use varlink_flush_close_unrefp()Yu Watanabe2024-03-211-4/+4
* network/varlink: pass file descriptor of state directory with SetPersistentSt...Yu Watanabe2024-03-191-0/+18
* networkctl.c : call 'assert_not_reached' where appropriateAKHIL KUMAR2024-03-131-1/+1
* networkctl: introduce "persistent-storage" commandYu Watanabe2024-03-111-15/+36
* networkctl: use varlink method to dump LLDP neighborsYu Watanabe2024-03-011-124/+187
* networkctl: rename check_netns_match() -> varlink_connect_networkd()Yu Watanabe2024-03-011-13/+15
* tree-wide: set SD_JOURNAL_ASSUME_IMMUTABLE where appropriateYu Watanabe2024-02-111-1/+1
* varlink: introduce varlink_call_and_log() which calls and then logs an errorLennart Poettering2024-01-171-2/+2
* varlink: drop "ret_flags" parameter from varlink_call()Lennart Poettering2024-01-171-1/+1
* tree-wide: use JSON_ALLOW_EXTENSIONS when disptching at various placesLennart Poettering2024-01-051-1/+1
* sd-dhcp-lease: use sd_dhcp_client_idYu Watanabe2024-01-021-4/+3
* dhcp: move sd_dhcp_client_id_to_string() to sd-dhcp-client-id.[ch]Yu Watanabe2024-01-021-2/+2
* Merge pull request #30591 from yuwata/device-utilLuca Boccassi2024-01-011-4/+4
|\
| * tree-wide: use device_in_subsystem() and device_is_devtype()Yu Watanabe2023-12-221-4/+4
* | network: use varlink for networkctl check_netns_match()Matt Layher2023-12-221-9/+21
|/
* networkctl: introduce verb mask and unmaskMike Yuan2023-12-201-0/+4
* networkctl: split out networkctl-config-file.[ch]Mike Yuan2023-12-201-481/+14
* dbus-wait-for-jobs: change 'quiet' flag to enumMatteo Croce2023-12-191-1/+1
* networkctl: fix typoYu Watanabe2023-12-101-2/+2
* networkctl: introduce --runtime for editing network config under /run/Mike Yuan2023-12-021-7/+32
* networkctl: drop one assertionMike Yuan2023-12-021-2/+0
* networkctl: use RET_GATHER moreMike Yuan2023-12-021-10/+11
* udev-util: add generic device_get_{vendor,model}_string() helpersLennart Poettering2023-11-131-6/+3
* analyze/cat-config: add switch to print only "interesting" parts of config filesZbigniew Jędrzejewski-Szmek2023-10-241-1/+1
* networkctl: use proper vertical table for statusMike Yuan2023-10-111-275/+180
* tree-wide: add missing sigbus handlingYu Watanabe2023-10-071-0/+3
* network: fix fetching link propertiesFrantisek Sumsal2023-07-181-12/+6
* networkctl: urlify captive portal entryYu Watanabe2023-07-061-2/+9
* networkctl: show captive portal configuration in link statusRonan Pigott2023-07-021-1/+5
* networkctl: fix a potential memory leakFrantisek Sumsal2023-05-231-6/+13
* networkctl: add verb edit and cat to operate on network configsMike Yuan2023-05-211-1/+509
* networkctl: mark some verbs as online onlyMike Yuan2023-05-211-11/+11
* networkctl: fix a typo in log messageMike Yuan2023-05-211-1/+1
* networkctl: add missing assertsMike Yuan2023-05-211-6/+67
* networkctl: check netns only if networkd is runningMike Yuan2023-05-211-6/+6