summaryrefslogtreecommitdiff
path: root/lib/learning-switch.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* openflow-1.1+: OFPT_TABLE_MOD (part 1)Andy Zhou2013-09-071-0/+1
* Implement OpenFlow 1.1+ "groups" protocol.Neil Zhu2013-09-021-0/+1
* lib: Keep track of usable protocols while parsing.Jarno Rajahalme2013-08-271-6/+5
* mac-learning: Stop using tags.Ethan Jackson2013-08-021-5/+4
* mac-learning: Make the mac-learning module thread safe.Ethan Jackson2013-08-011-0/+9
* ofp-msgs: Consistently include "STATS" in the names of stats messages.Ben Pfaff2013-07-181-14/+14
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-2/+2
* mac-learning: Reference count 'struct mac_learning".Ethan Jackson2013-06-271-1/+1
* flow: New function hash_ofp_port() and hash_ofp_port().Ethan Jackson2013-06-241-2/+2
* Create specific types for ofp and odp portAlex Wang2013-06-201-14/+18
* lib/mac-learning.h: Change one variable's type and nameAlex Wang2013-05-161-3/+3
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-1/+1
* Openflow 1.1 queue set/get config placeholders.Jarno Rajahalme2012-12-101-0/+2