aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-10-11meta-flow: Fix mf_get_value() retrieval of register values.Ben Pfaff
2011-10-11cfm: New 'cfm_opstate' setting.Ethan Jackson
2011-10-11cfm: Show extended mode in cfm/show appctl command.Ethan Jackson
2011-10-11dpif-netdev: Implement OVS_ACTION_ATTR_SAMPLE action.Ben Pfaff
2011-10-11dpif-netdev: Simplify code by removing dpif_netdev_validate_actions().Ben Pfaff
2011-10-11netlink: New macros NL_NESTED_FOR_EACH, NL_NESTED_FOR_EACH_UNSAFE.Ben Pfaff
2011-10-11openflow: Delete icmp_type and icmp_code macros.Ben Pfaff
2011-10-10cfm: Send properly formatted CCMs.Ben Pfaff
2011-10-07dpif-linux: Don't reset kernel upcall_pids unintentionally.Ben Pfaff
2011-10-05datapath: Strip down vport interface - ifIndex.Pravin B Shelar
2011-10-05dpif: Avoid use of "struct ovs_dp_stats" in platform-independent modules.Ben Pfaff
2011-10-05odp-util: Use nl_parse_nested() to simplify format_odp_sample_action().Ben Pfaff
2011-10-04nicira-ext: Fix build problems on 64-bit systems.Justin Pettit
2011-10-04nicira-ext: Bump number of registers to five from four.Justin Pettit
2011-10-04vconn: Remove unnecessary forward declarations and #includes from header.Ben Pfaff
2011-10-03meta-flow: Fix icmp_code field's wildcard bit.Ben Pfaff
2011-10-03ofp-parse: Remove write-only variable in parse_ofp_flow_mod_str().Ben Pfaff
2011-09-30flow: Move flow_extract_stats() to dpif.c, as dpif_flow_stats_extract().Ben Pfaff
2011-09-30Remove a pair of unnecessary dependencies on datapath-protocol.h.Ben Pfaff
2011-09-29cfm: Cleanup output of ovs-appctl "cfm/show" command.Justin Pettit
2011-09-29lacp: Make argument to ovs-appctl "lacp/show" command optional.Justin Pettit
2011-09-29cfm: Make argument to ovs-appctl "cfm/show" command optional.Justin Pettit
2011-09-29ovs-appctl: Print command arguments for "help".Justin Pettit
2011-09-29ofp-util: make_packet_out() shouldn't receive OVSP_NONE.Jesse Gross
2011-09-29flow: Drop datapath-protocol.h from flow.c.Jesse Gross
2011-09-29vlog: Accept any case for ANY and PATTERN when setting levels.Ben Pfaff
2011-09-28route-table: Clear route_notifier after free.Jesse Gross
2011-09-28sFlow: Genericize/simplify kernel sFlow implementationPravin Shelar
2011-09-27route-table: Close netlink notifier before closing nln.Jesse Gross
2011-09-26bitmap: New function to allocate a bitmap initialized to all-1-bits.Ben Pfaff
2011-09-26ofproto-dpif: Get rid of OFP_VLAN_NONE pollution.Ben Pfaff
2011-09-23bond: Remove spurious blank line.Ben Pfaff
2011-09-23dpif-linux: Prevent a single port from monopolizing upcalls.Jesse Gross
2011-09-23netlink: Expose version of nl_attr_find for key and len.Jesse Gross
2011-09-23poll-loop: Enable checking whether a FD caused a wakeup.Jesse Gross
2011-09-23datapath: Use unicast Netlink sockets for upcalls.Jesse Gross
2011-09-23netlink: Expose method to get Netlink pid of a socket.Jesse Gross
2011-09-23tag: Fix typo in comment.Ben Pfaff
2011-09-23ovsdb-idl: Code style improvements.Ben Pfaff
2011-09-22ofp-print: Avoid double space before "actions" for catch-all flows.Ben Pfaff
2011-09-22netdev-linux: Fix broken build on RHEL 6.Ben Pfaff
2011-09-22netlink-socket: Async notifications are incompatible with other operations.Ben Pfaff
2011-09-22Remove netdev_find_dev_by_in4Simon Horman
2011-09-22Do not include net/ethernet.h and linux/if_tunnel.hSimon Horman
2011-09-22Add fallback definition of SIG_ATOMIC_MAXSimon Horman
2011-09-22Include <sys/time.h> in socket-util.hSimon Horman
2011-09-22Include <sys/socket.h> in socket-util.hSimon Horman
2011-09-21netlink-socket: Fix typo in comment.Ben Pfaff
2011-09-16dpif-linux: Handle nl_lookup_genl_mcgroup() failures.Ethan Jackson
2011-09-16dpif-linux: Open dpif despite notifier failures.Ethan Jackson