]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/interfaces.c
interfaces: enforce redefinition of IN_IS_ADDR_* macros
[thirdparty/lldpd.git] / src / daemon / interfaces.c
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.