Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / lib /
2011-03-10 Ben Pfaffovsdb-data: Expose guts of ovsdb_symbol_table() to...
2011-03-10 Ben Pfaffovsdb-data: Rename 'used' to 'created' in struct ovsdb_...
2011-03-10 Ben Pfaffovsdb: Improve error reporting for some internal errors.
2011-03-10 Ben Pfaffovsdb-data: Verify that named-uuid string is an <id>.
2011-03-10 Andrew Evansreconnect: Rename CONNECT_IN_PROGRESS state to CONNECTI...
2011-03-10 Andrew Evansreconnect: Track last-disconnected time.
2011-03-04 Ben Pfaffnetdev-port: Fix invalid memory access in netdev_vport_...
2011-03-03 Jesse Grossflow: Make IPv6 userspace code match kernel.
2011-03-03 Jesse Grossdatapath: Allow jumbograms through IPv6 parsing.
2011-03-02 Jesse Grossflow: Avoid assertion failure on invalid IPv6 packet.
2011-03-01 Ben Pfaffstream-ssl: Only set SSL client session once.
2011-03-01 Ben Pfaffstream-ssl: Break interpretation of queued error into...
2011-03-01 Ben Pfaffofp-util: Make NXM required for 64-bit cookies in is_nx...
2011-02-25 Ben Pfaffofp-print: Don't print priority for flow stats requests.
2011-02-25 Ben Pfaffutil: Avoid uninitialized pointer complaints from Coverity.
2011-02-23 Ben Pfaffutil: Make out_of_memory() call abort() instead of...
2011-02-23 Ben Pfaffdhcp-client: Remove useless call to timeout() from...
2011-02-23 Ben Pfaffovsdb-idl: JSONRPC_REPLY message always has nonnull...
2011-02-23 Ben Pfaffrconn: Clarify rconn_run_wait().
2011-02-23 Ben Pfaffleak-checker: Avoid printing freed pointer.
2011-02-23 Ben Pfaffstream: Make stream_report_content() tolerate negative...
2011-02-23 Ben Pfaffprocess: Avoid late failure if /dev/null cannot be...
2011-02-23 Justin Pettitovsdb-idl: Remove deadcode related to "reply" in ovsdb_...
2011-02-23 Justin Pettitnx-match: Don't fall through case when handling dest...
2011-02-23 Justin Pettitnetdev-linux: Zero-out "sin" in netdev_linux_arp_lookup().
2011-02-23 Justin Pettittable: Free "error" in cell_to_text().
2011-02-23 Ben Pfaffmultipath: Validate multipath actions more thoroughly...
2011-02-23 Ben Pfaffofp-parse: Don't segfault when an OpenFlow action's...
2011-02-23 Ben Pfaffutil: New function ovs_strzcpy().
2011-02-23 Ben Pfaffutil: Don't read over 'size - 1' bytes of source string...
2011-02-22 Ben Pfaffstring: Implement strnlen() if it is missing.
2011-02-22 Justin Pettitvconn: Fix comparison that should be assignment in...
2011-02-22 Justin Pettitsocket-util: Free strings in make_sockaddr_un() error...
2011-02-22 Justin Pettitdaemon: Fix leak of string in make_pidfile().
2011-02-22 Justin Pettitovsdb-data: Free string leaked in ovsdb_datum_from_stri...
2011-02-15 Ben Pfaffvconn-stream: Make definitions of tcp_vconn_class,...
2011-02-15 Ben Pfaffdpif-netdev: Fix segfault handling packets.
2011-02-09 Ben Pfaffovs-vsctl: Add formatting options for the "list" and...
2011-02-09 Ben Pfafftable: Add new "bare" output formatting options.
2011-02-09 Ben Pfaffovsdb-client: Break table formatting into new library.
2011-02-07 Justin Pettitdatapath: Better calculate max nlattr-formatted flow...
2011-02-07 Justin Pettitdatapath: Increase size of max nlattr-formatted flow...
2011-02-07 Ben Pfaffovs-vswitchd: Complete daemonization only after initial...
2011-02-07 Ben Pfaffdaemon: Define daemon options enums the same way as...
2011-02-07 Ethan Jacksonvswitchd: Tweak LACP values.
2011-02-05 Ben Pfaffnetlink: Use proper types and functions for half-aligne...
2011-02-05 Ben Pfaffopenflow: Use types and accessors for half-aligned...
2011-02-05 Ben PfaffAdd types and accessors for working with half-aligned...
2011-02-04 Ben Pfaffdatapath: Consider tunnels to have no MTU, fixing jumbo...
2011-02-03 Ben Pfaffdaemon: Suppress valgrind warnings from read_pidfile().
2011-02-03 Ben PfaffZero padding bytes in odp_key_ipv4, odp_key_arp.
2011-02-03 Ethan Jacksonvswitchd: Implement Link Aggregation Control Protocol.
2011-02-03 Ethan Jacksonpackets: Add eth_addr_compare_3way function.
2011-02-03 Ethan Jacksonlib: Correct endianness of packets.h.
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 Neighbor Discovery...
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitnicira-ext: Support matching ARP source and target...
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
2011-02-02 Ethan Jacksonlib: Move l4 flow hash to the flow library.
2011-02-01 Andrew Evansovsdb-server: Write manager status information to Manag...
2011-02-01 Ethan Jacksonlib: Fix off-by-one error in route-table.
2011-02-01 Ben Pfaffdatapath: Dump flow actions only if there is room.
2011-02-01 Ben Pfaffdpif-linux: Always pass an actions attribute in dpif_fl...
2011-02-01 Ethan Jacksonlib: route-table improvements.
2011-01-31 Ethan Jacksonlib: netdev-vport improperly initialized route-table.
2011-01-31 Jesse Grossdpif-linux: Read flow used time.
2011-01-31 Andrew Evansutil: New ovs_retval_to_string() function.
2011-01-30 Jesse Grossodp-util: Print EtherTypes consistently.
2011-01-30 Jesse Grossdpif-linux: Add missing NLM_F_ECHO flag to flow requests.
2011-01-29 Ethan Jacksondpif-linux: Remove extraneous name variable.
2011-01-28 Ben Pfaffdatapath: s/ODPAT_/ODP_ACTION_ATTR_/ to fit new naming...
2011-01-28 Ben Pfaffdpif: Remove dpif_get_all_names().
2011-01-28 Ben Pfaffdatapath: Change dp_idx to dp_ifindex, the ifindex...
2011-01-28 Ben Pfaffdpif-linux: Replace 'minor' by 'dp_idx'.
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* commands to use AF_NETLINK...
2011-01-28 Ben Pfaffdatapath: Convert ODP_VPORT_* to use AF_NETLINK socket...
2011-01-28 Ben Pfaffdatapath: Convert ODP_DP_* commands to use AF_NETLINK...
2011-01-28 Ben Pfaffdatapath: Convert upcalls and ODP_EXECUTE to use AF_NET...
2011-01-28 Ben PfaffEliminate ODPL_* from userspace-facing interface.
2011-01-28 Ben Pfaffdatapath: Get rid of ODPP_NONE.
2011-01-28 Ben Pfaffdatapath: Convert ODP_EXECUTE to use Netlink framing.
2011-01-28 Ben Pfaffdatapath: Convert datapath operations to use Netlink...
2011-01-28 Ben Pfaffdatapath: Convert ODP_FLOW_* and ODP_EXECUTE to put...
2011-01-28 Ben Pfaffdatapath: Eliminate 'flags' member from odp_flow.
2011-01-28 Ben Pfaffdpif: Eliminate ODPPF_* constants from client-visible...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow_stats" from client...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_flow" from client-visible...
2011-01-28 Ben Pfaffdatapath: Change ODP_FLOW_GET to retrieve only a single...
2011-01-28 Ben Pfaffdatapath: Drop port information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop queue information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Drop flow information from odp_stats.
2011-01-28 Ben Pfaffdatapath: Change userspace vport interface to use Netli...
2011-01-28 Ben Pfaffdatapath: Change vport type from string to integer...
2011-01-28 Ben Pfaffdpif: Eliminate "struct odp_port" from client-visible...
2011-01-28 Ben Pfaffovs-dpctl: Use netdev_get_config() to print vport confi...
2011-01-28 Ben Pfaffnetdev: Make netdev arguments fetchable, and implement...
2011-01-28 Ben Pfaffdatapath: Drop datapath index and port number from...
2011-01-28 Ben Pfaffdatapath: Make it possible to query vports by name...
2011-01-28 Ben Pfaffdatapath: Change listing ports to use an iterator concept.
2011-01-28 Ben Pfaffdatapath: Report kernel's flow key when passing packets...
next