ovs-xapi-sync: Crashes if root-prefix is unspecified.
[sliver-openvswitch.git] / lib /
2011-09-28 Jesse Grossroute-table: Clear route_notifier after free.
2011-09-28 Pravin ShelarsFlow: Genericize/simplify kernel sFlow implementation
2011-09-27 Jesse Grossroute-table: Close netlink notifier before closing...
2011-09-26 Ben Pfaffbitmap: New function to allocate a bitmap initialized...
2011-09-26 Ben Pfaffofproto-dpif: Get rid of OFP_VLAN_NONE pollution.
2011-09-24 Ben Pfaffbond: Remove spurious blank line.
2011-09-23 Jesse Grossdpif-linux: Prevent a single port from monopolizing...
2011-09-23 Jesse Grossnetlink: Expose version of nl_attr_find for key and...
2011-09-23 Jesse Grosspoll-loop: Enable checking whether a FD caused a wakeup.
2011-09-23 Jesse Grossdatapath: Use unicast Netlink sockets for upcalls.
2011-09-23 Jesse Grossnetlink: Expose method to get Netlink pid of a socket.
2011-09-23 Ben Pfafftag: Fix typo in comment.
2011-09-23 Ben Pfaffovsdb-idl: Code style improvements.
2011-09-22 Ben Pfaffofp-print: Avoid double space before "actions" for...
2011-09-22 Ben Pfaffnetdev-linux: Fix broken build on RHEL 6.
2011-09-22 Ben Pfaffnetlink-socket: Async notifications are incompatible...
2011-09-22 Simon HormanRemove netdev_find_dev_by_in4
2011-09-22 Simon HormanDo not include net/ethernet.h and linux/if_tunnel.h
2011-09-22 Simon HormanAdd fallback definition of SIG_ATOMIC_MAX
2011-09-22 Simon HormanInclude <sys/time.h> in socket-util.h
2011-09-22 Simon HormanInclude <sys/socket.h> in socket-util.h
2011-09-22 Ben Pfaffnetlink-socket: Fix typo in comment.
2011-09-16 Ethan Jacksondpif-linux: Handle nl_lookup_genl_mcgroup() failures.
2011-09-16 Ethan Jacksondpif-linux: Open dpif despite notifier failures.
2011-09-16 Ethan Jacksonnotifiers: Create and destroy nln_notifiers.
2011-09-16 Ethan Jacksonnotifiers: Rename run and wait functions.
2011-09-16 Pravin Shelardatapath: Always use generic stats for devices (vports)
2011-09-15 Ben Pfaffcfm: Delete spurious blank line.
2011-09-15 Ben Pfaffofp-util: Remove obsolete build assertion.
2011-09-15 Ben Pfaffodp-util: Drop pointless "if" statement.
2011-09-15 Ben Pfaffnetdev: Allow get_mtu and set_mtu provider functions...
2011-09-13 Ethan Jacksonlib: TYPE_IS_SIGNED macro generates compiler warnings.
2011-09-13 Ethan Jacksonsocket-util: inet_parse_passive() had incorrect argume...
2011-09-13 Ethan Jacksonlib: Suppress comparison warnings in ovsdb libraries.
2011-09-13 Ben Pfaffofproto-dpif: Optimize flow revalidation for MAC learning.
2011-09-13 Ben Pfaffflow: New function flow_wildcards_is_catchall().
2011-09-13 Ben Pfaffclassifier: Move zero_wildcards() to flow.c as public...
2011-09-13 Ben PfaffImplement new "learn" action.
2011-09-13 Ben Pfafftest-openflowd: Allow specifying port type on --ports...
2011-09-13 Ben Pfaffdpif-netdev: Also allow "dummy" netdevs in a dpif-netdev.
2011-09-13 Ben Pfaffofproto-dpif: Add -generate option to ofproto/trace...
2011-09-13 Ben Pfaffmeta-flow: New library for working with fields by id.
2011-09-13 Ben Pfaffofp-util: New function for parsing key-value pairs.
2011-09-13 Ben Pfaffofp-util: Add type-safe functions for serializing actions.
2011-09-13 Ben Pfaffofp-parse: Refactor action parsing to improve compiler...
2011-09-13 Ben Pfaffofp-util: Further abstract definitions of action proper...
2011-09-13 Ben Pfaffofp-util: New functions for parsing and formatting...
2011-09-13 Ben Pfaffpackets: Add more utility functions for IPv4 and IPv6...
2011-09-13 Ben Pfaffclassifier: Change cls_rule_set_nd_target() to take...
2011-09-13 Pravin Shelardatapath: Strip down vport interface : OVS_VPORT_ATTR_MTU
2011-09-10 Valient Goughdatapath: add key support to CAPWAP tunnel
2011-09-10 Pravin Shelardatapath: VLAN actions should use push/pop semantics
2011-09-09 Ben Pfaffnetlink-socket: Avoid use-after-free in nl_lookup_genl_...
2011-09-09 Ethan Jacksoncfm: Write remote MPIDs to the database.
2011-09-09 Ethan Jacksoncfm: Eight byte MPIDs in extended mode.
2011-09-09 Ethan Jacksoncfm: Allow accurate transmission intervals in extended...
2011-09-09 Ethan Jacksoncfm: New cfm extended mode.
2011-09-09 Ethan Jacksoncfm: Remove cfm_remote_mpid configuration.
2011-09-09 Ethan Jacksoncfm: Trigger fault on unexpected CCM reception.
2011-09-09 Ethan Jacksonlacp: Clean up LACP module interface.
2011-09-08 Ben Pfaffdatapath: Allow a packet with no input port to omit...
2011-09-08 Pravin ShelarStrip down vport interface : iflink
2011-09-06 Ben Pfaffnetlink-protocol: Move CTRL_ATTR_MCAST definitions...
2011-09-02 Ethan Jacksonnetlink-protocol: Define missing symbols.
2011-09-02 Ethan Jacksondpif-linux: Stop listening for RTNL notifications.
2011-09-02 Ethan Jacksonnetlink-socket: New function nl_lookup_genl_mcgroup().
2011-09-02 Ethan Jacksonnetlink-notifier: Rename rtnetlink code.
2011-09-02 Ethan Jacksonlib: Rename rtnetlink.[ch] files.
2011-08-29 Justin Pettitdatapath: Disable LRO from userspace instead of the...
2011-08-28 Justin Pettitnetdev-linux: Introduce netdev_linux_ethtool_set_flag().
2011-08-27 Ethan Jacksoncfm: Zero out empty field as required.
2011-08-27 Ethan Jacksonsocket-util: Suppress valgrind uninitialized use warning.
2011-08-24 Ben Pfaffdocs: Add Makefile rule to check syntax of manpages.
2011-08-24 Ben Pfaffdocs: Fix some manpage syntax errors found with "groff".
2011-08-24 Ben Pfaffovsdb-data: Simplify converting an OVSDB datum to JSON...
2011-08-24 Ben Pfaffpython: Take advantage of Python "x < y < z" syntax.
2011-08-22 Ethan Jacksondpif-linux: Call rtnetlink_notifier_run() as required.
2011-08-22 Ethan Jacksonrtnetlink: Notifiers should only run once per poll...
2011-08-20 Justin Pettitdatapath: Use "OVS_*" as opposed to "ODP_*" for user...
2011-08-19 Ben Pfaffclassifier: Fix typo in comment.
2011-08-18 Ben Pfaffodp-util: Fix parsing of Ethertypes 0x8000 and above.
2011-08-15 Ben Pfaffofp-print: Add missing "break".
2011-08-15 Ben Pfaffpoll-loop: Remove static variable n_waiters.
2011-08-15 Ben Pfaffdpif-netdev: Avoid pointlessly maintaining a port count.
2011-08-12 Ethan Jacksonnicra-ext: New action NXAST_OUTPUT_REG.
2011-08-12 Ethan Jacksonnx-match: New function nxm_read_field_bits().
2011-08-12 Ethan Jacksonnx-match: Update register check functions.
2011-08-12 Ethan Jacksonnx-match: Fix bug in "move" action.
2011-08-12 Ethan Jacksonflow: New FLOW_WC_SEQ build assertion.
2011-08-12 Ethan Jacksonlib: Whitespace cleanup.
2011-08-12 Ben Pfaffofp-parse: Fix parsing of register values 2**31 and...
2011-08-09 Ben Pfaffofp-util: Rename struct flow_stats_request with ofputil...
2011-08-09 Ben Pfaffofp-util: Rename struct flow_mod to struct ofputil_flow...
2011-08-09 Ben PfaffNew action NXAST_RESUBMIT_TABLE.
2011-08-08 Ben Pfaffodp-util: New function odp_flow_key_from_string().
2011-08-08 Ben Pfaffodp-util: Format VLAN headers more like other headers...
2011-08-08 Ben Pfaffnetdev: Get rid of struct netdev_options and netdev_ope...
2011-08-08 Ben Pfaffnetdev: Decouple creating and configuring network devices.
2011-08-08 Ben Pfaffnetdev: Clean up and refactor packet receive interface.
2011-08-08 Ben Pfaffofp-util: Rewrite action decoding to improve compiler...
next