aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
AgeCommit message (Expand)Author
2013-10-17vswitchd: Use vswitch-specific variable name in automake.mk.Justin Pettit
2013-10-17ovsdb-dot: Include arrows by default.Ben Pfaff
2013-10-17ovsdb-doc: generate vswitch.[pic|gv] files only if dot tool is availableAnsis Atteka
2013-10-08vswitchd: Improve the readability of the E-R diagram.Ben Pfaff
2013-10-01ofproto: Define official OpenFlow port number.Justin Pettit
2013-10-01ovsdb: Define official port number.Justin Pettit
2013-10-01Don't differentiate between TCP and SSL ports for OpenFlow and OVSDB.Justin Pettit
2013-09-19cfm: Prevent interval fault when demand mode is enabled on one end.alex wang
2013-09-12vswitchd: Clear bfd_status column when bfd is disabled or not supportedAlex Wang
2013-09-12bridge: Always call smap_destroy() after smap_init()Alex Wang
2013-09-10ofproto: Reduce default number of miss handlers.Ethan Jackson
2013-09-06datapath: vport: Remove compat supportPravin B Shelar
2013-09-04timeval: Remove CACHE_TIME scheme.Alex Wang
2013-08-27netdev: Fix deadlock when netdev_dump_queues() callback calls into netdev.Ben Pfaff
2013-08-22bfd: Implement forwarding_if_rx.Alex Wang
2013-08-22ipfix: implement flow caching and aggregation in exporterRomain Lenglet
2013-08-20bfd: Implement BFD decay.Alex Wang
2013-08-20Use "error-checking" mutexes in place of other kinds wherever possible.Ben Pfaff
2013-08-15ofproto: Make number of packet handler threads runtime configurable.Alex Wang
2013-08-09clang: Pass objects, not their addresses, to thread-safety macros.Alex Wang
2013-08-05bfd: Optimize BFD for Megaflows.Gurucharan Shetty
2013-08-02async-append: Refactor to avoid requiring enabling while single threaded.Ben Pfaff
2013-08-01cfm: Make the CFM module thread safe.Ethan Jackson
2013-07-31ovsdb-doc: Add ovsdb-doc to distribution tar ball.Gurucharan Shetty
2013-07-30clang: Add annotations for thread safety check.Ethan Jackson
2013-07-30ovs-vswitchd.conf.db: Correct the header and footer lines.Gurucharan Shetty
2013-07-23vlan-splinter: Fix inverted logic bug.Alex Wang
2013-07-22xenserver: Make thread-safe.Ben Pfaff
2013-07-19ovs-vswitchd: Document the ovs-appctl bfd/* commands.Pavithra Ramesh
2013-07-18system-stats: Move into separate thread.Ben Pfaff
2013-07-18vlog: Use async I/O.Ben Pfaff
2013-07-15BFD: Add check_tnl_key feature to BFD code.Pavithra Ramesh
2013-07-15stress: Remove essentially unused library.Ben Pfaff
2013-07-12worker: Delete library.Ben Pfaff
2013-07-12system-stats: Remove worker process support.Ben Pfaff
2013-07-11ovs-ctl.in: Increase the limit on file descriptors.Gurucharan Shetty
2013-07-11ovs-vswitchd: Correct the documentation on the limits for bridges and ports.Gurucharan Shetty
2013-07-10vswitchd: Fix typo in the BFD section of vswitch.xmlMin Chen
2013-07-08Add basic OpenFlow 1.1 protocol support.Ben Pfaff
2013-07-08bridge: Add ifindex column to Interface table.Neil McKee
2013-06-28Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff
2013-06-28bridge: Don't log flow miss model on every reconfiguration.Ben Pfaff
2013-06-26ofproto-dpif: Add 'force-miss-model' configurationJoe Stringer
2013-06-24flow: New function hash_ofp_port() and hash_ofp_port().Ethan Jackson
2013-06-20Create specific types for ofp and odp portAlex Wang
2013-06-20vswitchd: Update flow-eviction-threshold documentationJoe Stringer
2013-06-17leak-checker: Remove because it cannot be made thread-safe.Ben Pfaff
2013-06-07ofproto-dpif: Set flow-eviction-threshold globally.Ethan Jackson
2013-06-05signals: Make thread-safe.Ben Pfaff
2013-06-04bridge.c: Change variable "ofport" type in "struct if_cfg" and "struct iface"Alex Wang