summaryrefslogtreecommitdiff
path: root/lib/lldp
Commit message (Expand)AuthorAgeFilesLines
* lldp: Fix bugs when parsing malformed AutoAttach.Qian Chen2022-12-201-0/+2
* lldp: Fix lldp memory leak.lic1212022-06-281-7/+3
* list: use short version of safe loops if possible.Adrian Moreno2022-03-302-8/+7
* bfd: lldp: stp: Fix misaligned packet field access.Dumitru Ceara2022-02-141-1/+3
* ovs-lldp: Get rid of pointless null pointer check.Ben Pfaff2021-04-072-2/+2
* lldp: do not leak memory on multiple instances of TLVsAaron Conole2021-01-131-0/+3
* lldp: correctly increase discarded countVincent Bernat2020-11-161-0/+2
* 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
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-212-13/+13
* treewide: Remove pointless "return;" at ends of functions.Ben Pfaff2018-07-091-2/+0
* lldp: fix string warningsAaron Conole2018-06-141-21/+17
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-223-7/+4
* types: New macros ETH_ADDR_C and ETH_ADDR64_C.Ben Pfaff2017-11-291-3/+1
* Eliminate most shadowing for local variable names.Ben Pfaff2017-08-021-1/+1
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-304-23/+23
* list: Remove lib/list.h completely.Ben Warren2016-03-303-3/+3
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-286-11/+9
* auto-attach: Cleanup i-sid/vlan mappings associated with lldp-enabled port.Dennis Flynn2015-06-171-1/+25
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-062-6/+4
* auto-attach: Support latest version of auto-attach LLDP TLVsDennis Flynn2015-03-233-55/+108
* lldp: Fix DPDK build.Pravin B Shelar2015-03-043-3/+0
* lldp: Fully parenthesize some macro definitions.Ben Pfaff2015-03-031-1/+1
* lldp: Remove unused definitions from headers.Ben Pfaff2015-03-032-22/+0
* lldpd: Fix use of list of struct lldpd_hardware.Ben Pfaff2015-03-032-4/+11
* lldpd: Fix use of list of struct lldpd_chassis.Ben Pfaff2015-03-032-6/+6
* lldpd-structs: Declare Boolean member as one bit, not two.Ben Pfaff2015-03-031-1/+1
* lldpd: Remove unused members from struct lldpd.Ben Pfaff2015-03-031-7/+0
* lldp: Use ETH_ADDR_FMT.Ben Pfaff2015-03-031-7/+2
* lldp: Remove excessive parentheses.Ben Pfaff2015-03-032-22/+18
* lldpd: Fix return value convention for "send" function.Ben Pfaff2015-03-031-1/+1
* lldpd: Remove unused ALIGNED_CAST macro.Ben Pfaff2015-03-031-2/+1
* lldpd: Use CONTAINER_OF instead of cast, for safety.Ben Pfaff2015-03-031-2/+2
* lldpd: Remove obsolete comment.Ben Pfaff2015-03-031-1/+0
* lldp: Miscellaneous coding style fixes.Ben Pfaff2015-03-032-9/+9
* lldpd-structs: Fix type of c_id member.Ben Pfaff2015-03-032-2/+2
* lldp-structs: Fix use of list of struct lldpd_port.Ben Pfaff2015-03-033-13/+13
* lldp-structs: Fix use of list of struct lldpd_mgmt.Ben Pfaff2015-03-034-15/+9
* lldp-structs: Fix use of list of lldpd_aa_isid_vlan_maps_tlv.Ben Pfaff2015-03-032-7/+6
* lldp: Change representation of ISID to uint32_t.Ben Pfaff2015-03-032-6/+18
* lldpd-structs: Fix spelling error in message.Ben Pfaff2015-03-031-1/+1
* lldp: Declare "bool" variables as type "bool".Ben Pfaff2015-03-032-17/+20
* lldp: Use "bool" for boolean variables.Ben Pfaff2015-03-034-19/+18
* lldp: Use OVS time functions.Ben Pfaff2015-03-032-5/+6
* lldp: Use x*alloc() functions instead of writing them out in-place.Ben Pfaff2015-03-033-42/+13
* 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-033-16/+16
* auto-attach: Initial support for Auto-Attach standardDennis Flynn2015-03-038-0/+2243