aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-12-08include/openvswitch/util: Add extern "C" { ... }.Ben Pfaff
2014-11-25Add Netronome vendor Id: NMX_VENDOR_ID = 0x00001540.Simon Horman
2014-11-25lib: Add API to set program name and versionThomas Graf
2014-11-25lib: Add new header <openvswitch/version.h> to versioning infoThomas Graf
2014-11-25hash: Add 128-bit murmurhash.Joe Stringer
2014-11-25openflow: Use *_array_len names in struct ofp15_bucket and ofp15_group_modSimon Horman
2014-11-25openflow: Value 4 of enum ofp15_group_mod_command is reserved.Simon Horman
2014-11-20Fix build break in ofproto/tunnel.c for windows platform.Saurabh Shah
2014-11-13openflow: Add OpenFlow 1.4 packet-in reasons.Shu Shen
2014-11-13include: Install openflow/ and openvswitch/ headers.Thomas Graf
2014-11-12Fix misspellings of "OpenFlow".Ben Pfaff
2014-11-12include: Use #include <.*> in public headers.Thomas Graf
2014-11-11openflow: Add types for (draft) OpenFlow 1.5 group mod.Simon Horman
2014-11-10Add support for OpenFlow 1.4+ "importance" values.Rishi Bamba
2014-11-04openflow.h: Add header for OpenFlow v1.5.Jean Tourrilhes
2014-11-03flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff
2014-10-14nicira-ext.h: Update commentsYAMAMOTO Takashi
2014-10-07nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff
2014-10-07meta-flow: Autogenerate mf_field data structures.Ben Pfaff
2014-09-29Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.Ben Pfaff
2014-08-18netinet/in.h: Add definition for IPPROTO_GRE.Gurucharan Shetty
2014-08-18Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang
2014-08-13Prepare include headersAlin Serdean
2014-08-13No newline at end of fileAlin Serdean
2014-08-12ofp-errors: Use EXT-444 extension error codes for properties in OF1.3.Ben Pfaff
2014-08-11ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff
2014-08-11ofp-actions: Add instructions bitmaps and fix related bug.Ben Pfaff
2014-08-11ofp-actions: Add action bitmap abstraction.Ben Pfaff
2014-08-04Do not seemingly #include Linux-specific headers on other platforms.Ben Pfaff
2014-07-29Add defines, enums and headers for MSVCAlin Serdean
2014-07-28meta-flow: Add 64-bit registers.Ben Pfaff
2014-07-24datapath: reorder action netlink attribute definition for upstreamingAndy Zhou
2014-06-24datapath: Add basic MPLS support to kernelSimon Horman
2014-06-20doc: Additional documentation updates for Geneve.Jesse Gross
2014-06-20datapath: Add support for Geneve tunneling.Jesse Gross
2014-06-19tunnel: Add support for matching on OAM packets.Jesse Gross
2014-06-19datapath: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross
2014-06-13util: Move definition of HANDLE here.Ben Pfaff
2014-06-13ofproto: Add ofp14_flow_monitor_{request, command, flags}Simon Horman
2014-06-12Implement learned flow deletion.Ben Pfaff
2014-06-12ofproto: Only initiate flow table modifications if they will succeed.Ben Pfaff
2014-05-19netinet: Add IPPROTO_IGMP definitionDaniel Borkmann
2014-05-14meta-flow: Use OXM-defined constant for TCP flags in OpenFlow 1.5.Ben Pfaff
2014-05-14Add skeleton for OF1.5 support.Ben Pfaff
2014-05-14Implement OpenFlow 1.4 queue statistics.Ben Pfaff
2014-05-14Implement OpenFlow 1.4 port statistics.Ben Pfaff
2014-05-14Implement basic OpenFlow 1.4 table-mod message.Ben Pfaff
2014-05-14Implement OpenFlow 1.4 port_mod messages.Ben Pfaff
2014-05-14ofp-util: Implement OpenFlow 1.4 port status and port desc reply messages.Ben Pfaff
2014-05-08ofp-util: compile group stats with visual studioAndy Zhou