aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-17ofp-actions: Fix some ofpbuf usage problems in write-actions code.YAMAMOTO Takashi
2013-10-16ofproto-dpif-monitor: Use heap to order the mport wakeup time.Alex Wang
2013-10-16cfm: Add cfm_wake_time() function.Alex Wang
2013-10-16bfd: Add bfd_wake_time() function.Alex Wang
2013-10-16heap: Change type of "priority" in "struct heap".Alex Wang
2013-10-16ofproto-dpif-monitor: Run ofproto-dpif-monitor in a thread.Alex Wang
2013-10-16tests: Relax the requirement of bfd tests on timing.Alex Wang
2013-10-16datapath: fix vport-netdev unregisterAlexei Starovoitov
2013-10-16oftest: Update default controller port number to match recent OFTest.Ben Pfaff
2013-10-16ofproto: Re-use port numbers of ports that were deleted an hour ago.Gurucharan Shetty
2013-10-16ovs-dpctl-top: in_port field is now the default viewMark Hamilton
2013-10-16netdev-dummy: Count rx packets regardless of sourceSimon Horman
2013-10-15OPENFLOW-1.1+: note on table-missYAMAMOTO Takashi
2013-10-15Announce that ovs-vswitchd is now multi-threaded.Justin Pettit
2013-10-15connmgr: Always send full packet in packet_in when not buffering.YAMAMOTO Takashi
2013-10-15Set datapath mask bits when setting a flow field.Jarno Rajahalme
2013-10-15meta-flow: Add mf_mask_field_and_prereqs().Jarno Rajahalme
2013-10-15Set release date for 2.0.0.Justin Pettit
2013-10-13vxlan: Optimize vxlan rcvPravin B Shelar
2013-10-15tests: fix failure when $PKIDIR contains uuid-like stringYAMAMOTO Takashi
2013-10-15tests/test-unix-socket.py: abort on an errorYAMAMOTO Takashi
2013-10-15lib/meta-flow: Enforce mf_fields array order.Jarno Rajahalme
2013-10-14tests: Make ovsdb-server add/remove remote test faster and more reliable.Alex Wang
2013-10-14Add support for write-actionsSimon Horman
2013-10-14ofp-actions: Make ofpacts_format() caller add "actions=" if it wants it.Ben Pfaff
2013-10-14odp-util: Elaborate the comment for odp_flow_format() function.Gurucharan Shetty
2013-10-14odp-util: Fix code formatting.Gurucharan Shetty
2013-10-14rhel: Option to create tunnel through ifcfg scripts.Edouard Bourguignon
2013-10-11ofproto-dpif-xlate: Simplify the xlate_send_packet() function.Alex Wang
2013-10-11ofproto-dpif: Make execute_actions() function non-static.Alex Wang
2013-10-11ofproto-dpif: Change comment for execute_actions() function.Alex Wang
2013-10-11ofproto-dpif-xlate: Fix freeing uninitialized "struct ofpbuf".Alex Wang
2013-10-11rconn: Make thread-safe.Ben Pfaff
2013-10-11connmgr: Formalize 'ofproto_mutex' as protecting ofconn monitor data.Ben Pfaff
2013-10-11connmgr: Use 'ofproto_mutex' to protect ofconns from being destroyed.Ben Pfaff
2013-10-11rconn: Make rconn_packet_counter thread-safe.Ben Pfaff
2013-10-10monitor: Fix improper use of stubs.Ethan Jackson
2013-10-09Add software switch support for modifying ARP headers in OpenFlow.Ben Pfaff
2013-10-09dpif: Support working around actions that a datapath does not support.Ben Pfaff
2013-10-09odp-util: Make it possible to combine slow path reasons.Ben Pfaff
2013-10-09odp-execute: Refine signatures for odp_execute_actions() callbacks.Ben Pfaff
2013-10-09ofproto-dpif: Factor lots of code out into new function execute_actions().Ben Pfaff
2013-10-09ofproto-dpif: Simplify code using execute_odp_actions().Ben Pfaff
2013-10-09ovs-ofctl: Add undocumented "parse-pcap" command, for testing.Ben Pfaff
2013-10-09netdev-dummy: Add pcap feature.Ben Pfaff
2013-10-09pcap-file: Add support for append mode to pcap_open().Ben Pfaff
2013-10-09pcap-file: Improve error logging.Ben Pfaff
2013-10-09ofproto-dpif-upcall: Make miss handlers accumulate coverage counters.Ben Pfaff
2013-10-09timeval: Call coverage_clear() before coverage_log() in time_poll().Ben Pfaff
2013-10-09ofproto-dpif-xlate: Do initial rule lookup for callers.Ethan Jackson