]> git.ipfire.org Git - thirdparty/systemd.git/history - src/libsystemd-network/lldp-tlv.c
lldp: fix parsing of TLV length
[thirdparty/systemd.git] / src / libsystemd-network / lldp-tlv.c
2015-10-02  Beniamino Galvanilldp: fix parsing of TLV length
2015-10-02  Beniamino Galvanilldp: check return value of lldp_tlv_packet_exit_contai...
2015-10-02  Beniamino Galvanilldp: add support for organizationally specific TLVs
2015-10-02  Beniamino Galvanilldp: factor out common code in lldp-tlv.c
2015-10-02  Beniamino Galvanilldp: add sd_lldp_tlv_packet_get_destination_type()
2015-10-02  Beniamino Galvanilldp: move TLV related functions to lldp-tlv.c
2015-10-02  Beniamino Galvanilldp: export opaque TLV type and accessor functions
2015-10-02  Beniamino Galvanilldp: add reference counter to struct tlv_packet
2015-06-11  Daniel MackMerge pull request #84 from blueyed/zsh-optimize-filter...
2015-06-10  Lennart PoetteringMerge pull request #6 from xnox/drop-name
2015-06-09  Lennart PoetteringMerge pull request #116 from utezduyar/feat/async-api...
2015-06-09  Lennart PoetteringMerge pull request #113 from mezcalero/address-family
2015-06-08  Lennart PoetteringMerge pull request #108 from phomes/master
2015-06-08  Thomas Hindoe Paab... tree-wide: remove spurious space 108/head
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-03-27  Harald Hoyerfix gcc warnings about uninitialized variables
2014-12-19  Susant Sahaninetworkd: Introduce Link Layer Discovery Protocol ...