aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-04-05Granular link health statistics for cfm.Mehak Mahajan
2012-03-30Add some missing Open Flow 1.1 definitionsSimon Horman
2012-03-28Fix minor memory leaks found by valgrind.Ben Pfaff
2012-03-28ovsdb-idl: Fix memory leak writing synthetic rows in ovsdb_idl_txn_write().Ben Pfaff
2012-03-27dpif-netdev: Correct type of struct dp_netdev_flow's 'tcp_flags' member.Ben Pfaff
2012-03-27Add error codes for Open Flow v1.2Simon Horman
2012-03-27ofp-errors: Use OF1.1+ in place of OF1.1 throughout.Ben Pfaff
2012-03-27ofp-errors: Rename "OF" to "OF1.0+", "NX" to "NX1.0+".Ben Pfaff
2012-03-26packet: Add additional TCP flags extraction on IPv6.Jesse Gross
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-03-23flow: Enable retrieval of TCP flags from IPv6 traffic.Jesse Gross
2012-03-23flow: Add length check when retrieving TCP flags.Jesse Gross
2012-03-23unixctl: Fix bad log message on error path.Ben Pfaff
2012-03-23treewide: Convert tabs to spaces in C source files written in OVS style.Ben Pfaff
2012-03-22netdev: Rename netdev->get_status() to netdev->get_drv_info().Pravin B Shelar
2012-03-21hmap: New function hmap_contains().Ben Pfaff
2012-03-21learn: Initialize cookie_mask in constructed flow_mod.Ben Pfaff
2012-03-19cfm: Support random VLAN tag for CCM PDUs.Ethan Jackson
2012-03-19netdev-linux: Fix use-after-free when netdev_dump_queues() deletes queues.Ben Pfaff
2012-03-19idl: Move vswitch-idl to libopenvswitch.Ethan Jackson
2012-03-19configure: Remove --with-build-number.Ben Pfaff
2012-03-15netlink-socket: Increase Netlink socket receive buffer size.Ben Pfaff
2012-03-15meta-flow: Don't dereference NULL sf->field in mf_format_subfield().Ben Pfaff
2012-03-15ofp-util: Fix typo in comment.Ben Pfaff
2012-03-12doc: Fix typo in manpage.Thomas Goirand
2012-03-09netdev: Consistently use 'enum netdev_features'.Ethan Jackson
2012-03-09nicira-ext: Increase the number of NXM registers to 8.Ethan Jackson
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