aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-04-25jsonrpc: Keep jsonrpc_recv() from taking over the CPU.Ben Pfaff
2012-04-25Fix memory leaks.Ben Pfaff
2012-04-25Add OXM data to mf_fieldsSimon Horman
2012-04-20automake: ofp-errors.[c|inc] are actually inside srcdirAnsis Atteka
2012-04-18ofproto-dpif: Make it easier to credit statistics for resubmits.Ben Pfaff
2012-04-18classifier: Optimize search of "catchall" table.Ben Pfaff
2012-04-18mac-learning: Speed up mac_table_hash().Ben Pfaff
2012-04-18hash: Speed up hash_bytes().Ben Pfaff
2012-04-18dpif: Make caller of dpif_recv() provide buffer space.Ben Pfaff
2012-04-18netlink-socket: Make caller provide message receive buffers.Ben Pfaff
2012-04-18netlink-socket: Remove unnecessary #include.Ben Pfaff
2012-04-18netlink: Postpone choosing sequence numbers until send time.Ben Pfaff
2012-04-18dpif-linux: Avoid malloc() in dpif_linux_operate().Ben Pfaff
2012-04-18ofpbuf: New functions ofpbuf_use_stub() and ofpbuf_get_uninit_pointer().Ben Pfaff
2012-04-18netlink-socket: Avoid forcing a reply for final message in a transaction.Ben Pfaff
2012-04-18dpif: Include TCP flags in "ovs-dpctl dump-flows" output.Ben Pfaff
2012-04-18ofproto-dpif: Batch flow uninstallations due to expiration.Ben Pfaff
2012-04-18ofproto-dpif: Keep subfacet "used" times more up-to-date.Ben Pfaff
2012-04-17lacp: Remove heartbeat mode.Ethan Jackson
2012-04-17lacp: Remove custom transmission intervals.Ethan Jackson
2012-04-17vswitch: Use consistent representation of DSCP bits.Ethan Jackson
2012-04-17socket-util: Remove DSCP_INVALID.Ethan Jackson
2012-04-17lib: Pull dscp bits out of reconnect.Ethan Jackson
2012-04-17socket-util: Close socket on failed dscp modification.Ethan Jackson
2012-04-12stream: By default disable probing on unix sockets.Ethan Jackson
2012-04-12python: Honor zero probe interval in reconnect.pyEthan Jackson
2012-04-13learn: Make it possible to parse "load" actions wider than 64 bits.Ben Pfaff
2012-04-13learn: Fix bugs when learn actions use subfields wider than 64 bits.Ben Pfaff
2012-04-13meta-flow: New functions for reading and writing generalized subfields.Ben Pfaff
2012-04-13util: New function bitwise_is_all_zeros().Ben Pfaff
2012-04-13util: New function bitwise_one().Ben Pfaff
2012-04-12ovsdb-idl: Improve documentation.Ben Pfaff
2012-04-12ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff
2012-04-12ovsdb-idl: Simplify transaction retry.Ben Pfaff
2012-04-06util: New function set_program_name_version().Ethan Jackson
2012-04-06Added handling of previously ignored cfm faults.Mehak Mahajan
2012-04-05Granular link health statistics for cfm.Mehak Mahajan
2012-04-05Revert "Granular link health statistics for cfm."Mehak Mahajan
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