netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / ovs-router.c
2015-12-16 Ben PfaffUse ip_parse() and ipv6_parse() and variants in more...
2015-12-04 Ben Pfaffpackets: Introduce in6_addr_mapped_ipv4() and use where...
2015-11-26 Ben Pfaffovs-router: Report ovs/route/add errors as errors.
2015-11-24 Justin Pettitovs-router: Use standard libraries in scan_ipv6_route().
2015-11-24 Justin Pettitpackets: Change IPv6 functions to more closely resemble...
2015-10-13 Thadeu Lima de Sou... route: support IPv6 and use IPv4-mapped addresses
2015-09-17 Thadeu Lima de Sou... ovs-router: Include ovs-router.h as first header.
2015-09-17 Thadeu Lima de Sou... ovs-router: Add missing ds_destroy after ds was put.
2015-09-08 Pravin B Shelartnl-ports: Add destination IP and MAC address to the...
2015-07-06 Jarno Rajahalmeclassifier: Make versioning more explicit.
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-10 Jarno Rajahalmeclassifier: Support table versioning
2015-02-20 Ben Pfaffuserspace: Replace all uses of strncpy() by ovs_strlcpy().
2015-01-11 Ben Pfaffclassifier: Add support for conjunctive matches.
2014-12-12 YAMAMOTO Takashiovs-router: Add "ovs/route/lookup" command
2014-12-10 YAMAMOTO Takashiovs-router: non-Linux support
2014-11-21 Pravin B Shelardpctl: Fix crash.
2014-11-15 Jarno Rajahalmeclassifier: Defer pvector publication.
2014-11-14 Jarno Rajahalmeclassifier: Remove internal mutex.
2014-11-14 Jarno Rajahalmeclassifier: Lockless and robust classifier iteration.
2014-11-12 Pravin B Shelaropenvswitch: Userspace tunneling.
2014-11-11 Jarno Rajahalmeutil: Add be32_prefix_mask().
2014-11-11 YAMAMOTO Takashiovs-router: Fix build on NetBSD
2014-11-06 Jarno Rajahalmeclassifier: Constify RCU pointers.
2014-11-04 Pravin B Shelarovs-router: Fix sparse warning
2014-11-03 Pravin B Shelarroute-table: Use classifier to store routing table.