Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / vswitchd / ovs-vswitchd.c
2014-04-10 Giuseppe LettieriMerge branch 'mainstream'
2014-04-01 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2014-03-21 Pravindpif-netdev: Add DPDK netdev.
2014-03-23 Ben PfaffDisable OF1.4 in ovs-vswitchd and ovs-ofctl without...
2014-03-09 Giuseppe LettieriMerge branch 'mainstream'
2014-02-26 Gurucharan Shettyfatal-signal: SIGPIPE for Windows.
2014-02-25 Giuseppe LettieriMerge branch 'mainstream'
2014-02-22 Gurucharan Shettyovs-vswitchd: Don't register for SIGHUP.
2014-02-19 Gurucharan Shettyovs-vswitchd: Get rid of call to process_init().
2014-02-04 Giuseppe LettieriMerge branch 'mainstream'
2014-02-04 Gurucharan Shettydaemon-windows: Add users for windows services.
2014-01-21 Giuseppe LettieriMerge branch 'mainstream'
2014-01-03 Giuseppe LettieriMerge branch 'mainstream'
2013-12-13 Ethan Jacksonofproto: Remove run_fast() functions.
2013-07-19 Giuseppe LettieriMerge branch 'mainstream'
2013-07-15 Ben Pfaffstress: Remove essentially unused library.
2013-07-12 Ben Pfaffworker: Delete library.
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-07-05 Giuseppe LettieriMerge commit '559eb2308b4d616590aba34bb8f4dd7f12ae4587'
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-17 Ben Pfaffleak-checker: Remove because it cannot be made thread...
2013-06-05 Ben Pfaffsignals: Make thread-safe.
2013-05-03 Ben PfaffMake most "struct option" instances "const".
2013-01-24 Giuseppe LettieriMerge branch 'mainstream'
2013-01-17 Ben PfaffRemove useless use of <assert.h>.
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-07-18 Ben Pfaffworker: New library for breaking a daemon into multiple...
2012-07-17 Ethan Jacksonovsdb-server, ovs-vswitchd: Log version after daemonize...
2012-07-17 Ethan Jacksonuserspace: Log version on startup.
2012-06-29 Ben Pfaffovs-vswitchd: Call mlockall() from the daemon, not...
2012-05-22 Ben PfaffAdd support for tracking and logging daemon memory...
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-27 Ben PfaffAvoid possibly including an old vswitch-idl.h.
2012-03-19 Ethan Jacksonidl: Move vswitch-idl to libopenvswitch.
2012-03-07 Ben PfaffBegin breaking openflow-1.0.h into common and version...
2012-02-21 Ethan Jacksonunixctl: New JSON RPC back-end.
2012-01-19 Andrew LambethAdd cmdline arg to specify unix domain control socket.
2012-01-19 Ben Pfaffdummy: Make --enable-dummy=override replace all dpifs...
2011-12-19 Ben Pfaffunixctl: Implement quoting.
2011-11-28 Ben Pfaffofproto: Add "fast path".
2011-11-18 Ethan Jacksontests: Allow unit tests to run as root.
2011-10-04 Ben Pfaffvconn: Remove unnecessary forward declarations and...
2011-09-30 Justin Pettitovs-appctl: Print command arguments for "help".
2011-08-22 Ben PfaffDrop spurious 'H' cases from daemon option parsing...
2011-08-04 Justin Pettitutil: Introduce get_program_version function.
2011-07-26 Ben Pfaffovs-vswitchd: Make database socket command-line argumen...
2011-06-07 Ben Pfaffsignals: New function signal_unregister().
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffConsistently write null pointer constants as NULL inste...
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-05-11 Ben Pfaffdpif: Improve abstraction by making 'run' and 'wait...
2011-05-10 Ben Pfaffstream-ssl: Improve messages when configuring SSL if...
2011-04-04 Ben Pfaffdaemon: Integrate checking for an existing pidfile...
2011-04-04 Ben PfaffLog anything that could prevent a daemon from starting.
2011-02-11 Ben PfaffRemove /proc/net compatibility support.
2011-02-07 Ben Pfaffovs-vswitchd: Complete daemonization only after initial...
2011-02-07 Ben Pfaffdaemon: Define daemon options enums the same way as...
2010-12-13 Ben Pfaffovs-vswitchd: Release most memory on normal exit.
2010-11-30 Ben PfaffImplement stress option framework.
2010-11-30 Ben PfaffAdd new "dummy" netdev and dpif implementations for...
2010-11-16 Ben PfaffMake the "exit" unixctl command reliable in ovsdb-serve...
2010-10-29 Ben Pfaffvlog: Make client supply semicolon for VLOG_DEFINE_THIS...
2010-07-21 Ben Pfaffvlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring...
2010-07-21 Ben Pfaffvlog: Remove explicit calls to vlog_init().
2010-07-21 Ben Pfafftimeval: Make time_init() static and remove calls to it.
2010-06-23 Ben Pfaffovs-vswitchd: Allow bridge code to manage the database...
2010-06-23 Ben Pfaffovsdb-idl: Simplify usage of ovsdb_idl_run().
2010-05-05 Ben Pfaffovs-vswitchd: Implement "exit" unixctl command.
2010-03-25 Ben PfaffMerge "citrix" branch into "master".
2010-03-17 Ben PfaffMerge "next" branch into "master".
2010-02-24 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffMerge "master" into "next".
2010-02-11 Ben PfaffRename UNUSED macro to OVS_UNUSED to avoid naming conflict.
2010-02-08 Ben Pfaffovsdb: Add simple constraints.
2010-02-06 Justin PettitMerge branch 'master' into next
2010-01-26 Ben Pfaffdaemon: Make --monitor process change its process title.
2010-01-15 Ben Pfaffunixctl: Avoid double error reporting.
2010-01-07 Ben PfaffRemove "fault" module.
2010-01-06 Ben Pfaffovs-vswitchd: Add ability to bootstrap SSL.
2010-01-06 Ben Pfaffvconn: Reimplement in terms of the "stream" abstraction.
2010-01-06 Ben PfaffAdd SSL support to "stream" library and OVSDB.
2009-12-18 Ben Pfaffdaemon: Allow daemon child process to report success...
2009-12-03 Ben Pfaffvswitchd: Initial conversion to database-based configur...
2009-12-02 Ben PfaffMerge "master" branch into "db".
2009-12-01 Ben Pfaffovs-vswitchd: Add --mlockall option and enable on XenSe...
2009-11-18 Ben PfaffMerge citrix branch into master.
2009-11-10 Jesse GrossMerge citrix branch into master.
2009-10-29 Ben Pfaffunixctl: Allow passing auxiliary data to unixctl commands.
2009-10-23 Ben PfaffMerge "citrix" into "master".
2009-10-06 Justin PettitMerge commit 'origin/citrix'
2009-10-05 Ben PfaffMerge "citrix" branch into "master.
2009-09-22 Ben PfaffMerge citrix branch into master.
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-08-25 Justin PettitMerge commit 'origin/citrix'
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-19 Ben PfaffMerge citrix into master.
next