summaryrefslogtreecommitdiff
path: root/lib/match.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Print nw_frag in flow key.Rosemarie O'Riorden2022-07-191-1/+1
* match: Do not print "igmp" match keyword.Adrian Moreno2021-11-291-6/+0
* netdev-offload-tc: Revert tunnel src/dst port masks handlingRoi Dayan2020-06-191-13/+0
* netdev-offload-tc: Allow installing arp rules to TC dp.Tonghao Zhang2020-06-081-0/+32
* netdev-offload-tc: Allow to match the IP and port mask of tunnelTonghao Zhang2020-06-031-0/+13
* userspace: Add GTP-U support.William Tu2020-03-251-1/+35
* match: Add match_set_ct_zone_masked helperPaul Blakey2019-12-221-2/+8
* trivial: Fix erspan coding style.William Tu2019-12-031-1/+1
* Support for match & set ICMPv6 reserved and options type fieldsVishal Deep Ajmera2019-02-041-0/+21
* lib/tc: Support matching on ip tosOr Gerlitz2018-08-011-0/+7
* flow: Refactor some of VLAN helper functionsJianbo Liu2018-07-251-7/+7
* userspace: add erspan tunnel support.William Tu2018-05-211-1/+68
* flow, match, classifier: Add new functions for miniflow and minimatch.Ben Pfaff2018-03-311-0/+44
* match: Add 'tun_md' member to struct minimatch.Ben Pfaff2018-03-311-1/+6
* ofp-util, ofp-parse: Break up into many separate modules.Ben Pfaff2018-02-131-1/+2
* nsh: add new flow key 'ttl'Yi Yang2018-01-111-2/+10
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-4/+8
* match: Add helper function to set nw_ttl with maskPaul Blakey2017-08-111-0/+7
* Adding nsh.at for NSH unit testsJan Scheurich2017-08-071-2/+4
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-071-2/+51
* userspace: Add OXM field MFF_PACKET_TYPEJan Scheurich2017-06-271-31/+67
* match: Add helper function to set tunnel tp_dstRoi Dayan2017-06-151-0/+13
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-0/+25
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-16/+27
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-1/+1
* Fix format specifier technicalities.Ben Pfaff2017-03-171-4/+4
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-28/+45
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-1/+109
* flow: Make room after ct_state.Jarno Rajahalme2017-03-081-4/+4
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-1/+4
* match: Only print external tunnel flags.Jesse Gross2016-08-191-2/+2
* Introduce 128-bit xxregs.Justin Pettit2016-07-121-0/+15
* Increase number of registers to 16.Justin Pettit2016-07-121-1/+1
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-081-2/+2
* Move lib/ofp-util.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* Move lib/match.h to include/openvswitch directoryBen Warren2016-04-141-1/+2
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* match: Color output of match conditions for ovs-ofctl dump-flows.Quentin Monnet2016-03-181-55/+71
* openflow: Support matching and modifying MPLS TTL field.Ben Pfaff2016-03-071-1/+18
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-1/+35
* byte-order: Make hton128() and ntoh128() behave like their counterparts.Justin Pettit2015-11-241-4/+2
* packets: Change IPv6 functions to more closely resemble IPv4 ones.Justin Pettit2015-11-241-1/+1
* Add connection tracking label support.Joe Stringer2015-10-131-0/+40
* Add connection tracking mark support.Joe Stringer2015-10-131-0/+18
* Add support for connection tracking.Joe Stringer2015-10-131-1/+55
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-37/+35
* flow: Add struct flowmap.Jarno Rajahalme2015-08-261-3/+2
* flow: Split miniflow's map.Jarno Rajahalme2015-07-171-2/+2
* flow: Make compile with MSVC.Jarno Rajahalme2015-07-161-4/+6
* tunneling: Allow matching and setting tunnel 'OAM' flag.Jesse Gross2015-07-151-2/+7