summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-monitor.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Move lib/poll-loop.h to include/openvswitchXiao Liang2017-11-031-1/+1
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* bfd: Allow setting OAM bit when encapsulated in tunnel.Jesse Gross2016-06-291-4/+6
* Move lib/ofpbuf.h to include/openvswitch directoryBen Warren2016-03-301-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-8/+10
* auto-attach: Add auto-attach support to ofproto layerDennis Flynn2015-03-031-15/+37
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-9/+10
* 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-1/+1
* ofproto-dpif-monitor: Fix deadlock.Alex Wang2014-05-021-44/+91
* ovs-thread: Make caller provide thread name when creating a thread.Ben Pfaff2014-04-281-2/+1
* ofproto-dpif-monitor: Change global rwlock into mutex.Ben Pfaff2014-01-161-17/+17
* ofproto-dpif-monitor: Remove monitor_init().Alex Wang2013-12-301-16/+1
* bfd: Send FINAL immediately after receiving POLL.Alex Wang2013-12-201-2/+27
* ofproto-dpif-monitor: Acquire write lock in monitor_run().Alex Wang2013-12-171-1/+1
* monitor: Replace monitor_seq with periodic wakeupJoe Stringer2013-12-141-8/+10
* ofproto-dpif-monitor: Use heap to order the mport wakeup time.Alex Wang2013-10-161-10/+41
* ofproto-dpif-monitor: Run ofproto-dpif-monitor in a thread.Alex Wang2013-10-161-40/+83
* monitor: Fix improper use of stubs.Ethan Jackson2013-10-101-4/+6
* ofproto-dpif-monitor: Add ofproto-dpif-monitor module.Alex Wang2013-10-081-0/+199