summaryrefslogtreecommitdiff
path: root/lib/match.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* flow: Factor out flag parsing and formatting routines.Jesse Gross2015-07-151-14/+3
* match: Single malloc minimatch.Jarno Rajahalme2015-07-151-5/+12
* flow: Always inline miniflows.Jarno Rajahalme2015-07-151-15/+15
* tunnel: Geneve TLV handling support for OpenFlow.Jesse Gross2015-06-251-1/+8
* match: Do not skip formatting a zero dp_hash.Jarno Rajahalme2015-03-161-1/+1
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-141-1/+36
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-111-2/+13
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-061-5/+5
* lib: Use MAP_FOR_EACH_INDEX to improve readability.Jarno Rajahalme2014-11-261-3/+3
* match: Use ds_chomp() in match_format()Simon Horman2014-11-041-2/+2
* flow: Support OF1.5+ (draft) actset_output field.Ben Pfaff2014-11-031-1/+14
* classifier: Change type used for priorities from 'unsigned int' to 'int'.Ben Pfaff2014-10-301-6/+5
* Use magic ETH_ADDR_LEN instead of 6 for Ethernet address length.Wang Sheng-Hui2014-10-221-2/+3
* lib/match: Do not format undefined fields.Jarno Rajahalme2014-10-061-104/+7
* lib: Unify flags parsing and formatting.Jarno Rajahalme2014-09-081-2/+9
* meta-flow: Add 64-bit registers.Ben Pfaff2014-07-281-0/+15
* flow: extend it to carry IGMP protocol informationFlavio Leitner2014-06-241-1/+7