aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-02-25Add support for LISP tunnelingLorand Jakab
2013-02-25ofp-util: Remove prototype for unimplemented, misspelled function.Ben Pfaff
2013-02-22Revert "match: Only print tp_src and tp_dst for TCP and UDP."Justin Pettit
2013-02-21match: Only print tp_src and tp_dst for TCP and UDP.Justin Pettit
2013-02-20tunnel: set skb mark for IPsec tunnel packetsAnsis Atteka
2013-02-19datapath: Remove CAPWAP tunneling support.Pravin B Shelar
2013-02-19datapath: Fix parsing invalid LLC/SNAP ethertypesRich Lane
2013-02-15Allow OVS_USERSPACE_ATTR_USERDATA to be variable length.Ben Pfaff
2013-02-15dpif-linux: Fix byte-swapping direction in nl_msg_put_u16() call.Ben Pfaff
2013-02-14Modify dpif_linux_port_add() to set the destination port for VXLAN ports.Kyle Mestery
2013-02-14vxlan: Update netdev_vport_get_dpif_port() to support VXLAN port namesKyle Mestery
2013-02-14vxlan: Add utility functions to the simap data structure.Kyle Mestery
2013-02-12ofp-msgs: ensure that l2 is set in ofpmp_reserve()Ben Pfaff
2013-02-12Make OpenFlow 1.2+ role replies return the generation ID.Ben Pfaff
2013-02-11ofp-util: Simplify struct ofputil_role_request.Ben Pfaff
2013-02-11ofp-msgs: New function ofpraw_decode_assert().Ben Pfaff
2013-02-11ofp-msgs: Fix typos in comment.Ben Pfaff
2013-02-11netdev-dummy: Correctly maintain port statistics.Ben Pfaff
2013-02-11timeval: Don't issue poll interval warnings when we warp time.Ben Pfaff
2013-02-11bond: Reduce log level from WARN to INFO for interface status updates.Ben Pfaff
2013-02-11poll-loop: Reduce high-CPU log messages from WARN to INFO.Ben Pfaff
2013-02-11classifier: Refactor table priority updates and tables_priority reordering.Ben Pfaff
2013-02-11stream-unix: Use rundir as root for relative paths.Pavithra Ramesh
2013-02-11classifier: Maintain tables in descending priority order.Jarno Rajahalme
2013-02-08Optimize classifier by maintaining the priority of the highest priority rule ...Jarno Rajahalme
2013-02-06packet: packet_get_tcp_flags: use flow's innermost dl_typeSimon Horman
2013-02-06odp-util: commit_set_nw_action: use flow's innermost dl_typeSimon Horman
2013-02-06packet: Correctly set ethertype in pop_mpls()Simon Horman
2013-02-05nicira-ext: Remove the autopath action.Ethan Jackson
2013-02-05bond: Remove stable bond mode.Ethan Jackson
2013-02-05User-Space MPLS actions and matchesSimon Horman
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
2013-01-28packets: Create global helper is_ip_any().Ethan Jackson
2013-01-28dpif-netdev: Allow stub interfaces on the dummy datapath.Ethan Jackson