summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
Commit message (Expand)AuthorAgeFilesLines
* networkd: cleanup FOREACH_WORDSusant Sahani2016-05-061-38/+39
* network: get rid of DUID_TYPE_RAWZbigniew Jędrzejewski-Szmek2016-05-031-1/+0
* dh-dhcp{,6}-client: change the semantics of DUID settingZbigniew Jędrzejewski-Szmek2016-05-032-17/+41
* dhcp-identifier: un-inline dhcp_validate_duid_lenZbigniew Jędrzejewski-Szmek2016-05-032-35/+37
* sd-dhcp: change uint8_t *duid to const void*Zbigniew Jędrzejewski-Szmek2016-05-032-2/+3
* sd-dhcp{,6}-client: use standard indentation for functions argsZbigniew Jędrzejewski-Szmek2016-05-032-63/+117
* Address code-review items for pull-request #2890Vinay Kulkarni2016-04-041-2/+3
* dhcp-identifier: handle too long duid_len in dhcp_validate_duid_len()Thomas Haller2016-04-011-1/+3
* Merge pull request #2915 from vinaykul/masterZbigniew Jędrzejewski-Szmek2016-03-317-40/+139
|\
| * DHCP DUID, IAID configuration optionsVinay Kulkarni2016-03-307-40/+139
* | lldp: move public macros to sd-lldp.h and namespace themBeniamino Galvani2016-03-243-138/+34
|/
* Revert "DHCP DUID and IAID configurability"revert-2818-masterZbigniew Jędrzejewski-Szmek2016-03-217-138/+41
* lldp: fix starting ttl timer for lldp neighborThomas Haller2016-03-141-7/+10
* DHCP DUID and IAID configurabilityVinay Kulkarni2016-03-097-41/+138
* lldp: fix memleakZbigniew Jędrzejewski-Szmek2016-03-041-2/+5
* core: avoid compiler warning when compiling with -fexceptionsThomas Haller2016-02-272-2/+2
* sd-dhcp-server: Send replies to BOOTP relay server portPatrik Flykt2016-02-251-4/+9
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-233-3/+3
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-223-3/+3
* sd-lldp: beef up callback logicLennart Poettering2016-02-212-36/+68
* sd-lldp: filter out LLDP messages coming from our own MAC addressLennart Poettering2016-02-212-0/+23
* sd-lldp: rework sd-lldp APILennart Poettering2016-02-219-1944/+1249
* sd-lldp: fix how we create the LLDP listening socketLennart Poettering2016-02-201-1/+1
* tree-wide: place #pragma once at the same place everywhereLennart Poettering2016-02-206-11/+10
* sd-lldp: simplify lldp_network_bind_raw_socket() a bitLennart Poettering2016-02-201-20/+14
* sd-lldp: move ETHERTYPE_LLDP to missing.hLennart Poettering2016-02-201-2/+0
* test-lldp: fix error checking expressionsLennart Poettering2016-02-201-6/+6
* libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...Lennart Poettering2016-02-206-8/+6
* sd-lldp: drop "port" objectLennart Poettering2016-02-204-233/+54
* sd-lldp: drop keeping of statisticsLennart Poettering2016-02-201-39/+1
* libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering2016-02-208-18/+18
* sd-lldp: drop state fieldLennart Poettering2016-02-201-58/+3
* Remove/add (un)needed includesNathan McSween2016-02-181-1/+1
* networkd: FIONREAD is not reliable on some socketsLennart Poettering2016-02-164-34/+24
* dhcp: assert the success of sd_event_now()Beniamino Galvani2016-02-151-1/+1
* Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering2016-02-133-16/+5
|\
| * Add memcpy_safeZbigniew Jędrzejewski-Szmek2016-02-113-16/+5
* | tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-1038-75/+0
* | dhcp: delay restarts after NAKsBeniamino Galvani2016-02-021-4/+25
|/
* dhcp: make host/domain name validity checks stricterLennart Poettering2016-01-261-40/+36
* Merge pull request #2391 from keszybz/coverityDaniel Mack2016-01-212-2/+2
|\
| * libsystemd-network: avoid double free on errorZbigniew Jędrzejewski-Szmek2016-01-201-1/+1
| * libsystemd-network: use assert_seZbigniew Jędrzejewski-Szmek2016-01-201-1/+1
* | dhcp: make DHCP6_OPTION_* enum publicBeniamino Galvani2016-01-204-95/+62
* | dhcp: make DHCP_OPTION_* enum publicBeniamino Galvani2016-01-209-156/+114
* | dhcp: export routes as opaque objectsBeniamino Galvani2016-01-203-9/+54
|/
* sd-ndisc: simplify if stmt and reindent log messagesZbigniew Jędrzejewski-Szmek2016-01-181-16/+15
* sd-ndisc: simplify ndisc_prefix_newZbigniew Jędrzejewski-Szmek2016-01-181-4/+3
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-1/+2
* Merge pull request #2223 from ssahani/lldpZbigniew Jędrzejewski-Szmek2015-12-251-34/+54
|\