aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2011-09-16notifiers: Create and destroy nln_notifiers.Ethan Jackson
2011-09-16notifiers: Rename run and wait functions.Ethan Jackson
2011-09-15datapath: Always use generic stats for devices (vports)Pravin Shelar
2011-09-15cfm: Delete spurious blank line.Ben Pfaff
2011-09-15ofp-util: Remove obsolete build assertion.Ben Pfaff
2011-09-15odp-util: Drop pointless "if" statement.Ben Pfaff
2011-09-15netdev: Allow get_mtu and set_mtu provider functions to be null.Ben Pfaff
2011-09-13lib: TYPE_IS_SIGNED macro generates compiler warnings.Ethan Jackson
2011-09-13socket-util: inet_parse_passive() had incorrect argument type.Ethan Jackson
2011-09-13lib: Suppress comparison warnings in ovsdb libraries.Ethan Jackson
2011-09-13ofproto-dpif: Optimize flow revalidation for MAC learning.Ben Pfaff
2011-09-13flow: New function flow_wildcards_is_catchall().Ben Pfaff
2011-09-13classifier: Move zero_wildcards() to flow.c as public flow_zero_wildcards().Ben Pfaff
2011-09-13Implement new "learn" action.Ben Pfaff
2011-09-13test-openflowd: Allow specifying port type on --ports option.Ben Pfaff
2011-09-13dpif-netdev: Also allow "dummy" netdevs in a dpif-netdev.Ben Pfaff
2011-09-13ofproto-dpif: Add -generate option to ofproto/trace command.Ben Pfaff
2011-09-13meta-flow: New library for working with fields by id.Ben Pfaff
2011-09-13ofp-util: New function for parsing key-value pairs.Ben Pfaff
2011-09-13ofp-util: Add type-safe functions for serializing actions.Ben Pfaff
2011-09-13ofp-parse: Refactor action parsing to improve compiler warnings.Ben Pfaff
2011-09-13ofp-util: Further abstract definitions of action properties.Ben Pfaff
2011-09-13ofp-util: New functions for parsing and formatting OpenFlow port numbers.Ben Pfaff
2011-09-13packets: Add more utility functions for IPv4 and IPv6 addresses.Ben Pfaff
2011-09-13classifier: Change cls_rule_set_nd_target() to take a pointer.Ben Pfaff
2011-09-12datapath: Strip down vport interface : OVS_VPORT_ATTR_MTUPravin Shelar
2011-09-09datapath: add key support to CAPWAP tunnelValient Gough