]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
2017-08-30  Steven Websterclient: add show interfaces command (#240)
2017-08-29  Steven Websterclient: fix typos in manual page (#239)
2017-08-27  Thomas Tannhäuserlldpd: add option to override default lldpcli config...
2017-08-20  Vincent Bernatosx: update Homebrew recipe
2017-08-20  Vincent Bernatrelease: prepare 0.9.8 0.9.8
2017-08-15  Vincent Bernatclient: fix JSON output when a special character is...
2017-08-15  Vincent Bernatclient: add "json0" to the list of available formats
2017-08-14  Vincent Bernattests: upgrade pyroute2 version
2017-08-14  Vincent Bernattests: replace depcreated pyroute2 functions
2017-08-14  Vincent Bernattests: enable test for team device
2017-08-13  Vincent Bernatlldpcli: add "configure system hostname ." to use node...
2017-08-13  Vincent BernatMerge pull request #235 from vincentbernat/feature...
2017-08-13  Vincent Bernatinterfaces: show a warning if we don't have permissions... feature/ethtool-no-root 235/head
2017-08-13  Vincent Bernatinterfaces: fix compilation without Dot3 feature
2017-08-12  Vincent Bernatinterfaces: don't retry GLINKSETTINGS probing if it...
2017-08-12  Vincent Bernatpriv: don't run ethtool as root
2017-08-12  Vincent Bernatinterfaces: use ethtool to get permanent MAC for bonds...
2017-08-12  Vincent Bernatinterfaces: enable team interfaces like a bond interface
2017-07-13  Vincent Bernatdaemon: enable recent systemd directive by default
2017-07-13  Vincent Bernatdaemon: don't try to restrict address families
2017-07-13  Vincent Bernatdaemon: systemd unit cannot use ProtectSystem=strict
2017-07-11  Vincent Bernatdoc: add a NEWS entry for the last change
2017-07-11  Steven Websterlldp: clear station bit if any other capability is...
2017-06-24  Vincent Bernatclient: install ZSH completions in $(datadir)/zsh/site...
2017-05-19  Alexis La Goutteinterface-linux: fix this statement may fall through...
2017-05-19  Alexis La Goutteinterface: fix this statement may fall through [-Wimpli...
2017-05-19  Alexis La Goutteprivsep_io: fix this statement may fall through [-Wimpl...
2017-05-08  Vincent Bernatdoc: update link to Homebrew
2017-04-05  Vincent Bernatbuild: fix get-version script when no git and no dist...
2017-03-19  Vincent Bernatosx: update Homebrew recipe
2017-03-19  Vincent Bernatrelease: prepare 0.9.7 0.9.7
2017-03-19  Vincent Bernatci: don't install jansson
2017-03-17  Vincent Bernatdoc: document previous commit in NEWS
2017-03-17  Sander VerminIncrease number of lldp neighbors to 32.
2017-03-07  Vincent Bernatredhat: ensure /etc/sysconfig/lldpd is correctly populated
2017-02-20  Vincent Bernatdaemon: don't log when going to background
2017-02-20  Vincent Bernatinterfaces: vxlan interfaces should be ignored
2017-02-19  Vincent Bernatinterfaces: include <errno.h> to use errno
2017-02-19  Vincent Bernatinterfaces: don't log an hard error when interface...
2017-02-19  Vincent Bernatlldp: don't use chassis TTL anymore
2017-02-19  Vincent Bernatlldp: attach remote TTL to port instead of chassis
2017-02-18  Vincent Bernatlldpd: correctly increase discarded count
2017-02-15  Vincent Bernattravis: don't install libevent and net-snmp on OSX fix/osx-ci
2017-01-29  Vincent Bernatclient: built-in JSON support
2017-01-21  Vincent Bernatosx: update Homebrew recipe
2017-01-21  Vincent Bernatdoc: keyword harmonization for NEWS file
2017-01-21  Vincent Bernatdaemon: when daemonizing, close stdout/stderr
2017-01-21  Vincent Bernatrelease: prepare 0.9.6 0.9.6
2017-01-21  Vincent Bernatredhat: add support for JSON in CentOS >= 6
2017-01-21  Vincent Bernatnetlink: clear IFF_SLAVE when no information on upper...
2017-01-21  Vincent BernatMerge pull request #218 from vincentbernat/feature...
2017-01-21  Vincent BernatMerge pull request #216 from vincentbernat/fix/epollerrr
2017-01-20  Vincent Bernatclient: fix typo in manual page
2017-01-16  Vincent BernatMerge pull request #219 from alagoutte/fix
2017-01-15  Alexis La GoutteFix Expression '!iface' is always true 219/head
2017-01-15  Vincent Bernatnetlink: minimize code duplication when handling buffer... feature/netlink-autoadapt 218/head
2017-01-14  Vincent Bernatnetlink: by default, don't change netlink buffer size
2017-01-14  Vincent Bernatnetlink: automatically increase netlink receive buffer...
2017-01-14  Vincent Bernatnetlink: set size to the correct value for getsockopt()
2017-01-14  Vincent Bernatnetlink: make change of buffer size optional
2017-01-14  Vincent Bernatnetlink: make the values for buffer size configurable...
2017-01-14  Vincent Bernatdoc: fix name of new ethtool command
2017-01-14  Alexandru Ardeleandaemon: config netlink socket buf sizes at build time
2017-01-01  Vincent Bernattests: avoid race condition when linking two namespaces
2017-01-01  Vincent Bernatbuild: use @mkdir_p@ instead of @MKDIR_P@
2017-01-01  Vincent Bernatdaemon: suggests additional sandboxing with systemd
2016-12-31  Vincent Bernatinterfaces: on Linux, clear socket error queue on error fix/epollerrr 216/head
2016-12-30  Vincent Bernatinterfaces: refactor generic ethernet/bond reception...
2016-12-26  Vincent BernatRevert "tests: mark tests spawning a new port as flaky"
2016-12-26  Vincent Bernattests: mark tests spawning a new port as flaky
2016-12-26  Vincent Bernattests: fix when Dot3 is not enabled
2016-12-26  Vincent Bernatclient: display current MAU type even when autoneg...
2016-12-26  Vincent Bernatlldpd: don't make lldpcli complain on missing conf...
2016-12-26  Vincent Bernattests: minimize file descriptor leaks
2016-12-26  Vincent Bernatlib: include MAU type map only when Dot3 support is...
2016-12-26  Vincent BernatMerge pull request #212 from vincentbernat/feature...
2016-12-25  Vincent Bernattests: wait even more when spawning a new interface...
2016-12-25  Vincent Bernatlinux: make ethtool stuff run as root again feature/ethtool-linksettings 212/head
2016-12-25  Vincent Bernatlib: add more MAU types
2016-12-25  Vincent Bernatlinux: add support for ethtool GLINKSETTINGS
2016-12-07  Vincent Bernatseccomp: add more syscall (sendmmsg and recvfrom)
2016-12-03  Vincent BernatMerge pull request #213 from chutz/add-mprotect-to...
2016-12-03  Patrick McLeanseccomp: add mprotect to seccomp whitelist 213/head
2016-11-25  Vincent Bernattests: more fix for pcap test
2016-11-25  Vincent Bernattests: fix previous commit by making LLDP-MED part...
2016-11-25  Vincent Bernattests: use a PCAP file to do some integration tests
2016-11-25  Vincent Bernatmed: fix parsing of LLDP-MED LCI when TLV size exceeds...
2016-11-24  Vincent Bernatlinux: comment out part of ethtool.h
2016-11-24  Vincent Bernatgithub: shows a tcpdump output
2016-11-20  Vincent Bernatlinux: pull up-to-date ethtool.h
2016-11-20  Vincent Bernatclient: fix extra warning about misleading identation
2016-11-10  Vincent Bernatgithub: provide an issue template
2016-10-06  Vincent Bernatclient: add an option to use pre-0.9.2 json-c format
2016-10-06  Vincent Bernattravis: enable gold linker when NOT on OSX
2016-10-06  Vincent Bernattravis: disable gold linker with OSX
2016-10-06  Vincent Bernattravis: display config.log when configure fails
2016-09-30  Vincent Bernatrelease: prepare 0.9.5 for OSX
2016-09-30  Vincent Bernatredhat: add LICENSE file to manifest
2016-09-30  Vincent Bernatrelease: prepare 0.9.5 release 0.9.5
2016-09-30  Vincent Bernatevent: correctly free event base
next