New utility ovs-vsctl.
[sliver-openvswitch.git] / lib /
2009-09-12 Justin PettitMerge commit 'origin/citrix'
2009-09-12 Justin PettitMerge commit 'origin/ctrix' into k
2009-09-11 Jean Tourrihlesvconn: Fix byte-swapping of message type when validatin...
2009-09-11 Justin Pettitlogging: Lower logging level for coverage messages...
2009-09-09 Ben PfaffDocument ovs-vswitchd's ovs-appctl commands and some...
2009-09-05 Justin PettitMerge commit 'origin/citrix'
2009-09-02 Ben Pfaffrconn: Speed up in-band control connections, by caching...
2009-09-02 Ben Pfaffvconn-tcp: Report correct remote IP and remote port.
2009-09-02 Ben PfaffMerge citrix branch into master.
2009-09-01 Justin Pettitdpif: Add dpif_port_get_name call
2009-09-01 Justin Pettitnetdev: Add netdev_get_next_hop call
2009-09-01 Justin PettitAdd ability for the datapath to match IP address in...
2009-09-01 Justin PettitReturn netmask along with IP address when querying...
2009-09-01 Justin Pettitnetdev: Fix reversed arguments in netdev_recv warning.
2009-08-25 Justin PettitCleanup incorrect unitialized variable warnings.
2009-08-25 Justin Pettitdpif: Address portability issues in dpif-netdev
2009-08-25 Justin PettitCleanup isdigit() warnings.
2009-08-25 Justin PettitMerge commit 'origin/citrix'
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-19 Ben PfaffMerge citrix into master.
2009-08-07 Ben Pfaffsvec: New convenience macro SVEC_FOR_EACH.
2009-08-07 Justin Pettitdpif: Only clear 'all_dps' argument in dp_enumerate().
2009-08-07 Justin Pettitdaemon: Remove short options from daemon library
2009-08-07 Justin Pettitdaemon: Provide option to not chdir to root
2009-08-07 Justin Pettitovs-dpctl: Add dump-dps command
2009-08-01 Justin Pettitcfg: Terminate cfg to prevent crashes
2009-07-31 Ben PfaffFix broken build by making "make dist" include lib...
2009-07-30 Ben Pfaffrtnetlink: Move into separate source and header file.
2009-07-30 Ben Pfaffrtnetlink: Document.
2009-07-30 Ben Pfaffnetdev-linux: Rename "linux_netdev_*" to "rtnetlink_*".
2009-07-30 Ben Pfaffnetdev: Implement an abstract interface to network...
2009-07-30 Ben Pfaffnetdev: Remove netdev_nodev_*() functions.
2009-07-30 Ben Pfaffnetdev: Make netdev_get_vlan_vid() take a netdev instea...
2009-07-30 Ben Pfaffnetdev: Make netdev_find_dev_by_in4() use netdevs,...
2009-07-30 Ben Pfaffnetdev: Add 'netdev' parameter to netdev_add_router().
2009-07-30 Ben Pfaffnetdev: New function netdev_exists().
2009-07-30 Ben Pfaffnetdev: Get rid of netdev_open_tap().
2009-07-30 Ben Pfaffnetdev: Change netdev_get_in4() to return an error...
2009-07-30 Ben Pfaffnetdev: Change netdev_get_mtu() to return an error...
2009-07-30 Ben Pfaffnetdev: Change netdev_get_etheraddr() to return an...
2009-07-30 Ben Pfaffshash: Introduce new macros SHASH_FOR_EACH, SHASH_FOR_E...
2009-07-30 Ben Pfaffshash: Make shash_add() return the new node.
2009-07-30 Justin Pettitvswitchd: Add unixctl command to dump all flows, includ...
2009-07-29 Justin PettitFix DHCP request source port and add port #define's
2009-07-29 Justin PettitCleanup warnings about "save_ptr" in strtok_r argument
2009-07-29 Ben PfaffReduce default maximum connection timeout from 15 secon...
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-29 Justin PettitMerge commit 'origin/citrix'
2009-07-21 Ben PfaffDo not try to resolve DNS for OpenFlow controllers...
2009-07-16 Ben Pfaffcfg: New function cfg_get_matches().
2009-07-16 Ben PfaffMerge citrix branch into master.
2009-07-16 Ben Pfaffprocess: New function process_run_capture().
2009-07-16 Ben Pfaffprocess: Factor code out of process_start() into helper...
2009-07-16 Ben Pfaffprocess: Fix races on fatal signal handling in process_...
2009-07-16 Ben Pfaffmac-learning: New function mac_entry_age().
2009-07-16 Ben PfaffAdd macros for parsing MAC addresses from strings.
2009-07-16 Ben PfaffNew function ds_steal_cstr().
2009-07-16 Ben PfaffAdd function get_null_fd(), to reduce code redundancy.
2009-07-14 Justin PettitFix unitialized variable in coverage_log()
2009-07-13 Ben Pfaffvconn: Fix detection of vconn local IP address, to...
2009-07-11 Justin PettitRemove "coverage/clear" command due its limited use
2009-07-10 Justin PettitProvide ability to retrieve coverage information
2009-07-08 Justin PettitProvide method to locate device by IP and add more...
2009-07-08 Justin PettitHave rconn and vconn export information about IPs and...
2009-07-08 Justin PettitInclude "inttypes.h" to pickup definition of PRIu8.
2009-07-08 Ben PfaffRename "secchan" to "ofproto" (library) and "ovs-openfl...
2009-07-06 Ben Pfaffvswitch: Avoid knowledge of details specific to Linux...
2009-07-06 Ben Pfaffdpif-linux: Don't allow arbitrary internal ports to...
2009-07-06 Ben PfaffNew implementation of userspace datapath, based on...
2009-07-06 Ben PfaffIntroduce general-purpose ways to wait for dpif and...
2009-07-06 Ben Pfaffdpif: Add new functions dp_run() and dp_wait().
2009-07-06 Ben Pfaffdpif: Make dpifs abstract, to allow multiple datapath...
2009-07-06 Ben Pfaffdatapath: Change ODP_PORT_LIST semantics.
2009-07-06 Ben Pfaffdatapath: Get rid of query operations for single flows.
2009-07-06 Ben Pfaffdatapath: Make the datapath responsible for choosing...
2009-07-06 Ben Pfaffdpif: Rename odp_msg related functions for more consist...
2009-07-06 Ben Pfaffdpif: Change dpif_port_group_get() semantics.
2009-07-06 Ben Pfaffdpif: Remove obsolete support for datapaths whose names...
2009-07-06 Ben Pfaffdpif: Hide the contents of struct dpif.
2009-07-06 Ben Pfaffdpif: Make dpif_port_query_by_name() more useful by...
2009-07-06 Ben Pfaffdpif: Replace dpif_id() by dpif_name().
2009-07-06 Ben Pfaffdpif: New function dpif_get_netflow_ids().
2009-07-06 Ben Pfaffdpif: Rename dpif_get_name() to dpif_port_get_name...
2009-07-06 Ben Pfaffshash: New function shash_first().
2009-07-06 Ben Pfaffshash: New function shash_is_empty().
2009-07-01 Justin PettitMerge commit 'origin/citrix'
2009-06-26 Ben PfaffLog more rconn status.
2009-06-23 Justin PettitAdd some comments to description to netdev functions.
2009-06-20 Ben Pfaffcfg: Log accurate waiting times in cfg_lock().
2009-06-15 Ben PfaffMerge changes from citrix branch into master.
2009-06-15 Ben PfaffReplace SHA-1 library with one that is clearly licensed.
2009-06-15 Ben PfaffUpdate primary code license to Apache 2.0.
2009-06-13 Ben Pfaffvconn: Factor out common code from TCP and SSL vconns.
2009-06-12 Ben Pfaffvconn: Drop obsolete code for Netlink-based vconns.
2009-06-12 Ben Pfaffvconn: Report valid errno value if connection closed...
2009-06-10 Ben PfaffAdd file missing from commit baf099 "Fix glibc 2.7...
2009-06-10 Ben PfaffFix glibc 2.7 strtok_r() bug in a more permanent fashion.
2009-06-10 Ben PfaffAdd unit test for TCP/IP checksumming code.
2009-06-09 Ben PfaffFix another "make" versus "make dist" build problem.
2009-06-09 Ben PfaffFix behavior of simultaneous "make" and "make dist".
next