summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix race condition in parallel execution of "make install".Ben Pfaff2012-07-231-1/+1
* debian: Remove controller keys on openvswitch-controller package purge.Ben Pfaff2012-07-202-0/+45
* ofproto: Fix compiler warnings.Ethan Jackson2012-07-202-4/+7
* debian: Do not change iptables rules by default.Ben Pfaff2012-07-181-2/+0
* Prepare for 1.8.Justin Pettit2012-07-163-6/+36
* ofp-actions: Improve comments.Ben Pfaff2012-07-161-4/+10
* ovs-ofctl: Fix use-after-free error.Ben Pfaff2012-07-162-0/+33
* ofproto: fix typo in documentation.Gurucharan Shetty2012-07-161-2/+2
* memory: Document the memory/show unixctl command.Ben Pfaff2012-07-135-0/+14
* lib: Define OVSP_NONE in a more clear wayZoltan Kiss2012-07-121-1/+1
* ovs-ofctl: Avoid use-after-free upon "ofctl/unblock" when connection dies.Ben Pfaff2012-07-121-39/+20
* Add Tadaaki Nagao to AUTHORS.Jesse Gross2012-07-121-0/+1
* datapath: Check for backported skb_frag_page().Tadaaki Nagao2012-07-122-1/+2
* ofproto: New feature to notify controllers of flow table changes.Ben Pfaff2012-07-1217-33/+1747
* ofproto: Add extra comments and checking for expiring a pending rule.Ben Pfaff2012-07-123-0/+11
* ofproto: Represent flow cookie changes as operations too.Ben Pfaff2012-07-121-16/+32
* ofproto: Revert change in flow cookie when an ofoperation fails.Ben Pfaff2012-07-121-0/+1
* rconn: Add byte counting feature to rconn_packet_counter.Ben Pfaff2012-07-123-24/+29
* Add OFPRR_EVICTION to enum ofp_flow_removed_reason.Ben Pfaff2012-07-122-1/+4
* ofp-util: Make put_stats__() public as ofputil_put_stats_header().Ben Pfaff2012-07-122-11/+18
* ofp-print: Slightly extend ofp_print_bit_names().Ben Pfaff2012-07-121-9/+11
* classifier: New function cls_rule_is_loose_match().Ben Pfaff2012-07-122-31/+49
* ofproto: Finalize all ofoperations in a given ofgroup at the same time.Ben Pfaff2012-07-121-82/+103
* ofproto: Mark some function parameters const.Ben Pfaff2012-07-121-4/+4
* ofp-print: Print out_port field in "flow_mod"s.Ben Pfaff2012-07-122-6/+11
* ovs-ofctl: Add --sort and --rsort options for "dump-flows" command.Ben Pfaff2012-07-126-45/+346
* ovs-ofctl: Factor code out of read_flows_from_switch().Ben Pfaff2012-07-121-57/+70
* ovs-ofctl: Use the prepared connection to dump flows in do_dump_flows__().Ben Pfaff2012-07-121-4/+11
* ofp-util: Reload ofpbuf pointers after nx_put_match().Ben Pfaff2012-07-121-11/+13
* meta-flow: Remove mf_set_subfield and mf_set_subfieldSimon Horman2012-07-122-85/+1
* ovs-vsctl: Correct example for removing a mirror.Ben Pfaff2012-07-122-1/+8
* FAQ: Patch ports are not targeted for upstream.Ben Pfaff2012-07-122-6/+11
* meta-flow: Reduce redundant transport set/get codeJoe Stringer2012-07-111-14/+2
* cfm: Always initialize CCM "internal_ms_x" extension field.Ben Pfaff2012-07-111-0/+2
* tests: Improve test coverage of OXM metadata fieldJoe Stringer2012-07-112-3/+22
* NXM, OXM: Add Flow Label TestsSimon Horman2012-07-111-0/+20
* Add forgotten headerEd Maste2012-07-111-0/+2
* FAQ: Add FAQ entry for determining OpenFlow port numbers.Ben Pfaff2012-07-111-0/+27
* ofp-actions: Add hex dump of bad actions to log message on error.Ben Pfaff2012-07-111-2/+9
* FAQ: Add FAQ entry about flow normalization.Ben Pfaff2012-07-111-0/+31
* datapath: Check gso_type for correct sk_buff in queue_gso_packets().Ben Pfaff2012-07-101-1/+2
* cfm: Remove sequence fault reason.Ethan Jackson2012-07-093-8/+1
* Rename static functions to increase uniqueness.Arun Sharma2012-07-093-118/+119
* debian: Remove obsolete advice to edit /etc/default/openvswitch-switch.Ben Pfaff2012-07-091-5/+1
* debian: Add "netbase" dependency for /etc/protocols.Ben Pfaff2012-07-092-1/+2
* ipsec gre: Don't cache bad ovs-monitor-ipsec pid values.Justin Pettit2012-07-081-1/+1
* ofproto: Make ofoperation_create() return the new operation.Ben Pfaff2012-07-061-9/+18
* nicira-ext: Fix wrong information in comment.Ben Pfaff2012-07-061-2/+1
* ovs-ofctl: Fix typos in manpage.Ben Pfaff2012-07-061-3/+3
* ofproto: Fix typos in comments.Ben Pfaff2012-07-061-3/+3