Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / include / openvswitch /
2013-09-26 Giuseppe LettieriMerge branch 'mainstream'
2013-09-17 Ben Pfaffopenvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
2013-09-07 Giuseppe LettieriMerge branch 'mainstream'
2013-09-06 Pravin B Shelardatapath: Cleanup netlink compat code.
2013-08-28 Giuseppe LettieriMerge branch 'mainstream'
2013-08-28 Ben Pfaffpackets: Do not assume that IPv4, TCP, or ARP headers...
2013-07-06 Giuseppe LettieriMerge commit '10a89ef04df5669c5cdd02f786150a7ab8454e01'
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-04-04 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2013-04-03 Giuseppe LettieriMerge branch 'master' of git://openvswitch.org/openvswitch
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-02-27 Giuseppe LettieriMerge branch 'mainstream'
2013-02-20 Ansis Attekaipsec: prepare IPsec for flow based tunneling
2013-01-31 Giuseppe LettieriMerge branch 'mainstream'
2013-01-28 Jesse Grossdatapath: Remove tunnel path MTU discovery support.
2013-01-28 Jesse Grossdatapath: Remove support for Don't Fragment inheritance.
2013-01-16 Giuseppe LettieriMerge branch 'mainstream'
2012-12-31 Jarno RajahalmeMake OVS_TUNNEL_ATTR_DST_IPV4 optional to allow configu...
2012-12-27 Pravin B Shelaropenvswitch: Remove Linux bridge compatibility.
2012-12-06 Kyle Mesterydatapath: Add support for VXLAN tunnels to Open vSwitch
2012-11-05 Pravin B Shelardatapath: Remove tunnel header caching.
2012-09-05 Giuseppe LettieriMerge branch 'master' of ssh://git.onelab.eu/git/sliver...
2012-09-05 Giuseppe LettieriMerge branch 'forward-port'
2012-08-30 Giuseppe LettieriMerge branch 'master' into forward-port
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-03-23 Ben Pfafftreewide: Convert tabs to spaces in C source files...
2011-11-07 Pravin B Shelardatapath: Fix coding style issues.
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-06 Pravin B Shelardatapath: Strip down vport interface - ifIndex.
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-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 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-04 Simon Hormanovs-dpctl: Show number of flows
2011-07-28 pravin shelarDatapath action should not refer to controller
2011-06-09 Justin PettitRemove NXAST_DROP_SPOOFED_ARP action.
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffRemove unnecessary #include directives.
2011-05-12 Ben PfaffMerge 'master' into 'next'.
2011-04-30 Andrew Evanstunneling: Add df_default and df_inherit tunnel options.
2011-02-11 Ben PfaffRemove /proc/net compatibility support.
2011-02-05 Ben PfaffAdd types and accessors for working with half-aligned...
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.
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-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-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-11-22 Ben Pfaffflow: Fully separate flow_wildcards from OpenFlow wildc...
2010-11-09 Ben Pfaffdatapath: Use "struct rtnl_link_stats64" instead of...
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-09-22 Jesse Grossdatapath: Add tunnel header caching.
2010-08-30 Joe Perchestreewide: Remove trailing whitespace
2010-08-26 Ben PfaffAdd Nicira extension to OpenFlow for dropping spoofed...
next