netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / lldp /
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-17 Dennis Flynnauto-attach: Cleanup i-sid/vlan mappings associated...
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-06 Jarno Rajahalmelib/list: Add LIST_FOR_EACH_POP.
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 Pfafflldp: Fully parenthesize some macro definitions.
2015-03-04 Ben Pfafflldp: Remove unused definitions from headers.
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 Pfafflldpd-structs: Declare Boolean member as one bit, not...
2015-03-04 Ben Pfafflldpd: Remove unused members from struct lldpd.
2015-03-04 Ben Pfafflldp: Use ETH_ADDR_FMT.
2015-03-04 Ben Pfafflldp: Remove excessive parentheses.
2015-03-04 Ben Pfafflldpd: Fix return value convention for "send" function.
2015-03-04 Ben Pfafflldpd: Remove unused ALIGNED_CAST macro.
2015-03-04 Ben Pfafflldpd: Use CONTAINER_OF instead of cast, for safety.
2015-03-04 Ben Pfafflldpd: Remove obsolete comment.
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 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 Pfafflldpd-structs: Fix spelling error in message.
2015-03-04 Ben Pfafflldp: Declare "bool" variables as type "bool".
2015-03-04 Ben Pfafflldp: Use "bool" for boolean variables.
2015-03-04 Ben Pfafflldp: Use OVS time functions.
2015-03-04 Ben Pfafflldp: Use x*alloc() functions instead of writing them...
2015-03-04 Ben Pfafflldp: Get rid of POKE macros in favor of inline functions.
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