summaryrefslogtreecommitdiff
path: root/vswitchd/ovs-vswitchd.c
Commit message (Expand)AuthorAgeFilesLines
* dpdk: Allow retaining CAP_SYS_RAWIO privileges.Aaron Conole2023-03-221-1/+10
* openvswitch: Define the OVS_STATIC_TRACE() macro.Eelco Chaudron2022-01-181-0/+3
* Eliminate "whitelist" and "blacklist" terms.Ben Pfaff2020-10-161-1/+1
* vswitchd: Separate disable system and route.William Tu2019-06-261-0/+5
* vswitchd: Track status of memory locking.Ilya Maximets2019-05-241-0/+2
* DNS: Add basic support for asynchronous DNS resolvingYifeng Sun2018-07-061-0/+3
* ovs-thread: Fix thread id for threads not started with ovs_thread_create()Eelco Chaudron2018-06-081-0/+2
* ovs-vswitchd: Do not use system routing table with --disable-system.Ben Pfaff2018-04-031-0/+2
* ovs-vswitchd: Avoid or suppress memory leak warning for glibc aio.Ben Pfaff2018-02-011-0/+1
* ovs-vswitchd: Fire RCU callbacks before exit to reduce memory leak warnings.Ben Pfaff2018-02-011-0/+2
* vswitchd: show DPDK versionMatteo Croce2018-01-261-0/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* vswitchd: Add --cleanup option to the 'appctl exit' commandAndy Zhou2017-05-031-7/+16
* Add support for specifying SSL connection parameters to ovsdbEthan Rahn2016-11-101-0/+1
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-191-2/+1
* vswitchd: Add --dummy-numa command line option.Daniele Di Proietto2016-06-071-0/+6
* netdev-dpdk: Convert initialization from cmdline to dbAaron Conole2016-04-291-22/+5
* lib/daemon: support --user option for all OVS daemonAndy Zhou2015-09-301-1/+1
* Merge remote-tracking branch 'origin/master' into ovn4Justin Pettit2015-06-181-3/+16
|\
| * netdev-dpdk: add dpdk vhost-user portsCiara Loftus2015-06-141-3/+16
* | dummy: Introduce new --enable-dummy=system option.Ben Pfaff2015-06-161-2/+2
|/
* ovs-vswitchd: Don't print supported OpenFlow versions with "-V".Justin Pettit2015-04-151-1/+1
* netdev-dpdk: add dpdk vhost-cuse portsKevin Traynor2015-03-191-4/+6
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-161-2/+2
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-151-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Move compiler.h to <openvswitch/compiler.h>Thomas Graf2014-12-151-1/+1
* ovs-vswitchd: Better diagnose errors in DPDK command-line options.Ben Pfaff2014-09-301-0/+1
* compiler: Define NO_RETURN for MSVC.Gurucharan Shetty2014-09-151-1/+1
* dpdk: Update documentation.Pravin B Shelar2014-08-111-0/+2
* Remove --enable-of14 option because the implementation is now safe.Ben Pfaff2014-05-141-7/+0
* dpif-netdev: Add DPDK netdev.Pravin2014-03-211-2/+12
* Disable OF1.4 in ovs-vswitchd and ovs-ofctl without specially enabling.Ben Pfaff2014-03-231-1/+8
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-261-1/+2
* ovs-vswitchd: Don't register for SIGHUP.Gurucharan Shetty2014-02-211-7/+0
* ovs-vswitchd: Get rid of call to process_init().Gurucharan Shetty2014-02-191-2/+0
* daemon-windows: Add users for windows services.Gurucharan Shetty2014-02-041-0/+5
* ofproto: Remove run_fast() functions.Ethan Jackson2013-12-121-2/+0
* stress: Remove essentially unused library.Ben Pfaff2013-07-151-2/+0
* worker: Delete library.Ben Pfaff2013-07-121-5/+0
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-2/+2
* leak-checker: Remove because it cannot be made thread-safe.Ben Pfaff2013-06-171-5/+0
* signals: Make thread-safe.Ben Pfaff2013-06-051-1/+0
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-1/+1
* Remove useless use of <assert.h>.Ben Pfaff2013-01-161-1/+0
* worker: New library for breaking a daemon into multiple processes.Ben Pfaff2012-07-181-0/+5
* ovsdb-server, ovs-vswitchd: Log version after daemonize_complete().Ethan Jackson2012-07-171-2/+0
* userspace: Log version on startup.Ethan Jackson2012-07-161-0/+2
* ovs-vswitchd: Call mlockall() from the daemon, not the parent or monitor.Ben Pfaff2012-06-291-7/+15
* Add support for tracking and logging daemon memory usage.Ben Pfaff2012-05-221-0/+12