aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-03-09netdev-linux: Cache error code from do_get_ifindex().Pravin B Shelar
2012-03-09netdev-linux: Cache error code from get-features.Pravin B Shelar
2012-03-09netdev-linux: Cache error code from set-policing.Pravin B Shelar
2012-03-09netdev-linux: Cache error code from ether-addr ioctl.Pravin B Shelar
2012-03-09netdev-linux: Cache error code from mtu ioctl.Pravin B Shelar
2012-03-09netdev-linux: Cache drv-info for net device.Pravin B Shelar
2012-03-08netdev-linux: Use "read", not "recv", for tap devices.Ben Pfaff
2012-03-07stream-unix: Do not bind a name for client sockets.Ben Pfaff
2012-03-07socket-util: Unlink Unix domain sockets that bind but fail to connect.Ben Pfaff
2012-03-07netdev-linux: Fix build failure with old kernel headers.Ben Pfaff
2012-03-07lacp: Notify LACP module when carrier changes.Ethan Jackson
2012-03-07Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff
2012-03-07openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.Ben Pfaff
2012-03-07netdev: Abstract "features" interface away from OpenFlow 1.0.Ben Pfaff
2012-03-07ofp-util: Don't decode some OF1.1 messages as OF1.0 stats messages.Ben Pfaff
2012-03-07Break OFPT_* constants into common value and 1.0- and 1.1-specific values.Ben Pfaff
2012-03-07ofp-util: Add functions for working with OpenFlow 1.1 port numbers.Ben Pfaff
2012-03-07ofp-print: Print OpenFlow version number of message, unless it's 1.0.Ben Pfaff
2012-03-07Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff
2012-03-07Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff
2012-03-07ofp-print: Remove unused function ofp_message_type_to_string().Ben Pfaff
2012-03-05netdev-linux: Make netdev_set_policing coverage counter consistent with other...Pravin B Shelar
2012-03-02netdev: Fix typo in error message.Ben Pfaff
2012-02-29netdev-linux: Fix stats for ovs internal device.Pravin B Shelar
2012-02-28timeval: Add "time/stop" unixctl command, for use in unit tests.Ben Pfaff
2012-02-27dpif-linux: Make dpif_linux_port_query_by_name() query only one datapath.Ben Pfaff
2012-02-21unixctl: New JSON RPC back-end.Ethan Jackson
2012-02-21jsonrpc: Don't swallow errors in jsonrpc_transact_block().Ethan Jackson
2012-02-21bond: Incorrectly reported an error in appctl.Ethan Jackson
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-27ofp-util: New functions for string versions of ofp_packet_in_reason.Ben Pfaff
2012-02-27Make the string parameters const for do_flow_mod__()Simon Horman
2012-02-27dynamic-string: Document a few functions.Ben Pfaff
2012-02-27ofp-util: Remove duplicate declaration of ofputil_decode_packet_in()Simon Horman
2012-02-27jsonrpc: Document some functions.Ben Pfaff
2012-02-27jsonrpc: Make jsonrpc_error() internal.Ben Pfaff
2012-02-27vlog: Be more liberal in syntax for -v and vlog/set.Ben Pfaff
2012-02-27docs: Consistently format each form of an option on a separate line.Ben Pfaff
2012-02-16datapath: Increase maximum number of datapath ports.Pravin B Shelar
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-15packets: New function packet_get_tcp_flags(), factored out of dpif.Ben Pfaff
2012-02-14netdev-linux: Factor out duplicate ifi_flags update code.Ben Pfaff
2012-02-14netdev-linux: Use 'unsigned int's to track device flags.Ethan Jackson
2012-02-14netdev-linux: Cache flags using netlink.Ethan Jackson
2012-02-14netdev-linux: Get carrier from ioctl instead of sysfs.Ethan Jackson
2012-02-09ofp-print: Fix compiler warning.Ethan Jackson
2012-02-09ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff
2012-02-09ofp-util: New function ofputil_encode_barrier_request().Ben Pfaff
2012-02-09ovs-ofctl: Add "packet-out" command.Ben Pfaff
2012-02-09Add support for parsing and printing OFPFF_* flags.Ben Pfaff