datapath: Add support for kernel 3.14.
[sliver-openvswitch.git] / datapath / vport.c
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-03-31 Pravin Shelardatapath: Add support for kernels 3.13
2013-12-17 Stephen Hemmingerdatapath: make functions local
2013-09-24 Ben Pfaffdatapath: Fix typos in comment.
2013-09-06 Pravin B Shelardatapath: vport: Remove compat support
2013-08-20 Justin Pettitdatapath: Fix argument descriptions in vport.c.
2013-06-28 Jesse Grossdatapath: Make GRE support conditional on CONFIG_NET_IP...
2013-06-05 Andy HillFix misspellings in comments and docs.
2013-05-13 Jesse Grossdatapath: Check for positive packet length in vport_send().
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-04-29 Pravin B Shelardatapath: Use generic struct pcpu_tstats.
2013-04-12 Pravin B Shelardatapath: Simplify datapath locking.
2013-04-02 Thomas Grafdatapath: Don't insert empty OVS_VPORT_ATTR_OPTIONS...
2013-03-19 Jesse Grossdatapath: Remove checks for preinitialized flow.
2013-03-15 Sasha Levindatapath: hlist: drop the node parameter from iterators
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-11-16 Shan Weidatapath: use this_cpu_ptr per-cpu helper
2012-11-05 Pravin B Shelardatapath: Add Upstream id for GRE type.
2012-10-20 Kyle Mesterydatapath: Add support for tun_key to Open vSwitch datapath
2012-10-06 Pravin B Shelardatapath: 64-bit GRE support
2012-09-19 Peter Senna Tschudindatapath: Remove unecessary semicolon
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-12-06 Dan Carpenterdatapath: small potential memory leak in ovs_vport_alloc()
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 Pravin B Shelardatapath: Fix vport tx_packets count.
2011-11-08 Jesse Grossdatapath: Slim down the vport interface.
2011-11-07 Pravin B Shelardatapath: Fix coding style issues.
2011-10-07 Pravin B Shelardatapath: Remove RT kernel support.
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-29 Justin Pettitdatapath: Disable LRO from userspace instead of the...
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-08-19 Justin Pettitdatapath: Correct comment for vport_add().
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-01-28 Ben Pfaffdatapath: Convert ODP_VPORT_* to use AF_NETLINK socket...
2011-01-28 Ben Pfaffdatapath: Adopt Generic Netlink-compatible locking.
2011-01-28 Ben Pfaffdatapath: Eliminate vport_mutex by protecting vport...
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...
2011-01-21 Ben Pfaffdatapath: Remove vport_del_all() because it is now...
2011-01-06 Ben Pfaffdatapath: Clean up code in vport_get_stats().
2011-01-06 Ben Pfaffdatapath: Fix vport_get_stats() in !VPORT_F_GEN_STATS...
2011-01-05 Jesse Grossdatapath: Fix double counting of packet stats for Linux...
2010-12-30 Jesse Grossdatapath: Report ifindex of 0 if vport doesn't have...
2010-12-29 Jesse Grossdatapath: Use RCU dereference in vport_get_ifindex().
2010-12-28 Justin Pettitdatapath: Return vport configuration when queried.
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-11-09 Ben Pfaffdatapath: Use struct assignment in place of memcpy...
2010-09-22 Jesse Grossdatapath: Enable usage of cached flows.
2010-08-30 Joe Perchestreewide: Use pr_fmt and pr_<level>
2010-08-24 Jesse Grossdatapath: Add support for CAPWAP UDP transport.
2010-08-21 Jesse Grossdatpath: Avoid reporting half updated statistics.
2010-08-03 Ben Pfaffdatapath: Detect and suppress flows that are implicated...
2010-07-30 Jesse Grossvport: Make dp_port->vport always valid.
2010-07-15 Jesse Grossvport: Use DEFINE_PER_CPU instead of dynamically alloca...
2010-07-15 Jesse Grossdatapath: Put return type on same line as arguments...
2010-07-15 Jesse Grossvport: Use EBUSY to represent already attached device.
2010-07-13 Jesse Grossdatapath: Move over-MTU checking into vport_send().
2010-07-13 Jesse Grossdatapath: Add loop checking.
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 Grossdatapath: Add 'patch' vport.
2010-05-18 Jesse Grossvport: Extract common functions for virtual devices.
2010-05-14 Jesse Grossdatapath: Hold rcu_read_lock where we claim to.
2010-05-14 Jesse Grossdatapath: Don't expect bottom-halves to be disabled.
2010-05-13 Ben Pfaffdatapath: Add 32-bit compatibility ioctls.
2010-05-13 Ben Pfaffdatapath: Prepare to support 32-bit compatibility ioctls.
2010-05-11 Jesse Grossvport: Record and free packets on unattached ports.
2010-05-07 Jesse Grossdatapath: Enable offloading on internal devices.
2010-04-27 Ben Pfaffvport: Better handle too-long network device names...
2010-04-19 Jesse Grosstunneling: Add datapath GRE support.
2010-04-19 Jesse Grossdatapath: Add generic virtual port layer.