]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/cdp.c
Update ISC license wording.
[thirdparty/lldpd.git] / src / cdp.c
2011-05-20  Vincent BernatUpdate ISC license wording.
2010-06-08  Vincent BernatDon't check CDP checksums.
2010-03-06  VincentFree unused chassis.
2009-07-07  Vincent BernatFix bug in CDP packet generation: CDP version was always 1.
2009-06-02  Vincent BernatDon't free statically allocated port.
2009-06-02  Vincent BernatChange the way interface information are collected.
2009-05-24  Vincent BernatHandle reception of several different systems on each...
2009-05-24  Vincent BernatSuppress bond handling.
2009-03-08  Vincent BernatWhen cleaning up a port in the context of refreshing...
2009-03-08  Vincent BernatMajor rewrite for packet builder and parser.
2009-02-27  Vincent BernatFix a memory leak that can happen when a port is remove...
2008-12-26  Vincent BernatFDP seems to use a non-flawed checksum
2008-12-26  Vincent BernatDon't compile FDP stuff if not needed.
2008-12-26  Vincent BernatHandle FDP capabilities
2008-12-26  Vincent BernatUse static for all not to be exported symbols
2008-11-26  Vincent BernatUse lldpd_*_cleanup() functions instead of manual free
2008-11-26  Vincent BernatAdd a way to disable Dot1 and Dot3
2008-11-25  Vincent BernatAllow to compile only needed protocols
2008-11-07  Vincent BernatMerge branch 'master' into privsep
2008-11-07  Vincent BernatAdd FDP support
2008-10-31  Vincent BernatCorrectly compute discarded TLV for each port
2008-10-20  Vincent BernatDo not try to catch CDP frame inside VLAN tagged frame.
2008-10-19  Vincent BernatSometimes, CDP are transmitted over administration...
2008-10-17  Vincent BernatDon't display debug message for valid but unsupported...
2008-10-15  Vincent BernatInitial import