netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / ovs-lldp.c
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