summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* sd-dhcp6-client: Fix sending prefix delegation request (#17136)mog4222020-09-241-2/+2
* Merge pull request #17143 from keszybz/late-exec-resolution-altLennart Poettering2020-09-241-2/+1
|\
| * Add CLOSE_AND_REPLACE helperZbigniew Jędrzejewski-Szmek2020-09-181-2/+1
* | sd-radv: fix indentationLennart Poettering2020-09-231-10/+10
* | various: remove assignments of unread variablesZbigniew Jędrzejewski-Szmek2020-09-221-1/+0
|/
* tree-wide: prefer AF_xyz over PF_xyzLennart Poettering2020-09-092-2/+2
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-086-13/+7
* sd-ipv4acd: introduce sd_ipv4acd_get_address()Yu Watanabe2020-09-041-0/+9
* sd-ipv4acd: do not call callback in sd_ipv4acd_stop() when it is already stoppedYu Watanabe2020-09-041-0/+7
* tree-wide: drop pointless zero initialization (#16900)fangxiuning2020-08-301-1/+1
* Merge pull request #16596 from poettering/event-time-relZbigniew Jędrzejewski-Szmek2020-08-044-21/+20
|\
| * tree-wide: make use of new relative time events in sd-event.hLennart Poettering2020-07-284-21/+20
* | Merge pull request #16595 from bengal/bg/dhcpv6-fqdnZbigniew Jędrzejewski-Szmek2020-08-036-45/+187
|\ \
| * | dhcp6: parse the FQDN optionBeniamino Galvani2020-08-036-45/+185
| * | dhcp6: remove assertions in dhcp6_option_parse_domainname()Beniamino Galvani2020-07-281-2/+4
| |/
* | Merge pull request #16590 from keszybz/test-fs-util-relaxLennart Poettering2020-07-291-5/+5
|\ \ | |/ |/|
| * test-ndisc-rs: increase timeoutsZbigniew Jędrzejewski-Szmek2020-07-281-5/+5
* | network: radv: Send RA on newly-added dynamic prefixMichael Marley2020-07-271-0/+18
|/
* radv: introduce sd_radv_is_running()Yu Watanabe2020-07-201-0/+6
* dhcp4: only renewing lease when the client already has a leaseYu Watanabe2020-07-161-1/+1
* all: fix minor typosYuri Chornoivan2020-07-072-2/+2
* dhcp4: do not try to renew address when client has no leaseYu Watanabe2020-07-071-1/+4
* dhcp4: do not renew address if client is not running yetYu Watanabe2020-07-071-0/+3
* libsystemd-network: rename index -> ifindexYu Watanabe2020-07-029-23/+22
* dhcp6, radv: only accept valid ifindexYu Watanabe2020-07-024-5/+5
* dhcp: fix entry name in parsing lease fileYu Watanabe2020-06-231-1/+1
* libsystemd-network: move prototypes of dhcp_lese_save/load() to network-inter...Yu Watanabe2020-06-232-3/+4
* network: DHCP6 - introduce DHCP6 DUID to stringSusant Sahani2020-06-101-0/+43
* dhcp6: Provide method to access IAIDSusant Sahani2020-06-091-0/+12
* lldp: fix assertion checking argument for sd_lldp_set_neighbors_max()Thomas Haller2020-06-061-1/+1
* sd-dhcp-client: add sd_dhcp_client_id_to_string()Marc-André Lureau2020-06-041-0/+55
* sd-dhcp-client: make struct sd_dhcp_client_id reusableMarc-André Lureau2020-06-041-25/+27
* sd-dhcp-server: notify callback on lease changedMarc-André Lureau2020-06-041-0/+9
* sd-dhcp-server: add sd_dhcp_server_set_callback()Marc-André Lureau2020-06-042-0/+12
* network: read driver name from ethtoolYu Watanabe2020-06-032-21/+26
* Merge pull request #15884 from ssahani/dhcpv6-vendorYu Watanabe2020-06-013-1/+77
|\
| * sd-dhcp6: Introduce vendor specific informationSusant Sahani2020-05-293-1/+77
* | sd-dhcp: clean-up of DHCP lease server codeLennart Poettering2020-05-308-244/+115
|/
* sd-network: Rectify Advertise Message Processing by a ClientSusant Sahani2020-05-294-30/+53
* Merge pull request #15619 from ddstreet/ignore_carrier_loss_defaultYu Watanabe2020-05-293-4/+7
|\
| * network: return 1 on start and 0 if ipv4ll is already startedDan Streetman2020-05-263-4/+7
* | network: simplify how initial space is handledZbigniew Jędrzejewski-Szmek2020-05-262-10/+18
* | sd-dhcp6: constify output arguments in get_{ntp,nds}_addrZbigniew Jędrzejewski-Szmek2020-05-262-5/+5
* | sd-network: reduce scope of some variablesZbigniew Jędrzejewski-Szmek2020-05-261-13/+6
|/
* Merge pull request #15274 from ssahani/network-issue-9610Zbigniew Jędrzejewski-Szmek2020-05-201-0/+13
|\
| * sd-dhcpv4: Allow to configure lease lifetimeSusant Sahani2020-05-201-0/+13
* | Merge pull request #15490 from ssahani/dhcpv6-vendor-classLennart Poettering2020-05-205-5/+89
|\ \
| * | DHCPv6: MUD URL lengh - use UINT8_MAX instead of 255Susant Sahani2020-05-201-3/+3
| * | network: DHCPv6 - Add support to send vendor class informationSusant Sahani2020-05-201-1/+1
| * | sd-network: DHCPv6 - Add support to send vendor class dataSusant Sahani2020-05-205-3/+87
| |/