index
:
fastd
master
Fast and Secure Tunnelling Daemon
Matthias Schiffer <mschiffer@universe-factory.net>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
tuntap.c
Age
Commit message (
Collapse
)
Author
2014-05-27
Move tuntap handling out of poll.c
Matthias Schiffer
2014-05-25
Completely document fastd.h
Matthias Schiffer
2014-04-30
Remove now unneeded FD_CLOEXEC flag config
Matthias Schiffer
2014-04-29
Fold fastd_open_pipe into fastd_async_init, simpify fastd_setfl and ↵
Matthias Schiffer
fastd_setfd and move to fastd.h
2014-04-20
Make ctx global
Matthias Schiffer
2014-04-20
Make conf global
Matthias Schiffer
2014-04-20
Minimize poll interface to simplify implementation of alternative ↵
Matthias Schiffer
implementations
2014-04-19
Keep a vector of pollfds instead of regenerating it all the time
Matthias Schiffer
2014-03-14
Adjust copyright years
Matthias Schiffer
2013-11-29
Compile with -std=c99 and restructure some code to ensure there is no ↵
Matthias Schiffer
invalid aliasing (hopefully)
2013-11-20
Replace max_packet_size functions by a max_overhead field
Matthias Schiffer
2013-08-12
Add pre-up and post-down handlers
Matthias Schiffer
2013-08-12
Improve interface name handling
Matthias Schiffer
2013-08-11
OpenBSD fastd_tuntap_open implementation
Matthias Schiffer
2013-08-09
Merge Linux and FreeBSD fastd_tuntap_{read,write} implementations
Matthias Schiffer
2013-08-07
Use multi-af tun mode on FreeBSD to make IPv6 work on tun
Matthias Schiffer
2013-08-07
Add FreeBSD implementation of fastd_tuntap_open()
Matthias Schiffer
2013-08-07
Move tun/tap initialization to a dedicated source file
Matthias Schiffer