summaryrefslogtreecommitdiff
path: root/lib/packets.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* packets: use flow protocol when recalculating ipv6 checksumsSimon Horman2016-04-231-1/+1
* Break packets.h into private and public partsBen Warren2016-04-141-42/+1
* Move lib/geneve.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* ovn: Add l3 port security for IPv4 and IPv6Numan Siddique2016-03-181-0/+16
* actions: Implement OVN "arp" action.Ben Pfaff2016-03-111-1/+2
* ovn-northd: Allow lport 'addresses' to store multiple ips in each setNuman Siddique2016-02-251-0/+10