]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/interfaces-linux.c
netlink: handle blocking read from netlink socket
[thirdparty/lldpd.git] / src / daemon / interfaces-linux.c
2019-06-12  Vincent Bernatnetlink: handle blocking read from netlink socket
2019-01-10  Brandon Streiffinterfaces/linux: make dsa special
2018-11-30  Vincent Bernatinterfaces: remove specific handling for bonds except...
2018-10-02  Vincent Bernatdaemon: do not explicitely inline functions
2018-08-11  Vincent Bernatinterfaces: provide clearer messages about ethtool...
2018-03-17  Vincent BernatMerge pull request #272 from westermo/fix-snmp-remTable...
2018-03-12  Vincent Bernatinterfaces: fix out-of-bound access when getting perman...
2018-02-21  Vincent Bernatinterfaces: explain why we cannot get the permanent...
2017-08-13  Vincent BernatMerge pull request #235 from vincentbernat/feature...
2017-08-13  Vincent Bernatinterfaces: show a warning if we don't have permissions... feature/ethtool-no-root 235/head
2017-08-13  Vincent Bernatinterfaces: fix compilation without Dot3 feature
2017-08-12  Vincent Bernatinterfaces: don't retry GLINKSETTINGS probing if it...
2017-08-12  Vincent Bernatpriv: don't run ethtool as root
2017-08-12  Vincent Bernatinterfaces: use ethtool to get permanent MAC for bonds...
2017-08-12  Vincent Bernatinterfaces: enable team interfaces like a bond interface
2017-05-19  Alexis La Goutteinterface-linux: fix this statement may fall through...
2017-02-20  Vincent Bernatinterfaces: vxlan interfaces should be ignored
2017-02-19  Vincent Bernatinterfaces: don't log an hard error when interface...
2017-01-21  Vincent BernatMerge pull request #218 from vincentbernat/feature...
2017-01-21  Vincent BernatMerge pull request #216 from vincentbernat/fix/epollerrr
2016-12-31  Vincent Bernatinterfaces: on Linux, clear socket error queue on error fix/epollerrr 216/head
2016-12-30  Vincent Bernatinterfaces: refactor generic ethernet/bond reception...
2016-12-26  Vincent BernatMerge pull request #212 from vincentbernat/feature...
2016-12-25  Vincent Bernatlinux: add support for ethtool GLINKSETTINGS
2016-08-07  Vincent Bernatpriv: don't use monitor for ethtool except for old...
2016-08-07  Vincent Bernatinterface: use 10GBASE-CX4 for copper
2016-08-07  Vincent Bernatlldp: update RFC3636 to RFC4836
2016-08-06  Vincent Bernatpriv: don't use ethtool to get real MAC
2016-06-14  Vincent Bernatinterfaces: blacklist cdc_mbim
2016-05-19  Vincent Bernatinterfaces/linux: make veth special
2016-03-13  Vincent Bernatinterfaces: handle correctly operation conversation...
2016-03-13  Vincent Bernatinterfaces: replace "bonded" by "enslaved"
2016-01-30  Vincent Bernatinterfaces/linux: remove interface blacklisting
2016-01-30  Vincent Bernatinterfaces/linux: blacklist some drivers instead of...
2016-01-30  Vincent Bernatinterfaces/linux: don't check transmit queue size
2016-01-01  Vincent Bernatnetlink: remove use of libnl3
2015-12-01  Vincent Bernatinterfaces: use /proc/net/bonding as primary method
2015-12-01  Vincent Bernatinterfaces: fallback to old method to get original...
2015-12-01  Vincent Bernatinterfaces: handle the case where the provided MAC...
2015-12-01  Vincent Bernatinterfaces: query permanent MAC address through ethtool
2015-09-25  Vincent Bernatinterfaces: remove spurious #ifdef directive
2015-09-25  Vincent Bernatinterfaces: remove old bridge code
2015-08-17  Vincent Bernatnetlink: use libnl3 instead of custom netlink code
2015-07-25  Vincent Bernatnetlink: use netlink to retrieve bridge/bond/vlan infor...
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...