summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* ofproto: Add support for reverting flow mods and bundle commit.Jarno Rajahalme2015-06-014-167/+272
* ofproto: Split delete_flow*().Jarno Rajahalme2015-06-011-14/+65
* ofproto: Split modify_flows().Jarno Rajahalme2015-06-011-36/+78
* ofproto: Split add_flow().Jarno Rajahalme2015-06-011-89/+122
* ofproto: Refactor modify_flows__().Jarno Rajahalme2015-06-011-130/+181
* ofproto: Use enum ofperr for 'error'.Jarno Rajahalme2015-06-012-15/+13
* ofproto: Factor out ofproto_rule_create().Jarno Rajahalme2015-06-011-37/+59
* ofproto: Factor out ofproto_rule_insert__().Jarno Rajahalme2015-06-011-8/+21
* bundles: Manage bundles in connmgr.Jarno Rajahalme2015-06-014-94/+98
* bundles: Validate bundled messages.Jarno Rajahalme2015-06-013-33/+93
* classifier: Add support for invisible flows.Jarno Rajahalme2015-06-011-0/+1
* ofproto: Eliminate use of unset error code.Jarno Rajahalme2015-06-011-2/+1
* ofproto-dpif: Refactor feature support structure.Joe Stringer2015-05-294-96/+80
* ofproto-dpif: Make odp/ofp parse errors more clear.Joe Stringer2015-05-271-2/+2
* ovs-numa: Change 'core_id' to unsigned.Daniele Di Proietto2015-05-221-6/+6
* dp-packet: Remove 'list' member.Daniele Di Proietto2015-05-181-16/+14
* ofproto: Fix memory leak in flow deletion.Jarno Rajahalme2015-05-181-0/+2
* datapath: Add Stateless TCP Tunneling protocol.Pravin B Shelar2015-04-291-3/+8
* in-band: Mention ofproto name in the VLOG.Alex Wang2015-04-201-9/+12
* auto-attach: Implement interface lldp disable and re-enableDennis Flynn2015-04-202-9/+8
* lib/list: Add LIST_FOR_EACH_POP.Jarno Rajahalme2015-04-066-31/+20
* ofproto-dpif: Set need_revalidate when removing cfm from ofport.Alex Wang2015-03-281-4/+5
* netdev: Fix user space tunneling for set_tunnel action.Ricky Li2015-03-261-1/+1
* ofproto-dpif-xlate: Fix MPLS recirculation.Jarno Rajahalme2015-03-261-89/+76
* ofproto-dpif: Restore metadata and registers on recirculation.Jarno Rajahalme2015-03-268-475/+1091
* ofproto-dpif-xlate: More robust wildcarding for select group.Jarno Rajahalme2015-03-241-10/+1
* ofproto-dpif-xlate: Roll back group bucket actions after every bucket.Jarno Rajahalme2015-03-241-8/+29
* ofproto-dpif-xlate: Remove bond recirculation parameters from context.Jarno Rajahalme2015-03-242-33/+34
* ofproto-dpif-xlate: Restore was_mpls after a patch port.Jarno Rajahalme2015-03-241-0/+5
* Implement hash fields select groupSimon Horman2015-03-243-0/+81
* Support translation of NTR selection methodSimon Horman2015-03-243-1/+21
* Support encoding of NTR selection methodSimon Horman2015-03-241-0/+2
* Support decoding of NTR selection methodSimon Horman2015-03-242-0/+5
* ofproto-dpif-xlate: Do not exit if peer bridge exits.Jarno Rajahalme2015-03-171-0/+8
* ofproto-dpif-xlate: Preserve and execute action_set on a patch port.Jarno Rajahalme2015-03-171-1/+14
* ofproto-dpif-xlate: Preserve stack across patch port.Jarno Rajahalme2015-03-161-0/+5
* ofproto-dpif-xlate: Honor skip_wildcards in translation.Jarno Rajahalme2015-03-133-55/+57
* ofproto-dpif-xlate: Add rule cookie to the tranlation context.Jarno Rajahalme2015-03-131-4/+9
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-2/+1
* ofproto-dpif-upcall: Create ukey only for miss upcalls.Jarno Rajahalme2015-03-041-1/+6
* ofproto-dpif-xlate: Fix indentation.Jarno Rajahalme2015-03-041-24/+24
* ofproto-dpif-xlate: Free recirculation ID in an error case.Jarno Rajahalme2015-03-041-0/+3
* ofproto-dpif-xlate: Don't translate action set when dropping.Jarno Rajahalme2015-03-041-4/+4
* auto-attach: Add auto-attach support to ofproto layerDennis Flynn2015-03-038-40/+331
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-038-64/+59
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-0319-200/+202
* dpif_packet: Rename to dp_packetPravin B Shelar2015-03-031-4/+4
* ofproto-dpif: Fix UFID typo.Joe Stringer2015-02-271-3/+3
* userspace: Replace all uses of strncpy() by ovs_strlcpy().Ben Pfaff2015-02-201-1/+2
* ofproto/bond: Fix a race condition in updating post recirculation rulesAndy Zhou2015-02-171-3/+13