]> git.ipfire.org Git - thirdparty/lldpd.git/history - src/lib/atoms
build: bump cross-platform-actions/action from 0.27.0 to 0.28.0
[thirdparty/lldpd.git] / src / lib / atoms /
2024-07-21  Vincent Bernatbuild: run clang-format
2024-07-10  Hangbin Liuclient: add range restriction for tx hold and interval
2023-11-25  Georg Sauthoffbuild: improve const correctness and prototype declarations
2023-10-15  Vincent Bernatdaemon/lldp: restore read support for 802.3BT
2023-10-15  Vincent Bernatdaemon/lldp: remove support for 802.3bt
2023-10-15  Vincent Bernatdaemon/protocols: fix some 802.3bt stuff
2023-04-18  Vincent Bernatlib: remove unreachable code
2022-11-06  Vincent Bernatbuild: reformat code
2022-08-11  Ignacio Sanchez... client: Added support to override system capabilities
2022-05-15  Harshal Gohelmed: Add configure inventory commands
2021-08-30  quwer2Add support for 2.5G, 5G, 25G, and 50G based Ethernet...
2021-06-04  Vincent Bernatlldpcli: require powerpairs for Dot3 power even when PD
2021-03-08  John LindgrenFix relative include paths to be more correct and portable.
2020-12-06  Vincent BernatMerge pull request #422 from lldpd/fix/lldp-med-loc...
2020-12-06  Vincent Bernatlib: fix LLDP-MED location parsing in liblldpctl fix/lldp-med-loc-parsing 422/head
2020-09-02  Vincent BernatMerge pull request #410 from awujek/develop
2020-08-18  Michal Wasiakports: allow sending LLDP frames on a specified VLAN 410/head
2020-01-23  Vincent BernatMerge pull request #379 from jp-t/master
2020-01-16  Jean-Pierre TosoniAllow configuring tx-interval in milliseconds
2019-11-11  Vincent Bernatlib: fix memory leak when handling I/O
2019-10-26  Vincent Bernatlldpcli: ask for power pairs only when PSE
2019-10-19  Vincent BernatMerge pull request #350 from patrikdanielssonaxis/8023bt
2019-10-19  Vincent Bernattest: add tests for 802.3BT additions 350/head
2019-10-11  Patrik Danielssonlldp: Power via MDI TLV: Initial support for 802.3bt
2019-07-27  Vincent Bernatlib: expose management interface index
2019-04-06  Vincent Bernatclient: ability to set maximum of neighbors from lldpcli
2018-09-24  Vincent Bernatlib: use constants from lldp-const.h for Dot3 MAU
2018-09-24  Vincent Bernatdot3: fix 100BASE-T4 MAU
2018-03-18  Vincent BernatMerge pull request #274 from vincentbernat/feature...
2018-03-17  Vincent Bernatlldpd: add an option to keep some specified ports feature/keep-some-ports 274/head
2017-12-30  Vincent BernatMerge pull request #263 from vic-lin-accton/master
2017-12-30  Vincent Bernatlib: ability to configure a local chassis ID 263/head
2017-12-30  vic_linlldpd: check for defined string before use chassis...
2017-02-19  Vincent Bernatlldp: don't use chassis TTL anymore
2017-02-19  Vincent Bernatlldp: attach remote TTL to port instead of chassis
2016-12-26  Vincent Bernatlib: include MAU type map only when Dot3 support is...
2016-12-26  Vincent BernatMerge pull request #212 from vincentbernat/feature...
2016-12-25  Vincent Bernatlib: add more MAU types
2016-11-25  Vincent Bernatmed: fix parsing of LLDP-MED LCI when TLV size exceeds...
2016-08-30  Vincent BernatMerge pull request #198 from The-42/fix-segfaults
2016-08-30  Bert van Halllib/atoms/port: fix segfaults with minimal information 198/head
2016-06-14  Vincent Bernatlldp: add ability to control propagation of LLDPDU
2016-05-27  Vincent Bernatlib: allow retrieval of chassis TTL
2016-03-23  Vincent Bernatlib: don't rely on constructors
2016-03-01  Vincent BernatMerge pull request #163 from kanrajag/feature/enhance...
2016-02-28  kannaenhance custom tlv with add/replace commands 163/head
2015-12-15  Vincent Bernatclient: update LLDP-MED policy L2 priority values to...
2015-12-01  Vincent Bernatlldpmed: fix numeric values for L2 priority
2015-08-23  Vincent BernatAbility to enable/disable RX/TX individually on each...
2015-08-22  Vincent Bernatlib/atom: only allow custom TLV modification for local...
2015-08-22  Vincent BernatAdd a default local port as a template for any future...
2015-08-07  Vincent Bernatlib: accept "language" as a valid MED location type
2015-07-11  Vincent Bernatlib: fix memory leak when handling MED location data
2015-07-11  Vincent Bernatlib: add compatibility layer with chassis-related infor...
2015-07-11  Vincent Bernatlib: ability to get and query local chassis
2015-05-20  Vincent BernatMerge pull request #109 from commodo/add-custom-tlvs
2015-05-19  Alexandru Ardeleanlldpd: convert 'oui_info' member to dynamic array 109/head
2015-05-19  Alexandru Ardeleanlldpd: make custom TLV code optional
2015-05-19  Alexandru Ardeleanlib: add custom TLV + list atom(s)
2015-05-19  Alexandru Ardeleanlib: move lldpd-structs.h include into atom.h
2015-04-24  Vincent BernatMerge pull request #106 from commodo/make-some-tlvs...
2015-04-09  Alexandru Ardeleanlldpd: make management addresses advertisement optional
2015-04-09  Alexandru Ardeleanlldpd: make chassis capabilities advertisement optional
2015-04-09  Vincent BernatMerge pull request #105 from commodo/cleanup
2015-04-02  Alexandru Ardeleanlib/private.h: rename to atom.h
2015-04-02  Alexandru Ardeleanlib/atom-private.c: break it into smaller modules