netdev: do not allow devices to be opened with conflicting types
[cascardo/ovs.git] / ofproto /
2016-07-27 Thadeu Lima de Sou... in-band: don't use system type when opening netdev
2016-07-27 Thadeu Lima de Sou... in-band: use open_type when opening internal device
2016-07-26 Ilya Maximetsutil: Expose function nullable_string_is_equal.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-21 Ansis Attekatunneling: get skb marking to work properly with tunnels
2016-07-13 Liran Schourofproto: Fix consistent hashing
2016-07-13 Justin PettitIncrease number of registers to 16.
2016-07-03 William Tuofproto-dpif-mirror: Add mirror snaplen support.
2016-07-03 Jan Scheurichofproto: Add relaxed group_mod command ADD_OR_MOD
2016-06-29 Jesse Grossbfd: Allow setting OAM bit when encapsulated in tunnel.
2016-06-27 Ben Pfaffutil: New function nullable_xstrdup().
2016-06-25 Wenyu Zhangipfix: Export user specified virtual observation ID
2016-06-24 Ben PfaffRevert "ipfix: Export user specified virtual observatio...
2016-06-24 William Tuofp-actions: Add truncate action.
2016-06-24 Wenyu Zhangipfix: Export user specified virtual observation ID
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...
next