summaryrefslogtreecommitdiffstats
path: root/src/if.c
Commit message (Expand)AuthorAge
* A belated welcome to 2021Roy Marples2021-01-31
* hooks: add NOCARRIER_ROAMING reasonRoy Marples2020-12-27
* BSD: LINK_UNKNOWN is traditionally treated as LINK_UPRoy Marples2020-10-16
* Linux: fix compileRoy Marples2020-10-07
* if: always log about unsupported interface types in debugRoy Marples2020-10-07
* dhcpcd: Simplify the link handling even moreRoy Marples2020-10-07
* Wireless must be down if unknown.Roy Marples2020-10-06
* BSD: struct if_data->ifi_link_state is the single source of truthRoy Marples2020-09-28
* if: Always warn about ignored interfaces.Roy Marples2020-09-23
* BSD: Detect initial link state in ifa_dataRoy Marples2020-09-22
* Try and track link state better, regardless of if we're usingRoy Marples2020-09-21
* Linux: detect network namespace and deny udev in oneRoy Marples2020-09-19
* privsep: Fix prior for FreeBSD.Roy Marples2020-09-05
* if: introduce xsocketpair, similar to xsocketRoy Marples2020-09-05
* Linux: restore fix when no address is returned by getifaddrs(3)Roy Marples2020-06-24
* linux: ignore unsupported interfaces by default, such as sit0Roy Marples2020-06-22
* dhcpcd: Add an option to poll the interface carrier stateRoy Marples2020-06-18
* Linux: fix compile on old onesRoy Marples2020-06-10
* privsep: Limit rights generically rather than Capsicum specifcRoy Marples2020-06-05
* privsep: Only use freeifaddrs if not using privsepRoy Marples2020-06-05
* Linux: make resource limits work by using getifaddrs over privsepRoy Marples2020-06-05
* Linux: resource limits don't easily work here either....Roy Marples2020-06-05
* OpenBSD: disable setting resource limits as we have pledge.Roy Marples2020-06-05
* if: Keep the PF_LINK socket open throughoutRoy Marples2020-06-05
* Fix some clang analyzer issuesRoy Marples2020-05-30
* Solaris: driver names have numbersRoy Marples2020-05-29
* Check AF_PACKET is definedRoy Marples2020-05-27
* Fix compile for prior on NetBSDRoy Marples2020-05-19
* privsep: Enable Capsicum for all processes.Roy Marples2020-05-19
* privsep: Add a generic wrapper for getifaddrs(3)Roy Marples2020-05-13
* privsep: Implement pledge(2) support as found on OpenBSDRoy Marples2020-05-10
* if: Be more descriptive on error for getifaddrsRoy Marples2020-05-07
* Remove unsed define.Roy Marples2020-04-23
* Rename ifp->family -> ifp->hwtype so it's less confusingRoy Marples2020-04-23
* if: ensure interface flags persist when setting a flagRoy Marples2020-04-20
* if: Decode vlid from the interface nameRoy Marples2020-02-15
* if: . is part of the interface name, not an aliasRoy Marples2020-02-15
* net: If if_learnaddrs fails unexpectedly, log address and interfaceRoy Marples2020-02-14
* Be pedantic and move syslog.h into the right placeRoy Marples2020-02-11
* logerr: Use macros to call log functionsSergey Nikiforov2020-02-11
* dhcpcd: randomise hardware address on start if no carrierRoy Marples2020-02-07
* compat: Fix a typo in pidfile when O_CLOEXEC is not definedPetr Gotthard2020-02-05
* if: decode XEN vif1.2 and xvif1i2 as vif1:2Roy Marples2020-02-04
* if: Don't use a variable length bufferRoy Marples2020-01-26
* if: Fix hardware address randomisationRoy Marples2020-01-15
* Implement Anonymity Profiles for DHCP Clients, RFC 7844Roy Marples2020-01-15
* ioctl: The POSIX signature differs from BSD and glibcRoy Marples2020-01-08
* Welcome to 2020!Roy Marples2020-01-03
* privsep: Add support for priviledge separationRoy Marples2019-11-28
* BSD: Use IP_RECVIFRoy Marples2019-10-25