datapath-windows: set the nlBuf tail properly
[cascardo/ovs.git] / ofproto /
2015-01-02 Ben Pfaffofproto: Omit hidden tables from "next tables".
2015-01-01 Neil McKeesflow: Export OVS datapath performance counters via...
2014-12-30 Alex Wangdpif-netdev: Add per-pmd flow-table/classifier.
2014-12-24 Alex WangWarn the free of 'recirc_id' by wrong 'ofproto'.
2014-12-23 Alex Wangrecirculation: RCU postpone the free of dpif_backer_rec...
2014-12-23 Alex Wangrecirculation: Map recirc_id to ofproto_dpif.
2014-12-22 Jarno Rajahalmebundles: Clean up bundle commit.
2014-12-22 Jarno Rajahalmeofproto: Reject slave controllers for bundle messages.
2014-12-22 Jarno Rajahalmebundles: Reject bundle add with bad flags.
2014-12-22 Jarno Rajahalmeconnmgr: Dealloc 'bundles' in ofconn_destroy().
2014-12-19 Joe Stringerdpif: Shift ufid support checking up to dpif_backer.
2014-12-19 Pravin B Shelarofproto-dpif: Fix build failure.
2014-12-18 Pravin B Shelarofproto-dpif: Fix MPLS multiple Push pop action.
2014-12-17 Joe Stringerrevalidator: Don't delete non-existent flow.
2014-12-15 Thomas Graflib: Move vconn.h to <openvswitch/vconn.h>
2014-12-15 Thomas Graflib: Move vlog.h to <openvswitch/vlog.h>
2014-12-15 Thomas Graflib: Expose struct ovs_list definition in <openvswitch...
2014-12-15 Thomas Graflist: Rename struct list to struct ovs_list
2014-12-15 Thomas Graflib: Move token-bucket.h to <openvswitch/token-bucket.h>
2014-12-15 Thomas Graflib: Move compiler.h to <openvswitch/compiler.h>
2014-12-13 Alex Wangrecirculation: Do not drop packet when there is no...
2014-12-12 Shu Shenofproto: add support of OFPR_GROUP as packet-in reason...
2014-12-11 Joe Stringerdpif: Refactor datapath feature detection.
2014-12-09 Joe Stringerrevalidator: Fix access of uninitialized memory.
2014-12-05 Alex Wangtunnel: Recreate tunnel port only when the netdev statu...
2014-12-02 Joe Stringerdpif: Minimize memory copy for revalidation.
2014-12-02 Joe Stringerdpif: Index flows using unique identifiers.
2014-12-02 Ben Pfaffdpif: Don't clear argument in dp_enumerate_types().
2014-12-01 Pravin B Shelarroute-table: Remove Unregister.
2014-11-25 Shu Shenofproto: Fix checking of packet_in_mask in async config.
2014-11-25 Joe Stringerdpif: Generate flow_hash for revalidators in dpif.
2014-11-25 Joe Stringerupcall: Revalidate using cache of mask, actions.
2014-11-25 Joe Stringerupcall: Create ukeys in handler threads.
2014-11-25 Joe Stringerupcall: Rename dump_op -> ukey_op.
2014-11-25 Joe Stringerudpif: Separate udpif_key maps from revalidators.
2014-11-25 Joe Stringerrevalidator: Protect ukeys with a mutex.
2014-11-25 Joe Stringerrevalidator: Use 'cmap' for storing ukeys.
2014-11-22 Joe Stringertests: Add command to purge revalidators of flows.
2014-11-21 Pravin B Shelardpctl: Fix crash.
2014-11-19 Daniele Venturinoofproto-dpif: fix bundle_move() call in rstp_run().
2014-11-19 Jarno Rajahalmerstp: shift learned MAC addresses to new Root port.
2014-11-15 Jarno Rajahalmeclassifier: Defer pvector publication.
2014-11-15 Jarno Rajahalmeclassifier: Make insert and replace take a const rule...
2014-11-14 Jarno Rajahalmeclassifier: Lockless and robust classifier iteration.
2014-11-14 Jarno Rajahalmerstp: Refactor rstp_check_and_reset_fdb_flush().
2014-11-14 Daniele Venturinostp,rstp: disable learning and forwarding in STP/RSTP...
2014-11-14 Jarno Rajahalmerstp: Add 'rstp-admin-p2p-mac' and 'rstp-admin-port...
2014-11-13 Jarno Rajahalmerstp: Show some useful rstp port fields.
2014-11-13 Simon Hormanofproto: Handle (draft) OpenFlow 1.5 insert and remove...
2014-11-13 Thomas Graflib: Add support for pkgconfig for libofproto.
2014-11-12 Alex Wangofproto-dpif-xlate: Allow direct destroy of previous...
2014-11-12 Pravin B Shelaropenvswitch: Userspace tunneling.
2014-11-12 Ben PfaffFix misspellings of "OpenFlow".
2014-11-12 Pravin B Shelartunnel: Convert rwlock to fat-rwlock.
2014-11-12 Thomas Graflib: Correctly pass collected AM_LDFLAGS to linker
2014-11-12 Scott MannBuild: Add support for shared libraries and versioning.
2014-11-11 Neil McKeesflow: Export LAG, PORTNAME, and OPENFLOWPORT informati...
2014-11-11 Shu Shenofproto: Fix supported group types.
2014-11-10 Jarno RajahalmeFix setting transport ports with frags.
2014-11-10 Jarno Rajahalmeofproto-dpif: Clean up table lookup code.
2014-11-10 Jarno Rajahalmeofproto-dpif-xlate: Remove xbridge->frag.
2014-11-10 Jarno Rajahalmerule_dpif_lookup_from_table: Check frags only once.
2014-11-10 Rishi BambaAdd support for OpenFlow 1.4+ "importance" values.
2014-11-10 Simon Hormanid-pool: Refactor id_pool_alloc_id to allow any 32...
2014-11-10 Simon Hormanid-pool: Re-factor recirculation id allocator into...
2014-11-05 Andy Zhoubridge: Store datapath version into ovsdb
2014-11-04 Ben Pfaffofproto-dpif: Make ofproto/trace a bit more like real...
2014-11-04 Ben Pfaffofproto-dpif-xlate: Add drop_frags_rule to struct xbridge.
2014-11-04 Motonori Shindonetflow: Fix interpretation of flow_seq.
2014-11-04 Ben Pfaffflow: Support OF1.5+ (draft) actset_output field.
2014-11-03 Jarno Rajahalmeofproto-dpif-xlate: Do not clear ports with frags in...
2014-11-03 Pravin B Shelarroute-table: Use classifier to store routing table.
2014-10-31 Ben Pfaffclassifier: Change type used for priorities from 'unsig...
2014-10-27 Jarno Rajahalmelib/ovs-rcu: Support static initialization.
2014-10-27 Jarno Rajahalmelib/ofproto: Add comments about races in ofproto_flush().
2014-10-27 Jarno Rajahalmelib/ofproto: Remove obsolete FIXME comment.
2014-10-23 Ben Pfaffofproto: Report support for group stats.
2014-10-23 Ben Pfafftunnel: Add to nw_tos bits instead of replacing them...
2014-10-22 Wang Sheng-HuiUse magic ETH_ADDR_LEN instead of 6 for Ethernet addres...
2014-10-16 Ben Pfaffofproto-dpif-xlate: Support BFD, CFM, carrier, and...
2014-10-16 Niels van Adrichemofproto-dpif-xlate: Use bfd forwarding status in fast...
2014-10-10 Alex Wangofproto-dpif-upcall: Fix out-of-scope use of stack...
2014-10-09 Pravin B Shelarnetdev-dpif: Add metadata to dpif-packet.
2014-10-08 Ben Pfaffofp-actions: Support OF1.5 (draft) masked Set-Field...
2014-10-07 Ben Pfaffnx-match: Move all knowledge of OXM/NXM here.
2014-10-06 Jarno Rajahalmelib: Fix MPLS masking.
2014-10-06 Jarno Rajahalmelib/match: Do not format undefined fields.
2014-10-06 Andy Zhoubridge: Keep bond active slave selection across OVS...
2014-10-03 Jarno Rajahalmedpif: Use OVS_FLOW_ATTR_PROBE.
2014-10-01 Daniele Di Proiettoofproto: Do not postpone closing the mgmt socket
2014-09-30 Joe Stringerrevalidator: Distinguish new and duplicate flows.
2014-09-29 Ben PfaffMakefiles: Add $(AM_V_GEN) annotations to clean up...
2014-09-25 Jarno Rajahalmelib/ofproto: Sync RSTP operational state after configur...
2014-09-25 Simon Hormanofproto-dpif-rid: remove unused return value of rid_poo...
2014-09-25 Simon Hormanofproto-dpif-rid: remove struct rid_map
2014-09-24 Simon Hormanofproto-dpif-rid: correct logic error in rid_pool_alloc...
2014-09-19 Alex Wangdpif-netdev: Allow multi-rx-queue, multi-pmd-thread...
2014-09-18 Ethan Jacksonofproto: Warn about excessive rule counts in OpenFlow...
2014-09-17 Daniele Di Proiettoofproto-dpif-xlate: Wildcard skb_priority if QoS is...
2014-09-16 YAMAMOTO Takashiofproto-dpif-xlate: Suppress some warnings on non-Linux...
next