summaryrefslogtreecommitdiff
path: root/lib/flow.c
Commit message (Expand)AuthorAgeFilesLines
* byte-order: Fix undefined behavior of BYTES_TO_BE32.Ben Pfaff2017-06-131-1/+1
* flow: Refactor ct_orig_tuple check in miniflow_extract().Darrell Ball2017-06-071-1/+4
* flow: Fix buffer overread in flow_hash_symmetric_l3l4().Ben Pfaff2017-06-011-1/+1
* Support accepting and displaying port names in OVS tools.Ben Pfaff2017-05-311-6/+9
* lib: rename ovs_nd_opt to ovs_nd_lla_optZong Kai LI2017-05-041-17/+15
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-44/+68
* flow: Further refinements to flow_pop_vlan().Ben Pfaff2017-04-211-8/+9
* flow: New function flow_clear_conntrack().Ben Pfaff2017-04-211-0/+21
* flow: New function ct_state_from_string().Ben Pfaff2017-04-211-1/+14
* packets: Reduce redundant copies of connection states.Ben Pfaff2017-04-211-17/+4
* ovs build: Fix memset with zero size warning.Darrell Ball2017-04-141-1/+3
* bundle: add nw_src/dst hash methodwenxu2017-04-061-1/+39
* Add support for 802.1ad (QinQ tunneling)Eric Garver2017-03-161-47/+158
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-67/+161
* flow: Make room after ct_state.Jarno Rajahalme2017-03-081-1/+2
* flow: Fix small typo in comment describing flow_compose().Justin Pettit2017-01-051-1/+1
* mpls: Fix MPLS restoration after patch port and group bucket.Jarno Rajahalme2016-12-021-6/+8
* tun-metadata: Manage tunnel TLV mapping table on a per-bridge basis.Jesse Gross2016-09-191-0/+1
* flow: Generate checksum and udp_len in flow_compose().Daniele Di Proietto2016-07-271-8/+54
* flow: Introduce parse_dl_type().Daniele Di Proietto2016-07-271-2/+12
* flow: Export parse_ipv6_ext_hdrs().Daniele Di Proietto2016-07-271-62/+78
* flow: Verify that tot_len >= ip_len in miniflow_extract().Ben Pfaff2016-07-261-1/+1
* Explain initialization when using csum()Ryan Moats2016-07-241-0/+3
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-0/+1
* Introduce 128-bit xxregs.Justin Pettit2016-07-121-0/+9
* Increase number of registers to 16.Justin Pettit2016-07-121-8/+8
* flow: Fix uninitialized reads in [mini]flow_hash_5tuple().Daniele Di Proietto2016-05-201-10/+32
* util: Pass 128-bit arguments directly instead of using pointers.Justin Pettit2016-05-081-3/+3
* flow: Fix flow_wc_map() for ICMPv6/IGMP type and code.Daniele Di Proietto2016-05-021-4/+4
* Move lib/match.h to include/openvswitch directoryBen Warren2016-04-141-1/+1
* 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-1/+2
* flow: add miniflow_pad_from_64Simon Horman2016-02-241-0/+13
* flow: add miniflow_push_uint8Simon Horman2016-02-241-0/+23
* flow: fix compilation of MINIFLOW_ASSERTSimon Horman2016-01-111-3/+3
* flow: Pass last field to miniflow_pad_to_64().Simon Horman2015-12-221-9/+9
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-11/+19
* conntrack: Add support for NAT.Jarno Rajahalme2015-11-251-0/+4
* Add connection tracking label support.Joe Stringer2015-10-131-0/+13
* Add connection tracking mark support.Joe Stringer2015-10-131-0/+13
* Add support for connection tracking.Joe Stringer2015-10-131-8/+45
* flow: Fix MSVC compile errors.Ben Pfaff2015-08-311-1/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-28/+26
* flow: Add struct flowmap.Jarno Rajahalme2015-08-261-205/+152
* classifier: Pre-compute stage masks.Jarno Rajahalme2015-08-261-1/+1
* flow: Ignore invalid ICMPv6 fields when parsing packetsSimon Horman2015-08-131-17/+18
* flow: Avoid compile errors.Jarno Rajahalme2015-08-121-15/+24
* dpif-netdev: Translate Geneve options per-flow, not per-packet.Jesse Gross2015-08-051-10/+37
* flow: Split miniflow's map.Jarno Rajahalme2015-07-171-116/+183
* flow: Make compile with MSVC.Jarno Rajahalme2015-07-161-11/+12