aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/networking/tun_device.c
Commit message (Expand)AuthorAgeFilesLines
* tun-device: Use next free TUN device on FreeBSDTobias Brunner2017-05-191-3/+18
* tun-device: TUN devices are not supported on iOSTobias Brunner2017-05-191-1/+10
* Use standard unsigned integer typesAndreas Steffen2016-03-241-8/+8
* tun-device: Read from tun to buffer on stack to avoid over-allocation of packetsMartin Willi2014-11-211-8/+6
* tun-device: Remove the superfluous use of select() before read()Martin Willi2014-11-211-16/+5
* tun-device: Rearrange headers to build properly when tun devices not supportedMartin Willi2014-06-031-19/+13
* tun-device: Use SIOCAIFADDR to set IP address on FreeBSD 10Tobias Brunner2014-04-251-2/+90
* tun-device: Include system headers before our ownTobias Brunner2013-12-201-2/+5
* tun-device: Include <linux/types.h> before <linux/if_tun.h>Martin Willi2013-11-221-0/+1
* tun_device: Add warning if TUN devices are not supported by platformTobias Brunner2013-09-121-2/+16
* tun-device: Packets sent over utun devices on Mac OS X have the protocol fami...Tobias Brunner2013-06-211-0/+11
* tun-device: Avoid opening /dev/tunX multiple times (e.g. on FreeBSD)Tobias Brunner2013-06-211-2/+6
* tun_device: add a getter for the address previously passed to set_address()Martin Willi2013-05-061-0/+24
* tun_device: add a getter for the underlying file descriptorMartin Willi2013-05-061-0/+7
* tun-device: use host_create_netmask() to calculate interface netmaskMartin Willi2013-05-061-49/+12
* Set sockaddr family on ifreq instead of casted familiy specific sockaddrMartin Willi2013-02-061-2/+2
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved packet_t and tun_device_t to networking folderTobias Brunner2012-10-241-0/+461