summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)Author
2014-12-11use correct format typesThomas Hindoe Paaboel Andersen
2014-12-11tree-wide: use our memset() macros instead of memset() itselfLennart Poettering
2014-12-11sd-dhcp-client: log if we fail to set up lease timersTom Gundersen
2014-12-10test-dhcp6-client: Add a simple Information Request test casePatrik Flykt
2014-12-10sd-dhcp6-client: Implement Information Request messagePatrik Flykt
2014-12-10sd-dhcp6-lease: Return only -EINVAL when a NULL lease is suppliedPatrik Flykt
2014-12-10sd-dhcp6-client: Make end of successfull option parsing explicitPatrik Flykt
2014-12-09libsystemd-network: fix writing of routes in dhcp lease fileDan Winship
2014-12-05net_setup/networkd: warn if matching is done on possibly unstable ifnameTom Gundersen
2014-12-04udev: net_setup - allow matching on OriginalName=Tom Gundersen
2014-11-30tests: use assert_se instead of assertRonny Chevalier
2014-11-28treewide: more log_*_errno + return simplificationsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-11-27log: rearrange log function namingLennart Poettering
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-20sd-dhcp-lease: fix copy-paste error asserting wrong function argumentThomas Haller
2014-11-19sd-dhcp-lease: load/save client IDDan Williams
2014-11-19sd-dhcp-client: allow getting/setting the client IDDan Williams
2014-11-18sd-dhcp-lease: expose load/save functionsTom Gundersen
2014-11-18sd-dhcp-client: fix REBOOT state handlingDan Williams
2014-11-06shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering
2014-11-06core: get rid of condition.c and move the remaining call into util.cLennart Poettering
2014-11-06condition: internalize condition test functionsLennart Poettering
2014-11-05sd-pppoe: spellingTom Gundersen
2014-11-05libsystemd-network: don't use unaligned helpers in _packed_ structsTom Gundersen
2014-11-05sd-pppoe: whitespaceTom Gundersen
2014-11-04sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering
2014-11-03sd-pppoe: include ppp_defs.hLukas Nykryn
2014-11-01sd-pppoe: fix some leaksTom Gundersen
2014-11-01libsystemd-networkd: introduce sd-pppoe libraryTom Gundersen
2014-11-01sd-dhcp6-client: fix off-by-two error in DUID lengthDan Williams
2014-11-01sd-dhcp-lease: use shared default prefixlen functionTom Gundersen
2014-11-01sd-dhcp-lease: use unaligned read helpersTom Gundersen
2014-11-01dhcp6: use unaligned read/write helpersTom Gundersen
2014-10-31sd-dhcp-client: clean up raw socket sd_event_source when creating new UDP socketDan Williams
2014-10-27shared: in-addr-utils - add default_subnet_mask and default_prefixlen methodsTom Gundersen
2014-10-13test-dhcp-client: add more assertsTom Gundersen
2014-10-11sd-dhcp-client: support non-Ethernet hardware addressesDan Williams
2014-10-09sd-dhcp6-lease: Name the structure containing IAADDR dataPatrik Flykt
2014-10-02sd-dhcp6: do basic sanity-checking of supplied DUIDTom Gundersen
2014-10-02sd-dhcp6: specify the type explicitly when setting custom DUIDTom Gundersen
2014-10-02sd-dhcp6: support custom DUID's up to the size specified in the RFCTom Gundersen
2014-10-02sd-dhcp6-client: support custom DUIDsDan Williams
2014-09-17libsystemd-network: dhcp-test - assert that malloc0 succeedsTom Gundersen
2014-09-16libsystemd-network: avoid double-free in error caseAndreas Henriksson
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-14sd-dhcp: fix test of magic cookieThomas Hindoe Paaboel Andersen
2014-09-10test-dhcp6-client: Add checks for Elapsed Time optionPatrik Flykt
2014-09-10sd-dhcp6-client: Implement Elapsed Time optionPatrik Flykt