linux-xiaomi-chiron/net/openvswitch
Jesse Gross 663efa3696 openvswitch: Silence RCU lockdep checks from flow lookup.
Flow lookup can happen either in packet processing context or userspace
context but it was annotated as requiring RCU read lock to be held. This
also allows OVS mutex to be held without causing warnings.

Reported-by: Justin Pettit <jpettit@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Reviewed-by: Thomas Graf <tgraf@redhat.com>
2014-01-06 15:51:48 -08:00
..
actions.c
datapath.c openvswitch: Silence RCU lockdep checks from flow lookup. 2014-01-06 15:51:48 -08:00
datapath.h openvswitch: Silence RCU lockdep checks from flow lookup. 2014-01-06 15:51:48 -08:00
dp_notify.c genetlink: make multicast groups const, prevent abuse 2013-11-19 16:39:06 -05:00
flow.c
flow.h openvswitch: Shrink sw_flow_mask by 8 bytes (64-bit) or 4 bytes (32-bit). 2014-01-06 15:51:27 -08:00
flow_netlink.c
flow_netlink.h
flow_table.c openvswitch: Silence RCU lockdep checks from flow lookup. 2014-01-06 15:51:48 -08:00
flow_table.h openvswitch: Change ovs_flow_tbl_lookup_xx() APIs 2014-01-06 15:51:41 -08:00
Kconfig
Makefile
vport-gre.c
vport-internal_dev.c
vport-internal_dev.h
vport-netdev.c
vport-netdev.h
vport-vxlan.c
vport.c net: Explicitly initialize u64_stats_sync structures for lockdep 2013-11-06 12:40:25 +01:00
vport.h