summaryrefslogtreecommitdiff
path: root/lib/lldp/lldp.c
Commit message (Expand)AuthorAgeFilesLines
* lldp: Fix bugs when parsing malformed AutoAttach.Qian Chen2022-12-201-0/+2
* bfd: lldp: stp: Fix misaligned packet field access.Dumitru Ceara2022-02-141-1/+3
* lldp: do not leak memory on multiple instances of TLVsAaron Conole2021-01-131-0/+3
* lldp: increase statsTLVsUnrecognizedTotal on unknown TLVVincent Bernat2020-11-161-0/+1
* lldp: fix a buffer overflow when handling management address TLVVincent Bernat2020-11-161-1/+6
* lldp: Fix size of PEEK_DISCARD_UINT32()Jonas Johansson2020-11-161-1/+1
* lldp: validate a bit more received LLDP framesVincent Bernat2020-11-161-2/+51
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-5/+5
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-2/+2
* auto-attach: Support latest version of auto-attach LLDP TLVsDennis Flynn2015-03-231-43/+84
* lldp: Use ETH_ADDR_FMT.Ben Pfaff2015-03-031-7/+2
* lldp: Remove excessive parentheses.Ben Pfaff2015-03-031-6/+3
* lldp: Miscellaneous coding style fixes.Ben Pfaff2015-03-031-2/+2
* lldpd-structs: Fix type of c_id member.Ben Pfaff2015-03-031-1/+1
* lldp-structs: Fix use of list of struct lldpd_mgmt.Ben Pfaff2015-03-031-3/+3
* lldp-structs: Fix use of list of lldpd_aa_isid_vlan_maps_tlv.Ben Pfaff2015-03-031-6/+5
* lldp: Change representation of ISID to uint32_t.Ben Pfaff2015-03-031-4/+15
* lldp: Declare "bool" variables as type "bool".Ben Pfaff2015-03-031-4/+6
* lldp: Use "bool" for boolean variables.Ben Pfaff2015-03-031-2/+2
* lldp: Use x*alloc() functions instead of writing them out in-place.Ben Pfaff2015-03-031-28/+5
* lldp: Get rid of POKE macros in favor of inline functions.Ben Pfaff2015-03-031-236/+114
* auto-attach: Add auto-attach support to ofproto layerDennis Flynn2015-03-031-12/+12
* auto-attach: Initial support for Auto-Attach standardDennis Flynn2015-03-031-0/+752