datapath: Move table destroy to dp-rcu callback.
[sliver-openvswitch.git] / datapath / flow_table.c
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