Move lib/ofp-print.h to include/openvswitch directory
[cascardo/ovs.git] / ofproto /
2016-04-14 Ben WarrenMove lib/ofp-print.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-actions.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-msgs.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/ofp-util.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/meta-flow.h to include/openvswitch directory
2016-04-14 Ben WarrenMove lib/match.h to include/openvswitch directory
2016-04-13 Ben Pfaffofp-actions: Make ofpact_finish() harder to misuse.
2016-03-31 Numan Siddiqueovs-vswitchd: Call flow_extract() for resumed packet...
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
2016-03-30 Ben WarrenMove ofp-parse.h to include/openvswitch directory
2016-03-30 Ben Warrenlist: Rename all functions in list.h with ovs_ prefix.
2016-03-30 Ben Warrenlist: Remove lib/list.h completely.
2016-03-29 Joe Stringerofp-actions: Fix use-after-free with ofpact_finish().
2016-03-24 Pravin B Shelarsflow: use ovs route API to get source IP address.
2016-03-24 Pravin B Shelartunneling: Enable IPv6 tuneling.
2016-03-24 Pravin B Shelartunneling: Handle multiple ip address for given device.
2016-03-23 YAMAMOTO Takashiofproto/trace: Fix "unchanged" output for Final flow
2016-03-23 Lance Richardsonofproto-dpif: rename wait() to avoid collision with...
2016-03-23 Simon Hormanbond: don't re-zero recirc_id when creating bond
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-03-19 Ben WarrenMove lib/ofp-errors.h to include/openvswitch directory
2016-03-11 Numan SiddiqueSet reason before sending continuation packet-in to...
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...
next