list files that do not go into the distribution
[sliver-openvswitch.git] / include /
2012-04-26 Ansis Attekanicira-ext: Support masking of nd_target field
2012-04-25 Simon HormanAdd OXM_OF_* definitions
2012-04-25 Simon HormanCorrect OFPXMC12_{OPENFLOW_BASIC,EXPERIMENTER} definitions
2012-04-14 Ben Pfafflearn: Fix bugs when learn actions use subfields wider...
2012-03-30 Simon HormanDefinitions for Open Flow 1.2
2012-03-30 Simon HormanAdd some missing Open Flow 1.1 definitions
2012-03-30 Simon HormanAdd some missing Open Flow 1.0 definitions
2012-03-30 Simon HormanMove structures into openflow-common.h
2012-03-30 Simon HormanUse ovs_be16 in ofp_queue_prop_min_rate
2012-03-30 Simon HormanUse ovs_be32 in nx_flow_mod_table_id
2012-03-28 Simon HormanAdd some missing common Open Flow definitions
2012-03-24 Mehak MahajanAllow configuring DSCP on controller and manager connec...
2012-03-23 Ben Pfafftreewide: Convert tabs to spaces in C source files...
2012-03-16 Ben Pfaffnetlink-socket: Increase Netlink socket receive buffer...
2012-03-12 Ben Pfaffopenflow: Properly clean out stamp files on "make clean".
2012-03-09 Ethan Jacksonnicira-ext: Increase the number of NXM registers to 8.
2012-03-08 Ethan Jacksongit: Update gitignore to include new hstamp suffix.
2012-03-07 Ben PfaffAbstract everything that uses ofp_phy_port, add OF1...
2012-03-07 Ben Pfaffopenflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
2012-03-07 Ben PfaffBreak OFPT_* constants into common value and 1.0- and...
2012-03-07 Ben Pfaffofp-util: Add functions for working with OpenFlow 1...
2012-03-07 Ben PfaffBegin breaking openflow-1.0.h into common and version...
2012-03-07 Ben PfaffMove content of openflow.h into openflow-1.0.h.
2012-02-28 Simon HormanUse struct nicira_header nxh in struct nx_set_flow_format
2012-02-27 Ben PfaffAdd ability to direct "packet-in"s to particular contro...
2012-02-27 Ben Pfaffofp-util: New functions for string versions of ofp_pack...
2012-02-15 Ben PfaffImplement new "fin_timeout" action and "learn" feature.
2012-02-09 Ben Pfaffofproto: Implement OpenFlow extension to allow control...
2012-02-09 Ben Pfaffofp-util: Add struct ofputil_packet_out, helper functio...
2012-02-07 Ben PfaffAdd information about time left before timeouts to...
2012-02-03 Ben PfaffAdd support for bitwise matching on TCP and UDP ports.
2012-02-02 Ben Pfaffnicira-ext: Add size check for struct nx_role_request.
2012-01-27 Ben Pfaffnicira-ext: Remove duplicative error codes.
2012-01-14 Pravin B Shelarofproto: New action TTL decrement.
2012-01-12 Ben PfaffBetter abstract OpenFlow error codes.
2012-01-12 Ben Pfaffofp-util: Extend message decoding data structures with...
2012-01-12 Ben Pfaffnicira-ext: Rename "struct nxt_*" to "struct nx_*".
2012-01-10 Ethan Jacksonopenflow: New Nicira Extended PACKET_IN format.
2011-12-28 Justin PettitAdd ability to restrict flow mods and flow stats reques...
2011-12-07 Ben Pfaffnicira-ext: Improve comment.
2011-11-16 Jesse Grossdatapath: Reformat copyright messages.
2011-11-15 Ben Pfaffdatapath: Don't drop packets with partial vlan tags.
2011-11-15 Ben Pfaffdatapath: Describe policy for extending flow key, imple...
2011-11-12 Ben Pfaffopenvswitch.h: Change OVS_KEY_ATTR_TUN_ID from 100...
2011-11-11 Ben Pfaffopenvswitch.h: Improve comments.
2011-11-09 Justin Pettitdatapath: Rename ipv6_tos to ipv6_tclass.
2011-11-09 Justin PettitSupport matching and modifying IP TTL.
2011-11-09 Justin PettitSupport matching and modifying IP ECN bits.
2011-11-09 Justin PettitSupport matching IPv6 flow label.
2011-11-08 Jesse Grossdatapath: Renumber non-upstreamable interfaces.
2011-11-07 Pravin B Shelardatapath: Fix coding style issues.
2011-11-02 Ben Pfaffofproto: Reject invalid input ports in OFPT_PACKET_OUT...
2011-11-02 Ben Pfaffofproto: Add error code for bad role.
2011-11-02 Ben Pfaffofproto: Issue OpenFlow error for bad table IDs.
2011-11-01 Ben Pfaffopenvswitch.h: Add missing words in comment.
2011-11-01 Pravin B Shelardatapath: Convert kernel priority actions into match...
2011-10-29 Ethan Jacksonnicira-ext: New action "exit".
2011-10-27 Ethan Jacksonnicira-ext: Fix stale documentation in the bundle action.
2011-10-27 Ethan Jacksonbundle: Allow OFPP_NONE in bundle actions.
2011-10-25 Ben Pfaffdatapath: Improve <linux/openvswitch.h> comments.
2011-10-23 Jesse Grossdatapath: Cleanup openvswitch.h formatting.
2011-10-23 Jesse Grossdatapath: Define constants for versions of GENL families.
2011-10-21 Ben PfaffImplement new fragment handling policy.
2011-10-21 Pravin B Shelardatapath: Refactor actions in terms of match fields.
2011-10-18 Ben Pfafflearn: Correct example in nicira-ext.h and add examples...
2011-10-18 Ben Pfafftypes: Fix endianness check.
2011-10-13 Ben PfaffFix broken build in XenServer DDK 5.6.100-39265p.
2011-10-12 Ben Pfaffdatapath-protocol: Rename to <linux/openvswitch.h>.
2011-10-12 Ben Pfaffdatapath-protocol: Use Linux kernel types directly.
2011-10-12 Ben Pfaffdatapath-protocol: Rename enums for consistency.
2011-10-12 Ben Pfaffdatapath-protocol: Remove socket header #include.
2011-10-12 Ben Pfaffdatapath-protocol: Remove #include <linux/netlink.h>.
2011-10-12 Ben Pfaffdatapath: Move Netlink PID for userspace actions from...
2011-10-11 Ben Pfaffopenflow: Delete icmp_type and icmp_code macros.
2011-10-06 Pravin B Shelardatapath: Strip down vport interface - ifIndex.
2011-10-04 Justin Pettitnicira-ext: Bump number of registers to five from four.
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-23 Jesse Grossdatapath: Use unicast Netlink sockets for upcalls.
2011-09-19 Jesse Grossdatapath-protocol: vport_stats types are unsigned.
2011-09-19 Ben Pfaffnicira-ext: Clarify comment.
2011-09-16 Ethan Jacksondatapath: Hardcode vport multicast group ID on older...
2011-09-16 Pravin Shelardatapath: Always use generic stats for devices (vports)
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Pravin Shelardatapath: Strip down vport interface : OVS_VPORT_ATTR_MTU
2011-09-10 Pravin Shelardatapath: VLAN actions should use push/pop semantics
2011-09-08 Pravin ShelarStrip down vport interface : iflink
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-08-19 Justin Pettitdatapath-protocol: Correct a description in odp_flow_at...
2011-08-12 Ethan Jacksonnicra-ext: New action NXAST_OUTPUT_REG.
2011-08-09 Ben Pfaffnicira-ext: Fix NXM example.
2011-08-09 Ben PfaffNew action NXAST_RESUBMIT_TABLE.
2011-08-04 Simon Hormanovs-dpctl: Show number of flows
2011-07-28 pravin shelarDatapath action should not refer to controller
2011-07-26 Ben Pfaffnx-match: Make more fields writable with NXAST_REG_MOVE...
2011-07-23 Ethan Jacksonbundle: New action "bundle_load".
2011-07-23 Ethan Jacksonnx-match: New helpers.
2011-07-19 Ethan Jacksonvswitch: Implement bundle action.
2011-07-19 Ethan Jacksonnicira-ext: Generalize nx_mp_fields into nx_hash_fields.
2011-06-15 Ethan Jacksonnicira-ext: Fix incorrect comment in autopath definition.
2011-06-14 Ben PfaffDefine UINT64_MAX as "unknown" in Open vSwitch specific...
next