summaryrefslogtreecommitdiff
path: root/lib/route-table.c
Commit message (Expand)AuthorAgeFilesLines
* route-table: Retrieving the preferred source address from Netlink.Nobuhiro MIKI2023-03-071-1/+15
* rtnetlink: ignore IFLA_WIRELESS events.Michal Kazior2021-04-201-0/+4
* ofproto-dpif-xlate: makes OVS native tunneling honor tunnel-specified source ...wenxu2018-04-181-1/+3
* Don't shadow variables.Justin Pettit2018-02-281-4/+5
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+2
* route-table: Remove netdevs in netdev_hash when deletedKaige Fu2017-10-301-1/+8
* route-table: Fix compatibility with pre-2.6.36 headers.Ben Pfaff2017-04-061-1/+5
* ovs-router: introduce pkt-mark.Pravin B Shelar2017-01-281-1/+1
* routing-table: parse skb-mark from RTNETLINK msgPravin B Shelar2017-01-281-0/+6
* route-table: Stop netlink log message when routes withdrawnTony van der Peet2016-12-221-1/+1
* route-table: flush addresses list when route table is resetThadeu Lima de Souza Cascardo2016-07-281-0/+2
* netlink-notifier: Support multiple groups.Jarno Rajahalme2016-06-131-29/+19
* route-table: If device is not there, route is still parseable.Thadeu Lima de Souza Cascardo2016-06-031-1/+5
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* sflow: use ovs route API to get source IP address.Pravin B Shelar2016-03-241-4/+4
* tunneling: Handle multiple ip address for given device.Pravin B Shelar2016-03-241-2/+0
* route: support IPv6 and use IPv4-mapped addressesThadeu Lima de Souza Cascardo2015-10-131-29/+75
* rtnetlink: Extend rtnetlink to support RTNLGRP_IPV4_IFADDR andAlex Wang2015-07-281-6/+6
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* ovs-router: non-Linux supportYAMAMOTO Takashi2014-12-101-1/+9
* route-table: Remove Unregister.Pravin B Shelar2014-12-011-44/+11
* dpctl: Fix crash.Pravin B Shelar2014-11-211-0/+1
* ovs-router: Fix build on NetBSDYAMAMOTO Takashi2014-11-111-0/+1
* route-table: extract gw information.Pravin B Shelar2014-11-031-1/+8
* route-table: Use classifier to store routing table.Pravin B Shelar2014-11-031-112/+7
* route-table: get rid of name-tablePravin B Shelar2014-11-031-127/+25
* route-table: Make route-table module thread-safe.Ryan Wilson2014-05-291-1/+22
* netdev-vport: Checks tunnel status change when route-table is reset.Alex Wang2014-05-021-1/+16
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-1/+1
* netlink: Remove buffer from 'struct nl_dump'.Joe Stringer2014-02-271-4/+10
* clang: Fix the alignment warning.Alex Wang2013-07-231-1/+1
* netlink-socket: Simplify use of transactions and dumps.Ben Pfaff2013-07-181-23/+3
* route-table: Make 'rtnl_sock' and 'attrs' local variables non-static.Ben Pfaff2013-06-051-4/+4
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-3/+2
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* Fix memory leaks.Ben Pfaff2012-04-251-1/+4
* route-table: Clear route_notifier after free.Jesse Gross2011-09-281-0/+1
* route-table: Close netlink notifier before closing nln.Jesse Gross2011-09-271-0/+1
* notifiers: Create and destroy nln_notifiers.Ethan Jackson2011-09-161-6/+10
* notifiers: Rename run and wait functions.Ethan Jackson2011-09-161-4/+4
* netlink-notifier: Rename rtnetlink code.Ethan Jackson2011-09-011-18/+14
* lib: Rename rtnetlink.[ch] files.Ethan Jackson2011-09-011-1/+1
* util: Don't read over 'size - 1' bytes of source string in ovs_strlcpy().Ben Pfaff2011-02-221-3/+2
* lib: Fix off-by-one error in route-table.Ethan Jackson2011-02-011-1/+1
* lib: route-table improvements.Ethan Jackson2011-01-311-2/+145
* netlink-socket: Add functions for joining and leaving multicast groups.Ben Pfaff2011-01-271-1/+1
* route-table: Handle route updates more robustly.Ethan Jackson2011-01-141-26/+22
* route-table: Process route messages more selectively.Ethan Jackson2011-01-141-0/+13
* lib: Simplify rtnetlink routing functionality.Ethan Jackson2011-01-141-0/+338