summaryrefslogtreecommitdiff
path: root/lib/ovs-lldp.c
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif: Avoid unneccesary backer revalidation.lic1212022-06-281-0/+8
* list: use short version of safe loops if possible.Adrian Moreno2022-03-301-6/+6
* ovs-lldp: Get rid of pointless null pointer check.Ben Pfaff2021-04-071-7/+1
* ovs-lldp: Remove tabs from output.Ben Pfaff2018-06-111-16/+16
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-2/+2
* types: New macros ETH_ADDR_C and ETH_ADDR64_C.Ben Pfaff2017-11-291-2/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* ovs-lldp: Remove dead store to TTL configuration.Ben Pfaff2017-05-301-2/+0
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-23/+23
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* test-aa: Fix memory leak reported by valgrind.William Tu2016-01-111-4/+30
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-5/+7
* lldp: Fix clang warning.Joe Stringer2015-05-071-7/+2
* auto-attach: Implement interface lldp disable and re-enableDennis Flynn2015-04-201-4/+13
* ovs-lldp: Avoid use-after-free in aa_mapping_unregister().Ben Pfaff2015-04-171-1/+1
* ovs-lldp: Remove unused variable 'lldp_size'.Ben Pfaff2015-04-171-5/+1
* ovs-lldp: Avoid free() of static data in aa_print_element_status_port().Ben Pfaff2015-04-161-6/+8
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-061-6/+2
* auto-attach: Fix segfault when enabling auto attach.Dennis Flynn2015-04-061-3/+5
* auto-attach: Support latest version of auto-attach LLDP TLVsDennis Flynn2015-03-231-9/+8
* lldp: Fix DPDK build.Pravin B Shelar2015-03-041-1/+1
* lldpd: Fix use of list of struct lldpd_hardware.Ben Pfaff2015-03-031-16/+12
* lldpd: Fix use of list of struct lldpd_chassis.Ben Pfaff2015-03-031-5/+5
* ovs-lldp: Remove unneeded NULL checks on free().Ben Pfaff2015-03-031-6/+2
* lldp: Miscellaneous coding style fixes.Ben Pfaff2015-03-031-21/+13
* lldpd-structs: Fix type of c_id member.Ben Pfaff2015-03-031-2/+2
* ovs-lldp: Use better types for ISID and VLANs.Ben Pfaff2015-03-031-43/+26
* lldp-structs: Fix use of list of struct lldpd_port.Ben Pfaff2015-03-031-2/+2
* lldp-structs: Fix use of list of struct lldpd_mgmt.Ben Pfaff2015-03-031-2/+2
* lldp-structs: Fix use of list of lldpd_aa_isid_vlan_maps_tlv.Ben Pfaff2015-03-031-10/+7
* lldp: Change representation of ISID to uint32_t.Ben Pfaff2015-03-031-39/+3
* ovs-lldp: Use correct printf specifiers.Ben Pfaff2015-03-031-6/+4
* lldp: Use x*alloc() functions instead of writing them out in-place.Ben Pfaff2015-03-031-6/+2
* auto-attach: Add auto-attach support to ofproto layerDennis Flynn2015-03-031-3/+2
* auto-attach: Initial support for Auto-Attach standardDennis Flynn2015-03-031-0/+1041