summaryrefslogtreecommitdiff
path: root/lib/mac-learning.h
Commit message (Expand)AuthorAgeFilesLines
* ofproto-dpif: APIs and CLI option to add/delete static fdb entry.Vasu Dasari2021-07-161-0/+17
* Eliminate use of term "slave" in bond, LACP, and bundle contexts.Ben Pfaff2020-10-211-1/+1
* ofproto: Add CLI commands to show and clear mac_learning statisticsEelco Chaudron2018-07-061-0/+1
* mac-learning: Add per mac learning instance countersEelco Chaudron2018-07-061-0/+6
* mac-learning: Increase default mac table size to 8K from 2KEelco Chaudron2018-06-271-1/+1
* doc: Populate 'topics' sectionStephen Finucane2016-12-121-2/+2
* doc: Convert vswitchd/INTERNALS to rSTStephen Finucane2016-11-031-1/+1
* lib: Refactor mac-learning updates.Jarno Rajahalme2016-09-141-0/+4
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* list: Remove lib/list.h completely.Ben Warren2016-03-301-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-4/+4
* mac-learning: Implement per-port MAC learning fairness.Ben Pfaff2015-02-131-11/+111
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-2/+2
* ovs-atomic: Introduce a new 'struct ovs_refcount'.Ben Pfaff2014-01-081-2/+2
* mac-learning: Stop using tags.Ethan Jackson2013-08-021-17/+5
* mac-learning: Make the mac-learning module thread safe.Ethan Jackson2013-08-011-23/+43
* mac-learning: Reference count 'struct mac_learning".Ethan Jackson2013-06-271-1/+3
* Create specific types for ofp and odp portAlex Wang2013-06-201-1/+1
* mac-learning: Simplify mac_learning_changed().Ethan Jackson2013-06-121-1/+2
* lib/mac-learning.h: Change one variable's type and nameAlex Wang2013-05-161-1/+1
* vswitchd: Make the maximum size of MAC learning tables user-configurable.Ben Pfaff2012-12-081-1/+4
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* vswitchd: Make the MAC entry aging time configurable.Ben Pfaff2012-02-011-3/+7
* mac-learning: Increase MAC learning timeout to 300 seconds.Ben Pfaff2012-02-011-2/+2
* mac-learning: Only revalidate relevant flows upon flush.Ethan Jackson2012-01-251-1/+1
* mac-learning: Simplify memory management.Ethan Jackson2011-07-221-3/+1
* mac-learning: Convert to hmap.Ethan Jackson2011-07-221-6/+3
* mac-learning: Change mac_learning_set_flood_vlans() to not take ownership.Ben Pfaff2011-04-251-1/+1
* mac-learning: Fix mac_entry_is_grat_arp_locked().Ben Pfaff2011-03-301-1/+1
* mac-learning: Expose function for expiring a single MAC learning entry.Ben Pfaff2011-03-221-0/+1
* bridge: Use pointer to "struct port", not "port_idx", for MAC learning.Ben Pfaff2011-03-221-0/+1
* mac-learning: Change 'port' member to a union.Ben Pfaff2011-03-221-1/+5
* mac-learning: Refactor to increase generality.Ben Pfaff2011-03-221-20/+45
* bridge: Filter some gratuitous ARPs on bond slaves.Jesse Gross2010-06-031-3/+17
* mac-learning: Rename "non-learning VLANs" to "flood VLANs".Ben Pfaff2010-01-191-5/+5
* mirroring: Allow learning to be disabled on a VLAN.Jesse Gross2009-11-101-0/+3
* Raise MAC learning table capacity from 1,024 to 2,048 entries per bridge.Ben Pfaff2009-09-141-1/+1
* mac-learning: New function mac_entry_age().Ben Pfaff2009-07-161-0/+5
* Update primary code license to Apache 2.0.Ben Pfaff2009-06-151-10/+10
* mac-learning: Make data structures public.Ben Pfaff2009-06-081-0/+29
* Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff2009-07-081-0/+37