summaryrefslogtreecommitdiff
path: root/lib/learning-switch.c
Commit message (Expand)AuthorAgeFilesLines
* learning-switch: Fix coredump of OpenFlow15 learning-switch.Faicker Mo2023-04-251-0/+1
* rconn: Introduce new invariant to fix assertion failure in corner case.Ben Pfaff2018-05-231-1/+1
* ofp-flow: Reduce memory consumption for ofputil_flow_mod, using minimatch.Ben Pfaff2018-03-311-4/+10
* ofp-util: Use consistent naming convention.Ben Pfaff2018-02-281-1/+1
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+6
* Support accepting and displaying table names in OVS tools.Ben Pfaff2018-02-011-1/+1
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-0/+1
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* lib: Move lib/rconn.h to include/openvswitchXiao Liang2017-10-311-1/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-2/+2
* ofp-util: Add flow metadata to ofputil_packet_outYi-Hung Wei2017-05-311-1/+2
* nx-match: Use vl_mff_map to parse match field.Yi-Hung Wei2017-03-151-1/+1
* Use PRIu32 format for ofp_port_tShu Shen2017-01-141-1/+1
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-1/+2
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+2
* hmap: Add HMAP_FOR_EACH_POP.Daniele Di Proietto2016-04-261-3/+2
* Move lib/ofp-print.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-actions.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/ofp-msgs.h to include/openvswitch directoryBen Warren2016-04-141-7/+7
* 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
* Move ofp-parse.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* Move lib/ofp-errors.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* Implement serializing the state of packet traversal in "continuations".Ben Pfaff2016-02-191-2/+1
* ofp-util: Rename struct ofputil_packet_in member 'len' to 'packet_len'.Ben Pfaff2016-02-191-1/+1
* ofpbuf: New function ofpbuf_const_initializer().Ben Pfaff2016-02-191-4/+2
* ofp-util: Make decoding switch features harder to misuse (and fix leak).Ben Pfaff2016-01-201-1/+2
* openflow: Better abstract handling of packet-in messages.Ben Pfaff2016-01-201-8/+10
* learning-switch: Use "if"s instead of "switch" to reduce maintenance.Ben Pfaff2016-01-191-90/+9
* Better abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REPLY, make stricter.Ben Pfaff2016-01-071-5/+4
* ofp-actions: Make composing actions harder to screw up.Ben Pfaff2016-01-041-1/+0
* Use initializers for struct ofputil_flow_mod instead of assignments.Ben Pfaff2016-01-041-33/+24
* geneve-map-rename: rename geneve-map to tlv-map.Mengke Liu2015-12-151-3/+3
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-0/+1
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+2
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+3
* ofp-util: Convert flow_metadata to match structure.Jesse Gross2015-06-081-4/+4
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-031-8/+8
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-5/+6
* mac-learning: Implement per-port MAC learning fairness.Ben Pfaff2015-02-131-5/+29
* 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
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-0/+1
* ovs-testcontroller: Fix priority of non table-miss flow entries.Jean Tourrilhes2014-11-041-1/+1
* learning-switch: Make test-controller work with OpenFlow 1.3+.Ben Pfaff2014-08-121-2/+42
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-0/+2
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-10/+10
* lib: simplify flow_extract() APIAndy Zhou2014-02-281-3/+2
* include/openflow: Add OpenFlow 1.4 header fileAlexandru Copot2013-10-291-0/+1
* ovs-controller: Avoid dereferencing NULL pointer when the switch acts as a hubZhengLingyun2013-10-081-11/+15