summaryrefslogtreecommitdiff
path: root/lib/lacp.c
Commit message (Expand)AuthorAgeFilesLines
* lacp: New command "lacp/show-stats" fordisplaying LACP counters.Nitin Katiyar2018-04-181-3/+76
* LACP: Check active partner sys idRĂ³bert Mulik2018-01-231-6/+32
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* lacp: enable bond slave immediately after lacp attachHuanle Han2017-08-021-0/+1
* lacp: Fix formatting typo.nickcooper-zhangtonghao2017-03-031-2/+2
* lacp: Select a may-enable IF as the lead IFBen Pfaff2016-12-231-1/+8
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-2/+3
* list: Rename all functions in list.h with ovs_ prefix.Ben Warren2016-03-301-2/+2
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-10/+6
* lacp: Remove packed attribute from struct lacp_pdu.Ben Pfaff2015-06-171-2/+1
* hmap: Don't include ovs-atomic.h unnecessarily.Ben Pfaff2015-03-311-1/+2
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-4/+4
* lib: Move vlog.h to <openvswitch/vlog.h>Thomas Graf2014-12-151-1/+1
* lib: Expose struct ovs_list definition in <openvswitch/list.h>Thomas Graf2014-12-151-1/+1
* list: Rename struct list to struct ovs_listThomas Graf2014-12-151-3/+3
* sflow: Export LAG, PORTNAME, and OPENFLOWPORT information also.Neil McKee2014-11-111-0/+62
* Use ovs_refcount_unref_relaxed.Jarno Rajahalme2014-07-071-1/+1
* lacp: Really fix mutex initialization.Ben Pfaff2014-05-071-32/+44
* lacp: Don't lock potentially uninitialized mutex in lacp_status().Ben Pfaff2014-04-281-9/+9
* ofpbuf: Rename trivial _get_ functions without the "get".Jarno Rajahalme2014-04-031-1/+1
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-1/+1
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-1/+2
* ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.Ben Pfaff2014-03-131-2/+1
* ovs-atomic: Introduce a new 'struct ovs_refcount'.Ben Pfaff2014-01-081-15/+5
* ovs-atomic: Add atomic_destroy() and use everywhere it is needed.Ben Pfaff2014-01-081-0/+1
* Rename NOT_REACHED to OVS_NOT_REACHEDHarold Lim2013-12-171-1/+1
* ofproto-dpif: Don't poll ports when nothing changesJoe Stringer2013-12-121-0/+8
* bond: Use active-backup mode on LACP failure.Ravi Kondamuru2013-11-121-2/+15
* Use "error-checking" mutexes in place of other kinds wherever possible.Ben Pfaff2013-08-201-2/+2
* clang: Pass objects, not their addresses, to thread-safety macros.Alex Wang2013-08-091-2/+2
* clang: Use OVS_REQUIRES() instead of OVS_REQ_WRLOCK() for plain mutex.Alex Wang2013-08-091-20/+20
* lacp: Make the LACP module thread safe.Ethan Jackson2013-07-311-59/+138
* Make attribute packed equivalent for MSC compilers.Linda Sun2013-07-171-2/+4
* lacp: Handle unknown slaves in lacp_process_packet().Ethan Jackson2013-07-071-2/+12
* lacp: Reference count 'struct lacp'.Ethan Jackson2013-06-271-2/+21
* lacp: Remove unused lacp_slave_get_port_id().Ethan Jackson2013-06-241-8/+0
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-3/+2
* lacp: Fix dumping of the aggregation key.Anoob Soman2013-01-021-1/+3
* lacp: Print may_enable flag in appctl output.Ethan Jackson2012-06-071-5/+11
* Global replace of Nicira Networks.Raju Subramanian2012-05-021-1/+1
* lacp: Remove heartbeat mode.Ethan Jackson2012-04-171-15/+2
* lacp: Remove custom transmission intervals.Ethan Jackson2012-04-171-45/+10
* lacp: Notify LACP module when carrier changes.Ethan Jackson2012-03-071-4/+6
* unixctl: New JSON RPC back-end.Ethan Jackson2012-02-211-2/+2
* lacp: Require successful LACP negotiations when configured.Ethan Jackson2012-01-231-15/+15
* unixctl: Implement quoting.Ben Pfaff2011-12-191-7/+7
* lacp: Avoid valgrind warning in lacp_configure() if custom timing not used.Ben Pfaff2011-12-091-1/+3
* lacp: Sort slaves in appctl output.Ethan Jackson2011-11-301-0/+14
* lacp: Remove trailing whitespace from appctl output.Ethan Jackson2011-11-301-10/+10