netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / datapath / vport.c
2015-12-21 Aaron Conoledatapath/vport: Remove an invalid comment
2015-12-08 Pravin B Shelardatapath: Backport: openvswitch: properly refcount...
2015-12-04 Joe Stringerdatapath: Scrub skb between namespaces
2015-12-04 Joe Stringerdatapath: Add conntrack action
2015-12-04 Pravin B Shelardatapath: Add support for lwtunnel
2015-07-30 Joe Stringerdatapath: Whitespace fixes.
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-04 Thomas Grafdatapath: Turn vports with dependencies into separate...
2015-02-03 Thomas Grafdatapath: Account for "rename vlan_tx_* helpers since...
2015-01-06 Ben Pfaffdatapath: Consistently include VLAN header in flow...
2014-12-24 Pravin B Shelardatapath: Simplify vport_send() error handling.
2014-10-24 Pravin B Shelardatapath: Fix comment style.
2014-10-24 Pravin B Shelardatapath: Replace __force type cast with rcu_dereferenc...
2014-10-17 Fabian Frederickdatapath: use vport instead of p
2014-09-23 Thomas Grafdatapath: Constify various function arguments
2014-09-21 Pravin B Shelardatapath: Remove pkt_key from OVS_CB.
2014-09-21 Li RongQingdatapath: change the data type of error status to atomi...
2014-09-21 Pravin B Shelardatapath: Remove support to set vport stats.
2014-09-12 WANG Congdatapath: introduce netdev_alloc_pcpu_stats() for drivers
2014-09-06 Andy Zhoudatapath: Remove recirc stack depth limit check
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-08-13 Christoph Jaegerdatapath: Fix memory leak in ovs_vport_alloc() error...
2014-08-07 Pravin B Shelardatapath: Use tun_info only for egress tunnel path.
2014-07-15 Pravin B Shelardatapath: Check for NULL upcall_portids.
2014-07-01 Jesse Grossdatapath: Change u64_stats_* to use _irq instead of...
2014-06-27 Pravin B Shelardatapath: Initialize OVS_CB in ovs_vport_receive()
2014-06-20 Jesse Grossdatapath: Add support for Geneve tunneling.
2014-06-20 Jesse Grossdatapath: Wrap struct ovs_key_ipv4_tunnel in a new...
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.
next