]> git.proxmox.com Git - mirror_ovs.git/history - ofproto/ofproto-dpif-upcall.c
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / ofproto / ofproto-dpif-upcall.c
2020-12-21 Ilya Maximetsodp-util: Fix netlink message overflow with userdata.
2020-12-21 Jianbo Liudpif-netlink: Fix issues of the offloaded flows counter.
2020-12-07 Jianbo Liudpif-netlink: Count the number of offloaded rules
2020-10-08 Flavio Leitnerofproto-dpif-upcall: Log the emergency flow flush.
2020-10-08 Flavio Leitnerofproto-dpif-upcall: Log the value of flow limit.
2020-07-13 Gowrishankar Muthu... ofproto: report coverage on hitting datapath flow limit
2020-07-08 Ilya Maximetsnetdev-offload: Use dpif type instead of class.
2020-06-05 Vlad Buslovnetdev-offload: Implement terse dump support
2020-04-10 Yifeng Suntun_metadata: Fix coredump caused by use-after-free bug
2020-01-27 Ilya Maximetsdpif: Fix dp_extra_info leak by reworking the allocatio...
2020-01-24 Ben Pfaffofproto: Do not delete datapath flows on exit by default.
2020-01-24 Ben Pfaffofproto-dpif-upcall: Get rid of udpif_synchronize().
2020-01-20 Ilya Maximetsdpif: Fix leak and usage of uninitialized dp_extra_info.
2020-01-07 Ilya Maximetsofproto-dpif-upcall: Fix using uninitialized upcall...
2019-12-06 zhaozhanxuAdd offload packets statistics
2019-12-02 Linhaifengofproto: fix stack-buffer-overflow
2019-11-22 Tonghao Zhangofproto-dpif-upcall: Echo HASH attribute back to datapath.
2019-08-23 Ilya Maximetsofproto-dpif: Fix using uninitialised memory in user_ac...
2019-08-21 Vlad Buslovupcall: Configure datapath min-revalidate-pps through...
2019-08-21 Vlad Buslovupcall: Change should_revalidate to use max-revalidator...
2019-08-21 Vlad Buslovupcall: Configure datapath max-revalidator through...
2019-07-05 Yunjian Wangofproto-dpif-upcall: Remove unused macro MAX_QUEUE_LENGTH.
2019-06-22 Yi-Hung Weiofproto-dpif: Fix continuation with patch port
2019-02-25 Ben Pfaffodp-util: Improve log messages and error reporting...
2018-11-06 Ben Pfaffofproto-dpif-upcall: Don't purge ukeys while in a quies...
2018-10-31 Sriharsha Basavapatnadpif: Restore a few lines with form feed characters
2018-10-19 Sriharsha Basavapa... revalidator: Rebalance offloaded flows based on the...
2018-10-19 Sriharsha Basavapa... revalidator: Gather packets-per-second rate of flows
2018-09-26 Ben Pfaffdpif: Remove support for multiple queues per port.
2018-08-15 Vishal Deep Ajmeraofproto-dpif-upcall: Fix for flow limit issue in revali...
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-11 Ben Pfaffofproto-dpif-upcall: Remove tabs from output.
2018-05-25 Ben PfaffEmbrace anonymous unions.
2018-04-19 Eelco Chaudronofproto-dpif-upcall: Only call ovsrcu_postpone() on...
2018-04-04 Jan Scheurichofproto-dpif: Init ukey->dump_seq to zero
2018-03-06 Ashish Varmaofproto-dpif-upcall: fix for segmentation fault
2018-03-06 William Tuxlate: auto ofproto trace when recursion too deep
2018-02-28 Justin PettitDon't shadow variables.
2018-02-28 Justin PettitDon't shadow global VLOG "rl" definition.
2018-02-26 Ilya Maximetsofproto-dpif-upcall: Fix using uninitialized fitness.
2018-02-06 Ben Pfaffofproto-dpif-upcall: Slow path flows that datapath...
2018-01-24 Ben Pfaffofproto-dpif-upcall: Fix typo in comment.
2018-01-23 Zoltan Baloghofproto-dpif-sflow: Recursively examine actions inside...
2018-01-11 Justin Pettitofproto-dpif: Don't slow-path controller actions with...
2018-01-11 Justin Pettitofproto-dpif: Don't slow-path controller actions.
2018-01-11 Justin Pettitofproto: Add 'ofproto_uuid' and 'ofp_in_port' to user...
2018-01-11 Justin Pettitofproto-dpif: Modify process_upcall() to remove some...
2018-01-11 Justin Pettitofproto-dpif: Reorganize upcall handling.
2018-01-11 Justin Pettitofproto-dpif: Use a fixed size userspace cookie.
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-11-02 Joe Stringerofproto-dpif-upcall: Transition ukey on dp_ops error.
2017-11-02 Ben Pfaffofproto-dpif-upcall: Fix null pointer dereference on...
2017-08-07 Joe Stringerofproto-dpif-upcall: Fix key attr iteration.
2017-08-07 Joe Stringerofproto-dpif-upcall: Fix action attr iteration.
2017-08-03 Andy Zhouofproto-dpif: Add boottime support field.
2017-08-02 Przemyslaw Szczerbikofproto-dpif-ipfix: add support for per-flow drop counters
2017-06-15 Paul Blakeydpctl: Add an option to dump only certain kinds of...
2017-06-02 Jan Scheurichuserspace: Switching of L3 packets in L2 pipeline
2017-05-03 Joe Stringerrevalidator: Fix logging of xlate_key() failure.
2017-05-03 Joe Stringerrevalidator: Revalidate ukeys created from flows.
2017-04-28 Andy Zhouofproto: Meter slowpath action when action upcall meter...
2017-04-27 Joe Stringerrevalidator: Improve logging for transition_ukey().
2017-04-27 Joe Stringerrevalidator: Avoid assert in transition_ukey().
2017-03-27 Joe Stringerofproto-dpif-upcall: Fix flow setup/delete race.
2017-03-23 Justin Pettitofproto-dpif: Update handle_action() comment.
2017-03-16 Daniele Di Proiettoofp-actions: Add limit to learn action.
2017-01-11 Joe Stringerrevalidator: Complain for more ukey transitions.
2017-01-11 Joe Stringerrevalidator: Prevent double-delete of ukey.
2017-01-06 Ben Pfaffofproto-dpif: Unhide structure contents.
2016-12-22 Justin Pettitofproto-dpif-upcall: Remove OVS_UNUSED from upcall_unix...
2016-12-09 nickcooper-zhangto... ovs-vswitchd: Avoid segfault for "netdev" datapath.
2016-12-06 nickcooper-zhangto... ovs-appctl: Add usage content to "upcall/set-flow-limit...
2016-09-29 Joe Stringerrevalidator: Simplify full-revalidation code.
2016-09-29 Joe Stringerrevalidator: Defer stats push to end of validation.
2016-09-29 Joe Stringerrevalidator: Reuse xlate_ukey from deletion.
2016-09-29 Joe Stringerrevalidator: Refactor revalidation early exit.
2016-09-29 Joe Stringerrevalidator: Refactor ukey->xout translation.
2016-09-28 Joe Stringerrevalidator: Prepare xcache before xlate_lookup.
2016-09-27 Jarno Rajahalmeupcall: Don't start new revalidation round too soon...
2016-09-19 Jesse Grosstun-metadata: Manage tunnel TLV mapping table on a...
2016-09-14 Jarno Rajahalmeofproto: Refactor packet_out handling.
2016-09-14 Jarno Rajahalmeofproto-dpif-xlate: Allow translating without side...
2016-09-14 Jarno Rajahalmeofproto-dpif-xlate: Expose xlate cache.
2016-09-01 Joe Stringerupcall: Replace ukeys for deleted flows.
2016-09-01 Joe Stringerupcall: Track ukey states.
2016-09-01 Joe Stringerupcall: Only init flow_put if ukey is installed.
2016-09-01 Joe Stringerupcall: Reuse flow_put initializer.
2016-08-30 Lance Richardsonupcall: reduce log level for "no reference to recirc...
2016-08-19 Joe Stringerupcall: Log failure to flow_put for dpif-netlink.
2016-06-17 Benli Yeipfix: Support tunnel information for Flow IPFIX.
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-05-24 Joe Stringerupcall: Unregister dpif cbs in udpif_destroy().
2016-05-20 Daniele Di Proiettodpif: Pass flow parameter to dpif_execute().
2016-05-17 Joe Stringerofproto-dpif-upcall: Fix UFID usage with flow_modify.
2016-05-11 Joe Stringerofproto-dpif-upcall: Pass key to dpif_flow_get().
2016-05-08 Justin Pettitutil: Pass 128-bit arguments directly instead of using...
2016-04-27 Pravin B ShelarRemove "VLAN splinters" feature.
2016-03-30 Ben WarrenMove lib/ofpbuf.h to include/openvswitch directory
next