summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* datapath: reorder action netlink attribute definition for upstreamingAndy Zhou2014-07-241-3/+4
* 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
* windows/unistd: Add definitions for STD*_FILENO.Gurucharan Shetty2014-03-171-0/+5
* windefs: Include the library advapi32.Gurucharan Shetty2014-03-171-0/+2
* openflow-1.4.h: Add bundle structure definitionsAlexandru Copot2014-03-151-0/+45
* windows/sys: Define sa_family_t for easy compilation.Gurucharan Shetty2014-03-131-0/+22
* windefs: Add definition for pid_t.Gurucharan Shetty2014-03-131-0/+2
* windows/net: Definition for IFNAMSIZ.Gurucharan Shetty2014-03-131-0/+24
* windows/netinet: Copy ip6.h and icmp6.h from netbsd.Gurucharan Shetty2014-03-132-0/+841
* windows/netinet: Add some #defines needed for Windows.Gurucharan Shetty2014-03-131-0/+25
* ovsdb: fsync() for Windows.Gurucharan Shetty2014-03-131-0/+21
* ovsdb-server: Truncate file for Windows.Gurucharan Shetty2014-03-121-0/+1
* windows: Add stub headers for windows.Gurucharan Shetty2014-03-1119-0/+18
* getrusage-windows: getrusage() for Windows.Gurucharan Shetty2014-03-062-0/+52
* sparse: add defintions to include/sparse/netinet/in.hAndy Zhou2014-02-281-0/+3
* ofproto: Send port status message for port-mods, right away.Ben Pfaff2014-02-261-2/+8
* Always insert MPLS labels after VLAN tags.Ben Pfaff2014-02-061-4/+4
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-1/+11
* getopt_long: Copy over the implementation from netbsd.Gurucharan Shetty2014-01-272-2/+65
* syslog: Provide stub functions for openlog and syslog.Gurucharan Shetty2014-01-241-0/+11
* syslog: Add LOG_LOCALX definitions.Gurucharan Shetty2014-01-241-0/+9
* poll-loop: Port to Windows.Linda Sun2014-01-171-0/+4
* netdev-linux: Fix build break on RHEL 6.1.Ben Pfaff2014-01-162-0/+38