aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-09-21netdev: Fix memory leak in get_stats_via_netlink().Ben Pfaff
2009-09-16secchan: Better tolerate failing controller admission control in fail-open.Ben Pfaff
2009-09-16Factor out code for composing OFPT_PACKET_IN messages.Ben Pfaff
2009-09-16Factor out code for composing benign packets.Ben Pfaff
2009-09-14Raise MAC learning table capacity from 1,024 to 2,048 entries per bridge.Ben Pfaff
2009-09-11Merge commit 'origin/ctrix' into kJustin Pettit
2009-09-11vconn: Fix byte-swapping of message type when validating OpenFlow actions.Jean Tourrihles
2009-09-11logging: Lower logging level for coverage messages due to slow poll loopsJustin Pettit
2009-09-09Document ovs-vswitchd's ovs-appctl commands and some ovs-vswitchd internals.Ben Pfaff
2009-09-02rconn: Speed up in-band control connections, by caching the remote address.Ben Pfaff
2009-09-01dpif: Add dpif_port_get_name callJustin Pettit
2009-09-01netdev: Add netdev_get_next_hop callJustin Pettit
2009-09-01Add ability for the datapath to match IP address in ARPsJustin Pettit
2009-09-01Return netmask along with IP address when querying through netdevJustin Pettit
2009-09-01netdev: Fix reversed arguments in netdev_recv warning.Justin Pettit
2009-08-07svec: New convenience macro SVEC_FOR_EACH.Ben Pfaff
2009-08-06daemon: Remove short options from daemon libraryJustin Pettit
2009-08-06daemon: Provide option to not chdir to rootJustin Pettit
2009-08-06ovs-dpctl: Add dump-dps commandJustin Pettit
2009-08-01cfg: Terminate cfg to prevent crashesJustin Pettit
2009-07-29vswitchd: Add unixctl command to dump all flows, including hidden onesJustin Pettit
2009-07-29Fix DHCP request source port and add port #define'sJustin Pettit
2009-07-29Cleanup warnings about "save_ptr" in strtok_r argumentJustin Pettit
2009-07-29Reduce default maximum connection timeout from 15 seconds to 8 seconds.Ben Pfaff
2009-07-21Do not try to resolve DNS for OpenFlow controllers or netflow collectors.Ben Pfaff
2009-07-16cfg: New function cfg_get_matches().Ben Pfaff
2009-07-16process: New function process_run_capture().Ben Pfaff
2009-07-16process: Factor code out of process_start() into helper functions.Ben Pfaff
2009-07-16process: Fix races on fatal signal handling in process_start().Ben Pfaff
2009-07-16mac-learning: New function mac_entry_age().Ben Pfaff
2009-07-16Add macros for parsing MAC addresses from strings.Ben Pfaff
2009-07-16New function ds_steal_cstr().Ben Pfaff
2009-07-16Add function get_null_fd(), to reduce code redundancy.Ben Pfaff
2009-07-14Fix unitialized variable in coverage_log()Justin Pettit
2009-07-13vconn: Fix detection of vconn local IP address, to fix in-band control.Ben Pfaff
2009-07-10Remove "coverage/clear" command due its limited useJustin Pettit
2009-07-10Provide ability to retrieve coverage informationJustin Pettit
2009-07-08Provide method to locate device by IP and add more nodev functions to netdevJustin Pettit
2009-07-08Have rconn and vconn export information about IPs and portsJustin Pettit
2009-07-08Include "inttypes.h" to pickup definition of PRIu8.Justin Pettit
2009-06-26Log more rconn status.Ben Pfaff
2009-06-19cfg: Log accurate waiting times in cfg_lock().Ben Pfaff
2009-06-15Replace SHA-1 library with one that is clearly licensed.Ben Pfaff
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-06-10Add file missing from commit baf099 "Fix glibc 2.7 strtok_r() bug...".Ben Pfaff
2009-06-10Fix glibc 2.7 strtok_r() bug in a more permanent fashion.Ben Pfaff
2009-06-09Add unit test for TCP/IP checksumming code.Ben Pfaff
2009-06-09Fix another "make" versus "make dist" build problem.Ben Pfaff
2009-06-09Fix behavior of simultaneous "make" and "make dist".Ben Pfaff
2009-06-08mac-learning: Make data structures public.Ben Pfaff