summaryrefslogtreecommitdiff
path: root/lib/packets.c
Commit message (Expand)AuthorAgeFilesLines
* odp-execute: Add ISA implementation of set_masked IPv6 actionEmma Finn2022-12-211-1/+1
* packets: Fix misaligned access to ip6_hdr.Ales Musil2022-08-121-2/+2
* packets: Re-calculate IPv6 checksum only for first frag upon modify.Salem Sol2022-08-041-4/+8
* packets: Fix misaligned write to MPLS lse.Ilya Maximets2022-06-241-2/+2
* Encap & Decap actions for MPLS packet type.Martin Varghese2022-01-171-0/+46
* packets: Un-inline functions needed by DDlog.Leonid Ryzhyk2020-10-261-0/+97
* lib: packets: export compose_ipv6 routine to OVNLorenzo Bianconi2019-10-141-1/+1
* treewide: Use packet batch APIsPaul Chaignon2019-09-251-2/+2
* conntrack: Optimize recirculations.Darrell Ball2019-09-251-0/+9
* packets: Fix using outdated RSS hash after MPLS decapsulation.Nitin Katiyar2019-08-291-0/+4
* packets: Add IGMPv3 query packet definitionsDumitru Ceara2019-07-161-0/+44
* 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/+33
* packets: Fix use-after-free error in packet_put_ra_prefix_opt().Ben Pfaff2018-11-191-1/+1
* Make <host>:<port> parsing uniform treewide.Ben Pfaff2018-04-161-76/+0
* nsh: rework NSH netlink keys and actionsYi Yang2018-01-081-22/+4
* OVN: Add support for periodic router advertisements.Mark Michelson2018-01-051-2/+2
* sparse: Add guards to prevent FreeBSD-incompatible #include order.Ben Pfaff2017-12-221-2/+2
* ovs-vswitchd: Allow more convenient 0x short form for specifying DPIDs.Ben Pfaff2017-12-211-1/+11
* NSH: Adjust NSH wire format to the latest IETF draftJan Scheurich2017-11-081-3/+6
* NSH: Minor bugfixesJan Scheurich2017-11-081-2/+1
* Add general-purpose IP/port parsing function.Mark Michelson2017-11-021-0/+78
* nsh: Avoid zero-length array.Ben Pfaff2017-08-081-1/+1
* Generic encap and decap support for NSHJan Scheurich2017-08-071-0/+82
* packets: Fix the reset dp_packet buffer issue in packet_put_ra_prefix_optNuman Siddique2017-07-101-1/+2
* userspace: Support for push_eth and pop_eth actionsJan Scheurich2017-05-081-0/+41
* lib: rename ovs_nd_opt to ovs_nd_lla_optZong Kai LI2017-05-041-36/+34
* packets: add compose_nd_raZong Kai LI2017-05-041-0/+81
* userspace: Add packet_type in dp_packet and flowJan Scheurich2017-05-031-3/+7
* dpdk: Export packet_set_ipv6_addr() for DPDK.Darrell Ball2017-03-081-1/+1
* odp: Use struct in6_addr for IPv6 addresses.Jarno Rajahalme2017-01-041-23/+12
* packets: Simplify packet_csum_pseudoheader6().Ben Pfaff2016-12-231-10/+2
* odp-execute: Optimize IP header modification in OVS datapathZoltán Balogh2016-12-221-1/+1
* ofproto-dpif-xlate: Adding IGMP/MLD checksum verificationEelco Chaudron2016-12-221-0/+20
* ovs: optimize 'ip_parse_port' function.nickcooper-zhangtonghao2016-11-211-8/+8
* ovn-nbctl: Check the length of MAC addressnickcooper-zhangtonghao2016-10-051-2/+4
* ovn-nbctl: Add LB commands.nickcooper-zhangtonghao2016-10-031-0/+18
* packets: Improve comment on eth_addr_from_string().Ben Pfaff2016-08-081-0/+3
* packets: Cleanup ND compose functions.Justin Pettit2016-07-291-21/+33
* json: Move from lib to include/openvswitch.Terry Wilson2016-07-221-1/+1
* packets: Rename "rco_flags" to "rso_flags".Justin Pettit2016-07-191-3/+3
* packets: Introduce xor and is_zero functions on IPv6 addresses.Justin Pettit2016-07-191-13/+33
* ovn: Add 'na' action and lflow for NDZong Kai LI2016-07-021-0/+29
* packets: Parse IP address strings with a zero length prefix.Justin Pettit2016-06-111-5/+5
* tunnel: Add IP ECN related functions.Pravin B Shelar2016-05-181-0/+21
* packets: use flow protocol when recalculating ipv6 checksumsSimon Horman2016-04-231-18/+21
* lib: Fix compose ndPravin B Shelar2016-03-241-18/+41
* Move lib/dynamic-string.h to include/openvswitch directoryBen Warren2016-03-191-1/+1
* actions: Implement OVN "arp" action.Ben Pfaff2016-03-111-14/+24
* ovn-northd: Allow lport 'addresses' to store multiple ips in each setNuman Siddique2016-02-251-30/+93