summaryrefslogtreecommitdiff
path: root/vswitchd
Commit message (Expand)AuthorAgeFilesLines
* bridge.c: Change variable "ofport" type in "struct if_cfg" and "struct iface"Alex Wang2013-06-041-25/+28
* ovs-ctl.in: Restore flows with vswitchd packet processing disabled.Gurucharan Shetty2013-05-301-0/+4
* ovs-vswitchd: An option to wait for userspace flow restore to complete.Gurucharan Shetty2013-05-302-0/+54
* ovs-vswitchd: Fix typo in manpage.Ben Pfaff2013-05-281-1/+1
* Document OVS packet buffering, to satisfy an OpenFlow 1.2+ requirement.Ben Pfaff2013-05-241-0/+20
* ovs-vswitchd: Update documentation of MAC table limits.Ben Pfaff2013-05-241-1/+3
* cfm: Implement "demand mode".Ethan Jackson2013-05-222-0/+38
* bridge: Fix use of wild pointer in iface_do_create().Ben Pfaff2013-05-161-1/+1
* netdev: Prevent using reserved namesAlex Wang2013-05-161-0/+7
* netdev: Factor restoring flags into new "struct netdev_saved_flags".Ben Pfaff2013-05-101-2/+2
* OpenFlow-level flow-based tunneling support.Jarno Rajahalme2013-05-101-3/+58
* bfd: Implement Bidirectional Forwarding Detection.Ethan Jackson2013-05-073-2/+112
* bridge: Correctly omit unsupported interface statistics from database.Ben Pfaff2013-05-031-10/+15
* Make most "struct option" instances "const".Ben Pfaff2013-05-031-1/+1
* system-stats: Use getmntent_r() for thread-safety.Ben Pfaff2013-05-031-3/+5
* vswitchd: Disable system stats collection on a concurrently running daemon.Gurucharan Shetty2013-04-291-0/+4
* Update the default VXLAN destination UDP port to the IANA assigned portKyle Mestery2013-04-261-4/+3
* bridge: Report PID of yielding process when multiple instances run.Justin Pettit2013-04-081-1/+2
* Implement IPFIX exportRomain Lenglet2013-04-225-52/+268
* be compilable even when _SC_PHYS_PAGES is not availableYAMAMOTO Takashi2013-04-221-0/+4
* ovsdb-server: Announce bound listening ports as status:bound_port.Ben Pfaff2013-04-181-6/+17
* bridge: Complete initial configuration even with empty database.Ben Pfaff2013-04-111-17/+17
* bridge: Only complete daemonization after db commits initial config.Ben Pfaff2013-04-101-9/+44
* vswitchd: Document coverage/show command.Gurucharan Shetty2013-03-251-0/+1
* bridge: Rate-limit updates to "instant stats".Ben Pfaff2013-03-191-8/+67
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-151-1/+1
* tunnel: Remove references to multicast tunnels in schema documentation.Jesse Gross2013-03-131-12/+2
* bridge: Store the 'mac_in_use' for interfaces in OVSDB.Justin Pettit2013-03-123-2/+23
* bridge: Minor style fix.Justin Pettit2013-03-121-2/+1
* bridge: Minor style fix.Ben Pfaff2013-03-121-2/+1
* vswitch.xml: Document iface-status behavior for intra-hypervisor migration.Ben Pfaff2013-03-121-0/+5
* bridge: Fix interpretation of 'health' member of struct ofproto_cfm_status.Ben Pfaff2013-03-061-1/+5
* bridge: Fix remote_opstate bug recently introduced.Ben Pfaff2013-03-061-2/+7
* ofproto: Merge all the CFM query functions into one.Ben Pfaff2013-03-061-39/+20
* Add support for LISP tunnelingLorand Jakab2013-02-251-5/+12
* vxlan: new draft revisionLorand Jakab2013-02-251-1/+1
* datapath: Remove CAPWAP tunneling support.Pravin B Shelar2013-02-191-23/+9
* Revert "vswitchd: Require "target" column to be unique in OVS database."Ben Pfaff2013-02-121-3/+2
* ofp-util: Simplify struct ofputil_role_request.Ben Pfaff2013-02-111-5/+7
* vswitchd: Require "target" column to be unique in OVS database.Ben Pfaff2013-02-111-2/+3
* stream-unix: Use rundir as root for relative paths.Pavithra Ramesh2013-02-111-2/+4
* bond: Remove stable bond mode.Ethan Jackson2013-02-053-49/+6
* bridge: Rename iface_create() variable to avoid hiding parameter.Ben Pfaff2013-02-011-2/+2
* bridge: Fix bug in equal_pathnames().Ben Pfaff2013-01-231-3/+6
* Remove useless use of <assert.h>.Ben Pfaff2013-01-161-1/+0
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-162-15/+13
* bridge: Remove restriction on socket name.Pavithra Ramesh2013-01-161-17/+43
* tunnels: Remove support for df_inherit from userspace.Ethan Jackson2013-01-151-11/+3
* manpages: Put version number instead of date at bottom of page.Ben Pfaff2013-01-041-1/+1
* vswitch: Remove PMTUD support from userspace.Ethan Jackson2013-01-031-12/+0