summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* process: Fix indentation in header.Ben Pfaff2013-05-081-2/+2
* Always check return value of strftime().Ben Pfaff2013-05-084-29/+35
* Do not perform validation in learn_parse();Simon Horman2013-05-083-35/+12
* Check actions prerequisites in parse_ofp_str()Simon Horman2013-05-081-0/+8
* meta-flow: Make 'in_port' field writable.Ben Pfaff2013-05-081-1/+1
* bfd: Implement Bidirectional Forwarding Detection.Ethan Jackson2013-05-076-3/+928
* netdev-bsd: Use UINT64_MAX for unsupported stats.Ed Maste2013-05-031-13/+13
* ofp-util: Fix type of 'port' param to ofputil_encode_dump_ports_request().Ben Pfaff2013-05-032-2/+2
* rconn: Discard messages received on monitor connections.Ben Pfaff2013-05-031-1/+15
* rconn: Factor code out from copy_to_monitor().Ben Pfaff2013-05-031-4/+11
* socket-util: restore building on FreeBSD.Ed Maste2013-05-031-0/+4
* vconn: Mark class structures as const.Ben Pfaff2013-05-033-35/+35
* ofp-util: Make names[] in ofputil_action_code_from_name() const-ier.Ben Pfaff2013-05-031-2/+2
* vlog: Mark more static data const.Ben Pfaff2013-05-031-3/+3
* stream-fd: Mark 'fd_pstream_class' const.Ben Pfaff2013-05-031-2/+2
* netdev: Make 'smap' variable const in netdev_set_qos().Ben Pfaff2013-05-031-1/+1
* netdev-linux: Mark more static data as "const".Ben Pfaff2013-05-031-16/+14
* hmap: Make HMAP_INITIALIZER a valid initializer for a const hmap.Ben Pfaff2013-05-031-1/+2
* dpif-linux: Make dummy_action const in dpif_linux_init_flow_put().Ben Pfaff2013-05-031-2/+4
* Use gmtime_r() and localtime_r() instead of non-thread-safe versions.Ben Pfaff2013-05-022-8/+9
* socket-util: Use getaddrinfo() instead of gethostbyname() for thread safety.Ben Pfaff2013-05-021-11/+38
* Use pthread_sigmask() in place of sigprocmask(), for thread safety.Ben Pfaff2013-05-024-11/+12
* Change sFlow model to reflect per-bridge samplingNeil Mckee2013-05-021-0/+7
* dpif-linux: Close channel Netlink sockets when a port number gets recycled.Ben Pfaff2013-05-021-0/+1
* dpif-linux: Use MAX_PORTS instead of hard-coded 65535.Ben Pfaff2013-05-021-1/+1
* Make it more obvious that OVS_KEY_ATTR_MPLS may be an arraySimon Horman2013-05-011-4/+4
* dpif-netdev: Shorten delay loops.Ben Pfaff2013-04-301-4/+0
* worker: Prevent worker from being responsible for pidfile deletion.Gurucharan Shetty2013-04-293-2/+31
* netlink-socket: Use xmalloc() instead of malloc().Ben Pfaff2013-04-291-4/+1
* netlink-socket: Minor style fix.Ben Pfaff2013-04-291-2/+1
* timeval: Remove prototype for unimplemented function.Ben Pfaff2013-04-291-1/+0
* dpif-netdev: Update max_mtu correctly.Ben Pfaff2013-04-291-1/+1
* vxlan: Correct comments and NEWS to reflect IANA port assigment.Jesse Gross2013-04-291-2/+0
* Update the default VXLAN destination UDP port to the IANA assigned portKyle Mestery2013-04-261-1/+1
* match: Correct formatting of MPLSSimon Horman2013-04-241-20/+10
* timeval: Check for HAVE_BACKTRACE instead of HAVE_EXECINFO_H.Ben Pfaff2013-04-241-1/+1
* Implement IPFIX exportRomain Lenglet2013-04-226-44/+197
* odp-util: Keep base flow in sync with the kernel view.Jarno Rajahalme2013-04-221-5/+4
* use RT_ROUNDUP on NetBSDYAMAMOTO Takashi2013-04-221-0/+6
* include some headers to satisfy header file dependencies on NetBSD-6YAMAMOTO Takashi2013-04-222-0/+2
* some ctype related casts to suppress gcc warnings on NetBSDYAMAMOTO Takashi2013-04-222-8/+8
* change the type of popcount unsignedYAMAMOTO Takashi2013-04-222-2/+2
* include strings.h for strcasecmpYAMAMOTO Takashi2013-04-221-0/+2
* fix an obvious mistake in a test of IFM_ETHERYAMAMOTO Takashi2013-04-221-1/+1
* ovsdb-server: Announce bound listening ports as status:bound_port.Ben Pfaff2013-04-185-7/+32
* socket-util: Log kernel-chosen bound ports in inet_open_passive().Ben Pfaff2013-04-181-4/+12
* Correctly implement the OpenFlow 1.2+ OXM_OF_IP_DSCP field.Ben Pfaff2013-04-183-4/+48
* list: Style fixes.Ben Pfaff2013-04-161-3/+5
* memory: Avoid 100% CPU when there is nothing to report.Ben Pfaff2013-04-111-2/+4
* netlink-socket: Don't bother logging SO_RCVBUFFORCE failureAnsis Atteka2013-04-111-1/+1