]> git.ipfire.org Git - thirdparty/dhcpcd.git/history - src/arp.c
DHCP6: Wait for IRT to elapse before requesting advertisments
[thirdparty/dhcpcd.git] / src / arp.c
2023-12-21  pradeep-brightsigndhcpcd: Add support for arp persist defence (#273)
2023-01-05  Roy MarplesWelcome to 2023.
2022-12-23  Laszlo Totharp: ignore invalid ARP probes according to RFC5227...
2021-02-02  Roy Marpleseloop: Make the API more like native poll/kqueue/epoll
2021-01-31  Roy MarplesA belated welcome to 2021
2020-10-07  Roy Marplesdhcpcd: Simplify the link handling even more
2020-10-06  Roy Marplesdhcpcd: Simplify carrier handling more by using IS_LINK...
2020-06-05  Roy MarplesARP: gc stale function arp_cancel
2020-06-02  Roy MarplesARP: call arp_announced when cancelling it
2020-05-30  Roy MarplesFix some clang analyzer issues
2020-05-20  Roy MarplesARP: reduce conflicts from errors to warnings
2020-05-20  Roy MarplesARP: A few minor fixes for prior
2020-05-20  Roy MarplesIPv4LL: Fix for non NetBSD
2020-05-20  Roy MarplesIPv4LL: Fix for prior on NetBSD at least.
2020-05-19  Roy MarplesFix compile on Linux
2020-05-19  Roy Marplesprivsep: Enable Capsicum for all processes.
2020-05-15  Roy MarplesARP: Remove ability to filter specific addresses
2020-04-23  Roy MarplesRename ifp->family -> ifp->hwtype so it's less confusing
2020-02-06  Roy Marpleseloop: define eloop queue numbers in common.h
2020-02-05  Roy MarplesARP: Only copy out frame header if we have it.
2020-02-05  Roy MarplesARP: Recalculate ARP buffer taking into account max...
2020-02-05  Roy MarplesBPF: Return the frame header with the data
2020-01-31  Roy MarplesARP: add a comment to note ethernet padding upto 60...
2020-01-22  Roy MarplesARP: Fix defend time check
2020-01-04  Roy MarplesARP: Use milliseconds rather than timespec for retransm...
2020-01-07  Roy Marplesarp: use eloop_timespec_diff to handle wrapped times
2020-01-03  Roy MarplesWelcome to 2020!
2020-01-02  Roy Marplesinet: Open ARP for probing when not in privsep.
2019-12-10  Roy Marplesprivsep: Enable ARP BPF filtering for interesting addresses
2019-11-29  Roy Marplesprivsep: Don't close BPF listeners when forked
2019-11-28  Roy Marplesprivsep: Add support for priviledge separation
2019-10-25  Roy MarplesARP: Add interface to arp_state
2019-10-25  Roy MarplesWhitespace.
2019-10-11  Roy MarplesBPF: Move validation logic from BPF to consumers
2019-10-08  Roy MarplesARP: remove surperfluous diagnostic.
2019-10-08  Roy MarplesARP: Linux doesn't send a Gratuitous ARP for new addresses
2019-10-08  Roy MarplesARP: Don't send an initial ARP announcement for newly...
2019-10-08  Roy Marplesarp: Fix an obvious typo and remove pragma
2019-10-01  Roy Marplesgcc: Compile with older GCC again.
2019-07-16  Roy Marplesarp: Fix a crash when dhcpcd forks or an interface...
2019-07-04  Roy MarplesMerge branch 'memstream'
2019-07-04  Yegor YefremovAdd SPDX identifiers to all dhcpcd source files.
2019-06-18  Roy MarplesMerge branch 'master' into memstream
2019-06-18  Roy Marplesscript: Write variables to a FILE
2019-06-14  Roy Marplesarp: announce address from most preferred interface
2019-05-04  Roy MarplesMerge branch 'master' into rbtree
2019-05-04  Roy MarplesMerge branch 'dhcpcd-7'
2019-04-26  Roy MarplesMerge branch 'dhcpcd-7'
2019-04-26  Roy MarplesMerge branch 'dhcpcd-7'
2019-04-19  Roy MarplesMerge branch 'dhcpcd-7'
2019-04-18  Roy MarplesARP: Ignore Unicast Poll messages, RFC1122.
2019-04-18  Roy MarplesARP: Refactor so that ACD is available for all inet...
2019-02-19  Roy MarplesDHCP: Dont close ARP gratuitously
2019-02-06  Roy MarplesARP: make the announce address a constant
2019-01-01  Roy MarplesWelcome to 2019!
2018-05-06  Roy Marplesarp: clarify that we check ar_hln in the BPF filter
2018-03-22  Roy MarplesFree ARP state when the address is deleted.
2018-01-01  Roy MarplesWelcome to 2018.
2017-10-25  Roy Marplesbpf: remove the BPF_FREE flag
2017-10-24  Roy Marplesarp: fix memory leak
2017-10-24  Roy MarplesFix prior patches by using correct bitmasks for flags.
2017-10-24  Roy MarplesFix a boo boo
2017-10-24  Roy Marplesbpf: store flags in state for a better abort
2017-10-23  Roy Marplesdhcp: arp announce existing address before reboot
2017-09-15  Roy Marplesarp: RFC5227 kernels need to send ARP too
2017-08-01  Roy MarplesPersist shared IP address on interfaces.
2017-06-13  Roy MarplesNo need for signal.h here.
2017-04-12  Roy MarplesAdd logdebugx, similar to logerrx and logwarnx.
2017-04-09  Roy MarplesLog bpf_arp and bpf_bootp failures.
2017-04-09  Roy Marpleslogerr: errx with logging
2017-04-04  Roy Marplesbpf: rewind the buffer on close
2017-04-03  Roy MarplesRevert prior and just use __func__. Do same for arp...
2017-03-27  Roy MarplesFix a potential crash where the ARP state could be...
2017-03-24  Roy MarplesRemove custom logger and output all diagnostics via...
2017-03-15  Roy MarplesMove the source files along with dev, crypt and comapt...