]> git.proxmox.com Git - mirror_ovs.git/history - lib/route-table.c
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / lib / route-table.c
2018-04-18 wenxuofproto-dpif-xlate: makes OVS native tunneling honor...
2018-02-28 Justin PettitDon't shadow variables.
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-10-30 Kaige Furoute-table: Remove netdevs in netdev_hash when deleted
2017-04-06 Ben Pfaffroute-table: Fix compatibility with pre-2.6.36 headers.
2017-01-28 Pravin B Shelarovs-router: introduce pkt-mark.
2017-01-28 Pravin B Shelarrouting-table: parse skb-mark from RTNETLINK msg
2016-12-22 Tony van der Peetroute-table: Stop netlink log message when routes withdrawn
2016-07-28 Thadeu Lima de Sou... route-table: flush addresses list when route table...
2016-06-13 Jarno Rajahalmenetlink-notifier: Support multiple groups.
2016-06-03 Thadeu Lima de Sou... route-table: If device is not there, route is still...
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-24 Pravin B Shelarsflow: use ovs route API to get source IP address.
2016-03-24 Pravin B Shelartunneling: Handle multiple ip address for given device.
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.