summaryrefslogtreecommitdiff
path: root/include/openflow
Commit message (Expand)AuthorAgeFilesLines
...
* ofproto: Implement OF1.4 Group & Meter change notification messagesNiti Rohilla2015-09-091-0/+6
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-284-22/+18
* openflow: Add OpenFlow1.5 group desc request.Minoru TAKAHASHI2015-07-311-0/+7
* openflow: Add OpenFlow1.5 port desc request.Minoru TAKAHASHI2015-07-311-0/+7
* openflow: Add additional reserved space in struct nx_geneve_table_reply.Jesse Gross2015-07-281-2/+2
* ofproto: Implement OF1.4 Set/Get asynchronous configuration messages.Niti Rohilla2015-07-271-0/+12
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-0/+3
* nicira-ext: Fix typo in comment.Ben Pfaff2015-07-121-2/+2
* hash: Add symmetric L3/L4 hash functions for multipath, bundle hashing.Jeroen van Bemmel2015-07-081-1/+22
* Implement OpenFlow 1.4+ OFPMP_TABLE_DESC message.Ben Pfaff2015-07-031-0/+10
* Implement OpenFlow 1.4+ OFPTC_EVICTION.Ben Pfaff2015-07-031-1/+8
* openflow: Table maintenance commands for Geneve options.Jesse Gross2015-06-251-0/+70
* ofproto: Postpone sending flow removed messages.Jarno Rajahalme2015-06-121-0/+2
* Add types for NTR selection methodSimon Horman2015-03-242-0/+67
* include/openflow: Simplify structure checking for OpenFlow headers.Ben Pfaff2015-03-171-34/+2
* Use NTR rather than NTR as prefix for Netronome vendor idSimon Horman2015-03-171-1/+1
* Add Netronome vendor Id: NMX_VENDOR_ID = 0x00001540.Simon Horman2014-11-251-0/+1
* openflow: Use *_array_len names in struct ofp15_bucket and ofp15_group_modSimon Horman2014-11-251-4/+4
* openflow: Value 4 of enum ofp15_group_mod_command is reserved.Simon Horman2014-11-251-0/+1
* openflow: Add OpenFlow 1.4 packet-in reasons.Shu Shen2014-11-131-1/+4
* include: Install openflow/ and openvswitch/ headers.Thomas Graf2014-11-131-1/+2
* Fix misspellings of "OpenFlow".Ben Pfaff2014-11-121-2/+2
* include: Use #include <.*> in public headers.Thomas Graf2014-11-129-15/+15
* openflow: Add types for (draft) OpenFlow 1.5 group mod.Simon Horman2014-11-111-1/+112
* Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba2014-11-101-2/+3
* openflow.h: Add header for OpenFlow v1.5.Jean Tourrilhes2014-11-043-0/+49
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-3/+4
* nicira-ext.h: Update commentsYAMAMOTO Takashi2014-10-141-4/+9
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-072-48/+0
* meta-flow: Autogenerate mf_field data structures.Ben Pfaff2014-10-072-586/+1
* Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.Ben Pfaff2014-09-291-1/+1
* ofp-errors: Use EXT-444 extension error codes for properties in OF1.3.Ben Pfaff2014-08-121-0/+3
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-116-1299/+5
* ofp-actions: Add instructions bitmaps and fix related bug.Ben Pfaff2014-08-112-8/+0
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-111-2/+10
* meta-flow: Add 64-bit registers.Ben Pfaff2014-07-281-0/+4
* doc: Additional documentation updates for Geneve.Jesse Gross2014-06-201-3/+3
* ofproto: Add ofp14_flow_monitor_{request, command, flags}Simon Horman2014-06-131-0/+47
* Implement learned flow deletion.Ben Pfaff2014-06-121-2/+34
* ofproto: Only initiate flow table modifications if they will succeed.Ben Pfaff2014-06-121-2/+6
* meta-flow: Use OXM-defined constant for TCP flags in OpenFlow 1.5.Ben Pfaff2014-05-141-2/+13
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-141-6/+2
* Implement OpenFlow 1.4 queue statistics.Ben Pfaff2014-05-141-0/+13
* Implement OpenFlow 1.4 port statistics.Ben Pfaff2014-05-141-0/+49
* Implement basic OpenFlow 1.4 table-mod message.Ben Pfaff2014-05-141-0/+41
* Implement OpenFlow 1.4 port_mod messages.Ben Pfaff2014-05-141-3/+41
* ofp-util: Implement OpenFlow 1.4 port status and port desc reply messages.Ben Pfaff2014-05-142-2/+42
* ofp-util: compile group stats with visual studioAndy Zhou2014-05-082-2/+2
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-21/+10
* openflow-1.3.h: improve struct ofp13_group_stats definitionAndy Zhou2014-04-101-3/+3