summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-12-16New API tokencoverity_scanThomas Graf
2015-12-16coverty: Update token and versionThomas Graf
2015-12-16build: Enable coverity scan through travis-ciThomas Graf
2015-12-16netlink: BUG() if we don't have parent informationThomas Graf
2015-12-16netlink: Use ifindex of parent TC object when searching leaf qdiscsThomas Graf
2015-12-16bmon: Mark attr_def_free() and __lookup_element() staticThomas Graf
2015-12-16bmon: Properly pass NULL pointers instead of 0Thomas Graf
2015-12-16bmon: Remove dead code and make sig_exit() staticThomas Graf
2015-12-16curses: Pass in proper NULL pointerThomas Graf
2015-12-16curses: Make float2str staticThomas Graf
2015-11-15Merge pull request #30 from tklauser/ip6-link-statsThomas Graf
2015-08-09man: Fix --ouptut typoThomas Graf
2015-08-06Add additional IPv6 link statsTobias Klauser
2015-07-253.8 releasev3.8Thomas Graf
2015-07-25Update copyrightThomas Graf
2015-07-25netlink: Only disable TC stats if QoS is not available in kernelThomas Graf
2015-06-30bmon 3.7 releasev3.7Thomas Graf
2015-06-30man: Also mention --use-bit optionThomas Graf
2015-06-30format: Don't print error message for unavailable attributesThomas Graf
2015-06-30Document -b optionThomas Graf
2015-05-31Merge pull request #25 from Chocobo1/bitsThomas Graf
2015-05-31Fix wrong unit displayed when using "--use-bit" optionChocobo1
2015-05-31Fix inconsistency in format module exampleChocobo1
2015-05-31man page: add explaination of SI uintsChocobo1
2015-04-30Merge pull request #24 from tklauser/cross-compile-fixThomas Graf
2015-04-30Explicitly include linux/if.h to fix cross-compile errorTobias Klauser
2015-04-29README: Mention that ./autogen.sh must be run after git cloneThomas Graf
2015-04-29README: Mention ncurses-devel dependency in installation notesThomas Graf
2015-04-29Merge pull request #20 from Chocobo1/devThomas Graf
2015-01-19using `cfg_setint` is triggering an assertion in confuse library, should use ...Chocobo1
2015-01-08Merge pull request #19 from halid/masterThomas Graf
2015-01-08Update README.mdHalid Altuner
2015-01-08Update README.mdHalid Altuner
2014-12-16BSD: Provide minimal interface informationThomas Graf
2014-11-22Provide download link in README.mdThomas Graf
2014-11-223.6 releasev3.6Thomas Graf
2014-11-13Merge pull request #18 from gustavoz/masterThomas Graf
2014-11-11build: uclinux is also linuxGustavo Zacarias
2014-09-05Fix LICENSE links in README.mdThomas Graf
2014-08-303.5 releasev3.5Thomas Graf
2014-08-30travis: Run make distcheckThomas Graf
2014-08-30Makefile: Fix README.md distribution inclusionThomas Graf
2014-08-25build: fail CI builds if a new warning is introducedThomas Graf
2014-08-25build: Enable -WallThomas Graf
2014-08-25Annotate unused variablesThomas Graf
2014-08-25Initialize t to silence uninit warningThomas Graf
2014-08-25Remove unused write_column() functionThomas Graf
2014-08-25Remove unused variablesThomas Graf
2014-08-24curses: Handle out of memory return value of of vasprintf()fixesThomas Graf
2014-08-24proc: Silence warning of unhandled fgets() return valueThomas Graf