summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)Author
2016-07-28fixLuke Shumaker
2016-07-27fixLuke Shumaker
2016-06-12moreLuke Shumaker
2016-06-09./move.shLuke Shumaker
2016-05-22libsystemd-network: use recv(..., 0) instead of read(...) (#3317)Tom Gundersen
2016-05-20Merge pull request #3235 from dkg/hwaddr-cleanupTom Gundersen
2016-05-20sd-dhcp-client: fix busy loop reading zero sized DHCP UDP packets. (#3299)sadag
2016-05-17networkd: Add EmitRouter= option for DHCP Server (#3251)Clemens Gruber
2016-05-17network: rely on ether_addr_from_string instead of sscanfDaniel Kahn Gillmor
2016-05-15sd-dhcp6-client: add log_errno macro and improve debug messages a bitZbigniew Jędrzejewski-Szmek
2016-05-15tree-wide: drop spurious "&"s when passing functions aroundZbigniew Jędrzejewski-Szmek
2016-05-09network: Make sure we log about parse errors for ifname listsLennart Poettering
2016-05-09tree-wide: port more code to use ifname_valid()Lennart Poettering
2016-05-06networkd: cleanup FOREACH_WORDSusant Sahani
2016-05-03network: get rid of DUID_TYPE_RAWZbigniew Jędrzejewski-Szmek
2016-05-03dh-dhcp{,6}-client: change the semantics of DUID settingZbigniew Jędrzejewski-Szmek
2016-05-03dhcp-identifier: un-inline dhcp_validate_duid_lenZbigniew Jędrzejewski-Szmek
2016-05-03sd-dhcp: change uint8_t *duid to const void*Zbigniew Jędrzejewski-Szmek
2016-05-03sd-dhcp{,6}-client: use standard indentation for functions argsZbigniew Jędrzejewski-Szmek
2016-04-04Address code-review items for pull-request #2890Vinay Kulkarni
2016-04-01dhcp-identifier: handle too long duid_len in dhcp_validate_duid_len()Thomas Haller
2016-03-31Merge pull request #2915 from vinaykul/masterZbigniew Jędrzejewski-Szmek
2016-03-30DHCP DUID, IAID configuration optionsVinay Kulkarni
2016-03-24lldp: move public macros to sd-lldp.h and namespace themBeniamino Galvani
2016-03-21Revert "DHCP DUID and IAID configurability"Zbigniew Jędrzejewski-Szmek
2016-03-14lldp: fix starting ttl timer for lldp neighborThomas Haller
2016-03-09DHCP DUID and IAID configurabilityVinay Kulkarni
2016-03-04lldp: fix memleakZbigniew Jędrzejewski-Szmek
2016-02-27core: avoid compiler warning when compiling with -fexceptionsThomas Haller
2016-02-25sd-dhcp-server: Send replies to BOOTP relay server portPatrik Flykt
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-21sd-lldp: beef up callback logicLennart Poettering
2016-02-21sd-lldp: filter out LLDP messages coming from our own MAC addressLennart Poettering
2016-02-21sd-lldp: rework sd-lldp APILennart Poettering
2016-02-20sd-lldp: fix how we create the LLDP listening socketLennart Poettering
2016-02-20tree-wide: place #pragma once at the same place everywhereLennart Poettering
2016-02-20sd-lldp: simplify lldp_network_bind_raw_socket() a bitLennart Poettering
2016-02-20sd-lldp: move ETHERTYPE_LLDP to missing.hLennart Poettering
2016-02-20test-lldp: fix error checking expressionsLennart Poettering
2016-02-20libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...Lennart Poettering
2016-02-20sd-lldp: drop "port" objectLennart Poettering
2016-02-20sd-lldp: drop keeping of statisticsLennart Poettering
2016-02-20libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering
2016-02-20sd-lldp: drop state fieldLennart Poettering
2016-02-18Remove/add (un)needed includesNathan McSween
2016-02-16networkd: FIONREAD is not reliable on some socketsLennart Poettering
2016-02-15dhcp: assert the success of sd_event_now()Beniamino Galvani
2016-02-13Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering
2016-02-11Add memcpy_safeZbigniew Jędrzejewski-Szmek