summaryrefslogtreecommitdiff
path: root/lib/packets.h
Commit message (Expand)AuthorAgeFilesLines
* userspace: Add SRv6 tunnel support.Nobuhiro MIKI2023-03-291-0/+15
* flow: Support rt_hdr in parse_ipv6_ext_hdrs().Nobuhiro MIKI2023-03-291-0/+9
* odp-execute: Add ISA implementation of set_masked IPv6 actionEmma Finn2022-12-211-0/+2
* Encap & Decap actions for MPLS packet type.Martin Varghese2022-01-171-0/+2
* packets: Correct VXLAN_GPE_FLAGS_P macro name.lic1212021-10-121-1/+1
* dpif-netdev: Provide orig_in_port in metadata for tunneled packets.Sriharsha Basavapatna2021-06-241-1/+7
* packets: Un-inline functions needed by DDlog.Leonid Ryzhyk2020-10-261-86/+11
* netdev-offload-tc: Expand tunnel source IPs masked matchTonghao Zhang2020-06-031-0/+6
* userspace: Add GTP-U support.William Tu2020-03-251-0/+68
* packets: Fix typo in comment.Ben Pfaff2020-03-051-1/+1
* lib: packets: export compose_ipv6 routine to OVNLorenzo Bianconi2019-10-141-0/+3
* flow: Fix using pointer to member of packed struct icmp6_hdr.Ilya Maximets2019-10-101-4/+8
* conntrack: Optimize recirculations.Darrell Ball2019-09-251-0/+11
* conntrack: Fix ICMPv4 error data L4 length check.Darrell Ball2019-08-291-0/+3
* ovs-tc: offload MPLS push actions to TC datapathJohn Hurley2019-08-011-0/+24
* packets: Add IGMPv3 query packet definitionsDumitru Ceara2019-07-161-1/+18
* OVN: Make periodic RAs consistent with RA responder.Mark Michelson2019-03-251-3/+0
* packets: Change return type for 'packet_csum_upperlayer6()'.Darrell Ball2019-02-221-1/+1
* Support for match & set ICMPv6 reserved and options type fieldsVishal Deep Ajmera2019-02-041-0/+3
* erspan: add big endian bit fields.William Tu2018-08-211-0/+21
* userspace: add erspan tunnel support.William Tu2018-05-211-0/+126
* Make <host>:<port> parsing uniform treewide.Ben Pfaff2018-04-161-10/+0
* packets: Prefetch the packet metadata in cacheline1.Bhanuprakash Bodireddy2018-01-121-1/+6
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-3/+2
* OVN: Add support for periodic router advertisements.Mark Michelson2018-01-051-1/+13
* lib: Adding explicit typecasts to fix C++ compilation issuesShireesh Singh2017-12-191-5/+10
* types: New macros ETH_ADDR_C and ETH_ADDR64_C.Ben Pfaff2017-11-291-7/+7
* packets: Fix C++ compilation issues when include packets.hYi-Hung Wei2017-11-021-1/+3
* Add general-purpose IP/port parsing function.Mark Michelson2017-11-021-0/+10
* packets: Add ESP header and trailer.Ian Stokes2017-10-311-0/+14
* Generic encap and decap support for NSHJan Scheurich2017-08-071-0/+4
* userspace: Add support for NSH MD1 match fieldsJan Scheurich2017-08-071-0/+3
* packets: Reorganize the pkt_metadata structure.Bhanuprakash Bodireddy2017-08-031-2/+21
* OF support and translation of generic encap and decapJan Scheurich2017-08-021-1/+2
* packets: Do not initialize ct_orig_tuple.Daniele Di Proietto2017-08-021-1/+9
* dpdk: Add more ICMP Related NAT support.Darrell Ball2017-06-021-0/+7
* userspace: add vxlan gpe support to vportGeorg Schmuecking2017-06-021-1/+53
* userspace: Switching of L3 packets in L2 pipelineJan Scheurich2017-06-021-1/+0
* packets: Remove unnecessary "packed" annotations.Ben Pfaff2017-05-301-6/+3
* userspace: Support for push_eth and pop_eth actionsJan Scheurich2017-05-081-0/+4
* lib: rename ovs_nd_opt to ovs_nd_lla_optZong Kai LI2017-05-041-8/+8
* packets: add compose_nd_raZong Kai LI2017-05-041-3/+63
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-0/+38
* ovn-controller: Add 'dns_lookup' actionNuman Siddique2017-05-021-0/+24
* packets: Reduce redundant copies of connection states.Ben Pfaff2017-04-211-22/+23
* ovn-northd ipam: Support IPv6 dynamic assignmentNuman Siddique2017-04-141-0/+20
* types: New struct eth_addr64 for EUI-64 identifiers.Ben Pfaff2017-04-071-1/+33
* conntrack: Add formatting support for IGMP, DCCP, and UDPLITE.Jarno Rajahalme2017-03-281-0/+12
* odp: Support conntrack orig tuple key.Jarno Rajahalme2017-03-081-0/+5
* flow: Make room after ct_state.Jarno Rajahalme2017-03-081-1/+1