]> git.proxmox.com Git - mirror_ovs.git/history - ofproto/ofproto-dpif.c
ofproto-dpif: Fix for recirc issue with mpls traffic with dp_hash
[mirror_ovs.git] / ofproto / ofproto-dpif.c
2019-07-02 Ilya Maximetsvswitchd: Always cleanup userspace datapath.
2019-06-22 Yi-Hung Weiofproto-dpif: Fix continuation with patch port
2019-06-10 Nitin Katiyarlacp: Don't send or receive PDUs when carrier state...
2019-05-24 Eli Britsteinofproto-dpif-xlate: Change priority tags from boolean...
2019-04-24 Aravind Prasad Sofproto: Return error codes for rule insertions.
2019-04-22 Numan SiddiqueAdd a new OVS action check_pkt_larger
2019-03-26 Ilya Maximetsbridge: Propagate patch port pairing errors to db.
2019-02-25 Ben Pfaffodp-util: Improve log messages and error reporting...
2019-02-05 Ben PfaffRemove support for OpenFlow 1.6 (draft).
2019-01-25 Flavio LeitnerRevert "ofproto-dpif: Let the dpif report when a port...
2019-01-25 Flavio LeitnerRevert "ofproto-dpif: Check for EBUSY as well"
2019-01-16 Ben Pfaffovs-vswitchd: Implement OFPT_TABLE_FEATURES table modif...
2018-12-12 Tony van der Peetofproto: Return correct error codes from meter_set.
2018-10-18 Ben Pfaffofproto: Consistently force off OFPPS_LIVE if port...
2018-10-18 Ben Pfaffofproto-dpif: Refactor port_run().
2018-10-18 Ben Pfaffofproto: Move may_enable from ofport_dpif to ofport.
2018-09-21 Yi-Hung Weiofproto-dpif: Fix NXT_RESUME flow stats
2018-08-27 Greg Roseofproto-dpif: Check for EBUSY as well
2018-08-16 Justin Pettitdpif: Don't pass in '*meter_id' to meter_set commands.
2018-08-01 Alin Gabriel Serdeanofproto-dpif: Fix typo in registered command
2018-07-31 Justin Pettitofproto: Add support for specifying a meter in controll...
2018-07-06 Eelco Chaudronofproto: Add CLI commands to show and clear mac_learnin...
2018-07-05 Ben Pfaffofproto-dpif: Let the dpif report when a port is a...
2018-06-12 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-06-11 Ben Pfaffofproto-dpif: Remove tabs from output.
2018-05-25 Jan Scheurichofproto-dpif: Use dp_hash as default selection method
2018-05-25 Jan Scheurichofproto-dpif: Improve dp_hash selection method for...
2018-05-25 Jan Scheurichuserspace datapath: Add OVS_HASH_L4_SYMMETRIC dp_hash...
2018-03-31 Ben Pfaffofp-flow: Reduce memory consumption for ofputil_flow_mo...
2018-02-28 Justin PettitDon't shadow variables.
2018-02-28 Justin PettitDon't shadow global VLOG "rl" definition.
2018-02-13 Ben Pfaffofp-util, ofp-parse: Break up into many separate modules.
2018-02-01 juyan@redhat.comofproto-dpif: Delete system tunnel interface when remov...
2018-02-01 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-02-01 Ben PfaffSupport accepting and displaying table names in OVS...
2018-01-27 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-01-27 Ben Pfaffflow: Add some L7 payload data to most L4 protocols...
2018-01-20 Eric Garverdpif: Add support for OVS_ACTION_ATTR_CT_CLEAR
2018-01-11 Justin Pettitofproto-dpif: Don't slow-path controller actions with...
2018-01-11 Justin Pettitofproto-dpif: Add ability to look up an ofproto by...
2018-01-10 Michal Weglickiofproto-dpif-ipfix: add interface Information Elements...
2018-01-10 Ben Pfaffofproto-dpif: Issue clear error messages for unsupporte...
2018-01-09 Justin Pettitofproto-dpif: Remove variable length userdata probe.
2017-12-07 Yi-Hung Weict-dpif,dpif-netlink: Support conntrack flush by ct...
2017-11-29 Balazs Nemethtunnel: Fix deletion of datapath tunnel ports in case...
2017-11-13 Ashish Varmanetdev, dpif: fix the crash/assert on port delete
2017-11-03 Duan Jiongofproto-dpif: Put bundle_lookup ahead to simplify the...
2017-11-03 Duan Jiongofproto-dpif: Fix comment in struct ofbundle.
2017-11-03 Xiao Lianglib: Move lib/poll-loop.h to include/openvswitch
2017-09-29 Andy Zhoudpif-netdev: Use portable error code for zero rate...
2017-09-27 Ali Volkan ATLIdpif-netdev: Fix a zero-rate bug for meter
2017-08-03 Andy Zhouofproto-dpif: Remove ofprto/tnl-push-pop command.
2017-08-03 Andy Zhouofproto-dpif: Remove dpif/disable-truncate command.
2017-08-03 Andy Zhouofproto-dpif: Remove dpif/disable-dp-clone command.
2017-08-03 Andy Zhouofproto-dpif: Add boottime support field.
2017-08-03 Andy Zhouofproto-dpif: A new command for changing dpif support...
2017-08-02 Ben PfaffEliminate most shadowing for local variable names.
2017-07-31 Ben Pfaffofp-util: Avoid C++ keyword 'public' in name of struct...
2017-07-27 Andy Zhouflow: Refactor flow_compose() API.
2017-07-19 Sugesh Chandrantunneling: Avoid datapath-recirc by combining recirc...
2017-07-14 Joe Stringerofproto-dpif: Detect support for ct_tuple6.
2017-06-27 Ben Pfaffuserspace: Handling of versatile tunnel ports
2017-06-23 Ben Pfaffodp-util: Use port names in output in more places.
2017-06-23 Ben Pfaffovs-dpctl: New --names option to use port names in...
2017-06-15 Paul Blakeydpctl: Add an option to dump only certain kinds of...
2017-06-08 nickcooper-zhangto... rstp: Add rstp port name for human reading.
2017-06-02 Jan Scheurichuserspace: Switching of L3 packets in L2 pipeline
2017-05-31 Ben PfaffSupport accepting and displaying port names in OVS...
2017-05-31 nickcooper-zhangto... stp: Add link-state checking support for stp ports.
2017-05-26 Sairam Venugopalofproto-dpif: Include EthType in ct_orig_tuple feature...
2017-05-03 Jan Scheurichuserspace: Add packet_type in dp_packet and flow
2017-05-03 Andy Zhouvswitchd: Add --cleanup option to the 'appctl exit...
2017-04-28 Andy Zhouofproto-dpif: Add 'meter_ids' to backer
2017-04-28 Jarno Rajahalmexlate: Use OVS_CT_ATTR_EVENTMASK.
2017-04-24 Yi-Hung Weiofproto: Add support of OFPR_PACKET_OUT as packet-in...
2017-04-24 Yi-Hung Weiofproto-dpif: Fix memory leak in disable_datapath_clone()
2017-04-22 nickcooper-zhangto... rstp/stp: Unref the rstp/stp when bridges destroyed.
2017-04-21 László Sürüofproto-dpif: Propagate may_enable flag as link aliveness.
2017-04-18 Jarno Rajahalmeofproto-dpif: Check support for resubmit with conntrack...
2017-04-18 Jarno Rajahalmeofproto-dpif: Check if original direction matches are...
2017-04-18 Jarno Rajahalmeofproto-dpif: Check support for CT action force commit...
2017-04-07 Ben PfaffAdd support for OpenFlow 1.6 (draft) port status and...
2017-04-04 Andy Zhouofproto: Use macros to define DPIF support fields
2017-03-20 nickcooper-zhangto... stp: Change the api for next patch.
2017-03-17 Eric GarverAdd new port VLAN mode "dot1q-tunnel"
2017-03-16 Eric GarverAdd support for 802.1ad (QinQ tunneling)
2017-03-15 Andy Zhouofproto: Add appctl command to show Datapath features
2017-03-11 Andy Zhouofproto: Probe for sample nesting level.
2017-03-11 Andy Zhoudpif: Refactor dpif_probe_feature()
2017-03-09 Jarno Rajahalmeodp: Support conntrack orig tuple key.
2017-03-09 Jarno Rajahalmeflow: Make room after ct_state.
2017-03-08 Jarno Rajahalmedpif: Meter framework.
2017-03-03 nickcooper-zhangto... mcast-snooping: Avoid segfault for vswitchd.
2017-03-03 nickcooper-zhangto... mcast-snooping: Flush ports mdb when VLAN configuration...
2017-02-24 Huanle Hanofproto/bond: fix interal flow leak of tcp-balance...
2017-02-03 Daniele Di Proiettodpif-netdev: Pass Openvswitch other_config smap to...
2017-01-31 Sha Zhangofproto-dpif: Reduce the time to create many bridges.
2017-01-24 Andy Zhouxlate: Generate of datapath clone action when supported
2017-01-24 Andy Zhoudpif-netdev: Add clone action
2017-01-18 Jarno Rajahalmeofproto-dpif: Use acquire/release barriers with 'tables...
next