]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/interfaces.c
interfaces: move bitmaps function to a dedicated file
[thirdparty/lldpd.git] / src / daemon / interfaces.c
2020-02-01  Vincent Bernatinterfaces: move bitmaps function to a dedicated file
2020-02-01  Vincent Bernatinterfaces: correctly handle bridges with VLAN filterin...
2020-02-01  Vincent BernatMerge pull request #376 from stannous/remote-vlan-limit...
2020-01-26  Radhika Mahankaliinterfaces: fix for limitation of 10 VLANs for LLDP...
2019-10-08  Vincent BernatMerge branch 'feature/vlan-enabled-bridge'
2019-09-24  Vincent Bernatnetlink: support VLAN-aware bridges feature/vlan-enabled-bridge 353/head
2019-09-15  Vincent Bernatinterfaces: don't log errno when detecting loops
2019-09-15  Vincent Bernatinterfaces: enable matching on interface name for manag... feature/management-device
2019-07-27  Vincent Bernatinterfaces: compute interface index for fixed managemen...
2018-10-02  Vincent Bernatdaemon: do not explicitely inline functions
2017-05-19  Alexis La Goutteinterface: fix this statement may fall through [-Wimpli...
2016-06-11  Vincent Bernatlldp: accept LLDP frames sent through S-VLAN/C-VLAN...
2016-06-09  Vincent Bernatinterfaces: fix setting of local value for port ID
2016-05-14  Vincent Bernatinterfaces: ensure we don't break strict aliasing rule
2016-03-13  Vincent Bernatinterfaces: handle correctly operation conversation...
2016-03-13  Vincent Bernatinterfaces: issue a warning if we get a loop
2016-03-13  Vincent Bernatinterfaces: limit the maximum search depth when applyin...
2016-02-08  Vincent Bernatinterfaces: when no alias available, use interface...
2016-02-04  Vincent Bernatinterfaces: fix alias handling
2016-01-01  Vincent Bernatnetlink: remove use of libnl3
2015-04-24  Vincent BernatMerge pull request #106 from commodo/make-some-tlvs...
2015-04-09  Alexandru Ardeleanlldpd: make management addresses advertisement optional
2015-03-29  Vincent BernatMerge pull request #101 from commodo/port_label2
2015-03-29  Vincent Bernatinterfaces: management address is set to pattern on...
2015-03-24  Alexandru Ardeleanlldpd: add port description override via lldpcli 101/head
2015-03-24  Alexandru Ardeleanlldpd: implement basic support to override port IDs...
2015-03-23  Vincent Bernatinterfaces: don't test for NULL before `free`
2015-02-13  Vincent Bernatinterfaces: fallback to link local addresses for management
2015-02-13  Vincent Bernatinterfaces: exclude IPv4 link local addresses from...
2015-02-13  Vincent Bernatinterfaces: enforce redefinition of IN_IS_ADDR_* macros
2014-10-07  kannalldpd: check if capabilities are available/supported...
2014-09-18  Vincent Bernatinterfaces: only use physical interfaces to get a chass...
2014-07-08  Sam TannousAdd error code to the multicast address add/delete...
2014-05-30  Vincent Bernatlldpcli: add an option to enable promisc mode on manage...
2014-05-21  Sam TannousSupport for modifying PortID TLV
2014-05-10  Vincent Bernatinterfaces: fallback to fixed MAC if already a local MAC
2014-05-10  Vincent Bernatinterfaces: fix use of locally administered use on...
2014-03-07  Vincent Bernatinterfaces: convert a whitelisted interface to a physic...
2014-03-06  Vincent Bernatinterfaces: circumvent any physical check on exact...
2014-03-06  Vincent Bernatinterfaces: document and test pattern matching
2014-02-19  Vincent Bernatinterfaces: reset router and wlan capability bits
2013-11-23  Vincent Bernatclang: use ETHER_ADDR_LEN instead of sizeof()
2013-09-28  Vincent Bernatdtrace: add systemtap/DTrace support
2013-08-11  Vincent Bernatinterfaces: mangle source MAC address on bonds for...
2013-08-11  Vincent Bernatinterfaces: abstract a bit MAC address mangling for...
2013-08-11  Vincent Bernatinterfaces: move "mangle" function for bond slaves
2013-05-08  Vincent Bernatsolaris: preliminary support
2013-01-14  Vincent Bernatpriv: lock BPF interface on BSD
2013-01-05  Vincent BernatMerge branch 'feature/1/cli'
2013-01-05  Vincent Bernatdoc: fix doxygen warnings and don't parse include/linux
2012-12-28  Vincent Bernatinterfaces: put the appropriate aggregation ID when...
2012-12-27  Vincent Bernatfreebsd: make it compile and work on real FreeBSD systems
2012-12-26  Vincent BernatAdd support for FreeBSD.
2012-12-25  Vincent Bernatinterfaces: sending/receiving on raw interfaces is...
2012-12-25  Vincent Bernatinterfaces: setting up raw interface with BPF filter...
2012-12-24  Vincent Bernatinterfaces: abstraction of interfaces/devices
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...
2012-12-16  Vincent Bernatlog: add -D option to filter out debug logs
2012-12-16  Vincent Bernatlog: convert LLOG_* to log_* and add more debug logs
2012-09-26  Vincent Bernatinterfaces: don't listen to enslaved interface until...
2012-09-10  Vincent Bernatconst: fix a type in LLDP_DOT3_MAU_100BASET2FD
2012-08-31  Vincent Bernatlldpd: move configuration stuff into a dedicated structure
2012-08-28  Vincent BernatSeparate daemon and client code. Provide a client library.