summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovs-controller: Rename test-controller and do not install or package.Ben Pfaff2013-11-0236-532/+74
* netdev-linux: Skip miimon execution when disabledJoe Stringer2013-11-021-2/+35
* ofproto-dpif: Support weight for select groupsSimon Horman2013-11-024-5/+26
* ofproto-dpif: Implement translation of select groups.Simon Horman2013-11-024-5/+72
* ofproto-dpif: Translation of fast failover groupsSimon Horman2013-11-025-5/+107
* ofproto: Add test for flow mod with groups.Simon Horman2013-11-021-0/+28
* ofproto: Add del groups testSimon Horman2013-11-021-0/+82
* ofproto: Add group desc and stats testsSimon Horman2013-11-023-3/+44
* ofproto-dpif: Translation of indirect and all groupsSimon Horman2013-11-026-2/+175
* ofproto: Break out resubmit resource checkingSimon Horman2013-11-021-3/+13
* ofproto: Add enum ofp_group_capabilitiesSimon Horman2013-11-021-0/+8
* ofproto: Advertise all supported OpenFlow actions in group featuresSimon Horman2013-11-021-0/+4
* nicira-ext: Update comment.Ben Pfaff2013-11-021-0/+5
* ofproto-dpif-xlate: Handle oversized actions more gracefully.Ben Pfaff2013-11-023-10/+13
* FAQ: Elaborate further on how one drops packets with OpenFlow.Ben Pfaff2013-11-021-3/+8
* bfd: Improve log message.Ben Pfaff2013-11-021-2/+4
* flow: Fill in ->l7 in flow_compose().Ben Pfaff2013-11-021-0/+1
* ofproto-dpif-upcall: Give each miss_handler thread a unique name.Ben Pfaff2013-11-021-1/+1
* util: Allow set_subprogram_name() to take a printf() format string.Ben Pfaff2013-11-023-7/+20
* ofproto-provider: Fix typo in comment.Ben Pfaff2013-11-021-1/+1
* ofproto: Verify compatibility of liveness of groups with their typeSimon Horman2013-11-012-1/+35
* ofproto-dpif: Implement group callbacksSimon Horman2013-11-011-6/+124
* Add OF11 SET MPLS LABEL and SET MPLS TC actions.Jarno Rajahalme2013-11-018-15/+261
* lib/ofp-actions: Warn on deprecated actions.Jarno Rajahalme2013-11-011-0/+18
* ofproto: Centralize action checking, doing it at decode time.Ben Pfaff2013-11-018-73/+74
* ofp-util: Enforce OpenFlow 1.1+ table_id requirements in flow_mod messages.Ben Pfaff2013-11-016-72/+118
* ofp-util: Move ofputil_check_output_port() to ofp-actions, rename.Ben Pfaff2013-11-015-32/+31
* ofp-actions: Send deprecated actions as set fields.Jarno Rajahalme2013-11-013-3/+153
* ofp-actions: Simplify interface and internal structure.Jarno Rajahalme2013-11-015-250/+205
* ofp-actions: Set-Field OF 1.0/1.1 compatibility.Jarno Rajahalme2013-11-013-3/+214
* Native Set-Field action.Jarno Rajahalme2013-11-017-151/+182
* ovsdb-tool: replace tabs with spacesAlexandru Copot2013-11-011-1/+1
* OXM inspired match field names.Jarno Rajahalme2013-11-013-9/+20
* meta-flow: Inline mf_from_id().Jarno Rajahalme2013-11-012-14/+16
* OF 1.1 pop vlan compatibility.Jarno Rajahalme2013-11-014-7/+8
* ofproto-dpif-xlate: Remove obsolete comment.Ben Pfaff2013-11-011-1/+0
* OF 1.1 set vlan vid/pcp compatibility.Jarno Rajahalme2013-11-017-28/+127
* vtep: add fault notifications to physical switch and portsBruce Davie2013-11-012-6/+58
* ovsdb: Do not leak error in ovsdb_server_compact()Thomas Graf2013-11-011-0/+1
* ofproto: Calculate some group stats at ofproto layerSimon Horman2013-11-011-2/+29
* ofproto: Add group features testSimon Horman2013-11-011-0/+14
* ofproto: Fail flow mod if it references a non-existent groupSimon Horman2013-11-011-0/+19
* ofproto: Delete relevant flows on group delSimon Horman2013-11-011-16/+34
* meta-flow: Make mf_parse() report bad masks as errors.Ben Pfaff2013-10-312-35/+67
* Return no protocols if mask is supplied for unmaskable matchSimon Horman2013-10-312-2/+49
* ovs-ofctl: Add icmp_code testSimon Horman2013-10-311-1/+1
* debian: Option to create tunnel through 'interfaces'.Gurucharan Shetty2013-10-312-5/+33
* datapath: Use flow hash during flow lookup operation.Pravin B Shelar2013-10-281-1/+1
* odp-util: Parse SCTP correctly.Gurucharan Shetty2013-10-301-4/+4
* datapath: Simplify vport-netdev-hook compatibility code.Pravin B Shelar2013-10-274-66/+75