summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
AgeCommit message (Expand)Author
2015-10-02lldp: add reception testsBeniamino Galvani
2015-10-02lldp: fix parsing of TLV lengthBeniamino Galvani
2015-10-02lldp: move lldp_receive_packet() to lldp-internal.cBeniamino Galvani
2015-10-02lldp: check return value of lldp_tlv_packet_exit_container()Beniamino Galvani
2015-10-02lldp: add support for organizationally specific TLVsBeniamino Galvani
2015-10-02lldp: factor out common code in lldp-tlv.cBeniamino Galvani
2015-10-02lldp: add sd_lldp_tlv_packet_get_destination_type()Beniamino Galvani
2015-10-02lldp: add public function to export LLDP TLV packetsBeniamino Galvani
2015-10-02lldp: move TLV related functions to lldp-tlv.cBeniamino Galvani
2015-10-02lldp: export opaque TLV type and accessor functionsBeniamino Galvani
2015-10-02lldp: change order of arguments of lldp_read_*() functionsBeniamino Galvani
2015-10-02lldp: add reference counter to struct tlv_packetBeniamino Galvani
2015-10-01Merge pull request #1429 from poettering/dhcp-hostnameDaniel Mack
2015-10-01Merge pull request #1427 from dbuch/masterDaniel Mack
2015-09-30dhcp: make sure we can deal with a single trailing NUL byte in the hostnameLennart Poettering
2015-09-30sd-pppoe: use strna() instead of strempty()Daniel Buch
2015-09-30tree-wide: remove a number of invocations of strerror() and replace by %mLennart Poettering
2015-09-30basic: split out cpu set specific APIs into cpu-set-util.[ch]Lennart Poettering
2015-09-30tree-wide: clean up log_syntax() usageLennart Poettering
2015-09-30tree-wide: use strempty() where possibleDaniel Mack
2015-09-24Merge pull request #1332 from thom311/masterTom Gundersen
2015-09-23test-dhcp6-client: Update test case due to changed semanticsPatrik Flykt
2015-09-23sd-dhcp6-client: Prevent setting and restarting of DHCPv6 clientPatrik Flykt
2015-09-22sd-lldp: hide internal detailsDavid Herrmann
2015-09-22sd-lldp: hide internal informationDavid Herrmann
2015-09-22sd-pppoe: fix namespacingDavid Herrmann
2015-09-22sd-ipv4ll: fix namespacingDavid Herrmann
2015-09-22sd-ipv4acd: fix namespacingDavid Herrmann
2015-09-22sd-icmp6-nd: fix namespacingDavid Herrmann
2015-09-22sd-dhcp6: fix namespacingDavid Herrmann
2015-09-22sd-dhcp: fix namespacingDavid Herrmann
2015-09-22sd-dhcp6: ensure canceling lease timers and refactor setting leaseThomas Haller
2015-09-21test-ipv4ll: use unsigned instead of an array for a seedRonny Chevalier
2015-09-21sd-ipv4ll: do not assert_return when seed == 0Ronny Chevalier
2015-09-18sd-ipv4{acd,ll}: add simple test programsTom Gundersen
2015-09-18sd-ipv4acd: introduce new library split out from sd-ipv4llTom Gundersen
2015-09-18sd-ipv4ll: simplify conflict handlingTom Gundersen
2015-09-18sd-ipv4ll: rework callbacksTom Gundersen
2015-09-18sd-ipv4ll: don't allow changing MAC address whilst runningTom Gundersen
2015-09-18sd-ipv4ll: code cleanupsTom Gundersen
2015-09-18sd-ipv4ll: remove duplicate packet verificationTom Gundersen
2015-09-18sd-ipv4ll: minor cleanupsTom Gundersen
2015-09-18sd-ipv4ll: split out on_conflict() from on_packet()Tom Gundersen
2015-09-18sd-ipv4ll: split run_state_machine() into on_packet() and on_timeout()Tom Gundersen
2015-09-18sd-ipv4ll: filter out unwanted ARP packets in the kernelTom Gundersen
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-09-01Merge pull request #1108 from phomes/dont-shadow-globalsDavid Herrmann
2015-09-01tree-wide: do not shadow the global var timezoneThomas Hindoe Paaboel Andersen
2015-08-31sd-dhcp-server: simplify pool creationTom Gundersen