]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/lldpd.h
Update ISC license wording.
[thirdparty/lldpd.git] / src / lldpd.h
2011-05-20  Vincent BernatUpdate ISC license wording.
2011-04-26  Vincent BernatAdd support for 802.3at.
2011-04-26  Vincent BernatAllow to set Dot3 POE-MDI TLV from lldpctl.
2011-04-26  Vincent BernatAdd initial Dot3/802.3at support
2011-04-26  Vincent BernatMove Dot3 MAC/Phy stuff into a separate structure.
2010-08-26  Vincent BernatAdd a receive-only mode with "-r" switch.
2010-08-24  Vincent BernatMore flexible smart mode and new default.
2010-06-10  Vincent BernatAdd smart mode support.
2010-06-09  Vincent BernatGroup together related configuration information.
2010-06-09  Vincent BernatIf available, use the output of lsb_release for system...
2010-06-08  Vincent BernatRemove "listen on VLAN" feature.
2010-05-03  Vincent BernatRevert "Blacklist VMWare interfaces (as per ticket...
2010-04-25  Vincent BernatBlacklist VMWare interfaces (as per ticket #40).
2010-04-23  Stig ThormodsrudAdd -S <system_description> override.
2010-04-03  Vincent BernatAllow to set LLDP-MED POE-MDI TLV from lldpctl.
2010-04-03  Vincent BernatMove LLDP-MED POE stuff into a dedicated structure.
2010-03-24  Vincent BernatAllow to set LLDP-MED network policy TLV from lldpctl.
2010-03-06  VincentFree unused chassis.
2010-02-27  VincentAllow to specify the AgentX socket to use (instead...
2009-10-28  Vincent BernatAdd some additional GCC options by default.
2009-10-01  Vincent BernatMerge branch '15-old-compat'
2009-09-29  Vincent BernatAdd support for libc not defining __progname symbol.
2009-09-29  Vincent BernatRework autoconf stuff.
2009-09-29  Vincent BernatUse "void" instead of empty parameter list for function...
2009-09-29  Vincent BernatUse libtool convenience libraries for common files...
2009-09-29  Vincent BernatCompatibility with gcc 2.95.x: add spaces around __VA__...
2009-09-29  Vincent BernatCompilation fix for ancient gcc.
2009-09-23  Vincent BernatAdd '-k' flag to disable kernel version advertising.
2009-08-17  Vincent BernatAdd missing argument in some call to LLOG_INFO in lldp.c.
2009-07-08  Vincent BernatAdd getifaddrs() replacement for system without it.
2009-07-07  Vincent BernatUnit tests for packing/unpacking.
2009-06-09  Vincent BernatSet h_ifindex correctly.
2009-06-07  Vincent BernatAdd a callback mechanism to watch for incoming data...
2009-06-04  Vincent BernatMake "listen on vlan" feature optional at compile-time.
2009-06-04  Vincent BernatAdd back "listen on VLAN" feature.
2009-06-04  Vincent BernatOne VLAN can be associated to multiple interfaces throu...
2009-06-04  Vincent BernatAdd back support for bonding using the new architecture.
2009-06-02  Vincent BernatChange the way interface information are collected.
2009-05-24  Vincent BernatAdapt lldpctl to display received systems for each...
2009-05-24  Vincent BernatHandle reception of several different systems on each...
2009-05-24  Vincent BernatUpdate lldpd.h to support a list of remote systems.
2009-05-24  Vincent BernatSimplify multiprotocols handling.
2009-05-24  Vincent BernatSuppress bond handling.
2009-05-24  Vincent BernatSuppress "listen on vlan" feature.
2009-05-24  Vincent BernatKeep gcc happy with 'const' keyword.
2009-05-14  Vincent BernatAlso check for VLAN on bridges.
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-03-02  Vincent BernatFix lldpctl when LLDP-MED is enabled. 0.3.2
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-23  Vincent BernatMove LLDP-MED location/policy to port instead of chassis.
2008-12-16  Vincent BernatHandle reception and display of PVID
2008-12-16  Vincent BernatAdd Maximum Frame Size support. For Linux, we just...
2008-12-11  Vincent BernatMerge branch 'master' into lldpmed
2008-12-11  Vincent BernatRewrite structure packing to handle substructures corre...
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-08  Vincent BernatParse LLDP-MED MDI when receiving frames
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-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 BernatCompute and handle correctly LLDP-MED capabilities...
2008-12-05  Vincent BernatMore LLDP-MED support, thanks to Michael Hanig.
2008-11-28  Vincent BernatAdd configuration switch to disable LLDP-MED inventory...
2008-11-27  Vincent BernatRemove unneeded iface_is_bridged function
2008-11-26  Vincent BernatMore natural definition of packing macros
2008-11-26  Vincent BernatAdd a way to disable Dot1 and Dot3
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 BernatAllow to compile only needed protocols
2008-11-17  Vincent BernatMerge branch 'master' into privsep
2008-11-16  Vincent BernatMerge branch 'master' into privsep
2008-11-16  Vincent BernatFork earlier (before monitor creation); otherwise,...
2008-11-16  Vincent BernatPrivilege separation for SNMP using a custom transport
2008-11-15  Vincent BernatFirst try to make SNMP agent work with privilege separation
2008-11-15  Vincent BernatMore privilege separation
2008-11-13  Vincent BernatMore privilege separation
2008-11-07  Vincent BernatMerge branch 'master' into privsep
2008-11-07  Vincent BernatAdd FDP support
2008-11-07  Vincent BernatStart privilege separation
2008-10-31  Vincent BernatCorrectly compute discarded TLV for each port
2008-10-29  Vincent BernatMove client handling in a separate file
2008-10-20  Vincent BernatHandle frames encapsulated in VLAN.
2008-10-20  Vincent BernatAllow to receive frames on VLAN interfaces.
2008-10-15  Vincent BernatInitial import