dpif-netlink: add GENEVE creation support
[cascardo/ovs.git] / ofproto /
2016-06-21 Jarno Rajahalmeofproto: Set to revalidate when a new version is available.
2016-06-21 Jarno Rajahalmexlate: Fix typo in comment.
2016-06-17 Benli Yeipfix: Support tunnel information for Flow IPFIX.
2016-06-14 Benli Yeipfix: Bug fix for not sending template packets on...
2016-06-14 Benli Yeipfix: Add support for exporting ipfix statistics.
2016-06-13 Jesse Grossodp-util: Remove odp_in_port from struct odp_flow_key_p...
2016-06-13 Jesse Grossofproto-dpif-upcall: Translate input port as part of...
2016-06-08 Thadeu Lima de Sou... ofproto-dpif-upcall: Prevent memory leak on log message.
2016-06-07 Edwin Chiudebian, rhel: Ship ovs shared libraries and header...
2016-06-06 Benli Yeipfix: Bug fix for configuring IPFIX for flows
2016-06-02 Daniele Di Proiettoofproto-dpif: Cache result of time_msec() for rule_expi...
2016-05-27 Simon Hormanxlate: Skip recirculation for output and set actions
2016-05-25 ak47izatool@gmail.comofproto: update mtu when port is getting removed as...
2016-05-24 Pravin B Shelarnetdev-native-tnl: Introduce ip_build_header()
2016-05-24 Joe Stringerupcall: Unregister dpif cbs in udpif_destroy().
2016-05-23 Daniele Di Proiettoofproto-dpif: Call dpif_poll_threads_set() before dpif_...
2016-05-23 Daniele Di Proiettohmap: Use struct for hmap_at_position().
2016-05-20 Ben Pfaffofproto-dpif-xlate: Fix IGMP megaflow matching.
2016-05-20 Daniele Di Proiettodpif: Pass flow parameter to dpif_execute().
2016-05-19 Pravin B Shelartnl-ports: Handle STT ports.
2016-05-19 Pravin B Shelartunnel: Add IP ECN related functions.
2016-05-19 Pravin B Shelardpif-netdev: create batch object
2016-05-18 Ben Pfaffofproto-dpif-xlate: Fix compilation with GCC 4.6.
2016-05-17 Joe Stringerofproto-dpif-upcall: Fix UFID usage with flow_modify.
2016-05-14 Ben Pfaffofproto-dpif-xlate: Always generate wildcards.
2016-05-11 Joe Stringerofproto-dpif-upcall: Pass key to dpif_flow_get().
2016-05-11 László Sürüofproto-dpif-xlate: fix for group liveness propagation
2016-05-10 Numan Siddiqueofproto-dpif: Restore packet metadata when a continuati...
2016-05-08 Justin Pettitutil: Pass 128-bit arguments directly instead of using...
2016-05-09 Ben Pfaffcmap: New macro CMAP_INITIALIZER, for initializing...
2016-05-09 Ben Pfaffofproto-dpif: Do not count resubmit to later tables...
2016-05-09 Ben Pfaffofproto-dpif: Rename "recurse" to "indentation".
2016-04-27 Pravin B ShelarRemove "VLAN splinters" feature.
2016-04-27 Daniele Di Proiettohmap: Add HMAP_FOR_EACH_POP.
2016-04-22 Joe Stringerofproto-dpif-xlate: Tidy up ct_mark xlate code.
2016-04-22 Joe Stringerofproto-dpif-xlate: xlate ct_{mark, label} correctly.
2016-04-21 Thadeu Lima de Sou... tunneling: Fix for concomitant IPv4 and IPv6 tunnels
2016-04-15 Joe Stringerofproto-dpif-xlate: Generate bitmasks in set_field.
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...
next