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