summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* lib/ofproto: Sync RSTP operational state after configuration changes.Jarno Rajahalme2014-09-251-0/+2
* ofproto-dpif-rid: remove unused return value of rid_pool_add()Simon Horman2014-09-251-3/+2
* ofproto-dpif-rid: remove struct rid_mapSimon Horman2014-09-251-12/+8
* ofproto-dpif-rid: correct logic error in rid_pool_alloc_id()Simon Horman2014-09-241-1/+1
* dpif-netdev: Allow multi-rx-queue, multi-pmd-thread configuration.Alex Wang2014-09-194-0/+26
* ofproto: Warn about excessive rule counts in OpenFlow tables.Ethan Jackson2014-09-171-0/+8
* ofproto-dpif-xlate: Wildcard skb_priority if QoS is disabledDaniele Di Proietto2014-09-171-5/+20
* ofproto-dpif-xlate: Suppress some warnings on non-Linux OSesYAMAMOTO Takashi2014-09-161-1/+3
* Fix remaining "uninitialized local variable" used warning by MSVC.Gurucharan Shetty2014-09-151-1/+1
* ofproto: Do not update stats on fake bond interface.Pravin B Shelar2014-09-152-61/+0
* ofproto: Increase default datapath max_idle time.Joe Stringer2014-09-151-1/+1
* ofproto-dpif: Probe for userdata after backer is fully operational.Jarno Rajahalme2014-09-111-3/+9
* ofproto-dpif-xlate: Work around Linux netdev_max_backlog limit.Ben Pfaff2014-09-101-0/+75
* lib/odp: Use masked set actions.Jarno Rajahalme2014-09-091-5/+10
* ofproto: Probe for masked set action support.Jarno Rajahalme2014-09-093-7/+73
* lib/rstp: Remove lock recursion.Jarno Rajahalme2014-09-091-17/+11
* lib/rstp: More robust thread safety.Jarno Rajahalme2014-09-093-95/+54
* lib/rstp: CodingStyle changes.Jarno Rajahalme2014-09-091-1/+1
* lib/rstp: Refactor port initialization.Jarno Rajahalme2014-09-091-0/+1
* lib/rstp: Better debug messages, style fixes.Jarno Rajahalme2014-09-091-5/+6
* lib/stp: Some debugging support.Jarno Rajahalme2014-09-091-1/+4
* lib/stp,rstp: Add unit more unit tests.Jarno Rajahalme2014-09-091-8/+8
* 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