]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/interfaces.c
Update ISC license wording.
[thirdparty/lldpd.git] / src / interfaces.c
2011-05-20  Vincent BernatUpdate ISC license wording.
2011-04-26  Vincent BernatMove Dot3 MAC/Phy stuff into a separate structure.
2010-06-08  Vincent BernatListen on VLAN using an appropriate BPF filter and...
2010-06-08  Vincent BernatRemove "listen on VLAN" feature.
2010-05-12  Vincent BernatFix additional alignment issues for ARM platform.
2010-05-03  Vincent BernatRevert "Blacklist VMWare interfaces (as per ticket...
2010-04-25  Vincent BernatBlacklist VMWare interfaces (as per ticket #40).
2010-04-25  Vincent BernatIgnore interfaces with no queue.
2010-03-12  Vincent BernatRetrieve FD_SETSIZE in a sane environment.
2010-03-06  VincentFree unused chassis.
2010-03-02  VincentDon't listen/send LLDP packets on bridge.
2009-12-05  Vincent BernatMerge branch '30-vlanid-without-name'
2009-12-05  Vincent BernatDon't set MFS with MTU value.
2009-10-01  Vincent BernatFix file descriptor leak when enabling "listen on VLAN...
2009-10-01  Vincent BernatMerge branch '15-old-compat'
2009-09-29  Vincent BernatFix some warnings about incompatible pointer types.
2009-09-29  Vincent BernatWhen SYSFS_BRIDGE_* stuff does not exist, just use...
2009-09-02  Vincent BernatBridge ioctls cannot be used with a 32bit userland...
2009-07-08  Vincent BernatAdd getifaddrs() replacement for system without it.
2009-07-07  Vincent BernatFix compilation issues when DOT1 or DOT3 are not enabled.
2009-06-10  Vincent BernatFix comment of iface_port_name_desc()
2009-06-10  Vincent BernatUse ifAlias from newer Linux kernels if available.
2009-06-09  Vincent BernatSet h_ifindex correctly.
2009-06-04  Vincent BernatMake "listen on vlan" feature optional at compile-time.
2009-06-04  Vincent BernatThere are duplicate in the list of address we give...
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.