summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp-internal.h
AgeCommit message (Expand)Author
2016-05-26sd-network: unify packet processing logic a bitLennart Poettering
2016-02-20libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering
2015-11-25sd-dhcp: parse error message in DECLINE or NAKTom Gundersen
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-08-26dhcp: generic data should be void*, not uint8_t*Lennart Poettering
2015-08-26network: s/user_data/userdata/Lennart Poettering
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-10-11sd-dhcp-client: support non-Ethernet hardware addressesDan Williams
2014-07-07dhcp-network: add check for DHCP.chaddrMichal Sekletar
2014-06-24sd-dhcp-client: return NULL from _unref() like the other sd-* librariesTom Gundersen
2014-06-17sd-dhcp: checksum - make endianess-neutralTom Gundersen
2014-05-21sd-dhcp: option_append - support falling back to 'sname' and 'file'Tom Gundersen
2014-05-20sd-dhcp: refactor dhcp_option_appendTom Gundersen
2014-05-06dhcp-network: don't pass ifindex to bind_udp_socketTom Gundersen
2014-04-08sd-dhcp-client: include client id in debug messagesTom Gundersen
2014-04-07libsystemd-network: Speed up checksum computation using 64 bit integersTom Gundersen
2014-04-06sd-dhcp-client: improve BPFTom Gundersen
2014-03-19libsystemd-network: Export checksum function to test casePatrik Flykt
2014-03-11sd-dhcp: generalise ip header generationTom Gundersen
2014-02-28sd-network: add new libraryTom Gundersen