summaryrefslogtreecommitdiffstats
path: root/src/arp.c
Commit message (Expand)AuthorAge
* eloop: Make the API more like native poll/kqueue/epollRoy Marples2021-02-02
* A belated welcome to 2021Roy Marples2021-01-31
* dhcpcd: Simplify the link handling even moreRoy Marples2020-10-07
* dhcpcd: Simplify carrier handling more by using IS_LINK_UP macroRoy Marples2020-10-06
* ARP: gc stale function arp_cancelRoy Marples2020-06-05
* ARP: call arp_announced when cancelling itRoy Marples2020-06-02
* Fix some clang analyzer issuesRoy Marples2020-05-30
* ARP: reduce conflicts from errors to warningsRoy Marples2020-05-20
* ARP: A few minor fixes for priorRoy Marples2020-05-20
* IPv4LL: Fix for non NetBSDRoy Marples2020-05-20
* IPv4LL: Fix for prior on NetBSD at least.Roy Marples2020-05-20
* Fix compile on LinuxRoy Marples2020-05-19
* privsep: Enable Capsicum for all processes.Roy Marples2020-05-19
* ARP: Remove ability to filter specific addressesRoy Marples2020-05-15
* 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