upcall: Defer ukey deletion until after pushing stats.
[cascardo/ovs.git] / ofproto / ofproto-dpif-upcall.c
2014-02-26 Joe Stringerupcall: Defer ukey deletion until after pushing stats.
2014-02-25 Ben Pfaffofproto-dpif: Complete all packet translations before...
2014-02-19 Romain Lengletipfix: fix upcall cookie size checks to support 8 byte...
2014-02-08 Joe Stringerupcall: Avoid divide-by-zero calculating flow limit
2014-01-29 Ethan Jacksonofproto-dpif-upcall: Hardcode max_idle to 1500ms.
2014-01-21 Joe Stringerupcall: Cache the number of flows from the datapath.
2014-01-13 Ben Pfaffofproto-dpif-upcall: Avoid unnecessarily installing...
2014-01-08 Andy Zhouofproto-dpif: Fix a vlan-splinter megaflow bug
2013-12-20 YAMAMOTO Takashiofproto-dpif-upcall: Reduce log level of "Spent unreaso...
2013-12-19 Ethan Jacksonofproto: Handle flow installation and eviction in upcall.
2013-12-17 Jarno RajahalmeDo not free uninitialized packets.
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-16 Jarno Rajahalmedpif: Allow execute to modify the packet.
2013-12-13 Ethan Jacksonofproto: Simplify thread creation API.
2013-12-13 Ethan Jacksonofproto-dpif-upcall: New ovs-appctl upcall/show.
2013-12-13 Ethan Jacksonofproto-dpif-upcall: Add memory usage stats.
2013-12-13 Ethan Jacksonofproto: Replace reval_seq with a struct seq.
2013-12-13 Ethan Jacksonofproto: Retrieve ipfix, sflow and netflow in xlate_rec...
2013-12-13 Ethan Jacksonofproto: Modularize netflow.
2013-12-12 Ethan Jacksonofproto: Remove arbitrary handler thread limit.
2013-12-12 Ethan Jacksonofproto-dpif: Remove dead code.
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-02 Ben Pfaffofproto-dpif-upcall: Give each miss_handler thread...
2013-10-23 YAMAMOTO Takashiconnmgr: Fix packet-in reason for OpenFlow1.3 table...
2013-10-23 Ben Pfaffofp-util: Use correct cookie value in "packet_in"s...
2013-10-23 Ben Pfaffconnmgr: Move send_len from ofputil_packet_in to ofprot...
2013-10-23 Ben Pfaffconnmgr: Move controller_id from ofputil_packet_in...
2013-10-23 Ben Pfaffofproto, ofp-util: Begin disentangling packet-in wire...
2013-10-10 Ben Pfaffdpif: Support working around actions that a datapath...
2013-10-10 Ben Pfaffofproto-dpif-upcall: Make miss handlers accumulate...
2013-10-09 Ethan Jacksonofproto-dpif-xlate: Do initial rule lookup for callers.
2013-10-02 Ben Pfaffofproto-dpif-upcall: Remove dead code from recv_upcalls().
2013-10-02 YAMAMOTO Takashiofproto-dpif-upcall: reduce number of wakeup
2013-10-01 Simon Hormanofproto-dpif: Correct endian problem in recv_upcalls()
2013-10-01 Ethan Jacksonofproto-dpif: Move special upcall handling into ofproto...
2013-09-24 Jarno Rajahalmeofproto-dpif-upcall: Fix a memory leak.
2013-09-24 Ben Pfaffofproto-dpif-upcall: Fix typos in comments.
2013-09-19 Ben Pfaffofproto-dpif-upcall: Forward packets in order of arrival.
2013-09-17 Ben Pfaffofproto-dpif-upcall: Remove redundant 'packets' list...
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.