summaryrefslogtreecommitdiff
path: root/lib/packets.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* dpdk: Export packet_set_ipv6_addr() for DPDK.Darrell Ball2017-03-081-0/+4
* odp: Use struct in6_addr for IPv6 addresses.Jarno Rajahalme2017-01-041-3/+3
* odp-execute: Optimize IP header modification in OVS datapathZoltán Balogh2016-12-221-0/+2
* ofproto-dpif-xlate: Adding IGMP/MLD checksum verificationEelco Chaudron2016-12-221-0/+2
* ovn-nbctl: Add LB commands.nickcooper-zhangtonghao2016-10-031-0/+10
* ovn-northd: Add logical flows to support DHCPv6Numan Siddique2016-08-141-0/+1
* packets: Cleanup ND compose functions.Justin Pettit2016-07-291-6/+8
* packets: Define ICMP types.Daniele Di Proietto2016-07-271-1/+13
* packets: Fix in6_is_lla() on systems without s6_addr32 defined.Justin Pettit2016-07-191-2/+3
* packets: Add in6_is_lla() function.Justin Pettit2016-07-191-0/+12
* packets: Define RSO flags.Justin Pettit2016-07-191-0/+4
* packets: Rename "rco_flags" to "rso_flags".Justin Pettit2016-07-191-2/+2
* packets: Introduce xor and is_zero functions on IPv6 addresses.Justin Pettit2016-07-191-0/+3
* ovn: Add 'na' action and lflow for NDZong Kai LI2016-07-021-0/+4
* tunnel: Add IP ECN related functions.Pravin B Shelar2016-05-181-0/+7
* netdev-vport: Factor-out tunnel Push-pop code into separate module.Pravin B Shelar2016-05-181-0/+9