summaryrefslogtreecommitdiff
path: root/ofproto/fail-open.c
Commit message (Expand)AuthorAgeFilesLines
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-6/+6
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-7/+9
* ofp-util: Rename struct ofputil_packet_in member 'len' to 'packet_len'.Ben Pfaff2016-02-191-1/+1
* connmgr: Generalize ofproto_packet_in to ofproto_async_msg.Ben Pfaff2016-01-201-12/+16
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-201-10/+13
* ofp-actions: Make composing actions harder to screw up.Ben Pfaff2016-01-041-1/+0
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-2/+2
* ofp-util: Convert flow_metadata to match structure.Jesse Gross2015-06-081-1/+2
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-1/+1
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-7/+8
* ofproto: Don't count hidden rules in table stats.Ben Pfaff2015-01-061-1/+12
* lib: Move vconn.h to <openvswitch/vconn.h>Thomas Graf2014-12-151-1/+1
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-4/+4
* ofproto-dpif: Differentiate between different miss types in packet inSimon Horman2014-03-201-1/+1
* ofproto: Add more thread safety annotations.Ben Pfaff2014-01-101-0/+3
* connmgr: Fix packet-in reason for OpenFlow1.3 table-miss flow entries.YAMAMOTO Takashi2013-10-231-0/+1
* connmgr: Move send_len from ofputil_packet_in to ofproto_packet_in.Ben Pfaff2013-10-221-1/+1
* ofproto, ofp-util: Begin disentangling packet-in wire format and handling.Ben Pfaff2013-10-221-6/+6
* ofproto: Add global locking around flow table changes.Ben Pfaff2013-09-121-1/+2
* classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff2012-09-041-6/+7
* Introduce ofpacts, an abstraction of OpenFlow actions.Ben Pfaff2012-07-031-6/+8
* packets: Rename compose_benign_packet().Ethan Jackson2012-06-071-1/+1
* packets: Use RARPs for learning packets.Ethan Jackson2012-06-071-1/+1
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* fail-open: Use connmgr_send_packet_in() instead of connmgr_broadcast().Ben Pfaff2012-03-151-6/+10
* openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.Ben Pfaff2012-03-071-2/+2
* ofproto: Rename "private.h" to "ofproto->provider.h".Justin Pettit2011-07-011-1/+1
* ofproto: Move private definitions to separate header.Ben Pfaff2011-05-041-0/+1
* ofproto: Factor OpenFlow connection management into new "connmgr".Ben Pfaff2011-03-291-115/+24
* ofproto: Get rid of archaic "switch status" OpenFlow extension.Ben Pfaff2011-03-161-22/+3
* ofproto: Disable timeouts for flows added by ofproto_add_flow().Ben Pfaff2010-11-111-1/+1
* ofproto: Change ofproto_add_flow(), ofproto_delete_flow() to take cls_rule.Ben Pfaff2010-11-081-7/+8
* vlog: Make client supply semicolon for VLOG_DEFINE_THIS_MODULE.Ben Pfaff2010-10-291-1/+1
* flow: Get rid of flow_t typedef.Ben Pfaff2010-10-111-2/+2
* vlog: Introduce VLOG_DEFINE_THIS_MODULE for declaring vlog module in use.Ben Pfaff2010-07-211-2/+2
* vconn: Move OpenFlow utility functions into new file ofp-util.c.Ben Pfaff2010-06-171-0/+1
* poll-loop: New function poll_timer_wait_until().Ben Pfaff2010-05-261-1/+1
* Add support for multiple OpenFlow controllers on a single bridge.Ben Pfaff2010-04-201-28/+134
* fail-open: Fix typo in comment.Ben Pfaff2010-04-201-2/+2
* tunneling: Add support for tunnel ID.Jesse Gross2010-04-191-2/+2
* ofproto: Delete fail-open flow when turning off fail-open mode.Ben Pfaff2010-02-231-2/+13
* vswitch: Consistently set Nicira OUI.Jesse Gross2010-02-081-1/+1
* Merge citrix branch into master.Ben Pfaff2009-09-221-20/+122
* Merge citrix into master.Ben Pfaff2009-08-191-2/+3
* Rename "secchan" to "ofproto" (library) and "ovs-openflowd" (program).Ben Pfaff2009-07-081-0/+140