aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-06-14odp-util: Use proper formatting for ODP port number.Jarno Rajahalme
2013-06-06dpif-netdev: Don't run port names through netdev_vport_get_dpif_port().Ben Pfaff
2013-06-05packets: Fix typo in reserved multicast Ethernet addresses.Ben Pfaff
2013-06-04Always use valid ids pointer in dec_ttl_cnt_ids_from_openflow()Simon Horman
2013-05-09flow: Fix IPv6 fragment packet handlingTakashi Kawaguchi
2013-05-03netdev-bsd: Use UINT64_MAX for unsupported stats.Ed Maste
2013-05-03Change sFlow model to reflect per-bridge samplingNeil Mckee
2013-05-02dpif-linux: Close channel Netlink sockets when a port number gets recycled.Ben Pfaff
2013-04-29worker: Prevent worker from being responsible for pidfile deletion.Gurucharan Shetty
2013-04-29Update the default VXLAN destination UDP port to the IANA assigned portKyle Mestery
2013-04-10sset: New function sset_sort().Ben Pfaff
2013-04-10dpif-linux: Reset epoll() on channel deletion.Ethan Jackson
2013-04-02ovsdb-data: New functions for predicting serialized length of data.Ben Pfaff
2013-04-02json: New function json_serialized_length().Ben Pfaff
2013-03-24odp-utils: Fix memory corruption while flow parsing.Gurucharan Shetty
2013-03-18ovs-vsctl: Try connecting only once for active connections by default.Ben Pfaff
2013-03-08Add table_id to NXM flow_removed messages.Ben Pfaff
2013-03-07timeval: Avoid backtrace() from signal handler on x86-64.Ben Pfaff
2013-03-06Tunnel: Cleanup old tunnel infrastructure.Pravin B Shelar
2013-03-06datapath: Remove CAPWAP tunneling support.Pravin B Shelar
2013-03-06timeval: Increase accuracy of cached time 4X, from 100 ms to 25 ms.Ben Pfaff
2013-03-06timeval: Enable caching the current time even on x86-64.Ben Pfaff
2013-03-06ovsdb-idlc: Make no-op writes to write-only columns cheaper.Ben Pfaff
2013-02-28netdev-linux: Fix netdev_linux_send() return value in corner case.Ben Pfaff
2013-02-28nx-match: Correct writing of value and length in set_field_to_ofast()Simon Horman
2013-02-26dpif-linux: Fix byte-swapping direction in nl_msg_put_u16() call.Ben Pfaff
2013-02-26Modify dpif_linux_port_add() to set the destination port for VXLAN ports.Kyle Mestery
2013-02-26vxlan: Update netdev_vport_get_dpif_port() to support VXLAN port namesKyle Mestery
2013-02-26vxlan: Add utility functions to the simap data structure.Kyle Mestery
2013-02-19datapath: Fix parsing invalid LLC/SNAP ethertypesRich Lane
2013-02-15tunnel: set skb mark for IPsec tunnel packetsAnsis Atteka
2013-02-12ofp-msgs: ensure that l2 is set in ofpmp_reserve()Ben Pfaff
2013-02-11stream-unix: Use rundir as root for relative paths.Pavithra Ramesh
2013-02-01Use is_pow2() function, where possible, instead of IS_POW2 macro.Ben Pfaff
2013-02-01socket-util: Use set_nonblocking() helper function.Ben Pfaff
2013-02-01timeval: Avoid unnecessary integer overflow in time_alarm().Ben Pfaff
2013-02-01worker: Use ovs_retval_to_string() where EOF is a possible return value.Ben Pfaff
2013-02-01unixctl: Use ovs_retval_to_string() where EOF is a possible value.Ben Pfaff
2013-02-01netdev-linux: Check return value of set_nonblocking().Ben Pfaff
2013-02-01process: Check return value of set_nonblocking().Ben Pfaff
2013-02-01ofp-util: Rename ofputil_port_from_string() variable to avoid hiding param.Ben Pfaff
2013-02-01vlog: New function vlog_set_levels_from_string_assert().Ben Pfaff
2013-02-01ofp-parse: Ignore "idle_age" and "hard_age" when parsing a flow string.Justin Pettit
2013-02-01netlink-socket: Don't bother logging SO_RCVBUFFORCE failure as non-root.Ben Pfaff
2013-01-31ovsdb-idl: Fix memory leak on error path.Ben Pfaff
2013-01-31meta-flow: Add missing "break" to mf_set_wild().Ben Pfaff
2013-01-31meta-flow: Avoid null pointer dereference in mf_format_frag_string().Ben Pfaff
2013-01-28netdev-vport: Build on all platforms.Ethan Jackson
2013-01-28lib: Switch to flow based tunneling.Ethan Jackson
2013-01-28netdev: New function netdev_get_dpif_port().Ethan Jackson