Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-10 | Add lots of missing doxygen comments | Matthias Schiffer | |
2015-11-09 | Destroy interfaces on OpenBSD as well | Matthias Schiffer | |
2015-11-09 | Implement interface cleanup on FreeBSD | Matthias Schiffer | |
Based-on-patch-by: Julian Kornberger <jk+github@digineo.de> | |||
2015-11-09 | Add generic interface cleanup infrastructure | Matthias Schiffer | |
Some systems (like FreeBSD) don't delete TUN/TAP interfaces after closing, add some infrastructure to do that. | |||
2015-11-09 | Use a global ioctl socket | Matthias Schiffer | |
Based-on-patch-by: Julian Kornberger <jk+github@digineo.de> | |||
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 | |