aboutsummaryrefslogtreecommitdiff
path: root/lib/route-table.c
AgeCommit message (Expand)Author
2012-04-25Fix memory leaks.Ben Pfaff
2011-09-28route-table: Clear route_notifier after free.Jesse Gross
2011-09-27route-table: Close netlink notifier before closing nln.Jesse Gross
2011-09-16notifiers: Create and destroy nln_notifiers.Ethan Jackson
2011-09-16notifiers: Rename run and wait functions.Ethan Jackson
2011-09-01netlink-notifier: Rename rtnetlink code.Ethan Jackson
2011-09-01lib: Rename rtnetlink.[ch] files.Ethan Jackson
2011-02-22util: Don't read over 'size - 1' bytes of source string in ovs_strlcpy().Ben Pfaff
2011-02-01lib: Fix off-by-one error in route-table.Ethan Jackson
2011-01-31lib: route-table improvements.Ethan Jackson
2011-01-27netlink-socket: Add functions for joining and leaving multicast groups.Ben Pfaff
2011-01-14route-table: Handle route updates more robustly.Ethan Jackson
2011-01-14route-table: Process route messages more selectively.Ethan Jackson
2011-01-14lib: Simplify rtnetlink routing functionality.Ethan Jackson