summaryrefslogtreecommitdiffstats
path: root/src/if.c
Commit message (Expand)AuthorAge
...
* Minor optimisation and fix to prior.Roy Marples2019-10-10
* BSD: Add IFT_TUNNELRoy Marples2019-10-10
* BSD: Ignore interface groups as we would the interface nameRoy Marples2019-10-09
* if: Ignore TAP interfaces by defaultRoy Marples2019-10-09
* Solaris: Get the subnet in ipv6 ifa handlerRoy Marples2019-09-04
* Solaris: getifaddrs(3) lacks subnet address, so hack into dstaddrRoy Marples2019-09-04
* Solaris: Fix compile.Roy Marples2019-08-30
* Add a note about prior likely being a libc bug.Roy Marples2019-08-20
* Linux: Add support for ARPHRD_NONERoy Marples2019-08-20
* if: support ARPHRD_NETROMRoy Marples2019-08-20
* Remove fcntl.h from here.Roy Marples2019-07-22
* Add SPDX identifiers to all dhcpcd source files.Yegor Yefremov2019-07-04
* Merge branch 'master' into rbtreeRoy Marples2019-05-04
|\
| * BSD: RTM_IFINFO is not emitted for all interfaces past unknown linkRoy Marples2019-05-02
* | Merge branch 'master' into rbtreeRoy Marples2019-04-16
|\|
| * if: Add a generic function to create an aliased address nameRoy Marples2019-04-16
| * sun: Fix carrier detection, MTU detection and plumbingRoy Marples2019-04-14
* | if: No more need for interface sortingRoy Marples2019-03-04
|/
* Guard with IP_PKTINFO as well.Roy Marples2019-02-19
* Fold all CMSG parsing into a common function.Roy Marples2019-02-19
* BSD: Don't keep PF LINK socket open needlesslyRoy Marples2019-02-19
* gcc: appease gcc-7's implicit fallthrough warningRoy Marples2019-02-06
* BSD: treat LINK_STATE_UNKNOWN as DOWN if media is invalidRoy Marples2019-01-26
* IP6ND: Remove #defines for functions when INET6 is disabledRoy Marples2019-01-23
* DHCP6: Remove #defines for functions when DHCP6 is disabledRoy Marples2019-01-23
* DHCP: Remove #defines for functions when INET is disabledRoy Marples2019-01-23
* IPv4LL: Remove #defines for functions when IPv4LL is disabledRoy Marples2019-01-23
* BSD: Turn on SO_RERROR for all socketsRoy Marples2019-01-22
* Welcome to 2019!Roy Marples2019-01-01
* BSD: Silence debug when address no longer exists when getting flagsRoy Marples2018-08-17
* routes: allow a head clear with a contextRoy Marples2018-03-28
* link: detect buffer overflow / desync and relearn interface stateRoy Marples2018-03-19
* Log the pid of the process deleting an assigned address.Roy Marples2018-03-06
* Remove no longer needed active check from prior commit.Roy Marples2018-01-08
* ipv4: allow configuration of static broadcast addressRoy Marples2018-01-08
* if: don't set MTU during interface discoveryRoy Marples2018-01-07
* if: don't activate non matching interfaces to commandline onesRoy Marples2018-01-07
* Welcome to 2018.Roy Marples2018-01-01
* dhcp6: don't listen on IPv6 addresses when not using DHCP6Roy Marples2017-12-07
* Hardware Address validationRoy Marples2017-05-22
* Detect VLANID to use in IAID.Roy Marples2017-04-23
* Add logdebugx, similar to logerrx and logwarnx.Roy Marples2017-04-12
* logerr: errx with loggingRoy Marples2017-04-09
* Remove custom logger and output all diagnostics via syslog(3).Roy Marples2017-03-24
* Move the source files along with dev, crypt and comapt into src dir.Roy Marples2017-03-15