ofproto-dpif-xlate: Do initial rule lookup for callers.
[cascardo/ovs.git] / ofproto / ofproto-dpif-upcall.c
2013-10-09 Ethan Jacksonofproto-dpif-xlate: Do initial rule lookup for callers.
2013-09-13 Ben Pfaffguarded-list: New data structure for thread-safe queue.
2013-09-13 Ben Pfaffofproto: Add a ref_count to "struct rule" to protect...
2013-09-04 Ethan Jacksonofproto-dpif: Hide struct rule_dpif internally.
2013-09-04 Ben Pfaffofproto-dpif: Fix use-after-free deleting a bridge...
2013-08-28 Jarno Rajahalmeofproto-dpif-upcall: Batch upcalls.
2013-08-23 Jarno Rajahalmeofproto-dpif-upcall.c: Fix indentation.
2013-08-20 Ben PfaffUse "error-checking" mutexes in place of other kinds...
2013-08-16 YAMAMOTO Takashiofproto-dpif-upcall: ofproto_dpif_send_packet_in()...
2013-08-13 Jesse Grossflow: Rename skb_mark to pkt_mark.
2013-08-13 Ben Pfaffofproto-dpif-upcall: Fix sparse warning.
2013-08-12 YAMAMOTO Takashiofproto-dpif-upcall: don't forget to initialize mutexes
2013-08-11 Ethan Jacksonofproto-dpif: Implement multi-threaded miss handling.