]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/daemon/netlink.c
interfaces: move bitmaps function to a dedicated file
[thirdparty/lldpd.git] / src / daemon / netlink.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  Vincent Bernatnetlink: fix detection of VLAN 1 376/head
2020-01-26  Vincent Bernatnetlink: use an optimized version of num_bits_set
2020-01-26  Radhika Mahankaliinterfaces: fix for limitation of 10 VLANs for LLDP...
2019-12-09  Vincent BernatMerge pull request #375 from stannous/master
2019-12-09  Radhika MahankaliFix for LLDP related netlink error messages 375/head
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-23  Vincent Bernatnetlink: ignore IFLA_LINK if we previously received...
2019-06-12  Vincent Bernatnetlink: make the netlink socket totally non blocking
2019-06-12  Vincent Bernatnetlink: handle blocking read from netlink socket
2018-10-20  Pavel ShirshovAllow linux kernel to autoprobe correct socket_nl.nl_pi...
2018-03-01  Vincent Bernatnetlink: fix non-updated management address
2017-09-20  Vincent Bernatnetlink: be more precise in how we handle link deletion...
2017-09-15  Vincent Bernatnetlink: don't remove interfaces when they are released...
2017-08-12  Vincent Bernatinterfaces: enable team interfaces like a bond interface
2017-01-21  Vincent Bernatnetlink: clear IFF_SLAVE when no information on upper...
2017-01-21  Vincent BernatMerge pull request #218 from vincentbernat/feature...
2017-01-21  Vincent BernatMerge pull request #216 from vincentbernat/fix/epollerrr
2017-01-15  Vincent Bernatnetlink: minimize code duplication when handling buffer... feature/netlink-autoadapt 218/head
2017-01-14  Vincent Bernatnetlink: by default, don't change netlink buffer size
2017-01-14  Vincent Bernatnetlink: automatically increase netlink receive buffer...
2017-01-14  Vincent Bernatnetlink: set size to the correct value for getsockopt()
2017-01-14  Vincent Bernatnetlink: make change of buffer size optional
2017-01-14  Vincent Bernatnetlink: make the values for buffer size configurable...
2017-01-14  Alexandru Ardeleandaemon: config netlink socket buf sizes at build time
2016-05-19  Vincent Bernatnetlink: don't complain of removal of inexistant IPv6...
2016-03-13  Vincent Bernatnetlink: ensure lower link doesn't change for an interface
2016-03-12  Vincent Bernatnetlink: don't consider a lower interface when in anoth...
2016-02-10  Vincent Bernatnetlink: log error code when unable to receive netlink
2016-02-10  Vincent BernatMerge pull request #161 from 6WIND/fix-large-netlink...
2016-02-10  David Morelnetlink: fix reception of large netlink messages 161/head
2016-02-04  Vincent Bernatnetlink: merge old attributes with new ones
2016-01-30  Vincent Bernatinterfaces/linux: don't check transmit queue size
2016-01-01  Vincent Bernatnetlink: handle veth loops correctly
2016-01-01  Vincent Bernatnetlink: remove use of libnl3
2015-08-22  Vincent Bernatinterfaces: don't discard down interfaces
2015-08-18  Vincent Bernatnetlink: make error message more explicit
2015-08-17  Vincent Bernatbuild: ignore libnl documentation errors
2015-08-17  Vincent Bernatnetlink: workaround veth being peered together through...
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...
2014-07-08  Sam Tannouslldpd: Fix netlink notification group for address changes
2013-11-22  Vincent Bernatcoverity: fix a resource leak
2013-05-03  Vincent Bernatnetlink: fix IP address discovery
2012-12-30  Vincent Bernatinterfaces: correctly detect link down interfaces
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-24  Vincent Bernatinterfaces: abstraction of interfaces/devices
2012-12-23  Vincent Bernatnetlink: fix bogus alignment warnings
2012-12-22  Vincent Bernatinterfaces: switch to Netlink to gather interface-relat...