aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-28ovs-appctl: allow ofproto/trace to take mega flow inputAndy Zhou
2013-06-28ovs-dpctl: Fix mega flow outputAndy Zhou
2013-06-27netflow: Only un-wildcard IPv4 packets.Justin Pettit
2013-06-27flow: Only un-wildcard relevant IP headers.Justin Pettit
2013-06-27odp-util: Fix converting masked VLAN from flow.Justin Pettit
2013-06-27odp-util: Correct printing the VLAN PCP mask.Justin Pettit
2013-06-27ofproto-dpif: Remove old comment.Justin Pettit
2013-06-27datapath: Bug fix: Kernel rejects flow with valid vlan fieldAndy Zhou
2013-06-27Datapath: Bug fix: kernel rejects mega flow with encap masksAndy Zhou
2013-06-27datapath: Convert IPv6 TCP and UDP port netlink attributes properly.Justin Pettit
2013-06-25ofproto-dpif: Always un-wildcard 'dl_type'.Justin Pettit
2013-06-25tunnel: Only un-wildcard the ECN bits for IP traffic.Justin Pettit
2013-06-25datapath: Make OVS_ACTION_ATTR_USERSPACE action to send packet keyAndy Zhou
2013-06-24datapath: Do not clear key in ovs_match_init()Jesse Gross
2013-06-21datapath: Fix a kernel crash caused by corrupted mask list.Andy Zhou
2013-06-21datapath: Use a single attribute array for parsing values and masks.Jesse Gross
2013-06-20ofproto-dpif: Use megaflows.Justin Pettit
2013-06-20dpif: Log flow masks for "put" and "dump_next".Justin Pettit
2013-06-20ofproto-dpif: Handle failed flow 'put's.Justin Pettit
2013-06-20odp-util: Introduce odp_flow_key_from_mask().Justin Pettit
2013-06-20datapath: Return EEXIST on overlapping new flow requestAndy Zhou
2013-06-20ovs-dpctl: Add mega flow supportAndy Zhou
2013-06-20datapath: Mega flow implementationAndy Zhou
2013-06-20tests: Tolerate init process pid != 1.James Page
2013-06-20vswitchd: Update flow-eviction-threshold documentationJoe Stringer
2013-06-19ofproto-dpif: Tighten up megaflow wildcard handling.Justin Pettit
2013-06-19ovs-xapi-sync: Cache the bridge-id value for non nicira-bridge-id too.Gurucharan Shetty
2013-06-17ofproto-dpif: Don't wildcard fields used in special processing.Justin Pettit
2013-06-14ovs-xapi-sync: Retry getting bridge-ids in case xapi is not ready.Gurucharan Shetty
2013-06-14odp-util: Use proper formatting for ODP port number.Jarno Rajahalme
2013-06-14ofproto: Fix use of uninitialized local variable.Jarno Rajahalme
2013-06-13tunnel: Don't wildcard TTL and TOS in some circumstances.Justin Pettit
2013-06-13ovsdb-server: Preserve remotes across crash and restart.Ben Pfaff
2013-06-13ofproto-dpif: Fix format specifier.Ben Pfaff
2013-06-11ofproto-dpif: Print slow path actions in dpif/dump-megaflows.Justin Pettit
2013-06-11ofproto-dpif: Use proper flow when using facets.Justin Pettit
2013-06-11ofproto-dpif: Never wildcard dl_type for "normal" action.Justin Pettit
2013-06-11ofproto-dpif: Store relevant fields for wildcarding in facet.Justin Pettit
2013-06-11flow: Add new wildcard functions.Ethan Jackson
2013-06-11classifier: Add 'wc' argument to classifier_lookup().Ethan Jackson
2013-06-11flow: Add new flow_wildcards_fold_minimask() function.Ethan Jackson
2013-06-11ofproto-dpif: Consolidate facet stat logic.Ethan Jackson
2013-06-10ovsdb-idlc: Write a new-line at the end of "annotate" output.Ben Pfaff
2013-06-06dpif-netdev: Don't run port names through netdev_vport_get_dpif_port().Ben Pfaff
2013-06-05ofproto-dpif: Do not give stats to rules bypassed by "drop" frag policy.Ben Pfaff
2013-06-05ofproto-dpif: Don't count misses in OpenFlow table stats.Jesse Gross
2013-06-05packets: Fix typo in reserved multicast Ethernet addresses.Ben Pfaff
2013-06-04Always use valid ids pointer in dec_ttl_cnt_ids_from_openflow()Simon Horman
2013-06-03cfm: Update netdev when changed.Ethan Jackson
2013-05-31INSTALL: Add documentaion for hot upgrades.Gurucharan Shetty