summaryrefslogtreecommitdiff
path: root/vswitchd/bridge.c
Commit message (Expand)AuthorAgeFilesLines
* vswitchd: Clear bfd_status column when bfd is disabled or not supportedAlex Wang2013-09-121-4/+3
* bridge: Always call smap_destroy() after smap_init()Alex Wang2013-09-121-1/+1
* timeval: Remove CACHE_TIME scheme.Alex Wang2013-09-041-3/+0
* netdev: Fix deadlock when netdev_dump_queues() callback calls into netdev.Ben Pfaff2013-08-271-36/+26
* ipfix: implement flow caching and aggregation in exporterRomain Lenglet2013-08-221-0/+10
* ofproto: Make number of packet handler threads runtime configurable.Alex Wang2013-08-151-0/+3
* async-append: Refactor to avoid requiring enabling while single threaded.Ben Pfaff2013-08-021-1/+1
* cfm: Make the CFM module thread safe.Ethan Jackson2013-08-011-0/+2
* vlan-splinter: Fix inverted logic bug.Alex Wang2013-07-231-2/+2
* vlog: Use async I/O.Ben Pfaff2013-07-181-0/+3
* bridge: Add ifindex column to Interface table.Neil McKee2013-07-081-0/+11
* Replace all uses of strerror() by ovs_strerror(), for thread safety.Ben Pfaff2013-06-281-9/+10
* bridge: Don't log flow miss model on every reconfiguration.Ben Pfaff2013-06-281-4/+1
* ofproto-dpif: Add 'force-miss-model' configurationJoe Stringer2013-06-261-0/+23
* flow: New function hash_ofp_port() and hash_ofp_port().Ethan Jackson2013-06-241-3/+2
* Create specific types for ofp and odp portAlex Wang2013-06-201-23/+28
* ofproto-dpif: Set flow-eviction-threshold globally.Ethan Jackson2013-06-071-19/+11
* bridge.c: Change variable "ofport" type in "struct if_cfg" and "struct iface"Alex Wang2013-06-041-25/+28
* ovs-vswitchd: An option to wait for userspace flow restore to complete.Gurucharan Shetty2013-05-301-0/+7
* cfm: Implement "demand mode".Ethan Jackson2013-05-221-0/+1
* bridge: Fix use of wild pointer in iface_do_create().Ben Pfaff2013-05-161-1/+1
* netdev: Prevent using reserved namesAlex Wang2013-05-161-0/+7
* netdev: Factor restoring flags into new "struct netdev_saved_flags".Ben Pfaff2013-05-101-2/+2
* bfd: Implement Bidirectional Forwarding Detection.Ethan Jackson2013-05-071-0/+12
* bridge: Correctly omit unsupported interface statistics from database.Ben Pfaff2013-05-031-10/+15
* vswitchd: Disable system stats collection on a concurrently running daemon.Gurucharan Shetty2013-04-291-0/+4
* bridge: Report PID of yielding process when multiple instances run.Justin Pettit2013-04-081-1/+2
* Implement IPFIX exportRomain Lenglet2013-04-221-1/+77
* bridge: Complete initial configuration even with empty database.Ben Pfaff2013-04-111-17/+17
* bridge: Only complete daemonization after db commits initial config.Ben Pfaff2013-04-101-9/+44
* bridge: Rate-limit updates to "instant stats".Ben Pfaff2013-03-191-8/+67
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-151-1/+1
* bridge: Store the 'mac_in_use' for interfaces in OVSDB.Justin Pettit2013-03-121-0/+13
* bridge: Minor style fix.Justin Pettit2013-03-121-2/+1
* bridge: Minor style fix.Ben Pfaff2013-03-121-2/+1
* bridge: Fix interpretation of 'health' member of struct ofproto_cfm_status.Ben Pfaff2013-03-061-1/+5
* bridge: Fix remote_opstate bug recently introduced.Ben Pfaff2013-03-061-2/+7
* ofproto: Merge all the CFM query functions into one.Ben Pfaff2013-03-061-39/+20
* ofp-util: Simplify struct ofputil_role_request.Ben Pfaff2013-02-111-5/+7
* stream-unix: Use rundir as root for relative paths.Pavithra Ramesh2013-02-111-2/+4
* bond: Remove stable bond mode.Ethan Jackson2013-02-051-20/+3
* bridge: Rename iface_create() variable to avoid hiding parameter.Ben Pfaff2013-02-011-2/+2
* bridge: Fix bug in equal_pathnames().Ben Pfaff2013-01-231-3/+6
* Replace most uses of assert by ovs_assert.Ben Pfaff2013-01-161-8/+7
* bridge: Remove restriction on socket name.Pavithra Ramesh2013-01-161-17/+43
* netdev: Rename get_drv_info() to get_status().Ethan Jackson2013-01-031-2/+2
* bridge: Log version number precisely once.Ethan Jackson2013-01-021-1/+1
* ovs-vswitch: Make OpenFlow "dp_desc" configurable.Ben Pfaff2012-12-261-0/+9
* packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff2012-12-121-2/+2
* vswitchd: Avoid writing to const structEd Maste2012-12-081-2/+2