datapath: Add support for kernel 3.14.
[sliver-openvswitch.git] / datapath / vport.h
2014-05-02 Pritesh Kotharidatapath: Add support for kernel 3.14.
2014-04-15 Alex Wangdatapath: Allow each vport to have an array of 'port_id's.
2014-02-03 Daniele Di Proiettodatapath: avoid cast-qual warning in vport_priv
2014-02-03 Daniele Di Proiettodatapath: avoid warnings in vport_from_priv
2013-12-17 Stephen Hemmingerdatapath: make functions local
2013-06-12 Pravin B Shelardatapath: make skb->csum consistent with rest of networ...
2013-05-06 Pravin B Shelardatapath: Kill VPORT_F_TUN_ID vport flag.
2013-05-06 Pravin B Shelardatapath: Move vport init to first port create.
2013-05-06 Pravin B Shelardatapath: Unify vport error stats handling.
2013-05-06 Pravin B Shelartunneling: Remove struct tnl_vport and tnl_ops.
2013-05-06 Jesse Grossdatapath: Remove unused get_config vport op.
2013-04-30 Thomas Grafdatapath: Remove unneeded ovs_netdev_get_ifindex()
2013-04-29 Pravin B Shelardatapath: Use generic struct pcpu_tstats.
2013-04-19 Pravin B Shelardatapath: Fix struct vport comment.
2013-04-12 Pravin B Shelardatapath: Remove vport->linkname
2013-04-12 Pravin B Shelardatapath: Simplify datapath locking.
2013-03-19 Jesse Grossdatapath: Remove checks for preinitialized flow.
2013-03-04 Pravin B ShelarTunnel: Cleanup old tunnel infrastructure.
2013-02-25 Lorand JakabAdd support for LISP tunneling
2013-02-19 Pravin B Shelardatapath: Remove CAPWAP tunneling support.
2013-01-28 Jesse Grossdatapath: Remove kernel patch ports.
2013-01-28 Jesse Grossdatapath: Remove compatibility GRE identifier.
2013-01-28 Jesse Grossdatapath: Remove vport MAC address configuration.
2012-12-27 Pravin B Shelaropenvswitch: Remove Linux bridge compatibility.
2012-12-20 Isaku Yamahatadatapath: support Linux 3.7
2012-12-06 Kyle Mesterydatapath: Add support for VXLAN tunnels to Open vSwitch
2012-12-04 Thomas Grafdatapath: Avoid useless holes in struct vport
2012-11-05 Pravin B Shelardatapath: Add Upstream id for GRE type.
2012-10-06 Pravin B Shelardatapath: 64-bit GRE support
2012-09-04 Jesse Grossdatapath: Drop comment describing vport node.
2012-09-04 Jesse Grossdatapath: Remove vport list node.
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-02-17 Pravin B Shelardatapath: Increase maximum number of datapath ports.
2012-01-30 Pravin B Shelardatapath: Add support for namespace.
2011-11-22 Jesse Grossdatapath: Scope global symbols with ovs_ prefix.
2011-11-21 Jesse Grossdatapath: Use u64_stats_sync for datapath and vport...
2011-11-16 Jesse Grossdatapath: Reformat copyright messages.
2011-11-08 Jesse Grossdatapath: Slim down the vport interface.
2011-11-07 Pravin B Shelardatapath: Fix coding style issues.
2011-10-12 Ben Pfaffdatapath-protocol: Rename to <linux/openvswitch.h>.
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-23 Jesse Grossdatapath: Use unicast Netlink sockets for upcalls.
2011-09-16 Pravin Shelardatapath: Always use generic stats for devices (vports)
2011-09-15 Justin PettitSet MTU in userspace rather than kernel.
2011-09-10 Pravin Shelardatapath: Improve kernel hash table
2011-09-08 Pravin ShelarStrip down vport interface : iflink
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-01-28 Ben Pfaffdatapath: Eliminate vport_mutex by protecting vport...
2011-01-28 Ben Pfaffdatapath: Convert ODP_EXECUTE to use Netlink framing.
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-23 Ben Pfaffdatapath: Remove unused ->set_stats() function from...
2010-12-28 Justin Pettitdatapath: Return vport configuration when queried.
2010-12-13 Jesse Grossdatapath: Add usage of __percpu annotation.
2010-12-03 Ben Pfaffdatapath: Merge vport "attach" into "create" and "detac...
2010-12-03 Ben Pfaffdatapath: Merge "struct dp_port" into "struct vport".
2010-12-03 Ben Pfaffdatapath: Make adding and attaching a vport a single...
2010-12-03 Ben Pfaffdatapath: Encapsulate parameters for new vports in...
2010-12-03 Jesse Grossdatapath: Constify ops structures.
2010-12-03 Jesse Grossvport: Remove unused error types.
2010-11-09 Ben Pfaffdatapath: Use "struct rtnl_link_stats64" instead of...
2010-09-22 Jesse Grossdatapath: Enable usage of cached flows.
2010-08-24 Jesse Grossdatapath: Add support for CAPWAP UDP transport.
2010-08-21 Jesse Grossdatpath: Avoid reporting half updated statistics.
2010-07-15 Jesse Grossdatapath: Put return type on same line as arguments...
2010-06-10 Jesse Grossvport: Allow offsets to be set for stats.
2010-06-10 Jesse Grossvport: Move 'extern' declarations of vports to header.
2010-06-09 Jesse Grossvport: Rename userspace functions.
2010-05-18 Jesse Grossvport: Extract common functions for virtual devices.
2010-05-13 Ben Pfaffdatapath: Add 32-bit compatibility ioctls.
2010-04-19 Jesse Grossdatapath: Add generic virtual port layer.