datapath-windows: Rename OvsGetVportNo into OvsComputeVportNo and make public
[cascardo/ovs.git] / ofproto /
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...
2014-09-15 Gurucharan ShettyFix remaining "uninitialized local variable" used warni...
2014-09-15 Pravin B Shelarofproto: Do not update stats on fake bond interface.
2014-09-14 Joe Stringerofproto: Increase default datapath max_idle time.
2014-09-11 Jarno Rajahalmeofproto-dpif: Probe for userdata after backer is fully...
2014-09-10 Ben Pfaffofproto-dpif-xlate: Work around Linux netdev_max_backlo...
2014-09-09 Jarno Rajahalmelib/odp: Use masked set actions.
2014-09-09 Jarno Rajahalmeofproto: Probe for masked set action support.
2014-09-09 Jarno Rajahalmelib/rstp: Remove lock recursion.
2014-09-09 Jarno Rajahalmelib/rstp: More robust thread safety.
2014-09-09 Jarno Rajahalmelib/rstp: CodingStyle changes.
2014-09-09 Jarno Rajahalmelib/rstp: Refactor port initialization.
2014-09-09 Jarno Rajahalmelib/rstp: Better debug messages, style fixes.
2014-09-09 Jarno Rajahalmelib/stp: Some debugging support.
2014-09-09 Jarno Rajahalmelib/stp,rstp: Add unit more unit tests.
2014-09-09 Daniele VenturinoRapid Spanning Tree Protocol (IEEE 802.1D).
2014-09-08 Alex Wangofproto-dpif-upcall: Fix a free of uninitialized memory.
2014-08-29 Jarno Rajahalmeofproto/ofproto: Use relaxed atomics.
2014-08-29 Jarno Rajahalmeofproto/ofproto-dpif-upcall: Use relaxed atomic operations.
2014-08-29 Jarno Rajahalmeofproto/netflow: Use atomic_count for 'netflow_count'.
2014-08-29 Srini SeetharamanChanging hash used for selecting bucket in a group...
2014-08-25 Ben Pfaffofproto-dpif-xlate: Drop 'may_learn' parameter from...
2014-08-25 Ben Pfaffofproto-dpif-xlate: Skip pushing stats if there are...
2014-08-25 Ben Pfaffofproto-dpif-xlate: Only learn MAC addresses upon handl...
2014-08-22 Jarno Rajahalmeofproto-dpif-xlate: Rename xlate_receive() as xlate_loo...
2014-08-22 Jarno Rajahalmeofproto-dpif-xlate: Do not take references in xlate_rec...
2014-08-22 Jarno Rajahalmeofproto-dpif-upcall: Remove struct upcall netflow member.
2014-08-22 Jarno Rajahalmeofproto/xlate: Add xlate_lookup_ofproto().
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-08-15 Alex Wangofproto-dpif-upcall: Fix use of cleared stack memory.
2014-08-14 Ethan Jacksonofproto-dpif-upcall: Properly initialize 'recv_buf'.
2014-08-14 Ethan Jacksondpif-netdev: Streamline miss handling.
2014-08-14 Ethan Jacksonofproto: Reorganize in preparation for direct dpdk...
2014-08-13 Joe Stringerdpif: Support flow_get in dpif_operate().
2014-08-11 Ben Pfaffofp-actions: Centralize all OpenFlow action code for...
2014-08-11 Ben Pfaffofproto: Implement OpenFlow 1.3+ table features request.
2014-08-11 Ben Pfaffofp-util: Abstract table miss configuration and fix...
2014-08-11 Ben Pfaffofproto: Correctly report table miss configuration...
2014-08-11 Ben Pfaffofp-actions: Add instructions bitmaps and fix related...
2014-08-11 Ben Pfaffofp-actions: Add action bitmap abstraction.
2014-08-05 Ethan Jacksonstyle: Replace TODO with XXX.
2014-08-05 Jarno RajahalmeFix strict aliasing violations with GCC 4.1 and 4.4.
2014-08-04 Daniele Di Proiettodpctl: add ovs-appctl dpctl/* commands to talk to dpif...
2014-08-04 Andy Zhouofproto-dpif: fix an ovs crash when dpif_recv_set retur...
2014-08-04 Ben Pfaffofproto-dpif: Use DPIF_FP_CREATE but not DPIF_FP_MODIFY.
2014-07-29 Alex Wangconnmgr: Make call to connmgr_wants_packet_in_on_miss...
2014-07-29 Alex Wangconnmgr: Fix a typo.
2014-07-28 Ben Pfaffconnmgr: Only send role status messages to OpenFlow...
2014-07-28 Ben Pfaffconnmgr: Demote service controllers too in ofconn_set_r...
2014-07-28 Ben Pfaffofproto-dpif-upcall: Fix sparse warnings.
2014-07-25 Ryan Wilsondpif-netdev: Polling threads directly call ofproto...
2014-07-22 Alex Wangstp: Add more logging points for debug.
2014-07-22 Ben Pfaffcmap, classifier: Avoid unsafe aliasing in iterators.
2014-07-17 Ben Pfaffofproto: Report controller rate limiting statistics...
2014-07-17 Ben PfaffSimplify ofproto_controller_info by using a struct...
2014-07-17 Ben Pfaffpinsched: Report queued packet count correctly.
2014-07-17 Alex Wangstp: Make stp-disabled port forward stp bpdu packets.
2014-07-15 Ben PfaffDrop assignments whose values are never used.
2014-07-15 Ben Pfaffofproto: Avoid theoretical double free of large rule...
2014-07-15 Joe Stringerrevalidator: Revalidate missed flows.
2014-07-11 Jarno Rajahalmelib/classifier: Lockless lookups.
2014-07-11 Jarno Rajahalmelib/classifier: RCUify prefix trie code.
2014-07-11 Jarno Rajahalmelib/classifier: Simplify iteration with C99 declaration.
2014-07-07 Jarno Rajahalmeofproto-dpif: Use ovs_refcount_try_ref_rcu().
2014-07-07 Jarno RajahalmeUse ovs_refcount_unref_relaxed.
2014-07-04 Jarno Rajahalmelib/hash: Abstract hash interface.
2014-07-03 Joe Stringerrevalidator: Simplify push_dump_ops__().
2014-07-02 Joe Stringerrevalidator: Improve optimization to skip revalidation.
2014-06-30 Joe Stringerudpif: Add command to wait for revalidation.
2014-06-25 Simon Hormanofproto-dpif: MPLS recirculation
2014-06-24 Flavio Leitnerdpif-xlate: Snoop multicast packets and send them properly
2014-06-24 Flavio Leitnerofproto-dpif: Add mcast snooping db show and flush...
2014-06-24 Flavio Leitnerofproto: Add functions to configure multicast snooping
2014-06-24 Flavio Leitnerofproto-dpif: Introduce multicast snooping handler
2014-06-24 Flavio Leitnerflow: extend it to carry IGMP protocol information
2014-06-24 Simon Hormanofproto: Break out monitor deletion code
2014-06-23 Joe StringerRevert "revalidator: Use xcache when revalidation is...
2014-06-23 Daniele Di Proiettodpif-netdev: batch packet processing
2014-06-23 Daniele Di Proiettodpif-netdev: use dpif_packet structure for packets
2014-06-23 Simon Hormanofproto: Honour out_port of flow monitors
2014-06-14 Alex Wangofproto: Add separate functions for checking bfd/cfm...
2014-06-14 Alex Wangcfm: Extracts the cfm status in one function.
2014-06-14 Alex Wangovs-thread: Implement OVS specific barrier.
next