dpif-netdev: Move rxq management into functions.
[cascardo/ovs.git] / lib / dpif-netdev.c
2014-10-17 Jarno Rajahalmelib/dpif-netdev: Integrate megaflow classifier.
2014-10-09 Pravin B Shelarnetdev-dpif: Add metadata to dpif-packet.
2014-10-07 Daniele Di Proiettodpif-netdev: reduce netdev_flow_key size
2014-10-06 Jarno Rajahalmelib/cmap: cmap_find_batch().
2014-10-06 Jarno Rajahalmelib/cmap: split up cmap_find().
2014-10-03 Daniele Di Proiettodpif-netdev: Destroy pmd_thread cmap at exit
2014-10-03 Daniele Di Proiettodpif-netdev: fix dp_netdev_free()
2014-09-19 Daniele Di Proiettodpif-netdev: Fix (packet) memory leaks in the slow...
2014-09-19 Alex Wangdpif-netdev: Allow multi-rx-queue, multi-pmd-thread...
2014-09-17 Daniele Di Proiettodpif-netdev: Store miniflow length in exact match cache
2014-09-17 Daniele Di Proiettodpif-netdev: Introduce netdev_flow_key_* functions
2014-09-15 Alex Wangdpif-netdev: Create multiple pmd threads by default.
2014-09-15 Alex Wangdpif-netdev: Create multiple tx/rx queues when adding...
2014-09-12 Alex Wangnetdev: Add n_txq to 'struct netdev'.
2014-09-11 Alex Wangunixctl: Make command description all lowercase.
2014-09-08 Jarno Rajahalmelib/dpif-netdev: Make emc_mutex recursive.
2014-09-08 Jarno Rajahalmelib/odp: Masked set action execution and printing.
2014-09-03 Alex Wangdpif-netdev: Introduce port_try_ref() to prevent a...
2014-09-02 Alin Serdeandpif-netdev: Avoid variable length array on MSVC.
2014-08-29 Daniele Di Proiettodpif-netdev: Exact match cache
2014-08-29 Daniele Di Proiettopacket-dpif: Add dpif_packet_{get, set}_hash()
2014-08-29 Jarno Rajahalmelib: Use shorter form of relaxed atomic access.
2014-08-26 Thomas Grafdpif-netdev: Fix leaked port, port->rxq, port->type...
2014-08-15 Jarno Rajahalmelib/dpif-netdev: Clean-up pmd thread signaling.
2014-08-14 Ethan Jacksondpif-netdev: Streamline miss handling.
2014-08-13 Joe Stringerdpif: Support flow_get in dpif_operate().
2014-08-13 Daniele Di Proiettodpif-netdev: Reintroduce ref_cnt for dp_netdev_flow
2014-08-12 Ben Pfaffdpif-provider: Get rid of redundant operations.
2014-08-05 Ethan Jacksondpif-netdev: Avoid useless flow copy in dp_netdev_flow_...
2014-08-05 Ethan Jacksonstyle: Replace TODO with XXX.
2014-07-29 Ben Pfaffcmap: Merge CMAP_FOR_EACH_SAFE into CMAP_FOR_EACH.
2014-07-25 Ryan Wilsondpif-netdev: Polling threads directly call ofproto...
2014-07-23 Ben Pfaffdpif-netdev: Initialize upcall->packet when queuing...
2014-07-23 Daniele Di Proiettodpif-netdev: Reduce netdev_flow_key size
2014-07-22 Ben Pfaffcmap, classifier: Avoid unsafe aliasing in iterators.
2014-07-20 Daniele Di Proiettonetdev-dpdk: Fix race condition with DPDK mempools...
2014-07-16 Joe Stringerdpif: Update documentation for RCU-protected actions.
2014-07-15 Joe Stringerdpif: Support fetching flow mask via dpif_flow_get().
2014-07-11 Jarno Rajahalmelib/classifier: Lockless lookups.
2014-07-07 Jarno RajahalmeUse ovs_refcount_unref_relaxed.
2014-07-04 Jarno Rajahalmedpif-netdev: Use cmap instead of hmap.
2014-06-30 Ethan Jacksondpif-netdev: Batch megaflow lookup.
2014-06-30 Ethan Jacksonclassifier: Add a batched miniflow lookup function.
2014-06-30 Ethan Jacksondpif-netdev: Take the classifier rdlock once per batch.
2014-06-30 Ethan Jacksondpif-netdev: Rename batch_pkt_execute.
2014-06-25 Daniele Di Proiettodpif-netdev: delete lost packets in dp_execute_cb()
2014-06-25 Ryan Wilsondpif-netdev: Fix memory leak in dpif_netdev_flow_put()
2014-06-25 Ryan Wilsondpif-netdev: Implement batched flow dumping.
2014-06-25 Daniele Di Proiettodpif-netdev: Delete packet if not able to do upcall
2014-06-24 Ben Pfaffdpif-netdev: Remove unused global variable 'key'.
2014-06-23 Daniele Di Proiettodpif-netdev: batch packet processing
2014-06-23 Daniele Di Proiettonetdev: netdev_send accepts multiple packets
2014-06-23 Daniele Di Proiettodpif-netdev: use dpif_packet structure for packets
2014-06-12 Daniele Di Proiettodpif-netdev: enumerate dpif belonging to the right...
2014-06-11 Jarno Rajahalmelib/cmap: Simplify iteration with C99 loop declaration.
2014-06-05 Ben Pfaffdpif-netdev: Fix another use-after-free in port_unref().
2014-06-04 Ryan Wilsondpif-netdev: Upcall: Remove an extra memcpy of packet...
2014-05-22 Ben Pfaffbridge: Add test that ports that disappear get added...
2014-05-21 Ben Pfaffdpif-netdev: Use cmap for ports.
2014-05-21 Ben Pfaffdpif-netdev: Fix memory leak.
2014-05-21 Ben Pfaffdpif-netdev: Fix use-after-free in port_unref().
2014-05-20 Ben Pfaffdpif: Refactor flow dumping interface to make better...
2014-05-19 Joe Stringerodp-util: Always serialise recirculation in upcall...
2014-05-12 YAMAMOTO Takashidpif-netdev: Remove unused members
2014-04-29 Jarno Rajahalmelib/flow: Maintain miniflow offline values explicitly.
2014-04-28 Ben Pfaffovs-thread: Make caller provide thread name when creati...
2014-04-21 Andy Zhouopenvswitch.h: rename hash action definition
2014-04-21 Andy Zhouodp-util: Always generate key/mask pair in netlink...
2014-04-18 Jarno Rajahalmedpif-netdev: Use miniflow as a flow key.
2014-04-16 Andy Zhoudpif-netdev: Move hash function out of the recirc actio...
2014-04-09 Andy Zhoudpif-netdev: Use existing flow for computing dp hash
2014-04-09 Andy Zhoudpif-netdev: preserve packet metadata fields across...
2014-04-08 Andy Zhouofproto/bond: Implement bond megaflow using recirculation
2014-04-05 Ben Pfaffdpif-netdev: Unwildcard entire odp_port in dpif_netdev_...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-28 Pritesh Kotharisparse: workaround for a bug in sparse.
2014-03-28 YAMAMOTO Takashirecirculation: Some cosmetic fixes
2014-03-25 Andy Zhoudpif-netdev: user space datapath recirculation
2014-03-21 Pravinnetdev-dpdk: Use multiple core for dpdk IO.
2014-03-21 Pravinnetdev: Add support multiqueue recv.
2014-03-21 Pravinnetdev: Rename netdev_rx to netdev_rxq
2014-03-21 Pravindpif-netdev: Add poll-mode-device thread.
2014-03-21 Pravindpif-netdev: Add ref-counting for port.
2014-03-21 Pravinnetdev: Send ofpbuf directly to netdev.
2014-03-21 Pravinnetdev: Extend rx_recv to pass multiple packets.
2014-03-20 Alex Wangdpif-netdev: Implement the API functions to allow multi...
2014-03-20 Alex Wangdpif: Change dpif API to allow multiple handler threads...
2014-03-19 Jarno Rajahalmelib: Use tcp_flags from flow.
2014-03-19 Jarno Rajahalmedpif-netdev: Use packet key to parse TCP flags.
2014-03-19 Ben Pfaffdpif-netdev: Use RCU to protect data.
2014-03-19 Ben Pfaffdpif-netdev: Use ovsthread_stats for flow stats.
2014-03-19 Ben Pfaffovs-thread: Replace ovsthread_counter by more general...
2014-03-18 Andy Zhoudpif-netdev: init atomic flag dp->destroyed
2014-03-13 Ben Pfaffovs-atomic: Delete atomic, atomic_flag, ovs_refcount...
2014-03-01 Andy Zhoulib: simplify flow_extract() API
2014-02-27 Joe Stringerdpif: New function flow_dump_next_may_destroy_keys().
2014-02-27 Joe Stringerdpif: Make dpif_flow_dump_next() thread-safe.
2014-02-27 Joe Stringerdpif: Separate local and shared flow dump state.
2014-02-21 Alex Wangdpif-netdev: Fix memory leak.
2014-02-21 Alex Wangdpif-netdev: Call ovs_refcount_destroy() before free().
next