netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib / route-table.c
2015-10-13 Thadeu Lima de Sou... route: support IPv6 and use IPv4-mapped addresses
2015-07-28 Alex Wangrtnetlink: Extend rtnetlink to support RTNLGRP_IPV4_IFA...
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelarofpbuf: Simplify ofpbuf API.
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-10 YAMAMOTO Takashiovs-router: non-Linux support
2014-12-01 Pravin B Shelarroute-table: Remove Unregister.
2014-11-21 Pravin B Shelardpctl: Fix crash.
2014-11-11 YAMAMOTO Takashiovs-router: Fix build on NetBSD
2014-11-03 Pravin B Shelarroute-table: extract gw information.
2014-11-03 Pravin B Shelarroute-table: Use classifier to store routing table.
2014-11-03 Pravin B Shelarroute-table: get rid of name-table
2014-05-29 Ryan Wilsonroute-table: Make route-table module thread-safe.
2014-05-02 Alex Wangnetdev-vport: Checks tunnel status change when route...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-02-27 Joe Stringernetlink: Remove buffer from 'struct nl_dump'.
2013-07-23 Alex Wangclang: Fix the alignment warning.
2013-07-18 Ben Pfaffnetlink-socket: Simplify use of transactions and dumps.
2013-06-05 Ben Pfaffroute-table: Make 'rtnl_sock' and 'attrs' local variabl...
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-25 Ben PfaffFix memory leaks.
2011-09-28 Jesse Grossroute-table: Clear route_notifier after free.
2011-09-27 Jesse Grossroute-table: Close netlink notifier before closing...
2011-09-16 Ethan Jacksonnotifiers: Create and destroy nln_notifiers.
2011-09-16 Ethan Jacksonnotifiers: Rename run and wait functions.
2011-09-02 Ethan Jacksonnetlink-notifier: Rename rtnetlink code.
2011-09-02 Ethan Jacksonlib: Rename rtnetlink.[ch] files.
2011-02-23 Ben Pfaffutil: Don't read over 'size - 1' bytes of source string...
2011-02-01 Ethan Jacksonlib: Fix off-by-one error in route-table.
2011-02-01 Ethan Jacksonlib: route-table improvements.
2011-01-27 Ben Pfaffnetlink-socket: Add functions for joining and leaving...
2011-01-14 Ethan Jacksonroute-table: Handle route updates more robustly.
2011-01-14 Ethan Jacksonroute-table: Process route messages more selectively.
2011-01-14 Ethan Jacksonlib: Simplify rtnetlink routing functionality.