summaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)AuthorFilesLines
2019-07-12Merge pull request #12971 from yuwata/network-reassign-static-routesYu Watanabe3-17/+45
2019-07-11network: re-assign static routes when dynamic address is updatedYu Watanabe2-0/+4
2019-07-11network: process address reply messageYu Watanabe3-9/+33
2019-07-11network: rework route_scope_from_address()Yu Watanabe1-2/+2
2019-07-11network: route_configure() do nothing when it returns 0Yu Watanabe1-6/+6
2019-07-11network: fdb: use ether_addr_from_string()Yu Watanabe1-11/+3
2019-07-11network: fdb: do not allocate separated memory for lladdrYu Watanabe2-16/+8
2019-07-11network: drop invalid [Neighbor] section earlierYu Watanabe3-6/+22
2019-07-11network: rename Neighbor.MACAddress= to Neighbor.LinkLayerAddress=Yu Watanabe3-29/+90
2019-07-11network: NDA_LLADDR attribute can also take struct in_addrYu Watanabe3-3/+3
2019-07-11Merge pull request #13018 from yuwata/network-tunnel-follow-up-13016Lennart Poettering1-20/+12
2019-07-11Merge pull request #13006 from yuwata/network-split-dhcp-12917Lennart Poettering6-32/+132
2019-07-11network: ip6tnl and vti6 does not support the case both Local= and Remote= ar...Yu Watanabe1-20/+12
2019-07-11network: add AssignToLoopback= setting to [Tunnel] sectionYu Watanabe3-10/+12
2019-07-11network: simplify the condition about xfrmYu Watanabe1-10/+3
2019-07-11network: support gre tunnel or friends with Local=any Remote=anyYu Watanabe1-8/+14
2019-07-11Merge pull request #12926 from keszybz/urlify-logsLennart Poettering1-2/+2
2019-07-10Merge pull request #12965 from keszybz/auto-eraseLennart Poettering2-26/+15
2019-07-10Merge pull request #13005 from keszybz/fix-gcc-warningLennart Poettering1-2/+3
2019-07-10Merge pull request #12863 from 1848/if_xfrmYu Watanabe10-5/+73
2019-07-10Fixed condition checked twice18481-3/+0
2019-07-10Added support for xfrm interfaces184810-2/+73
2019-07-10network: fix memleakYu Watanabe1-6/+5
2019-07-10Use _cleanup(free_and_erasep) where appropriateZbigniew Jędrzejewski-Szmek2-26/+15
2019-07-10network: rename [DHCP] section to [DHCPv4]Yu Watanabe3-33/+121
2019-07-10networkd: silence bogus gcc warning about %sZbigniew Jędrzejewski-Szmek1-2/+3
2019-07-10networkd: DHCPv6 - separate DHCPv6 options from DHCPv4 optionsSusant Sahani4-4/+16
2019-07-09network: read sysctl value only once (#12990)Yu Watanabe1-0/+6
2019-07-06src/network/networkd-dhcp4.c: set prefsrc for classless or static routesDan Streetman1-0/+4
2019-07-05network: fix issue found by UBSanYu Watanabe1-2/+2
2019-07-05network: fix the initial value of the counter for brvlanYu Watanabe1-3/+2
2019-07-05network: re-implement parse_vid_range()Yu Watanabe1-63/+5
2019-07-05network: minor coding-style updateYu Watanabe1-8/+9
2019-07-04tree-wide: use PROJECT_FILE instead of __FILE__Zbigniew Jędrzejewski-Szmek1-2/+2
2019-07-02Merge pull request #12912 from yuwata/network-move-functionsZbigniew Jędrzejewski-Szmek25-1089/+1175
2019-07-01Merge pull request #12888 from yuwata/network-udev-property-supportZbigniew Jędrzejewski-Szmek4-19/+36
2019-07-01meson: drop duplicated sourceYu Watanabe1-1/+0
2019-07-01test: add tests for config_parse_match_{strv,ifnames}()Yu Watanabe1-0/+23
2019-07-01network,udev: add Property= setting in [Match] sectionYu Watanabe3-4/+7
2019-07-01network,udev: make net_match_config() take sd_deviceYu Watanabe1-10/+1
2019-07-01network,udev: fix multiple invert matching linesYu Watanabe2-5/+5
2019-06-30networkctl: do not show '(null)' in HW Address entryYu Watanabe1-6/+6
2019-06-30network: move prototypes related to network Network bus objects to networkd-n...Yu Watanabe5-5/+14
2019-06-30network: move DHCP server related functions to networkd-dhcp-server.cYu Watanabe7-346/+364
2019-06-30network: move DHCP6 related code from networkd-manager.c to networkd-dhcp6.cYu Watanabe4-129/+130
2019-06-30network: move conf parsers and function prototypesYu Watanabe20-611/+669
2019-06-26network: further log message updateYu Watanabe1-49/+49
2019-06-24networkd: rework warning and debug messages about address addition and removalZbigniew Jędrzejewski-Szmek1-34/+34
2019-06-20Merge pull request #12762 from yuwata/network-introduce-carrier-and-network-s...Lennart Poettering9-71/+190
2019-06-20Merge pull request #12837 from yuwata/tree-wide-lgtm-fixesLennart Poettering1-1/+1