ofproto-dpif-rid: Don't carry actset_output explicitly in metadata.
[cascardo/ovs.git] / ofproto /
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.
2015-10-13 Joe StringerAdd support for connection tracking helper/ALGs.
2015-10-13 Joe StringerAdd connection tracking label support.
2015-10-13 Joe StringerAdd connection tracking mark support.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-10-13 Thadeu Lima de Sou... tnl-arp-cache: add IPv6 Neighbor Discovery support
2015-10-13 Thadeu Lima de Sou... route: support IPv6 and use IPv4-mapped addresses
2015-10-12 Jarno Rajahalmerstp: Properly disable an RSTP port before deleting it.
2015-10-12 Daniele Venturinoofproto-dpif: Add check in rstp_run.
2015-09-29 Jarno Rajahalmeofproto-dpif-upcall: Use flow_wildcards_has_extra().
2015-09-25 Zoltan Kissofproto-dpif: Do not block on uninitialized pause barriers.
2015-09-23 Andy Zhouofproto/bond: simplify rebalancing logic
2015-09-18 Jesse Grosstunneling: Track recursion levels across ARP generation.
2015-09-16 Ben Pfaffofproto-dpif-sflow: Use xzalloc() instead of calloc...
2015-09-16 Ben Pfaffofproto: Reduce log level from WARN to INFO.
2015-09-11 Joe Stringeripfix: Fix SIGFPE in bridge exporter sampling.
2015-09-11 Joe Stringeripfix: Add bridge_exporter_enabled().
2015-09-11 Joe Stringerofproto-dpif-xlate: Introduce xlate_commit_actions().
2015-09-09 Niti Rohillaofproto: Implement OF1.4 Group & Meter change notificat...
2015-09-09 Ben Pfafftnl-arp-cache: Add a command to add or modify an ARP...
2015-09-09 Ben Pfaffofproto-dpif-xlate: Lower missing netdev_max_backlog...
2015-09-02 Alex Wangdpif-netdev: Purge all ukeys when reconfigure pmd.
2015-09-02 Alex Wangofproto-dpif-upcall: Allow main thread to pause all...
2015-08-29 Jesse Grosstunnel: Support matching on the presence of Geneve...
2015-08-29 Alex Wangofproto-dpif-upcall: Do not attribute stats when flow_d...
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-26 Jarno Rajahalmemeta-flow: Minor refactoring.
2015-08-26 Jarno Rajahalmeofproto-dpif-rid: Make lookups cheaper.
2015-08-20 Pravin B Shelartunneling: Remove gre64 tunnel support.
next