]> git.proxmox.com Git - mirror_ovs.git/history - lib/flow.c
dpctl: Add the option 'pmd' for dump-flows.
[mirror_ovs.git] / lib / flow.c
2020-03-26 William Tuuserspace: Add GTP-U support.
2020-01-31 Eli Britsteinflow: Fix parsing l3_ofs with partial offloading
2019-11-22 Zhike Wangflow: Fix IPv6 header parser with partial offloading.
2019-10-25 Ilya Maximetsflow: Fix crash on vlan packets with partial offloading.
2019-10-10 Ilya Maximetsflow: Fix using pointer to member of packed struct...
2019-09-25 Yanqin Weiflow: fix incorrect padding length checking in ipv6_san...
2019-09-25 Paul Chaignontreewide: Use packet batch APIs
2019-08-28 Yanqin Weiflow: save "vlan_hdrs" memset for untagged traffic
2019-08-28 Malvika Guptaflow: Reduce metadata connection state branches in...
2019-07-17 Ben Pfaffflow: Avoid unsafe comparison of minimasks.
2019-07-16 Vishal Deep Ajmeraflow: Wildcard UDP ports when using SYMMETRIC_L4 hash...
2019-06-07 Van Bemmel, Jeroen... flow: Don't include ports of first fragments in hash
2019-04-12 Ben Pfaffflow: Add FLOW_WC_SEQ assertions and improve comments.
2019-02-14 Darrell Ballflow: Enhance parse_ipv6_ext_hdrs.
2019-02-05 Li RongQingflow: fix a possible memory leak in parse_ct_state
2019-02-04 Vishal Deep AjmeraSupport for match & set ICMPv6 reserved and options...
2019-01-25 Li RongQingflow: fix udp checksum
2018-10-19 Sriharsha Basavapa... dpif-netlink: Detect Out-Of-Resource condition on a...
2018-10-08 Yifeng Sunflow: Clear ovs_nsh_key's context data when nsh's type...
2018-10-02 Martin Xubundle: add symmetric_l3 hash method for multipath
2018-09-22 Ben Pfaffflow: Fix uninitialized flow fields in IPv6 error case.
2018-09-12 Ben Pfaffflow: Document parse_tcp_flags() assumptions and semantics.
2018-07-25 Jianbo Liuflow: Refactor some of VLAN helper functions
2018-07-10 Ben Pfaffflow: Fix buffer overread for crafted IPv6 packets.
2018-07-06 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-07-06 Yuanhan Liudpif-netdev: retrieve flow directly from the flow mark
2018-07-06 Yuanhan Liuflow: Introduce IP packet sanity checks
2018-05-25 Jan Scheurichuserspace datapath: Add OVS_HASH_L4_SYMMETRIC dp_hash...
2018-05-22 William Tuuserspace: add erspan tunnel support.
2018-03-31 Ben Pfaffflow: Improve type-safety of MINIFLOW_GET_TYPE.
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-26 Ben Pfaffflow: Simplify flow_compose_l4().
2018-01-11 Yi Yangnsh: add new flow key 'ttl'
2018-01-08 Yi Yangnsh: rework NSH netlink keys and actions
2017-11-29 Ben Pfaffflow: Avoid buffer overread in parse_nsh() for malforme...
2017-11-08 Jan ScheurichNSH: Adjust NSH wire format to the latest IETF draft
2017-11-08 Jan ScheurichNSH: Minor bugfixes
2017-10-26 Daniel AlvarezAdd dl_type to flow metadata for correct interpretation...
2017-08-07 Jan Scheurichuserspace: Add support for NSH MD1 match fields
2017-07-27 Andy Zhouflow: Refactor flow_compose() API.
2017-07-25 Ilya Maximetsflow: Add flow_compose_size().
2017-07-12 Yi-Hung Weiconntrack: Move ct_state parsing to lib/flow.c
2017-07-11 Timothy RedaelliFix some -Wimplicit-fallthrough warnings building with...
2017-06-27 Zoltán Baloghuserspace: Introduce packet_type in OF 1.5 packet-out
2017-06-27 Jan Scheurichuserspace: Complete Packet In handling
2017-06-27 Jan Scheurichuserspace: Add OXM field MFF_PACKET_TYPE
2017-06-13 Ben Pfaffbyte-order: Fix undefined behavior of BYTES_TO_BE32.
2017-06-07 Darrell Ballflow: Refactor ct_orig_tuple check in miniflow_extract().
2017-06-02 Ben Pfaffflow: Fix buffer overread in flow_hash_symmetric_l3l4().
2017-05-31 Ben PfaffSupport accepting and displaying port names in OVS...
2017-05-04 Zong Kai LIlib: rename ovs_nd_opt to ovs_nd_lla_opt
2017-05-03 Jan Scheurichuserspace: Add packet_type in dp_packet and flow
2017-04-21 Ben Pfaffflow: Further refinements to flow_pop_vlan().
2017-04-21 Ben Pfaffflow: New function flow_clear_conntrack().
2017-04-21 Ben Pfaffflow: New function ct_state_from_string().
2017-04-21 Ben Pfaffpackets: Reduce redundant copies of connection states.
2017-04-15 Darrell Ballovs build: Fix memset with zero size warning.
2017-04-07 wenxubundle: add nw_src/dst hash method
2017-03-16 Eric GarverAdd support for 802.1ad (QinQ tunneling)
2017-03-09 Jarno Rajahalmeodp: Support conntrack orig tuple key.
2017-03-09 Jarno Rajahalmeflow: Make room after ct_state.
2017-01-05 Justin Pettitflow: Fix small typo in comment describing flow_compose().
2016-12-03 Jarno Rajahalmempls: Fix MPLS restoration after patch port and group...
2016-09-19 Jesse Grosstun-metadata: Manage tunnel TLV mapping table on a...
2016-07-28 Daniele Di Proiettoflow: Generate checksum and udp_len in flow_compose().
2016-07-28 Daniele Di Proiettoflow: Introduce parse_dl_type().
2016-07-28 Daniele Di Proiettoflow: Export parse_ipv6_ext_hdrs().
2016-07-26 Ben Pfaffflow: Verify that tot_len >= ip_len in miniflow_extract().
2016-07-24 Ryan MoatsExplain initialization when using csum()
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2016-07-13 Justin PettitIntroduce 128-bit xxregs.
2016-07-13 Justin PettitIncrease number of registers to 16.
2016-05-20 Daniele Di Proiettoflow: Fix uninitialized reads in [mini]flow_hash_5tuple().
2016-05-08 Justin Pettitutil: Pass 128-bit arguments directly instead of using...
2016-05-02 Daniele Di Proiettoflow: Fix flow_wc_map() for ICMPv6/IGMP type and code.
2016-04-14 Ben WarrenMove lib/match.h to include/openvswitch directory
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-03-18 Quentin Monnetmatch: Color output of match conditions for ovs-ofctl...
2016-02-24 Simon Hormanflow: add miniflow_pad_from_64
2016-02-24 Simon Hormanflow: add miniflow_push_uint8
2016-01-14 Gurucharan ShettyMerge branch 'master' of ssh://github.com/openvswitch...
2016-01-12 Simon Hormanflow: fix compilation of MINIFLOW_ASSERT
2015-12-23 Simon Hormanflow: Pass last field to miniflow_pad_to_64().
2015-11-30 Jiri Benctunneling: extend flow_tnl with ipv6 addresses
2015-11-26 Jarno Rajahalmeconntrack: Add support for NAT.
2015-10-13 Joe StringerAdd connection tracking label support.
2015-10-13 Joe StringerAdd connection tracking mark support.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-08-31 Ben Pfaffflow: Fix MSVC compile errors.
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-26 Jarno Rajahalmeflow: Add struct flowmap.
2015-08-26 Jarno Rajahalmeclassifier: Pre-compute stage masks.
2015-08-13 Simon Hormanflow: Ignore invalid ICMPv6 fields when parsing packets
2015-08-12 Jarno Rajahalmeflow: Avoid compile errors.
2015-08-06 Jesse Grossdpif-netdev: Translate Geneve options per-flow, not...
2015-07-17 Jarno Rajahalmeflow: Split miniflow's map.
2015-07-17 Jarno Rajahalmeflow: Make compile with MSVC.
2015-07-16 Jesse Grosstunneling: Allow matching and setting tunnel 'OAM'...
2015-07-16 Jesse Grossflow: Factor out flag parsing and formatting routines.
next