]> git.proxmox.com Git - mirror_ovs.git/history - lib/ovs-lldp.c
ovsdb-idl: Improve prototypes.
[mirror_ovs.git] / lib / ovs-lldp.c
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-11 Ben Pfaffovs-lldp: Remove tabs from output.
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffsparse: Add guards to prevent FreeBSD-incompatible...
2017-11-29 Ben Pfafftypes: New macros ETH_ADDR_C and ETH_ADDR64_C.
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-05-30 Ben Pfaffovs-lldp: Remove dead store to TTL configuration.
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-30 Ben Warrenlist: Remove lib/list.h completely.
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-11 William Tutest-aa: Fix memory leak reported by valgrind.
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-05-07 Justin PettitMerge "master" into "ovn".
2015-05-07 Joe Stringerlldp: Fix clang warning.
2015-04-20 Dennis Flynnauto-attach: Implement interface lldp disable and re...
2015-04-17 Ben Pfaffovs-lldp: Avoid use-after-free in aa_mapping_unregister().
2015-04-17 Ben Pfaffovs-lldp: Remove unused variable 'lldp_size'.
2015-04-16 Ben Pfaffovs-lldp: Avoid free() of static data in aa_print_eleme...
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-06 Jarno Rajahalmelib/list: Add LIST_FOR_EACH_POP.
2015-04-06 Dennis Flynnauto-attach: Fix segfault when enabling auto attach.
2015-03-23 Dennis Flynnauto-attach: Support latest version of auto-attach...
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-04 Pravin B Shelarlldp: Fix DPDK build.
2015-03-04 Ben Pfafflldpd: Fix use of list of struct lldpd_hardware.
2015-03-04 Ben Pfafflldpd: Fix use of list of struct lldpd_chassis.
2015-03-04 Ben Pfaffovs-lldp: Remove unneeded NULL checks on free().
2015-03-04 Ben Pfafflldp: Miscellaneous coding style fixes.
2015-03-04 Ben Pfafflldpd-structs: Fix type of c_id member.
2015-03-04 Ben Pfaffovs-lldp: Use better types for ISID and VLANs.
2015-03-04 Ben Pfafflldp-structs: Fix use of list of struct lldpd_port.
2015-03-04 Ben Pfafflldp-structs: Fix use of list of struct lldpd_mgmt.
2015-03-04 Ben Pfafflldp-structs: Fix use of list of lldpd_aa_isid_vlan_map...
2015-03-04 Ben Pfafflldp: Change representation of ISID to uint32_t.
2015-03-04 Ben Pfaffovs-lldp: Use correct printf specifiers.
2015-03-04 Ben Pfafflldp: Use x*alloc() functions instead of writing them...
2015-03-04 Dennis Flynnauto-attach: Add auto-attach support to ofproto layer
2015-03-04 Dennis Flynnauto-attach: Initial support for Auto-Attach standard