]> git.ipfire.org Git - thirdparty/lldpd.git/shortlog
thirdparty/lldpd.git
2009-05-19  Vincent BernatUpdate version in configure.ac 0.4.0
2009-05-19  Vincent BernatIf net-snmp/agent/struct.h does not exist, provide...
2009-05-19  Vincent BernatAdd init script for RPM
2009-05-19  Vincent BernatEnhance .spec.
2009-05-18  Vincent BernatFix URL and description to match Debian package.
2009-05-18  Vincent Bernatlldpd.spec for RPM package, contributed by Dean Hamstead.
2009-05-14  Vincent BernatAlso check for VLAN on bridges.
2009-03-17  Vincent BernatSome virtual ethernet interfaces do not have IFF_MULTIC...
2009-03-10  Vincent BernatFix a parsing error for link aggregation TLV in LLDP
2009-03-09  Vincent BernatAdd missing frame.c
2009-03-08  Vincent BernatWhen cleaning up a port in the context of refreshing...
2009-03-08  Vincent BernatFix LLDP-MED class type sending: it is 1 byte large...
2009-03-08  Vincent BernatFix alignment issue that may appear when reading 64bit...
2009-03-08  Vincent BernatMajor rewrite for packet builder and parser.
2009-03-07  Vincent BernatFix unaligned memory access in ctl.c using memcpy inste...
2009-03-06  Vincent BernatCall res_init in case of failure to resolv names
2009-03-02  Vincent BernatFix lldpctl when LLDP-MED is enabled. 0.3.2
2009-03-02  Vincent BernatFix warning when compiling without LLDP-MED
2009-02-27  Vincent BernatPrepare version 0.3.1 0.3.1
2009-02-27  Vincent BernatUse memcpy instead of strlcpy when copying interface...
2009-02-27  Vincent BernatWhen refreshing port information, clean up existing...
2009-02-27  Vincent BernatDon't try to reset the interface when removing it
2009-02-27  Vincent BernatFix double free for local ports
2009-02-27  Vincent BernatFix a memory leak that can happen when a port is remove...
2009-02-27  Vincent BernatDon't free c_med_sw for local chassis. It is allocated...
2009-02-27  Vincent BernatFix an error when reading LLDP-MED packet
2009-02-27  Vincent BernatFix a memory leak when using LLDP-MED
2009-02-21  Vincent BernatLower log level for problem when getting bridge info
2009-01-21  Vincent BernatAlso check if the interface is RUNNING before consideri...
2009-01-09  Vincent BernatMerge branch 'master' of ssh://ace.luffy.cx/srv/git...
2009-01-09  Vincent BernatFix compilation when SONMP and EDP are disabled
2008-12-30  Vincent BernatDon't output any warning when bridge support is not...
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 BernatFix lldpctl to display capability bit "Router"
2008-12-26  Vincent BernatHandle FDP capabilities
2008-12-26  Vincent BernatUse static for all not to be exported symbols
2008-12-23  Vincent BernatMove LLDP-MED location/policy to port instead of chassis.
2008-12-19  Vincent BernatAdding missing values for MAU type, thanks to James...
2008-12-18  Vincent BernatFix compilation without EDP
2008-12-16  Vincent BernatHandle reception and display of PVID
2008-12-16  Vincent BernatThis is maximum frame size, not MTU
2008-12-16  Vincent BernatAdd Maximum Frame Size support. For Linux, we just...
2008-12-14  Vincent BernatFix manual page (missing .El) 0.3
2008-12-14  Vincent BernatPrepare new 0.3 version
2008-12-14  Vincent BernatAdd a note about the fact that location option could...
2008-12-13  Vincent BernatDo not try to set media type network policy since its...
2008-12-13  Vincent BernatAllow to send LLDP-MED location.
2008-12-13  Vincent BernatAccept too large TLV for LLDP
2008-12-12  Vincent BernatAllow to specify interfaces to display on lldpctl comma...
2008-12-12  Vincent BernatDon't display management IP if there is none
2008-12-12  Vincent BernatAdd SLIST support for libc not shipping it (like Sarge)
2008-12-12  Vincent BernatFix parsing of LLDP-MED location, including display...
2008-12-12  Vincent BernatExport PSE/PD LLDP-MED stuff to SNMP
2008-12-11  Vincent BernatSNMP support for LLDP-MED location and network policy
2008-12-11  Vincent BernatMerge branch 'master' into lldpmed
2008-12-11  Vincent BernatPadding and alignment is really the same thing.
2008-12-11  Vincent BernatFix alignment problems.
2008-12-11  Vincent BernatFix compilation on 32bits arch by using long long int...
2008-12-11  Vincent BernatRewrite structure packing to handle substructures corre...
2008-12-10  Vincent BernatDo not display autoneg stuff when we have nothing
2008-12-10  Vincent BernatHandle more gracefully DNS problems by keeping nodename
2008-12-09  Vincent BernatUse 0:0:0:0:0:0 MAC address when sending on inactive...
2008-12-09  Vincent BernatSimplify MAC address generation for enslaved inactive...
2008-12-09  Vincent BernatFor enslaved devices, get the real MAC address from...
2008-12-09  Vincent BernatFactorize out cleanup of lldpd_hardware structure
2008-12-09  Vincent BernatDo not share port id with interface MAC address (port...
2008-12-09  Vincent BernatWhen sending on inactive slaves, use a random MAC address
2008-12-08  Vincent BernatDisplay available capabilities instead of enabled capab...
2008-12-08  Vincent BernatHandle correctly MDI/PSE or PD capabilities
2008-12-08  Vincent BernatParse LLDP-MED MDI when receiving frames
2008-12-08  Vincent BernatParse location for LLDP-MED.
2008-12-08  Vincent BernatAccept to receive several location and several network...
2008-12-08  Vincent BernatDon't send anything on inactive slaves (this confuses...
2008-12-08  Vincent BernatDump less information for LLDP-MED location data
2008-12-07  Vincent BernatDon't output too many new lines when displaying LLDP...
2008-12-07  Vincent BernatEncode location data as data+len to enable use of 0...
2008-12-07  Vincent BernatMerge branch 'master' into lldpmed
2008-12-07  Vincent BernatDo not close control socket when there is an ethtool...
2008-12-07  Vincent BernatCompute and handle correctly LLDP-MED capabilities...
2008-12-05  Vincent BernatMore LLDP-MED support, thanks to Michael Hanig.
2008-12-05  Vincent BernatSome equipments send empty TLV for optional TLV
2008-12-01  Vincent BernatComplete changelog with recent changes
2008-11-28  Vincent BernatAdd configuration switch to disable LLDP-MED inventory...
2008-11-28  Vincent BernatAdd an option to not send LLDP-MED inventory TLV
2008-11-27  Vincent BernatRemove unneeded iface_is_bridged function
2008-11-27  Vincent BernatHandle bridge in a different way using BRCTL_GET_BRIDGE...
2008-11-26  Vincent BernatMore natural definition of packing macros
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-26  Vincent BernatFix a typo when receiving LLDP-MED inventory asset id.
2008-11-26  Vincent BernatFix reception of LLDP-MED inventory: one byte was stripped
2008-11-26  Vincent BernatUpdate CHANGELOG and README to state that LLDP-MED...
2008-11-26  Vincent BernatAdd support for LLDP-MED retrieval through SNMP
2008-11-26  Vincent BernatImplement LLDP-MED reception and display
2008-11-26  Vincent BernatStart support of LLDP-MED: send support is implemented
2008-11-25  Vincent BernatMove at the bottom of configure.ac the instructions...
2008-11-25  Vincent BernatAllow to compile only needed protocols
2008-11-22  Vincent BernatFix a bug happening when walking local management addre...
2008-11-22  Vincent BernatAdd a word about the default (broken) NetSNMP installation.
next