index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
openvswitch
/
flow_table.c
Age
Commit message (
Expand
)
Author
2014-07-01
openvswitch: Use exact lookup for flow_get and flow_del.
Alex Wang
2014-05-22
openvswitch: Fix typo.
Jarno Rajahalme
2014-05-22
openvswitch: Make flow mask removal symmetric.
Jarno Rajahalme
2014-05-16
openvswitch: Per NUMA node flow stats.
Jarno Rajahalme
2014-05-16
openvswitch: Remove 5-tuple optimization.
Jarno Rajahalme
2014-05-16
openvswitch: use const in some local vars and casts
Daniele Di Proietto
2014-02-05
openvswitch: Fix ovs_flow_free() ovs-lock assert.
Pravin B Shelar
2014-02-05
openvswitch: Fix kernel panic on ovs_flow_free
Andy Zhou
2014-01-09
openvswitch: Use kmem_cache_free() instead of kfree()
Wei Yongjun
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
2014-01-06
openvswitch: remove duplicated include from flow_table.c
Wei Yongjun
2014-01-06
net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}
Daniel Borkmann
2014-01-06
openvswitch: Per cpu flow stats.
Pravin B Shelar
2014-01-06
openvswitch: Silence RCU lockdep checks from flow lookup.
Jesse Gross
2014-01-06
openvswitch: Change ovs_flow_tbl_lookup_xx() APIs
Andy Zhou
2014-01-06
openvswitch: Correct comment.
Ben Pfaff
2013-12-17
net: ovs: use CRC32 accelerated flow hash if available
Francesco Fusco
2013-11-02
openvswitch: Use flow hash during flow lookup operation.
Pravin B Shelar
2013-10-22
openvswitch: collect mega flow mask stats
Andy Zhou
2013-10-04
openvswitch: Simplify mega-flow APIs.
Pravin B Shelar
2013-10-04
openvswitch: Move mega-flow list out of rehashing struct.
Pravin B Shelar
2013-10-04
openvswitch: Restructure datapath.c and flow.c
Pravin B Shelar