netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / datapath / flow_table.c
2015-12-04 Pravin B Shelardatapath: Add support for lwtunnel
2015-09-24 Jesse Grossdatapath: Backport "openvswitch: Zero flows on allocation."
2015-09-18 Chris J Argesdatapath: Backport "openvswitch: allocate nr_node_ids...
2015-08-18 Chris J Argesdatapath: allocate nr_node_ids flow_stats instead of...
2015-07-22 Chris J Argesdatapath: allocate nr_node_ids flow_stats instead of...
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-05-16 Pravin B Shelardatapath: Fix Sparse warning.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-02-27 Pravin B Shelardatapath: Initialize unmasked key and uid len.
2015-02-27 Joe Stringerdatapath: Add support for unique flow IDs.
2015-02-27 Joe Stringerdatapath: Use sw_flow_key_range for key ranges.
2015-02-27 Joe Stringerdatapath: Refactor ovs_flow_tbl_insert().
2015-02-03 Andy Zhoudatapath: update exact match lookup hash value to avoid...
2015-01-07 Thomas Grafdatapath: replace remaining users of arch_fast_hash...
2014-10-24 Pravin B Shelardatapath: Fix comment style.
2014-10-24 Pravin B Shelardatapath: Replace __force type cast with rcu_dereferenc...
2014-09-23 Thomas Grafdatapath: Constify various function arguments
2014-08-14 Pravin B Shelardatapath: Simplify flow mask cache delete.
2014-08-07 Pravin B Shelardatapath: Optimize Flow mask cache hash collision case.
2014-07-28 Pravin B Shelardatapath: Use currect rcu API in exact match flow looku...
2014-07-25 Pravin B Shelardatapath: Fix buffer overrun in mask array realloc.
2014-07-25 Pravin B Shelardatapath: Add NULL check for mask pointer.
2014-07-01 Alex Wangdatapath: Use exact lookup for flow_get and flow_del.
2014-06-25 Andy Zhoudatapath: fix sparse warning in function tbl_mask_array...
2014-06-20 Andy Zhoudatapath: keep mask array compact when deleting mask
2014-06-20 Andy Zhoudatapath: simplify ovs_flow_tbl_lookup_stats()
2014-05-01 Ben PfaffMerge pull request #1 from spil-jasper/master
2014-04-30 Pravin B Shelardatapath: Remove unnecessary flow variable.
2014-04-29 Pravin B Shelardatapath: Convert mask list in mask array.
2014-04-29 Pravin B Shelardatapath: Add flow mask cache.
2014-04-29 Pravin B Shelardatapath: Move table destroy to dp-rcu callback.
2014-04-02 Jarno Rajahalmedatapath: Fix typo.
2014-03-29 Jarno Rajahalmedatapath: Make flow mask removal symmetric.
2014-02-18 Jarno Rajahalmedatapath: Per NUMA node flow stats.
2014-02-18 Jarno Rajahalmedatapath: Remove 5-tuple optimization.
2014-02-05 Jesse Grossdatapath: Fix kernel style issues.
2014-01-28 Pravin B Shelardatapath: Fix ovs_flow_free() ovs-lock assert.
2014-01-23 Daniele Di Proiettodatapath: use const in some local vars and casts
2014-01-17 Andy Zhoudatapath: Fix kernel panic on ovs_flow_free
2014-01-08 Wei Yongjundatapath: Use kmem_cache_free() instead of kfree()
2013-12-16 Francesco Fuscodatapath: use CRC32 accelerated flow hash if available
2013-12-16 Wei Yongjundatapath: remove duplicated include from flow_table.c
2013-12-06 Jesse Grossdatapath: Don't allocate space for per-CPU flow stats...
2013-12-03 Pravin B Shelardatapath: Use percpu allocator for flow-stats.
2013-12-03 Jesse Grossdatapath: Silence RCU lockdep checks from flow lookup.
2013-11-19 Andy Zhoudatapath: Change ovs_flow_tbl_lookup_xx() APIs
2013-11-18 Ben Pfaffdatapath: Correct comment.
2013-10-28 Pravin B Shelardatapath: Use flow hash during flow lookup operation.
2013-10-21 Pravin B Shelardatapath: Per cpu flow stats.
2013-10-22 Andy Zhoudatapath: collect mega flow mask stats
2013-10-02 Pravin B Shelardatapath: Simplify mega-flow APIs.
2013-10-02 Pravin B Shelardatapath: Move mega-flow list out of rehashing struct.
2013-10-02 Pravin B Shelardatapath: Restructure datapath.c and flow.c