summaryrefslogtreecommitdiffstats
path: root/src/arp.c
Commit message (Expand)AuthorAge
* Rename ifp->family -> ifp->hwtype so it's less confusingRoy Marples2020-04-23
* eloop: define eloop queue numbers in common.hRoy Marples2020-02-06
* ARP: Only copy out frame header if we have it.Roy Marples2020-02-05
* ARP: Recalculate ARP buffer taking into account max frame lengthRoy Marples2020-02-05
* BPF: Return the frame header with the dataRoy Marples2020-02-05
* ARP: add a comment to note ethernet padding upto 60 bytes.Roy Marples2020-01-31
* ARP: Fix defend time checkRoy Marples2020-01-22
* ARP: Use milliseconds rather than timespec for retransmissionRoy Marples2020-01-04
* arp: use eloop_timespec_diff to handle wrapped timesRoy Marples2020-01-07
* Welcome to 2020!Roy Marples2020-01-03
* inet: Open ARP for probing when not in privsep.Roy Marples2020-01-02
* privsep: Enable ARP BPF filtering for interesting addressesRoy Marples2019-12-10
* privsep: Don't close BPF listeners when forkedRoy Marples2019-11-29
* privsep: Add support for priviledge separationRoy Marples2019-11-28
* ARP: Add interface to arp_stateRoy Marples2019-10-25
* Whitespace.Roy Marples2019-10-25
* BPF: Move validation logic from BPF to consumersRoy Marples2019-10-11
* ARP: remove surperfluous diagnostic.Roy Marples2019-10-08
* ARP: Linux doesn't send a Gratuitous ARP for new addressesRoy Marples2019-10-08
* ARP: Don't send an initial ARP announcement for newly added addressesRoy Marples2019-10-08
* arp: Fix an obvious typo and remove pragmaRoy Marples2019-10-08
* gcc: Compile with older GCC again.Roy Marples2019-10-01
* arp: Fix a crash when dhcpcd forks or an interface removedRoy Marples2019-07-16
* Merge branch 'memstream'Roy Marples2019-07-04
|\
| * script: Write variables to a FILERoy Marples2019-06-18
* | Add SPDX identifiers to all dhcpcd source files.Yegor Yefremov2019-07-04
|/
* arp: announce address from most preferred interfaceRoy Marples2019-06-14
* ARP: Ignore Unicast Poll messages, RFC1122.Roy Marples2019-04-18
* ARP: Refactor so that ACD is available for all inet addressesRoy Marples2019-04-18
* DHCP: Dont close ARP gratuitouslyRoy Marples2019-02-19
* ARP: make the announce address a constantRoy Marples2019-02-06
* Welcome to 2019!Roy Marples2019-01-01
* arp: clarify that we check ar_hln in the BPF filterRoy Marples2018-05-06
* Free ARP state when the address is deleted.Roy Marples2018-03-22
* Welcome to 2018.Roy Marples2018-01-01
* bpf: remove the BPF_FREE flagRoy Marples2017-10-25
* arp: fix memory leakRoy Marples2017-10-25
* Fix prior patches by using correct bitmasks for flags.Roy Marples2017-10-25
* Fix a boo booRoy Marples2017-10-24
* bpf: store flags in state for a better abortRoy Marples2017-10-24
* dhcp: arp announce existing address before rebootRoy Marples2017-10-24
* arp: RFC5227 kernels need to send ARP tooRoy Marples2017-09-15
* Persist shared IP address on interfaces.Roy Marples2017-08-01
* No need for signal.h here.Roy Marples2017-06-13
* Add logdebugx, similar to logerrx and logwarnx.Roy Marples2017-04-12
* Log bpf_arp and bpf_bootp failures.Roy Marples2017-04-09
* logerr: errx with loggingRoy Marples2017-04-09
* bpf: rewind the buffer on closeRoy Marples2017-04-04
* Revert prior and just use __func__. Do same for arp bpf.Roy Marples2017-04-03
* Fix a potential crash where the ARP state could be freed during processing.Roy Marples2017-03-27