]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/interfaces-linux.c
build: add a note to remember why setproctitle may not work
[thirdparty/lldpd.git] / src / daemon / interfaces-linux.c
2015-05-28  Vincent BernatMerge pull request #115 from alagoutte/travis_container
2015-05-28  Vincent BernatMerge pull request #114 from alagoutte/clang
2015-05-26  Alexis La GoutteDisable -Wdocumentation for some include using pragma
2014-10-26  Vincent Bernatinterfaces: bond listening was broken only for old...
2014-10-26  Vincent Bernatinterfaces: fix initialization of hardware h_data for...
2014-10-07  kannalldpd: check if capabilities are available/supported...
2014-05-30  Vincent Bernatlldpcli: add an option to enable promisc mode on manage...
2014-05-21  Sam TannousSupport for modifying PortID TLV
2014-04-08  Vincent Bernatcoverity: change a bit the annotations
2014-03-02  Vincent Bernatbuild: remove duplicate const declaration
2013-12-05  Vincent Bernatinterfaces: remove useless return
2013-11-22  Vincent Bernatcoverity: add code annotation to remove false positives
2013-11-22  Vincent Bernatcoverity: replace unsafe uses of strncpy by strlcpy
2013-11-22  Vincent Bernatcoverity: remove unused pointer value
2013-09-28  Vincent Bernatdtrace: add systemtap/DTrace support
2013-09-15  Vincent Bernatlinux: fix a regression in how enslaved devices' MAC...
2013-08-11  Vincent Bernatlinux: add support for team devices
2013-08-11  Vincent Bernatinterfaces: abstract a bit MAC address mangling for...
2013-08-11  Vincent Bernatinterfaces: move "mangle" function for bond slaves
2013-08-11  Vincent Bernatbond: reenable the possibility to use a fixed MAC address
2013-08-11  Roopa Prabhu[PATCH| lldpd: use bond slave real mac with locally...
2013-07-25  Vincent Bernatlinux: mangle MAC address for enslaved devices
2013-06-22  Vincent Bernatstyle: use C99 designated initializers instead of memse...
2013-02-03  Vincent Bernatinterfaces: whitelist an interface before being checkin...
2013-01-14  Vincent Bernatpriv: lock BPF interface on BSD
2013-01-13  Vincent Bernatclang: additional fixes detected by clang analyzer
2012-12-31  Vincent Bernatevent: avoid socket leak if we cannot register netlink...
2012-12-30  Vincent Bernatnetlink: listen to netlink changes to trigger interface...
2012-12-29  Vincent Bernatglobal: fix some issues detected by cppcheck
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: disable the use of ioctl for bridges
2012-12-22  Vincent Bernatbuild: ship a include/ directory
2012-12-22  Vincent Bernatinterfaces: harmonize arguments of detection functions
2012-12-22  Vincent Bernatinterfaces: handle correctly VLAN inside VLAN inside...
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...