Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -2/+2 |
| | |||||
* | tun-device: Remove the superfluous use of select() before read() | Martin Willi | 2014-11-21 | 1 | -3/+1 |
| | |||||
* | tun-device: Include system headers before our own | Tobias Brunner | 2013-12-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | On CentOS 6.5 the sys/capability.h header file defines _LINUX_TYPES_H without actually including that header, preventing its later inclusion here. As library.h (via which the capabilities headers are included) is not actually required in tun_device.[ch], moving the inclusion of tun_device.h would not strictly be necessary. But it's probably a good idea to include our own headers after system headers anyway, for if one of the recursively included files at a later point includes library.h we'd have the same problem again. | ||||
* | tun_device: add a getter for the address previously passed to set_address() | Martin Willi | 2013-05-06 | 1 | -0/+8 |
| | |||||
* | tun_device: add a getter for the underlying file descriptor | Martin Willi | 2013-05-06 | 1 | -0/+7 |
| | |||||
* | Moved packet_t and tun_device_t to networking folder | Tobias Brunner | 2012-10-24 | 1 | -0/+112 |