summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* Rapid Spanning Tree Protocol (IEEE 802.1D).Daniele Venturino2014-09-096-46/+584
* ofproto-dpif-upcall: Fix a free of uninitialized memory.Alex Wang2014-09-081-4/+5
* ofproto/ofproto: Use relaxed atomics.Jarno Rajahalme2014-08-292-9/+13
* ofproto/ofproto-dpif-upcall: Use relaxed atomic operations.Jarno Rajahalme2014-08-291-19/+23
* ofproto/netflow: Use atomic_count for 'netflow_count'.Jarno Rajahalme2014-08-291-11/+8
* Changing hash used for selecting bucket in a group actionSrini Seetharaman2014-08-291-1/+10
* ofproto-dpif-xlate: Drop 'may_learn' parameter from xlate_push_stats().Ben Pfaff2014-08-253-21/+14
* ofproto-dpif-xlate: Skip pushing stats if there are no packets to push.Ben Pfaff2014-08-251-0/+4
* ofproto-dpif-xlate: Only learn MAC addresses upon handling packets.Ben Pfaff2014-08-251-2/+4
* ofproto-dpif-xlate: Rename xlate_receive() as xlate_lookup().Jarno Rajahalme2014-08-223-14/+14
* ofproto-dpif-xlate: Do not take references in xlate_receive().Jarno Rajahalme2014-08-222-15/+13
* ofproto-dpif-upcall: Remove struct upcall netflow member.Jarno Rajahalme2014-08-221-4/+1
* ofproto/xlate: Add xlate_lookup_ofproto().Jarno Rajahalme2014-08-223-39/+62
* Extend OVS IPFIX exporter to export tunnel headersWenyu Zhang2014-08-189-59/+573
* ofproto-dpif-upcall: Fix use of cleared stack memory.Alex Wang2014-08-151-13/+14
* ofproto-dpif-upcall: Properly initialize 'recv_buf'.Ethan Jackson2014-08-141-1/+1
* dpif-netdev: Streamline miss handling.Ethan Jackson2014-08-141-66/+41
* ofproto: Reorganize in preparation for direct dpdk upcalls.Ethan Jackson2014-08-1410-353/+437
* dpif: Support flow_get in dpif_operate().Joe Stringer2014-08-141-2/+4
* ofp-actions: Centralize all OpenFlow action code for maintainability.Ben Pfaff2014-08-111-2/+1
* ofproto: Implement OpenFlow 1.3+ table features request.Ben Pfaff2014-08-111-1/+34
* ofp-util: Abstract table miss configuration and fix related bugs.Ben Pfaff2014-08-115-178/+186
* ofproto: Correctly report table miss configuration in table stats.Ben Pfaff2014-08-112-2/+5
* ofp-actions: Add instructions bitmaps and fix related bug.Ben Pfaff2014-08-112-4/+4
* ofp-actions: Add action bitmap abstraction.Ben Pfaff2014-08-113-77/+53
* style: Replace TODO with XXX.Ethan Jackson2014-08-051-2/+2
* Fix strict aliasing violations with GCC 4.1 and 4.4.Jarno Rajahalme2014-08-053-11/+20
* dpctl: add ovs-appctl dpctl/* commands to talk to dpif-netdevDaniele Di Proietto2014-08-041-3/+6
* ofproto-dpif: fix an ovs crash when dpif_recv_set returns errorAndy Zhou2014-08-041-9/+5
* ofproto-dpif: Use DPIF_FP_CREATE but not DPIF_FP_MODIFY.Ben Pfaff2014-08-042-4/+4
* connmgr: Make call to connmgr_wants_packet_in_on_miss() thread safe.Alex Wang2014-07-291-1/+5
* connmgr: Fix a typo.Alex Wang2014-07-291-1/+1
* connmgr: Only send role status messages to OpenFlow 1.4+ controllers.Ben Pfaff2014-07-281-2/+3
* connmgr: Demote service controllers too in ofconn_set_role().Ben Pfaff2014-07-281-3/+3
* ofproto-dpif-upcall: Fix sparse warnings.Ben Pfaff2014-07-281-2/+2
* dpif-netdev: Polling threads directly call ofproto upcall functions.Ryan Wilson2014-07-252-85/+161
* stp: Add more logging points for debug.Alex Wang2014-07-221-0/+1
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-212-4/+4
* ofproto: Report controller rate limiting statistics in database.Ben Pfaff2014-07-173-8/+47
* Simplify ofproto_controller_info by using a struct smap in place of array.Ben Pfaff2014-07-172-23/+11
* pinsched: Report queued packet count correctly.Ben Pfaff2014-07-171-7/+3
* stp: Make stp-disabled port forward stp bpdu packets.Alex Wang2014-07-161-3/+3
* Drop assignments whose values are never used.Ben Pfaff2014-07-151-1/+0
* ofproto: Avoid theoretical double free of large rule collections.Ben Pfaff2014-07-151-0/+3
* revalidator: Revalidate missed flows.Joe Stringer2014-07-151-5/+29
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-114-57/+27
* lib/classifier: RCUify prefix trie code.Jarno Rajahalme2014-07-111-2/+4
* lib/classifier: Simplify iteration with C99 declaration.Jarno Rajahalme2014-07-112-41/+8
* ofproto-dpif: Use ovs_refcount_try_ref_rcu().Jarno Rajahalme2014-07-074-19/+40
* Use ovs_refcount_unref_relaxed.Jarno Rajahalme2014-07-075-5/+5