index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
arp.c
Commit message (
Expand
)
Author
Age
*
Rename ifp->family -> ifp->hwtype so it's less confusing
Roy Marples
2020-04-23
*
eloop: define eloop queue numbers in common.h
Roy Marples
2020-02-06
*
ARP: Only copy out frame header if we have it.
Roy Marples
2020-02-05
*
ARP: Recalculate ARP buffer taking into account max frame length
Roy Marples
2020-02-05
*
BPF: Return the frame header with the data
Roy Marples
2020-02-05
*
ARP: add a comment to note ethernet padding upto 60 bytes.
Roy Marples
2020-01-31
*
ARP: Fix defend time check
Roy Marples
2020-01-22
*
ARP: Use milliseconds rather than timespec for retransmission
Roy Marples
2020-01-04
*
arp: use eloop_timespec_diff to handle wrapped times
Roy Marples
2020-01-07
*
Welcome to 2020!
Roy Marples
2020-01-03
*
inet: Open ARP for probing when not in privsep.
Roy Marples
2020-01-02
*
privsep: Enable ARP BPF filtering for interesting addresses
Roy Marples
2019-12-10
*
privsep: Don't close BPF listeners when forked
Roy Marples
2019-11-29
*
privsep: Add support for priviledge separation
Roy Marples
2019-11-28
*
ARP: Add interface to arp_state
Roy Marples
2019-10-25
*
Whitespace.
Roy Marples
2019-10-25
*
BPF: Move validation logic from BPF to consumers
Roy Marples
2019-10-11
*
ARP: remove surperfluous diagnostic.
Roy Marples
2019-10-08
*
ARP: Linux doesn't send a Gratuitous ARP for new addresses
Roy Marples
2019-10-08
*
ARP: Don't send an initial ARP announcement for newly added addresses
Roy Marples
2019-10-08
*
arp: Fix an obvious typo and remove pragma
Roy Marples
2019-10-08
*
gcc: Compile with older GCC again.
Roy Marples
2019-10-01
*
arp: Fix a crash when dhcpcd forks or an interface removed
Roy Marples
2019-07-16
*
Merge branch 'memstream'
Roy Marples
2019-07-04
|
\
|
*
script: Write variables to a FILE
Roy Marples
2019-06-18
*
|
Add SPDX identifiers to all dhcpcd source files.
Yegor Yefremov
2019-07-04
|
/
*
arp: announce address from most preferred interface
Roy Marples
2019-06-14
*
ARP: Ignore Unicast Poll messages, RFC1122.
Roy Marples
2019-04-18
*
ARP: Refactor so that ACD is available for all inet addresses
Roy Marples
2019-04-18
*
DHCP: Dont close ARP gratuitously
Roy Marples
2019-02-19
*
ARP: make the announce address a constant
Roy Marples
2019-02-06
*
Welcome to 2019!
Roy Marples
2019-01-01
*
arp: clarify that we check ar_hln in the BPF filter
Roy Marples
2018-05-06
*
Free ARP state when the address is deleted.
Roy Marples
2018-03-22
*
Welcome to 2018.
Roy Marples
2018-01-01
*
bpf: remove the BPF_FREE flag
Roy Marples
2017-10-25
*
arp: fix memory leak
Roy Marples
2017-10-25
*
Fix prior patches by using correct bitmasks for flags.
Roy Marples
2017-10-25
*
Fix a boo boo
Roy Marples
2017-10-24
*
bpf: store flags in state for a better abort
Roy Marples
2017-10-24
*
dhcp: arp announce existing address before reboot
Roy Marples
2017-10-24
*
arp: RFC5227 kernels need to send ARP too
Roy Marples
2017-09-15
*
Persist shared IP address on interfaces.
Roy Marples
2017-08-01
*
No need for signal.h here.
Roy Marples
2017-06-13
*
Add logdebugx, similar to logerrx and logwarnx.
Roy Marples
2017-04-12
*
Log bpf_arp and bpf_bootp failures.
Roy Marples
2017-04-09
*
logerr: errx with logging
Roy Marples
2017-04-09
*
bpf: rewind the buffer on close
Roy Marples
2017-04-04
*
Revert prior and just use __func__. Do same for arp bpf.
Roy Marples
2017-04-03
*
Fix a potential crash where the ARP state could be freed during processing.
Roy Marples
2017-03-27
[next]