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
/
if-bsd.c
Commit message (
Expand
)
Author
Age
*
Move the source files along with dev, crypt and comapt into src dir.
Roy Marples
2017-03-15
*
Rename if_*raw functions to bpf_* so it's more descriptive and move
Roy Marples
2017-03-08
*
Belated welcome to 2017.
Roy Marples
2017-03-06
*
bpf: ARP and BOOTP filter improvements
Roy Marples
2017-03-05
*
Improve if_addrflag handling.
Roy Marples
2016-11-29
*
FreeBSD does not set an error when trying to get IPv6 address flags for a jus...
Roy Marples
2016-11-29
*
Backout prior, added stuff by mistake.
Roy Marples
2016-11-23
*
Fix IPv6 DAD on OpenBSD.
Roy Marples
2016-11-23
*
Only clear the address family routes we're re-loading.
Roy Marples
2016-11-23
*
Fix adding subnet routes without a source address on OpenBSD.
Roy Marples
2016-11-23
*
Only build the routing tables for the address family we are interested in.
Roy Marples
2016-11-19
*
Don't assume we always have RTA_IFA.
Roy Marples
2016-11-17
*
Remove address family specific routing and introduce address family
Roy Marples
2016-10-25
*
Re-work checking IPv6 kernel settings on BSD.
Roy Marples
2016-10-14
*
Fix compile on OpenBSD.
Roy Marples
2016-09-16
*
One BSD in the future will include address flags in ifa_msghdr.
Roy Marples
2016-09-16
*
Ignore RTM versions we don't know.
Roy Marples
2016-09-15
*
Don't dispatch 0 bytes.
Roy Marples
2016-09-06
*
DragonFly needs to ingore RTM_DELADDR as well.
Roy Marples
2016-09-06
*
Remove the POLLADDR check out of if-bsd.c and into ipv6.c for other OS's
Roy Marples
2016-09-06
*
Rename var to avoid a global on OpenBSD.
Roy Marples
2016-09-06
*
recvmsg expects an array of iovec structures, not a pointer to the first one.
Roy Marples
2016-09-05
*
Re-check address flags when carrier goes down if we poll for address flags.
Roy Marples
2016-09-05
*
Rework the recvmsg_realloc function to handle flags.
Roy Marples
2016-09-02
*
Use a dynamically sized buffer for reading route(4) messages on BSD
Roy Marples
2016-09-01
*
FreeBSD emits RTM_DELADDR for INET addresses that still exit,
Roy Marples
2016-09-01
*
OpenBSD does not refresh address lifetimes on subsequent calls.
Roy Marples
2016-08-22
*
Stop setting RA override becuse it only makes sense when we want the kernel
Roy Marples
2016-08-18
*
Note that the IPv6 address lifetime issue is now fixed in NetBSD.
Roy Marples
2016-08-16
*
Add more notes about BSD OS issues with prefix lifetimes.
Roy Marples
2016-08-07
*
Set route flags for IPv6 routes, allowing RTF_REJECT to work again.
Roy Marples
2016-08-07
*
Fix the gateway to the route interface for IPv6 routes.
Roy Marples
2016-08-06
*
Note that the prior issue was fixed in OpenBSD-5.9
Roy Marples
2016-08-05
*
Workaround an issue on BSD where the kernel pretends a freshly added address ...
Roy Marples
2016-08-05
*
Simplify BSD routing by having a common function to make the message
Roy Marples
2016-07-28
*
Fix compile
Roy Marples
2016-07-27
*
Fix compile on BSD.
Roy Marples
2016-07-26
*
Simplify handling of IPv6 address from kernel messages, similar to IPv4.
Roy Marples
2016-07-26
*
Fix compile on BSD.
Roy Marples
2016-07-26
*
Because struct rt has src addr, we no longer need ipv4_srcaddr.
Roy Marples
2016-07-26
*
Revert [da213b6490] because the fd we're reading from could be a generic
Roy Marples
2016-06-28
*
Ensure mask and bcast as always set.
Roy Marples
2016-05-25
*
Constify and fix alignment.
Roy Marples
2016-05-23
*
whitespace police.
Roy Marples
2016-05-20
*
Use more void.
Roy Marples
2016-05-19
*
Spit handlelink into smaller functions to increase read-ability.
Roy Marples
2016-05-19
*
Specify AF_UNPSEC
Roy Marples
2016-05-19
*
managelink -> hanlelink
Roy Marples
2016-05-19
*
Fix compile
Roy Marples
2016-05-18
*
Rework if_address to just use an ipv4_addr structure, similar to how
Roy Marples
2016-05-18
[next]