summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)AuthorFilesLines
2019-10-31qdisc: netem add support to duplicate packets.Susant Sahani3-6/+17
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
2019-10-23networkctl: show carrier in green for loopback ifaceZbigniew Jędrzejewski-Szmek1-5/+6
2019-10-20Set key (IFLA_GRE_IKEY,IFLA_GRE_OKEY) on ip6gre interfaces.18481-0/+36
2019-10-16Merge pull request #13663 from ssahani/dhcp-send-option-dataZbigniew Jędrzejewski-Szmek5-2/+100
2019-10-15network: add support matching based on BSSID=Yu Watanabe5-7/+11
2019-10-15network: also read BSSIDYu Watanabe4-20/+93
2019-10-15network: support matching based on wifi SSIDYu Watanabe9-7/+109
2019-10-15network: introduce link_reconfigure()Yu Watanabe2-0/+74
2019-10-15network: split link_free() into two partsYu Watanabe1-15/+20
2019-10-15network: DHCPv4 client: add support to send arbitary option and dataSusant Sahani5-2/+100
2019-10-14network: update comment as DHCP is deprecated nowYu Watanabe1-2/+2
2019-10-14network: introduce ip nexthop routingSusant Sahani11-4/+788
2019-10-14network: ndisc: do not drop all prefixes when a prefix matches a blacklistYu Watanabe1-44/+19
2019-10-08Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek1-2/+4
2019-10-08networkctl: add missing dots in --helpZbigniew Jędrzejewski-Szmek1-2/+2
2019-10-08Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek1-7/+8
2019-10-03networkd: split out repeated code to a helper functionZbigniew Jędrzejewski-Szmek1-30/+33
2019-10-03Merge pull request #12818 from yuwata/network-issue-8726Zbigniew Jędrzejewski-Szmek3-13/+121
2019-10-03Merge pull request #13696 from keszybz/keep-dhcp-on-restartZbigniew Jędrzejewski-Szmek5-11/+41
2019-10-02sd-dhcp-client: do not crash if sd_dhcp_client_send_release() is called with ...Zbigniew Jędrzejewski-Szmek1-3/+3
2019-10-02networkd: change SendRelease default to trueZbigniew Jędrzejewski-Szmek1-0/+1
2019-10-02networkd: drop DHCPv4 config on stop, keep on restart, by defaultZbigniew Jędrzejewski-Szmek2-6/+8
2019-10-02networkd: use SIGUSR2 to do a restartZbigniew Jędrzejewski-Szmek2-2/+29
2019-10-01network: DHCPv6 client add support for prefix delegation hintSusant Sahani5-0/+46
2019-09-26dhcp4: make IPServiceType configurableSiddharth Chandrasekara6-1/+39
2019-09-26network: drop noisy log messageYu Watanabe1-2/+0
2019-09-22Merge pull request #11883 from yuwata/network-dhcp-renewYu Watanabe5-1/+92