netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / lib /
2016-01-20 Ben Pfaffofp-prop: Add generic functions for working with 16...
2016-01-20 Ben Pfaffofp-prop: Add support for experimenter properties.
2016-01-20 Ben Pfaffofp-prop: New module for working with OpenFlow 1.3...
2016-01-20 Ben Pfaffofp-errors: Add extension error codes for OF1.3+ proper...
2016-01-20 Ben Pfaffofp-util: Improve function to emit a bitmap property.
2016-01-20 Ben Pfaffofp-actions: Append in ofpacts_pull_openflow_actions...
2016-01-20 Ben Pfaffnetdev-dummy: Add a dummy queue.
2016-01-20 Ben Pfaffopenflow: Rename OF0.1-1.3 queue property constants.
2016-01-20 Ben Pfaffofp-print: Improve formatting of queue stat requests...
2016-01-20 Ben Pfaffofp-util: Improve formatting of comment.
2016-01-20 Ben Pfaffofp-msgs: Fix comments.
2016-01-20 Ben Pfaffofp-msgs: Fix definitions of OF1.4 OFPT_GET_ASYNC_REPLY...
2016-01-20 Ben Pfafflearning-switch: Use "if"s instead of "switch" to reduc...
2016-01-19 Haggai Eranodp-util: Accept fields with zero mask
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-14 Joe Stringer{lib, utilities}: Fix ct_state constants in docs.
2016-01-12 Andy Zhoulib: remove unused function
2016-01-12 Joe Stringernetdev-dpdk: Fix thread_is_pmd() symbol conflict.
2016-01-12 Shad Ansariovsdb-idl: Add support for column tracking in IDL.
2016-01-12 Ben Pfaffnetdev-dpdk: Consistently use xstrdup() instead of...
2016-01-12 Wei Liovn-nbctl: add db commands help and manpage
2016-01-12 Simon Hormanflow: fix compilation of MINIFLOW_ASSERT
2016-01-11 Simon Hormandp-packet: Remove unused helper dp_packet_to_string().
2016-01-11 Ben Pfaffofp-parse: Use xstrdup() instead of strdup().
2016-01-11 Ilya Maximetspoll: Suppress logging for pmd threads.
2016-01-11 William Tuofproto: Fix memory leak reported by valgrind.
2016-01-11 William Turstp: Fix memory leak reported by valgrind.
2016-01-11 William Tuovs-ofctl: Fix memory leak reported by valgrind.
2016-01-11 William Tustream-ssl: Fix memory leak reported by valgrind.
2016-01-11 William Tutest-aa: Fix memory leak reported by valgrind.
2016-01-07 Ben PfaffBetter abstract OFPT_SET_CONFIG and OFPT_GET_CONFIG_REP...
2016-01-07 Ben Pfaffofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for...
2016-01-05 Ben Pfaffofp-util: Rearrange ofputil_append_meter_config() to...
2016-01-05 Ben Pfaffofp-util: Avoid use-after-free error in ofputil_append_...
2016-01-05 William Tuodp-util: Fix memory leak reported by valgrind.
2016-01-05 Ben Pfaffofp-actions: Rename ofpact_update_len() to ofpact_finish().
2016-01-05 Ben Pfaffofp-actions: Make composing actions harder to screw up.
2016-01-05 Alin Serdeannetlink-socket: Fix log message for subscribe/unsubscri...
2016-01-04 xushengpingnetdev-bsd: Destroy mutex on netdev_bsd_construct_syste...
2016-01-04 William Tuofp-print: Fix memory leak at ofp_print_bundle_add().
2016-01-04 Ben PfaffUse initializers for struct ofputil_flow_mod instead...
2015-12-23 William Tuofp-actions: Add padding in ofpacts_pull_openflow_instr...
2015-12-23 Simon Hormanflow: Pass last field to miniflow_pad_to_64().
2015-12-23 Flavio Leitnerofp-util: return BAD_TYPE for consistency at ofputil_de...
2015-12-23 Jesse Grossdpif-netdev: Avoid using uninitialized memory with...
2015-12-22 mweglicxnetdev_dpdk: pci_dev pointer check.
2015-12-22 William Tutun-metadata: Fix memory leak in table_free()
2015-12-22 Joe Stringertypes: Define OVS_*128_MAX statically.
2015-12-22 Daniele Di Proiettodpctl: Add new 'flush-conntrack' command.
2015-12-22 Daniele Di Proiettodpif-netlink: Implement ct_flush.
2015-12-22 Daniele Di Proiettodpctl: Add 'conntrack-dump' command.
2015-12-22 Daniele Di Proiettodpif-netlink: Implement ct_dump_{start,next,done}.
2015-12-22 Daniele Di Proiettoct-dpif: Add ct_dpif_flush().
2015-12-22 Daniele Di Proiettoct-dpif: Add ct_dpif_dump_{start,next,done}().
2015-12-22 Daniele Di Proiettonetlink-conntrack: New module.
2015-12-22 Daniele Di Proiettoct-dpif: New module.
2015-12-21 Ben Pfaffstream-ssl: Fix misleading bound address format.
2015-12-19 Ben Pfafftun-metadata: Fix memory leak in tun_metadata_add_entry...
2015-12-16 Ben PfaffUse ip_parse() and ipv6_parse() and variants in more...
2015-12-16 Ben Pfaffpackets: Add new functions for IPv4 and IPv6 address...
2015-12-16 Ben Pfaffpackets: New macro ETH_ADDR_STRLEN.
2015-12-15 Mengke Liugeneve-map-rename: rename geneve-map to tlv-map.
2015-12-15 Russell Bryantovn: Use constants for conntrack state bits.
2015-12-15 Andy Zhoulib: fix sparse warnings
2015-12-15 Joe Stringerlib: Use proper type cast to poison lists.
2015-12-14 Daniele VenturinoAUTHORS: Add Carlo Andreotti
2015-12-11 Andy Zhoulib: add monitor2 support in ovsdb-idl.
2015-12-11 Andy Zhoulib: add diff and apply diff APIs for ovsdb_datum
2015-12-11 Andy Zhoulib: avoid set size check when generating diff datum...
2015-12-11 Daniele Di Proiettoodp-util: Correctly [de]serialize mask for ND attributes.
2015-12-11 Daniele Di Proiettoodp-util: Return exact mask if netlink mask attribute...
2015-12-11 Daniele Di Proiettoodp-util: Commit ICMP set only for ICMP packets.
2015-12-11 Daniele Di Proiettotnl-ports: Generate mask with correct prerequisites.
2015-12-11 Daniele Di Proiettodpif-netdev: Initialize match.tun_md in various places.
2015-12-08 Jarno Rajahalmeseq: Add a coverage counter for seq_change.
2015-12-04 Daniele Di Proiettoofproto-dpif: Validate NAT action support.
2015-12-04 Daniele Di Proiettoodp-util: Consider NAT bits in conversions and format.
2015-12-04 Thadeu Lima de Sou... tests: Add tunnel-push-pop-ipv6 tests
2015-12-04 Thadeu Lima de Sou... Allow flow-based IPv6 tunnels to be configured with...
2015-12-04 Thadeu Lima de Sou... tnl-neigh-cache: Remove tnl_arp_lookup().
2015-12-04 Thadeu Lima de Sou... ofproto-dpif-xlate: Support IPv6 when sending to tunnel
2015-12-04 Thadeu Lima de Sou... netdev-vport: Add IPv6 support for build/push/pop tunne...
2015-12-04 Ben Pfaffpackets: Introduce in6_addr_mapped_ipv4() and use where...
2015-12-04 Kevin Loovs-router: fix compile error on FreeBSD
2015-12-03 Joe Stringerofp-actions: Refactor ofpact_get_mf_dst().
2015-12-01 Joe Stringerofproto-dpif: Reject partial ct_labels if unsupported.
2015-12-01 Simon Hormandp-packet: use dp_packet_reset_offsets during initialis...
2015-12-01 Simon Hormanodp-util: Limit scope of vlan in format_odp_action().
2015-12-01 Ben Pfaffcsum: Inline csum_add16(), csum_add32().
2015-12-01 Ben Pfaffdocs: Document that --detach disables logging to the...
2015-11-30 Ambika Aroraofproto: Implement OF1.4 error code for set-async-config
2015-11-30 Aymerich, Edwardovsdb-idl: Improve ovsdb_idl_add_table() comment.
2015-11-30 Jiri Benctunneling: extend flow_tnl with ipv6 addresses
2015-11-30 Thadeu Lima de Sou... tnl-arp-cache: Rename module and functions to tnl-neigh...
2015-11-30 Jiri Benclib: add format_in6_addr and scan_in6_addr
2015-11-30 Jiri Benctunneling: add IPv6 support to netdev_tunnel_config
2015-11-30 Thadeu Lima de Sou... smap: smap_add_ipv6 adds IPv4-mapped addresses as IPv4
2015-11-30 Thadeu Lima de Sou... packets: Add ipv6_string_mapped.
2015-11-30 Thadeu Lima de Sou... tnl-ports: remove unused tnl-arp-cache.h and include...
2015-11-30 Saloni JainImplement Vacancy Events for OFPMP_TABLE_DESC.
next