summaryrefslogtreecommitdiffstats
path: root/tuningplugins/net.py
Commit message (Collapse)AuthorAgeFilesLines
* - Add init() methods to each pluginPhilip Knirsch2009-02-251-1/+4
| | | | | | | | | - Call plugin init() methods during tuned's init() - Add support for command line parameters o -c conffile|--config==conffile to specify the location of the config file o -d to start tuned as a daemon (instead of as normal app) - Readded the debug output in case tuned isn't started as as daemon - Fixed initialization of max transfer values for net tuning plugin
* - Real first complete version with initscript, config file andPhilip Knirsch2009-02-231-1/+1
| | | | proper Makefile and packaging.
* - Lots of updates to packaging and installation (specfile, makefile)Philip Knirsch2009-02-201-7/+8
|
* - Added full network supportPhilip Knirsch2009-02-101-0/+48
- Moved docs around a bit