ofproto-dpif: Use sequence number to wake up main thread for
[sliver-openvswitch.git] / ofproto /
2014-02-11 Alex Wangbond: Change the way of assigning bond slave for unassi...
2014-02-11 Ben Pfaffofproto-dpif-xlate: Make flows that match ICMP fields...
2014-02-10 Joe Stringerupcall: Add appctl call to set flow_limit.
2014-02-07 Joe Stringerofproto: Update documentation
2014-02-07 Ben Pfaffcollectors: Improve log message to better describe...
2014-02-07 Ben PfaffAlways insert MPLS labels after VLAN tags.
2014-02-07 Arun SharmaAdd IPv6 support for OpenFlow, OVSDB, NetFlow, and...
2014-02-04 Ben PfaffEnhance userspace support for MPLS, for up to 3 labels.
2014-02-03 Simon Hormanofproto-dpif-xlate: Remove unused fitnessp pararameter...
2014-01-29 Ethan Jacksonofproto-dpif-upcall: Hardcode max_idle to 1500ms.
2014-01-29 Joe Stringerupcall: Avoid divide-by-zero calculating flow limit
2014-01-24 Gurucharan Shettyofproto: Handle negative number of threads.
2014-01-21 Joe Stringerupcall: Cache the number of flows from the datapath.
2014-01-16 Simon Hormanlib: Add tpid parameter to eth_push_vlan()
2014-01-16 Ben Pfaffofproto-dpif-monitor: Change global rwlock into mutex.
2014-01-16 Ben Pfaffofproto-dpif: Add more lock annotations.
2014-01-15 YAMAMOTO Takashiofproto-dpif-xlate: Avoid recursive acquisition of...
2014-01-15 YAMAMOTO Takashiofproto-dpif-xlate: Fix a whitespace error.
2014-01-14 Ben Pfaffclassifier: Use fat_rwlock instead of ovs_rwlock.
2014-01-13 Ben Pfaffofproto-dpif: Un-wildcard nw_frag only for protocols...
2014-01-13 Ben Pfafftunnel: Un-wildcard only flags that really exist in...
2014-01-13 Ben Pfaffofproto-dpif-upcall: Avoid unnecessarily installing...
2014-01-10 Ben Pfaffofproto: Add more thread safety annotations.
2014-01-09 Ben Pfaffovs-atomic: Introduce a new 'struct ovs_refcount'.
2014-01-09 Ben Pfaffovs-atomic: Add atomic_destroy() and use everywhere...
2014-01-09 Ben Pfaffofproto-dpif-upcall: Slightly simplify udpif_upcall_han...
2014-01-09 Alex Wangofproto/trace: Show megaflow fields in each resubmit.
2014-01-09 Alex Wangofproto/trace: Change output field name.
2014-01-09 Alex Wangofproto/trace: Remove the unused variables.
2014-01-09 Alex Wangofproto/trace: Use final flow to compute "Relevant...
2014-01-08 YAMAMOTO TakashiFix !HAVE_NETLINK build
2014-01-08 Andy Zhouofproto-dpif: Fix a vlan-splinter megaflow bug
2014-01-07 Simon Hormanofproto-dpif-xlate: Correct check for MPLS LSE
2013-12-31 Jarno Rajahalmedpif: Use explicit packet metadata.
2013-12-30 Jarno Rajahalmeodp-execute: Consolidate callbacks.
2013-12-30 Ben Pfaffofproto-dpif: Enable NXAST_SAMPLE only if the datapath...
2013-12-30 Ben Pfaffconnmgr: Log when a packet-in is dropped due to queue...
2013-12-30 Alex Wangofproto-dpif-monitor: Remove monitor_init().
2013-12-24 Gurucharan Shettyofproto-dpif: Verbosity option for dpif/dump-flows...
2013-12-24 Simon Hormanofproto: Make check_table_id generic
2013-12-24 YAMAMOTO Takashiofproto: Avoid leaving a broken def
2013-12-20 Alex Wangbfd: Send FINAL immediately after receiving POLL.
2013-12-20 YAMAMOTO Takashiofproto-dpif-upcall: Reduce log level of "Spent unreaso...
2013-12-19 Ethan Jacksonofproto: Handle flow installation and eviction in upcall.
2013-12-19 Joe Stringerunixctl: Make dpif/dump-flows fetch kernel flows.
2013-12-18 Ben Pfaffofproto-dpif: Get rid of mirror_mask_ffs() function.
2013-12-18 Simon Hormanofproto: Add table config to struct ofproto
2013-12-18 Helmut Schaaopenvswitch: Use libtool and allow building shared...
2013-12-17 Jarno RajahalmeDo not free uninitialized packets.
2013-12-17 Alex Wangofproto-dpif-monitor: Acquire write lock in monitor_run().
2013-12-17 Harold LimRename NOT_REACHED to OVS_NOT_REACHED
2013-12-16 Jarno Rajahalmeofproto/trace: Fix memory leak on error path.
2013-12-16 Ben Pfaffconnmgr: Fix attempt to take mutex recursively when...
2013-12-16 Jarno Rajahalmedpif: Allow execute to modify the packet.
2013-12-14 Joe Stringermonitor: Replace monitor_seq with periodic wakeup
2013-12-13 Ethan Jacksonofproto: Simplify thread creation API.
2013-12-13 Ethan Jacksonflow: New function flow_unwildcard_tp_ports().
2013-12-13 Ethan Jacksonofproto-dpif: Remove ovs-appctl dpif/del-flows.
2013-12-13 Ethan Jacksonofproto-dpif: Remove avg_subfacet_life.
2013-12-13 Ethan Jacksonofproto-dpif-upcall: New ovs-appctl upcall/show.
2013-12-13 Ethan Jacksonofproto-dpif-upcall: Add memory usage stats.
2013-12-13 Ethan Jacksonofproto: Remove run_fast() functions.
2013-12-13 Ethan Jacksonofproto: Replace reval_seq with a struct seq.
2013-12-13 Ethan Jacksonofproto-dpif-xlate: Add a mechanism to skip wildcard...
2013-12-13 Ethan Jacksonofproto: Move all statistics accounting into xlate_acti...
2013-12-13 Ethan Jacksonofproto: Retrieve ipfix, sflow and netflow in xlate_rec...
2013-12-13 Ethan Jacksonofproto: Handle netflow similarly to ipfix and sflow...
2013-12-13 Ethan Jacksonofproto: New function netflow_exists().
2013-12-13 Ethan Jacksonnetflow: Make thread safe.
2013-12-13 Ethan Jacksonofproto: Modularize netflow.
2013-12-13 Joe Stringerofproto-dpif: Only run bundles when lacp or bonds are...
2013-12-12 Joe Stringerofproto-dpif: Don't poll ports when nothing changes
2013-12-12 Joe Stringernetdev: Globally track port status changes
2013-12-12 Ethan Jacksonofproto: Remove arbitrary handler thread limit.
2013-12-12 Ethan Jacksonofproto-dpif: Remove dead code.
2013-12-11 Andy Zhouofproto-dpif: Ignore non-packet field masks during...
2013-12-11 Ben Pfaffofproto: Fix alphabetical order in list of structs.
2013-12-11 Ben Pfaffofproto: Make ofproto_enumerate_types() match its comment.
2013-12-11 Ben Pfaffofproto-provider: Add comment on struct ofport.
2013-12-11 Ben Pfaffofproto-dpif: Improve comment.
2013-12-11 Jarno RajahalmeClassifier: Track address prefixes.
2013-12-11 Joe Stringerbridge: Refresh STP statistics separately from status
2013-12-10 Joe Stringerlib: Refactor gathering CPU core count
2013-12-10 Alex Wangbfd: Change the update of forwarding flag.
2013-12-06 Andy Zhouofproto: Move bond files to ofproto
2013-12-04 Simon Hormanofproto: Add OF1.4 elements to enum ofp_table_config
2013-12-02 Ben Pfaffofproto-dpif: keep slow path flow time stamp up-to...
2013-11-26 Alin SerdeanAvoid printf type modifiers not supported by MSVC C...
2013-11-20 Ben Pfaffofp-actions: Make ofpacts_check() report consistency...
2013-11-20 Jarno RajahalmeClassifier: Staged subtable matching.
2013-11-19 Lorand Jakabofproto-dpif: add support for layer 3 ports
2013-11-11 Ben Pfaffofproto-dpif: New unixctl command ofproto/trace-packet...
2013-11-11 Ben Pfaffofproto-dpif: Improve help output for ofproto/trace.
2013-11-11 Ben Pfaffofproto-dpif: Factor code out of ofproto_unixctl_trace().
2013-11-11 Ben Pfaffofproto: Check ofproto_port_query_by_name() return...
2013-11-07 Ben Pfaffofproto: Limit OVS-assigned port numbers to 32767 and...
2013-11-06 Gurucharan Shettyofproto-dpif: Disassociate datapath max_ports with...
2013-11-05 Ben Pfaffofproto: report the correct set of actions for group...
2013-11-04 alex wangcfm: Add ovsdb column "cfm_flap_count".
2013-11-03 Simon Hormanofproto-dpif: Support weight for select groups
next