summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* sset: New function sset_sort().Ben Pfaff2013-04-102-2/+38
* dpif-linux: Reset epoll() on channel deletion.Ethan Jackson2013-04-101-0/+1
* vlog: extend syslog format to make OVS logs easier to filterRomain Lenglet2013-04-051-1/+1
* memory: Avoid an empty log message if there's nothing to log.Ben Pfaff2013-04-031-2/+2
* netdev: Remove netdev_is_open(), which has no users.Ben Pfaff2013-04-012-10/+0
* netdev: Remove netdev_exists(), which has no users.Ben Pfaff2013-04-012-22/+0
* ovsdb-data: New functions for predicting serialized length of data.Ben Pfaff2013-04-012-2/+97
* json: New function json_serialized_length().Ben Pfaff2013-04-012-2/+117
* tests: Add sFlow test.Neil Mckee2013-04-011-3/+35
* odp-utils: Fix memory corruption while flow parsing.Gurucharan Shetty2013-03-241-1/+2
* mpls: Allow l3 and l4 actions to prior to a push_mpls actionSimon Horman2013-03-201-4/+8
* ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff2013-03-155-10/+49
* Remove encal_dl_type from struct flowSimon Horman2013-03-157-59/+25
* Revert "flow: Split flow_extract"Simon Horman2013-03-152-31/+5
* lib: Rename lib/pcap.h to avoid inclusion conflicts.Stephane A. Sezer2013-03-154-7/+6
* Add table_id to NXM flow_removed messages.Ben Pfaff2013-03-081-1/+2
* timeval: Avoid backtrace() from signal handler on x86-64.Ben Pfaff2013-03-071-12/+16
* nicira-ext: Add Nicira actions NXAST_STACK_PUSH and NXAST_STACK_POP.Andy Zhou2013-03-066-0/+228
* Add support for set_mpls_ttl actionSimon Horman2013-03-064-0/+59
* Add support for dec_mpls_ttl actionSimon Horman2013-03-067-1/+41
* timeval: Increase accuracy of cached time 4X, from 100 ms to 25 ms.Ben Pfaff2013-03-051-1/+1
* timeval: Enable caching the current time even on x86-64.Ben Pfaff2013-03-051-12/+6
* ovsdb-idlc: Make no-op writes to write-only columns cheaper.Ben Pfaff2013-03-052-12/+39
* Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar2013-03-045-40/+5
* ofpbuf: Remove OFPBUF_STACK_BUFFER.Ben Pfaff2013-03-012-8/+4
* netdev: Update comment.Ben Pfaff2013-02-281-4/+5