summaryrefslogtreecommitdiff
path: root/lib/packets.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use ip_parse() and ipv6_parse() and variants in more places.Ben Pfaff2015-12-151-1/+1
* packets: Add new functions for IPv4 and IPv6 address parsing.Ben Pfaff2015-12-151-37/+95
* ofproto-dpif-xlate: Support IPv6 when sending to tunnelThadeu Lima de Souza Cascardo2015-12-041-0/+30
* netdev-vport: Add IPv6 support for build/push/pop tunnel headerThadeu Lima de Souza Cascardo2015-12-041-0/+23
* packets: Introduce in6_addr_mapped_ipv4() and use where appropriate.Ben Pfaff2015-12-041-12/+2
* tunneling: extend flow_tnl with ipv6 addressesJiri Benc2015-11-301-0/+22
* packets: Add ipv6_string_mapped.Thadeu Lima de Souza Cascardo2015-11-301-0/+15
* conntrack: Add support for NAT.Jarno Rajahalme2015-11-251-0/+15
* packets: Add ipv6_parse_masked() function.Justin Pettit2015-11-241-0/+37
* packets: Change IPv6 functions to more closely resemble IPv4 ones.Justin Pettit2015-11-241-20/+11
* packets: Add support for modifying ICMP type and code.Justin Pettit2015-11-091-0/+18