ovs-ofctl: Bug fix in flow_format()
[sliver-openvswitch.git] / lib /
2013-07-16 Andy Zhouovs-ofctl: Bug fix in flow_format()
2013-07-16 ZhengLingyunhindex: Fix incomplete iteration bug.
2013-07-16 Pavithra RameshBFD: Add check_tnl_key feature to BFD code.
2013-07-15 Ben Pfafflatch: New module for a thread-safe, signal-safe, polla...
2013-07-15 Ben Pfaffstress: Remove essentially unused library.
2013-07-12 Ben Pfaffworker: Delete library.
2013-07-12 Ben Pfaffvlog: Remove unused function vlog_exit().
2013-07-12 Ben Pfaffvlog: Remove unused function vlog_get_log_file().
2013-07-12 Ben Pfaffvlog: Make vlog_should_drop() thread-safe.
2013-07-12 Ben Pfaffutil: Make subprogram_name thread-specific.
2013-07-12 Ben Pfafftimeval: Make CPU usage and wakeup tracking per-thread.
2013-07-12 Ben Pfafftimeval: Make reading the current time thread-safe.
2013-07-12 Ben Pfaffvlog: Remove support for worker process.
2013-07-12 Ben Pfaffpoll-loop: Fix typo in comment.
2013-07-12 Ben Pfafftimeval: Fix typo in comment.
2013-07-12 Ben Pfafftimeval: Remove backtrace feature.
2013-07-11 Ben Pfafftimeval: New function xclock_gettime().
2013-07-11 Ben Pfafffatal-signal: Remove write-only variable fatal_signal_set.
2013-07-11 Ben Pfaffdpif-netdev: Make "packet-out" with in_port=OFPP_CONTRO...
2013-07-08 Ben PfaffAdd basic OpenFlow 1.1 protocol support.
2013-07-08 Ben Pfaffofp-util: Add 'modify_cookie' to struct ofputil_flow_mo...
2013-07-07 Ethan Jacksonlacp: Handle unknown slaves in lacp_process_packet().
2013-07-08 ZhengLingyunbitmap: Fix bitmap_allocate1() bug when n_bits is a...
2013-07-07 Pavithra RameshBFD: Add forwarding_override command for BFD.
2013-07-08 Ben Pfaffofp-parse: Do not exit() upon a parse error.
2013-07-03 Justin Pettitodp-util: Clearly indicate VID mask is printed in hex.
2013-07-03 Justin Pettitodp-util: Always encode mask of 0xffff for dl_type...
2013-07-02 YAMAMOTO Takashinetdev-bsd: Fix a build error.
2013-06-29 Ben Pfaffvconn: Fix formatting of user message.
2013-06-29 Justin Pettitflow: Don't assume non-IPv4 is IPv6 for un-wildcarding.
2013-06-28 Ben Pfaffrandom: Make thread-safe.
2013-06-28 Ben PfaffReplace all uses of strerror() by ovs_strerror(), for...
2013-06-28 Ben PfaffNew function ovs_strerror() as a thread-safe replacemen...
2013-06-28 Ben Pfaffovs-thread: Add support for various thread-related...
2013-06-28 Ben Pfaffovs-thread: Add support for convenient once-only initia...
2013-06-28 Ben Pfaffovs-atomic: New library for atomic operations.
2013-06-28 Ben Pfaffofp-errors: Fix typos in error enumeration names.
2013-06-28 Jarno RajahalmeFix table checking for goto table instruction.
2013-06-28 Ben Pfaffofp-util: OpenFlow 1.0 can match IPv6 Ethertype even...
2013-06-28 Jarno Rajahalmeofproto: Implement OpenFlow 1.3 meter table.
2013-06-28 Ben Pfaffofpact: New function ovs_instruction_type_from_ofpact_t...
2013-06-28 Ben Pfaffofp-actions: Give ovs_instruction funcs names that...
2013-06-28 Andy Zhouovs-dpctl: Fix mega flow output
2013-06-28 Justin Pettitflow: Only un-wildcard relevant IP headers.
2013-06-28 Justin Pettitodp-util: Fix converting masked VLAN from flow.
2013-06-28 Justin Pettitodp-util: Correct printing the VLAN PCP mask.
2013-06-28 Ethan Jacksonbond: Handle unknown slaves in bond_check_admissibility().
2013-06-28 Ethan Jacksonnetdev: Support null netdev argument in netdev_ref().
2013-06-28 Ethan Jacksonmac-learning: Reference count 'struct mac_learning".
2013-06-28 Ethan Jacksonbond: Reference count 'struct bond'.
2013-06-28 Ethan Jacksonlacp: Reference count 'struct lacp'.
2013-06-28 Ethan Jacksonbfd: Reference count 'struct bfd'.
2013-06-28 Ethan Jacksoncfm: Reference count 'struct cfm'.
2013-06-27 Jarno Rajahalmeofp-util: Meter fixes.
2013-06-26 Ben Pfaffbfd: Fix typo in comment.
2013-06-26 Justin Pettitofproto-dpif: Always un-wildcard 'dl_type'.
2013-06-26 Ben Pfaffofp-parse: Fix parsing of out_port.
2013-06-25 Ben Pfaffovs-thread: Add per-thread data support.
2013-06-25 Ben Pfaffovs-thread: New module, initially just with pthreads...
2013-06-25 Ben PfaffAdd VLAN splinters unit test.
2013-06-25 Ben Pfaffofp-errors: New error code ONFBIC_DUP_INSTRUCTION.
2013-06-25 Ben Pfaffofp-errors: Implement OpenFlow 1.2+ experimenter error...
2013-06-25 Jarno Rajahalmeofp-util: Support for OpenFlow 1.3 meters.
2013-06-25 Ethan Jacksonlacp: Remove unused lacp_slave_get_port_id().
2013-06-24 Ethan Jacksonflow: New function hash_ofp_port() and hash_ofp_port().
2013-06-24 Ben Pfaffofp-util: New function ofputil_port_to_string().
2013-06-24 Jarno Rajahalmeofpacts_check: Remove unnecessary flow copying.
2013-06-21 Ben Pfaffofp-errors: Make ofperr_decode() static.
2013-06-21 Ben Pfaffofp-errors: Fix typos in comment.
2013-06-21 Justin Pettitdpif: Log flow masks for "put" and "dump_next".
2013-06-21 Justin Pettitofproto-dpif: Handle failed flow 'put's.
2013-06-20 Justin Pettitodp-util: Introduce odp_flow_key_from_mask().
2013-06-20 Jarno Rajahalmeofp-util: Remove prototype of non-existing function.
2013-06-20 Alex WangCreate specific types for ofp and odp port
2013-06-20 Andy Zhouovs-dpctl: Add mega flow support
2013-06-20 Justin Pettitofproto-dpif: Tighten up megaflow wildcard handling.
2013-06-18 Ethan Jacksonofproto-dpif: Store patch port peer in struct ofport_dpif.
2013-06-18 Ben Pfaffhmap: Use is_pow2() instead of open-coding it.
2013-06-18 Ben Pfaffhindex: New data structure for hashed multimaps.
2013-06-18 Justin Pettitofproto-dpif: Don't wildcard fields used in special...
2013-06-17 Ben Pfaffleak-checker: Remove because it cannot be made thread...
2013-06-17 Ben Pfaffbacktrace: Remove variant that does not support threads.
2013-06-14 Jarno Rajahalmeodp-util: Use proper formatting for ODP port number.
2013-06-13 Murphy McCauleylib/netdev-linux.c: Prevent receiving of sent packets
2013-06-12 Ethan Jacksonmac-learning: Simplify mac_learning_changed().
2013-06-12 Ben Pfaffofp-print: Avoid returning static data.
2013-06-11 Ben Pfaffrtnetlink-link: Make 'attrs' local variable non-static.
2013-06-11 Justin Pettitofproto-dpif: Store relevant fields for wildcarding...
2013-06-11 Ethan Jacksonflow: Add new wildcard functions.
2013-06-11 Ethan Jacksonclassifier: Add 'wc' argument to classifier_lookup().
2013-06-11 Ethan Jacksonflow: Add new flow_wildcards_fold_minimask() function.
2013-06-11 Justin Pettitmeta-flow: Fix comment describing mf_set_flow_value().
2013-06-11 Joe Stringerodp-execute: Style fixes
2013-06-10 Ben Pfaffprocess: Add thread safety comments.
2013-06-10 Ben Pfaffprocess: Make signal handling thread-safe.
2013-06-10 Ben Pfaffprocess: Remove unused features from process_start().
2013-06-10 Ben Pfaffprocess: Remove process_run(), process_run_capture...
2013-06-10 Ben Pfaffnetdev-vport: Make netdev_vport_get_dpif_port() code...
2013-06-10 Ben Pfaffofp-util: Don't return static data in ofputil_packet_in...
2013-06-10 Ben Pfaffodp-util: Avoid returning static data in ovs_key_attr_t...
next