summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* treewide: another round of simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-2/+2
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-286-108/+54
* treewide: simplify log_*_errno(r,...) immediately followed by "return r"Michal Schmidt2014-11-281-92/+46
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-284-38/+21
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-2810-50/+50
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-2810-50/+50
* networkd: update logging macros for parameter order, and errno, to match rest...Lennart Poettering2014-11-283-57/+31
* networkd: remove duplicate macro definitionsLennart Poettering2014-11-281-17/+0
* log: rearrange log function namingLennart Poettering2014-11-2715-228/+228
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-275-6/+4
* networkd: fix kernel rtnl receive buffer overrun errorAlin Rauta2014-11-271-0/+7
* networkd: route - allow routes without a gatewayGavin Li2014-11-271-14/+18
* sd-dhcp-lease: expose load/save functionsTom Gundersen2014-11-181-1/+1
* network: fix typoRami Rosen2014-11-081-1/+1
* s/commandline/command line/gHarald Hoyer2014-11-061-1/+1
* shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering2014-11-062-2/+1
* sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering2014-11-041-1/+1
* networkd: add Patch of MTU discovery for IPIP and GRESusant Sahani2014-10-291-0/+16
* networkd: add back path of MTU discovery for SITSusant Sahani2014-10-291-0/+8
* networkd: network - if no prefixlength is given, try to deduce one from the a...Tom Gundersen2014-10-271-1/+10
* networkd: don't stop the dhcp server when link goes downTom Gundersen2014-10-271-9/+0
* sd-dhcp-client: support non-Ethernet hardware addressesDan Williams2014-10-112-4/+12
* Do not format USEC_INFINITY as NULLZbigniew Jędrzejewski-Szmek2014-09-291-8/+4
* networkd: dhcp4 - fix unchecked return valueTom Gundersen2014-09-171-8/+11
* sd-bus: sd_bus_message_get_errno should only return positive errnoThomas Hindoe Paaboel Andersen2014-09-161-2/+0
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-154-11/+10
* networkd: remove vestigial event sourcesDave Reisner2014-09-132-4/+0
* networkd: allow specification of DHCP route metricAngus Gibson2014-09-084-3/+6
* networkctl: show the link file applied to each linkTom Gundersen2014-09-081-2/+5
* networkctl: show the network file applied to each linkTom Gundersen2014-09-081-2/+5
* sd-network: add _get_network_file apiTom Gundersen2014-09-081-0/+2
* networkd: add preferred source to dhcp4 gateway routeEmil Renner Berthing2014-09-083-0/+34
* networkd: netdev - failing to create a netdev is not fatal, just fail that ne...Tom Gundersen2014-09-081-1/+1
* networkd: tuntap - return correct error when /dev/net/tun cannot be openedTom Gundersen2014-09-081-6/+4
* networkd: link - allow loopback links to be manage, but ignore DHCP/IPv4LLTom Gundersen2014-09-041-14/+58
* networkd: link - clarify log message when receiving address for unknown linkTom Gundersen2014-09-041-1/+1
* networkd: link - do not manage loopback linksTom Gundersen2014-09-041-0/+6
* networkd: link - save link flags when the link is addedTom Gundersen2014-09-041-79/+83
* networkd: move carrier gained/lost handling from link_update_flags() to link_...Tom Gundersen2014-09-042-38/+38
* test-network: fix off-by-one error in testTom Gundersen2014-08-311-3/+3
* sd-event: name event sources used in librariesTom Gundersen2014-08-281-0/+4
* networkctl: do not mix dns and ntp serversZbigniew Jędrzejewski-Szmek2014-08-281-1/+1
* networkd-wait-online: add missing short option 'i' to optstringŁukasz Stelmach2014-08-261-1/+1
* notify: send STOPPING=1 from our daemonsLennart Poettering2014-08-211-0/+1
* networkd: don't consider deprecated or tentative addresses when determining o...Tom Gundersen2014-08-192-0/+11
* networkd: netdev - add missing callback when adding stacked devicesTom Gundersen2014-08-191-10/+30
* networkd: link - don't enforce ENSLAVING stateTom Gundersen2014-08-191-3/+0
* networkd: fix use-after-freeTom Gundersen2014-08-191-1/+3
* networkd: fix how we generate lists in link_save()Lennart Poettering2014-08-181-20/+29