summaryrefslogtreecommitdiffstats
path: root/src/openvpn/tun.c
Commit message (Expand)AuthorAgeFilesLines
* Implement handling of overlapping IPv6 routes with IPv6 remote VPN server add...Gert Doering2015-09-171-0/+2
* refactor struct route_ipv6, bring in line with struct route_ipv4 againGert Doering2015-09-141-4/+2
* Del ipv6 addr on close of linux tun interfaceHolger Kummert2015-06-261-0/+26
* Fix FreeBSD ifconfig for topology subnet tunnels.Gert Doering2015-06-021-1/+23
* repair --dev null breakage caused by db950be85d37Gert Doering2015-05-231-10/+14
* include ifconfig_ environment variables in --up-restart env setJan Just Keijser2015-05-231-43/+44
* Use OPENVPN_ETH_P_* so that <netinet/if_ether.h> is unecessaryFelix Janda2015-05-161-2/+2
* Remove count_netmask_bits(), convert users to use netmask_to_netbits2()Gert Doering2015-03-081-2/+2
* Add tap driver initialization and ifconfig for AIX.Gert Doering2014-07-071-0/+170
* IPv6 address/route delete fix for Win8Gert Doering2014-04-131-1/+5
* Workaround broken Android 4.4 VpnService API for persist-tun modeArne Schwabe2014-03-221-5/+24
* Rename 'struct route' to 'struct route_ipv4'Gert Doering2014-01-161-3/+3
* Implement dual stack client support for OpenVPNArne Schwabe2013-11-291-3/+6
* change the type of 'remote' to addrinfo*, and rename to 'remote_list'.Arne Schwabe2013-11-271-6/+10
* Support non-ASCII TAP adapter names on WindowsHeiko Hund2013-10-231-5/+10
* Correct error text when no Windows TAP device is presentJosh Cepek2013-08-221-1/+1
* Add support of utun devices under Mac OS XArne Schwabe2013-07-031-67/+271
* Android platform specific changes.Arne Schwabe2013-05-011-1/+84
* Remove unused function no_tap_ifconfigArne Schwabe2013-03-121-10/+0
* Move static prototype definition from header into c fileArne Schwabe2013-03-121-0/+2
* make "ipv6 ifconfig" on linux compatible with busybox ifconfigGert Doering2012-09-111-1/+1
* Keep pre-existing tun/tap devices around on *BSDGert Doering2012-09-021-5/+17
* Remove warning about "explicit support for IPv6 tun devices is not provided f...Gert Doering2012-06-131-1/+1
* cleanup and redefine metric handling for IPv6 routesGert Doering2012-06-131-0/+4
* Implement search for "first free" tun/tap device on SolarisGert Doering2012-06-131-8/+32
* Clean-up: Presume that Linux is always IPv6 capable at build timeDavid Sommerseth2012-04-271-19/+0
* build: properly detect TUNSETPERSISTAlon Bar-Lev2012-04-261-2/+2
* cleanup: avoid using ~0 - windowsAlon Bar-Lev2012-04-021-23/+23
* cleanup: avoid using ~0 - netmaskAlon Bar-Lev2012-04-021-1/+1
* build: move wrappers into platform moduleAlon Bar-Lev2012-03-241-6/+6
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: win-msvc: msbuild formatAlon Bar-Lev2012-03-221-1/+1
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+5113