summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)AuthorFilesLines
2023-01-31shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering3-1/+3
2021-03-22systemd: Fix busctl crash on aarch64 when setting output table formatsubmit/tizen/20210323.013050accepted/tizen/unified/20210324.124406Alin Popa1-1/+1
2019-11-28network: fix double free()Yu Watanabe1-1/+1
2019-11-26network: also assume Table=local for ipv6 route if Type=local, broadcast, any...Yu Watanabe1-10/+8
2019-11-18Merge pull request #14064 from yuwata/network-unify-send-option-and-send-raw-...Zbigniew Jędrzejewski-Szmek9-339/+174
2019-11-18network: unify config_parse_dhcp_server_option_data() and config_parse_dhcp_s...Yu Watanabe9-338/+172
2019-11-18dhcp: remove struct sd_dhcp_raw_optionYu Watanabe3-11/+12
2019-11-18network: rename SendRawOption= to SendOption=Yu Watanabe3-3/+3
2019-11-18network: add more error logsYu Watanabe1-7/+7
2019-11-18tree-wide: clean up --help texts a bitLennart Poettering1-4/+4
2019-11-17network: make SendOption= also take type fieldYu Watanabe1-6/+84
2019-11-17network: rename DHCPRawOption to DHCPOptionDataTypeYu Watanabe4-30/+30
2019-11-17network: fix logged error valueYu Watanabe1-4/+3
2019-11-17network: fix indentationYu Watanabe1-1/+1
2019-11-17Error, rather than warn, if failing to start DHCP serverTom Fitzhenry1-3/+3
2019-11-05network: split struct Prefix into Prefix and RoutePrefixYu Watanabe4-27/+36
2019-11-05network: fix memleak in route_prefix_free()Yu Watanabe1-1/+2
2019-11-05network: fix typoYu Watanabe1-1/+2
2019-11-05network: fix invalid cleanup functionYu Watanabe1-2/+2
2019-11-05network: fix memleakYu Watanabe1-0/+4
2019-11-05network: use fix invalid free functionYu Watanabe1-1/+1
2019-11-04tree-wide: drop double newlineYu Watanabe2-2/+0
2019-11-04tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe1-1/+0
2019-11-01Merge pull request #13888 from ssahani/qdiscYu Watanabe4-12/+30
2019-10-31tc: qdisc remove some duplicate codeSusant Sahani1-6/+13
2019-10-31qdisc: netem add support to duplicate packets.Susant Sahani3-6/+17
2019-10-31tree-wide: drop missing.hYu Watanabe9-9/+1
2019-10-31networkd: dhcp server Support Vendor specific 43Susant Sahani5-7/+218
2019-10-30network: cleanup header inclusionYu Watanabe48-133/+113
2019-10-30network: amend SendOption= to take a c-escaped stringZbigniew Jędrzejewski-Szmek1-8/+7
2019-10-30network: rename SendOptions= to SendOption=Zbigniew Jędrzejewski-Szmek3-4/+4
2019-10-30network: wait for QDiscs to be configuredYu Watanabe3-4/+36
2019-10-30network: introduce TrafficControlSusant Sahani12-0/+567
2019-10-29network-generator: Add missing help for --rootDavid Pedersen1-0/+1
2019-10-25network: support matching based on wifi interfece typeYu Watanabe8-21/+34
2019-10-24networkctl: introduce reconfigure methodYu Watanabe1-20/+67
2019-10-24networkctl: use format_ifname_full()Yu Watanabe1-12/+6
2019-10-24networkctl: fix error messageYu Watanabe1-1/+2
2019-10-24network: introduce Reconfigure() bus methodYu Watanabe6-5/+46
2019-10-24network: include netinet/in.h to fix build errorYu Watanabe1-0/+1
2019-10-24networkctl: add reload commandYu Watanabe1-0/+24
2019-10-24network: also reload .netdev filesYu Watanabe4-7/+13
2019-10-24network: add Reload() dbus methodYu Watanabe6-20/+108
2019-10-24Merge pull request #13828 from keszybz/networkctl-print-wlanYu Watanabe2-131/+122
2019-10-24networkctl: print ssid and bssidZbigniew Jędrzejewski-Szmek1-0/+61
2019-10-24networkctl: create the sd_device structure just onceZbigniew Jędrzejewski-Szmek1-26/+33
2019-10-24network: split out functions to get ssid and bssidZbigniew Jędrzejewski-Szmek1-95/+12
2019-10-23Merge pull request #13807 from 1848/ip6gre_key_fixYu Watanabe1-0/+36
2019-10-23Merge pull request #13142 from yuwata/network-wifi-ssid-support-nl80211Zbigniew Jędrzejewski-Szmek9-21/+279
2019-10-23networkctl: split out helper functionZbigniew Jędrzejewski-Szmek1-5/+10