aboutsummaryrefslogtreecommitdiff
path: root/vswitchd/ovs-brcompatd.c
AgeCommit message (Expand)Author
2011-09-23Include sys/wait.h for WIFEXITEDSimon Horman
2011-09-16notifiers: Create and destroy nln_notifiers.Ethan Jackson
2011-09-16notifiers: Rename run and wait functions.Ethan Jackson
2011-09-15ovs-brcompatd: Delete ports when netdevs on fake bridges disappear.Ben Pfaff
2011-09-01netlink-notifier: Rename rtnetlink code.Ethan Jackson
2011-09-01lib: Rename rtnetlink.[ch] files.Ethan Jackson
2011-08-22Drop spurious 'H' cases from daemon option parsing switch statements.Ben Pfaff
2011-08-08netdev: Get rid of struct netdev_options and netdev_open_default().Ben Pfaff
2011-08-04util: Introduce get_program_version function.Justin Pettit
2011-06-08ovs-brcompatd: Fix uninitialized br_vlan variable in handle_fdb_query_cmd().Ben Pfaff
2011-06-08ovs-brcompatd: Run ovs-vsctl instead of accessing database directly.Ben Pfaff
2011-06-07ovs-brcompatd: Properly fix race between device destruction and insertion.Ben Pfaff
2011-06-07ovs-brcompatd: Remove --prune-timeout option.Ben Pfaff
2011-06-07ovs-brcompatd: Use rtnetlink_link_notifier instead of open-coding it.Ben Pfaff
2011-06-07process: Let process_run_capture() caller set maximum capture size.Ben Pfaff
2011-05-16Consistently write null pointer constants as NULL instead of 0.Ben Pfaff
2011-04-04daemon: Integrate checking for an existing pidfile into daemonize_start().Ben Pfaff
2011-04-04Log anything that could prevent a daemon from starting.Ben Pfaff
2011-03-31ovs-brcompatd: Convert svecs to ssets.Ben Pfaff
2011-03-28ovs-brcompatd: Delete write-only variable.Ben Pfaff
2011-03-10ovsdb: Implement garbage collection.Ben Pfaff
2011-02-23ovs-brcompatd: Simplify code in brc_recv_update().Ben Pfaff
2011-02-22ovs-brcompatd: Fix memory leak in handle_fdb_query_cmd().Justin Pettit
2011-02-07daemon: Define daemon options enums the same way as other option enums.Ben Pfaff
2011-01-27netlink-socket: Add functions for joining and leaving multicast groups.Ben Pfaff
2011-01-12Fix non-static instances of "struct vlog_rate_limit" and add check.Ben Pfaff
2010-12-10netlink: Split into generic and Linux-specific parts.Ben Pfaff
2010-11-29Make installation directories overridable at runtime.Ben Pfaff
2010-11-16ovsdb-idl: Make selecting tables and columns to replicate more flexible.Ben Pfaff
2010-10-29vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-07-21vlog: Make the vlog module catalog program-specific.Ben Pfaff
2010-07-21vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff
2010-07-21vlog: Remove explicit calls to vlog_init().Ben Pfaff
2010-07-21timeval: Make time_init() static and remove calls to it.Ben Pfaff
2010-06-17netlink: Drop sock parameter from nl_msg_put_(ge)nlmsghdr().Ben Pfaff
2010-06-15brcompatd: Remove commented-out code.Ben Pfaff
2010-04-20Add support for multiple OpenFlow controllers on a single bridge.Ben Pfaff
2010-03-08ovs-brcompatd: Fix stupid merge error.Ben Pfaff
2010-03-08ovs-brcompatd: Delete what Bridge references when deleting a Bridge.Ben Pfaff
2010-03-08ovsdb-idl: Make ovsdb_idl_txn_add_comment() take a printf() format string.Ben Pfaff
2010-03-03ovs-brcompatd: Add comments to config db transactionsJustin Pettit
2010-03-03ovs-brcompatd: Add rate-limit argument to rate-limited log callJustin Pettit
2010-03-03brcompatd: Make bridge ioctls synchronous again.Ben Pfaff
2010-03-03ovsdb-idl: New function ovsdb_idl_txn_commit_block().Ben Pfaff
2010-03-02ovs-brcompatd: Don't delete bridge twice.Ben Pfaff
2010-02-25ovs-brcompatd: Delete Bridge record when deleting a bridge.Ben Pfaff
2010-02-25ovs-brcompatd: Fix dangling reference in del_port().Ben Pfaff
2010-02-11ovs-brcompatd: Use error instead of pointer in handle_fdb_query_cmd().Ben Pfaff
2010-02-10ovs-brcompatd: Handle transaction errors slightly more gracefully.Ben Pfaff