Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-12 | Update README.md | Borys Kabakov | |
Add configure option to avoid memory leak failures like described in #362 | |||
2019-02-11 | README: update build instructions | Michael Stapelberg | |
2018-06-25 | Stop requiring CAP_NET_ADMIN | Olivier Gayot | |
Since the following commit in the Linux kernel tree 0fdc100bdc4b ethtool: allow non-netadmin to query settings it is no longer necessary to have the CAP_NET_ADMIN capability to query a device speed using ioctl(..., SIOCETHTOOL) in conjonction with the ETHTOOL_GSET ethtool command. The mentioned commit landed first in the 2.6.37 version of the Kernel. This version is no longer maintained nowdays. Since it is not necessary anymore, it is strongly prefered from a security standpoint to drop the CAP_NET_ADMIN capability from the binary. Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2017-12-11 | Get rid of the SLOC comment | eplanet | |
2016-08-01 | Fixed typo in README.md (#141) | eplanet | |
2015-12-23 | update README.md with libnl-genl-3-dev | RĂ©mi Jouannet | |
2015-09-24 | wireless (linux): switch from libiw to libnl | Michael Stapelberg | |
Based on http://cr.i3wm.org/patch/692/ by Alexander Monakov fixes #32 fixes #52 | |||
2015-09-23 | adding new markdown README.md to display nicely on github | konadr | |