summaryrefslogtreecommitdiff
path: root/ofproto
Commit message (Expand)AuthorAgeFilesLines
* lib/ovs-rcu: Support static initialization.Jarno Rajahalme2014-10-271-1/+1
* lib/ofproto: Add comments about races in ofproto_flush().Jarno Rajahalme2014-10-271-0/+10
* lib/ofproto: Remove obsolete FIXME comment.Jarno Rajahalme2014-10-271-2/+0
* ofproto: Report support for group stats.Ben Pfaff2014-10-231-1/+2
* tunnel: Add to nw_tos bits instead of replacing them in tnl_port_send().Ben Pfaff2014-10-231-1/+1
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-223-8/+9
* ofproto-dpif-xlate: Support BFD, CFM, carrier, and LACP for port liveness.Ben Pfaff2014-10-161-15/+2
* ofproto-dpif-xlate: Use bfd forwarding status in fast-failover groups.Niels van Adrichem2014-10-161-0/+6
* ofproto-dpif-upcall: Fix out-of-scope use of stack memory.Alex Wang2014-10-101-7/+8
* netdev-dpif: Add metadata to dpif-packet.Pravin B Shelar2014-10-091-2/+1
* ofp-actions: Support OF1.5 (draft) masked Set-Field, merge with reg_load.Ben Pfaff2014-10-081-8/+2
* nx-match: Move all knowledge of OXM/NXM here.Ben Pfaff2014-10-071-17/+3
* lib: Fix MPLS masking.Jarno Rajahalme2014-10-061-7/+6
* lib/match: Do not format undefined fields.Jarno Rajahalme2014-10-061-2/+1
* bridge: Keep bond active slave selection across OVS restartAndy Zhou2014-10-062-0/+92
* dpif: Use OVS_FLOW_ATTR_PROBE.Jarno Rajahalme2014-10-032-2/+6
* ofproto: Do not postpone closing the mgmt socketDaniele Di Proietto2014-10-011-2/+7
* revalidator: Distinguish new and duplicate flows.Joe Stringer2014-09-301-5/+10
* Makefiles: Add $(AM_V_GEN) annotations to clean up "make" output.Ben Pfaff2014-09-291-2/+2
* 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