Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / include /
2011-03-16 Ben Pfaffofproto: Get rid of archaic "switch status" OpenFlow...
2011-02-23 Ben Pfaffnicira-ext: Fix comment.
2011-02-11 Ben PfaffRemove /proc/net compatibility support.
2011-02-05 Ben Pfaffopenflow: Use types and accessors for half-aligned...
2011-02-05 Ben PfaffAdd types and accessors for working with half-aligned...
2011-02-04 Ben Pfaffdatapath: Tolerate backporting of rtnl_link_stats64...
2011-02-04 Jesse Grossdatapath-protocol: Drop useless/obsolete comments.
2011-02-04 Jesse Grossdatapath-protocol: Dropped unused __aligned_* types.
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 Neighbor Discovery...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitnicira-ext: Support matching ARP source and target...
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2011-01-28 Ben Pfaffdatapath: Change dp_idx to dp_ifindex, the ifindex...
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* commands to use AF_NETLINK...
2011-01-28 Ben Pfaffdatapath: Convert ODP_VPORT_* to use AF_NETLINK socket...
2011-01-28 Ben Pfaffdatapath: Convert ODP_DP_* commands to use AF_NETLINK...
2011-01-28 Ben Pfaffdatapath: Convert upcalls and ODP_EXECUTE to use AF_NET...
2011-01-28 Ben PfaffEliminate ODPL_* from userspace-facing interface.
2011-01-28 Ben Pfaffdatapath: Get rid of ODPP_NONE.
2011-01-28 Ben Pfaffdatapath: Convert ODP_EXECUTE to use Netlink framing.
2011-01-28 Ben Pfaffdatapath: Convert datapath operations to use Netlink...
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* and ODP_EXECUTE to put...
2011-01-28 Ben Pfaffdatapath: Eliminate 'flags' member from odp_flow.
2011-01-28 Ben Pfaffdatapath: Change ODP_FLOW_GET to retrieve only a single...
2011-01-28 Ben Pfaffdatapath: Drop port information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop queue information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop flow information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Change userspace vport interface to use Netli...
2011-01-28 Ben Pfaffdatapath: Change vport type from string to integer...
2011-01-28 Ben Pfaffdatapath: Make it possible to query vports by name...
2011-01-28 Ben Pfaffdatapath: Change listing ports to use an iterator concept.
2011-01-28 Ben Pfaffdatapath: Report kernel's flow key when passing packets...
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
2011-01-28 Ben Pfaffdatapath: Change listing flows to use an iterator concept.
2011-01-19 Ben Pfaffnx-match: Allow NXM_NX_TUN_ID and NXM_OF_VLAN_TCI on...
2011-01-12 Ben PfaffAutomatically extract error types and codes for formatting.
2011-01-12 Ben Pfaffnicira-ext: Fix typo in comment.
2011-01-12 Justin PettitAdd some new generated files to .gitignore.
2010-12-29 Ben Pfaffdatapath: Remove ODPP_NORMAL macro.
2010-12-28 Justin Pettitvswitch: Use "ipsec_gre" vport instead of "gre" with...
2010-12-23 Ben Pfaffdatapath: Correct argument size for ODP_FLOW_GET.
2010-12-17 Ben PfaffImplement a new Nicira extension action for multipath...
2010-12-17 Ben Pfaffnicira-ext: Convert all "uintNN_t"s to "ovs_beNN"s.
2010-12-13 Ben Pfaffnicira-ext: Correct and extend examples for NXM_OF_VLAN...
2010-12-13 Jesse Grossdatapath-protocol: Include netlink.h.
2010-12-10 Ben PfaffExpand tunnel IDs from 32 to 64 bits.
2010-12-10 Ben Pfaffdatapath: Replace "struct odp_action" by Netlink attrib...
2010-12-09 Ben Pfaffnicira-ext: Remove unused macro NICIRA_OUI_STR.
2010-12-07 Ben Pfaffnicira-ext: Clarify comments about 'src' and 'dst'...
2010-12-07 Ben Pfaffnicira-ext: Clarify and fix macros to check for NXM...
2010-12-06 Ben PfaffFix "make dist" by adding include/linux/types.h to...
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-12-03 Ben Pfaffnicira-ext: Name the enum used for flow formats, to...
2010-12-03 Ben Pfaffdatapath: Add __aligned_u64 compat support for user...
2010-12-02 Ben Pfaffopenflow: Remove vestigial support for including from...
2010-12-02 Ben Pfaffopenflow: Change ofp_phy_port's 'name' member from...
2010-11-24 Ben Pfaffofproto: Send OFPT_PORT_STATUS messages to primary...
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-15 Ben Pfaffnicira-ext: New Nicira vendor action NXAST_NOTE.
2010-11-11 Ben PfaffAdd support for matching Ethernet multicast frames.
2010-11-11 Ben Pfaffofproto: Implement support for registers in extended...
2010-11-10 Ben Pfaffofproto: Implement Nicira Extended Match flexible flow...
2010-11-10 Ben Pfaffdatapath: Fix build on 2.6.18.
2010-11-09 Ben PfaffFix distribution by adding include/linux/if_link.h...
2010-11-09 Ben Pfaffdatapath: Use "struct rtnl_link_stats64" instead of...
2010-11-08 Ben Pfaffnicira-ext: Shuffle comments around.
2010-11-05 Ben Pfaffofproto: Generalize tun_id_from_cookie into flow_format.
2010-11-05 Ben PfaffSync Nicira error number assignments with "wdp" branch.
2010-11-05 Ben PfaffFix typos in comments.
2010-11-05 Ben Pfaffofp-util: Add infrastructure for vendor extensions...
2010-10-29 Ben PfaffFix "make dist" by adding include/openvswitch/types...
2010-10-29 Ben PfaffMake the ovs_be<N> types generally available.
2010-10-18 Ben Pfaffdatapath: Simplify ODPAT_SET_DL_TCI action.
2010-10-11 Ben Pfaffdatapath: Drop padding from struct odp_flow_key.
2010-10-11 Ben Pfaffdatapath: Combine dl_vlan and dl_vlan_pcp.
2010-10-11 Ben Pfaffdatapath: Remove implementation of port groups.
2010-10-03 Justin PettitAdd Nicira extension for modifying queue without transm...
2010-09-22 Jesse Grossdatapath: Add tunnel header caching.
2010-09-10 Ben Pfaffovs-ofctl: Add support for drop_spoofed_arp action.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-26 Ben PfaffAdd Nicira extension to OpenFlow for dropping spoofed...
2010-08-24 Jesse Grossdatapath: Abstract tunneling implementation from GRE.
2010-08-21 Jesse Grossgre: Don't require incoming checksum.
2010-08-13 Ben Pfaffofproto: Add support for NXAST_RESUBMIT recursion.
2010-08-03 Ben Pfaffdatapath: Don't track IP TOS value two different ways.
2010-06-17 Ben PfaffImplement QoS framework.
2010-06-15 Ben Pfaffvlog: Check that all declared vlog modules are used...
2010-06-10 Jesse Grossnetdev-vport: Use vport set_stats instead of internal...
2010-06-10 Jesse Grossvport: Allow offsets to be set for stats.
2010-06-09 Jesse Grosstimeval: Use monotonic time where appropriate.
2010-05-26 Ben Pfaffdatapath: Make datapath-protocol.h portable to non...
2010-05-26 Ben Pfaffdatapath: Make gre.h safe to include by itself.
2010-05-13 Ben Pfaffdatapath: Add 32-bit compatibility ioctls.
2010-05-13 Ben Pfaffdatapath: Avoid possibility of negative 'n_ports' in...
2010-05-13 Ben Pfaffdatapath: Avoid possibility of negative 'n_flows' in...
2010-04-20 Ben Pfaffofproto: Add support for master/slave controller coordi...
2010-04-19 Ben PfaffFix broken build by adding forgotten header file to...
2010-04-19 Ben PfaffUpdate fake bond devices' statistics with the sum of...
2010-04-19 Jesse Grosstunneling: Remove old GRE implementation.
next