summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* netinet/in.h: Add definition for IPPROTO_GRE.Gurucharan Shetty2014-08-181-0/+22
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-181-0/+1
* Prepare include headersAlin Serdean2014-08-134-0/+60
* No newline at end of fileAlin Serdean2014-08-132-2/+2
* 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
* Do not seemingly #include Linux-specific headers on other platforms.Ben Pfaff2014-08-046-720/+13
* Add defines, enums and headers for MSVCAlin Serdean2014-07-295-0/+163
* meta-flow: Add 64-bit registers.Ben Pfaff2014-07-281-0/+4
* datapath: reorder action netlink attribute definition for upstreamingAndy Zhou2014-07-241-3/+4
* datapath: Add basic MPLS support to kernelSimon Horman2014-06-241-5/+4
* doc: Additional documentation updates for Geneve.Jesse Gross2014-06-201-3/+3
* datapath: Add support for Geneve tunneling.Jesse Gross2014-06-201-1/+2
* tunnel: Add support for matching on OAM packets.Jesse Gross2014-06-191-0/+1
* datapath: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross2014-06-191-1/+1
* util: Move definition of HANDLE here.Ben Pfaff2014-06-131-5/+1
* 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
* netinet: Add IPPROTO_IGMP definitionDaniel Borkmann2014-05-191-0/+1
* 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
* openvswitch.h: Clarify use of key attributes.Jarno Rajahalme2014-04-281-1/+3
* openvswitch.h: Note that 64 bit ints are 4-aligned.Jarno Rajahalme2014-04-281-0/+1
* datapath: add hash actionAndy Zhou2014-04-211-1/+2
* openvswitch.h: rename hash action definitionAndy Zhou2014-04-201-2/+2
* dpif-netdev: Move hash function out of the recirc action, into its own actionAndy Zhou2014-04-161-12/+9
* datapath: Allow each vport to have an array of 'port_id's.Alex Wang2014-04-141-4/+9
* openflow-1.3.h: improve struct ofp13_group_stats definitionAndy Zhou2014-04-101-3/+3
* openflow-1.1.h: improve struct ofp11_group_stats definitionAndy Zhou2014-04-101-9/+8
* recirculation: Adjust ovs_key_attr ABIAndy Zhou2014-03-281-3/+4
* recirculation: Some cosmetic fixesYAMAMOTO Takashi2014-03-281-1/+2
* dpif-netdev: user space datapath recirculationAndy Zhou2014-03-251-1/+28
* lib/flow: add dp_hash and recirc_id to struct flowAndy Zhou2014-03-251-0/+29
* datapath: Avoid assigning a NULL pointer to flow actions.Jarno Rajahalme2014-03-241-1/+3
* ofp-actions: Complete ofp13_action_type.Alexander Wu2014-03-231-2/+18
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-2/+2
* system-stats: Port for Windows.Gurucharan Shetty2014-03-172-0/+1
* windefs: srandom() and random() for windows.Gurucharan Shetty2014-03-171-0/+3
* strsep: Copy from netbsd.Gurucharan Shetty2014-03-171-0/+2
* sflow: Include the windefs.h header for windows.Gurucharan Shetty2014-03-171-0/+1