netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / ofproto /
2016-02-25 Jarno Rajahalmexlate: Always recirculate after an MPLS POP to a non...
2016-02-24 Saloni JainImplement OFPT_TABLE_STATUS Message.
2016-02-23 Thadeu Lima de Sou... ofproto-dpif-xlate: Fix crash when using multicast...
2016-02-22 William Tugcc: Fix compile errors due to anonymous union initiliz...
2016-02-20 Ben PfaffImplement serializing the state of packet traversal...
2016-02-20 Ben PfaffSupport userdata in NXT_PACKET_IN2.
2016-02-20 Ben Pfaffofp-util: Rename struct ofputil_packet_in member 'len...
2016-02-20 Ben PfaffImplement new packet-in format NXT_PACKET_IN2.
2016-02-20 Ben Pfaffofp-util: Remove 'const' from struct ofputil_packet_in...
2016-02-20 Ben Pfaffofpbuf: New function ofpbuf_const_initializer().
2016-02-19 Ben Pfaffofproto-dpif-xlate: Don't consider mirrors used when...
2016-02-19 Ben Pfaffofproto-dpif-xlate: Distinguish "freezing" from "recirc...
2016-02-19 Ben Pfaffofproto-dpif-xlate: Break recirculation actions out...
2016-02-19 Ben Pfaffofproto-dpif-xlate: New helper function ctx_cancel_reci...
2016-02-19 Ben Pfaffofproto-dpif-xlate: Improve recirc_unroll_actions(...
2016-02-18 Pravin B Shelartunneling: Disable IPv6 tunnel
2016-02-05 Huanle Hanofproto-dpif-mirror: Fix bug that flag "need_revalidate...
2016-02-05 Huanle Hanofproto-dpif-xlate: Fix clash between macro argument...
2016-02-05 Ben Pfaffovs-vswitchd: Preserve datapath ports across graceful...
2016-02-05 Ilya Maximetsdpif-netdev: Allow different numbers of rx queues for...
2016-02-03 Ilya Maximetsdpif: Allow adding ukeys for same flow by different...
2016-02-03 Ben Pfaffofproto: Detect and handle errors in ofproto_port_add().
2016-01-30 Jarno Rajahalmeofproto-dpif-xlate: Remove obsolete special case.
2016-01-28 Ben Pfaffofproto-dpif-xlate: Do not execute resubmit again after...
2016-01-25 Ben Pfaffofproto-dpif-xlate: Fix recirculation for resubmit...
2016-01-21 Ben Pfaffofproto-dpif-xlate: Put recirc_state, not recirc_id_nod...
2016-01-21 Ben Pfaffofproto-dpif-rid: Use UUID, not pointer, to identify...
2016-01-21 Ben Pfaffofproto-dpif-rid: Fix names of recirc_metadata_{hash...
2016-01-21 Ben Pfaffofproto-dpif-rid: Don't carry actset_output explicitly...
2016-01-21 Ben Pfaffofproto-dpif-rid: Use separate pointers for actions...
2016-01-21 Ben Pfaffofproto-dpif-rid: Use array instead of ofpbuf for recir...
2016-01-20 Ben Pfaffhash: New helper functions hash_bytes32() and hash_byte...
2016-01-20 Ben Pfaffconnmgr: Generalize ofproto_packet_in to ofproto_async_msg.
2016-01-20 Ben Pfaffopenflow: Better abstract handling of packet-in messages.
2016-01-20 Ben Pfaffpktbuf: Move from 'ofproto' to 'lib'.
2016-01-20 Ben Pfafffail-open: Drop some of the weirder special cases.
2016-01-20 Ben Pfaffofp-util: Add function to encode OFPT_SET_ASYNC messages.
2016-01-20 Ben Pfaffofp-util: Fix OF1.4+ version of ofputil_decode_set_asyn...
2016-01-20 Ben Pfaffofp-util: Define struct ofputil_async_cfg to hold async...
2016-01-20 Ben Pfaffopenflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart...
2016-01-20 Ben Pfaffpinsched: Remove obsolete ofpbuf_trim().
2016-01-20 Ben Pfaffofproto: Fix memory leak and memory exhaustion bugs...
2016-01-19 Haggai Eranofproto: Wildcard TTL on IP tunnels
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-12 Russell Bryantpython: Fix print function compatibility.
2016-01-12 Russell Bryantpython: Fix exception handler compatibility.
2016-01-11 Joe Stringerofproto-dpif-upcall: Document revalidator cycle.
2016-01-07 Joe Stringerofproto-dpif-upcall: Simplify revalidator_sweep__().
2016-01-07 Joe Stringerofproto-dpif-upcall: Don't delete modified ukeys.
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-06 Ben Pfaffofproto-dpif-upcall: Avoid double-delete of ukeys.
2016-01-06 Ben Pfaffofproto-dpif-rid: Fix memory leak in recirc_state.
2016-01-05 Russell Bryantpython: Resolve some indentation warnings.
2016-01-05 Russell Bryantpython: Resolve pep8 blank line errors.
2016-01-05 Russell Bryantpython: Run flake8 at build time.
2016-01-05 Ben Pfaffofp-actions: Make composing actions harder to screw up.
2016-01-04 Ben PfaffUse initializers for struct ofputil_flow_mod instead...
2016-01-04 Ilya Maximetsofproto: Fix using uninitialized delete_reason.
2015-12-23 Zoltán Baloghofproto: Remove flows from all tables upon group deletion.
2015-12-15 Mengke Liugeneve-map-rename: rename geneve-map to tlv-map.
2015-12-11 Daniele Di Proiettoodp-util: Return exact mask if netlink mask attribute...
2015-12-11 Daniele Di Proiettoofproto-dpif-xlate: Fix revalidation in execute_control...
2015-12-07 Ilya Maximetsofproto-dpif: add reply on error in ofproto/tnl-push-pop
2015-12-04 Daniele Di Proiettoofproto-dpif: Validate NAT action support.
2015-12-04 Jarno Rajahalmebond: Use correct type for slave's change_seq.
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-03 Joe Stringerofproto-dpif: Validate ct action support.
2015-12-03 Wenyu Zhangipfix: Skip BFD packets.
2015-12-01 Joe Stringerofproto-dpif: Shortcut common case in rule_check().
2015-12-01 Joe Stringerofproto-dpif: Validate ct_* field masks.
2015-12-01 Joe Stringerofproto-dpif: Reject partial ct_labels if unsupported.
2015-11-30 Ambika Aroraofproto: Implement OF1.4 error code for set-async-config
2015-11-30 Thadeu Lima de Sou... ofproto-dpif-xlate: use IPv6 for tnl_neigh_cache
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 Thadeu Lima de Sou... ofproto-dpif-xlate: use IPv6 for orig_tunnel_ip_dst
2015-11-30 Jiri Benctunneling: add IPv6 support to netdev_tunnel_config
2015-11-30 Saloni JainImplement Vacancy Events for OFPMP_TABLE_DESC.
2015-11-30 Saloni JainImplement Openflow 1.4 Vacancy Events for OFPT_TABLE_MOD.
2015-11-29 Ben Pfaffofproto: Fix inserting buckets at the end of an empty...
2015-11-29 Ben Pfaffofp-actions: Look inside write_actions for output ports...
2015-11-26 Ben Pfaffofproto-dpif-xlate: Fix byte-order error in comparison.
2015-11-26 YAMAMOTO Takashiofproto-dpif: Remove a debug log
2015-11-26 YAMAMOTO Takashiuse "/usr/bin/env python" for shebangs for python scripts
2015-11-26 Jarno Rajahalmeconntrack: Add support for NAT.
2015-11-25 Jarno Rajahalmeofproto: Enable in-place modification for recirc actions.
2015-11-25 Jarno Rajahalmeofproto: Allow xlate_actions() to fail.
2015-11-25 Ben Pfaffofproto: Correctly reject duplicate bucket ID for OFPGC...
2015-11-24 Justin Pettitpackets: Change IPv6 functions to more closely resemble...
2015-11-24 Jarno Rajahalmeopenflow: Remove OFPG11_*
2015-11-20 Jarno Rajahalmeofproto: Check actions also for packet outs and traces.
2015-11-11 Joe Stringerofproto-dpif-xlate: Don't stop processing after ct.
2015-11-10 Jiri Benctunneling: extend tnl_match with ipv6
2015-11-05 Jarno Rajahalmeupcall: Check for recirc_id in ukey_create_from_dpif_flow()
2015-11-04 Jarno Rajahalmeupcall: Eliminate dead code.
2015-10-23 Justin Pettitofproto-dpif-xlate: Fix small typo.
2015-10-13 Andy Zhoudpif-netlink: Allow MRU packet attribute.
next