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
/
iface.c
Age
Commit message (
Collapse
)
Author
2015-03-24
Add support for defining the MTU per peer
Matthias Schiffer
2015-03-24
iface: add support for interface name patterns
Matthias Schiffer
2015-03-23
Move ifname logic from peer to iface
Matthias Schiffer
2015-03-23
Some Android fixes for issues introduced by multi-interface support
Matthias Schiffer
Not really tested, I'll do that when the multiif support is finished.
2015-03-23
Add multitap mode
Matthias Schiffer
This new mode of operation uses one TAP interface per peer.
2015-03-23
iface: add ifname argument
Matthias Schiffer
2015-03-23
iface: make fastd_iface_open() gracefully (at least on Linux, for now)
Matthias Schiffer
2015-03-23
iface: discard empty packets
Matthias Schiffer
2015-03-23
Fix sending data from peer-specific interfaces
Matthias Schiffer
2015-03-22
iface: add support for multiple mode of operations using the same interface ↵
Matthias Schiffer
types
2015-03-22
iface: set iface name to NULL when Android integration is used
Matthias Schiffer
2015-03-22
Rename tuntap to iface to match struct name
Matthias Schiffer