summaryrefslogtreecommitdiff
path: root/lib/packets.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* packets: Make ip_parse_masked() pickier about formatting.Ben Pfaff2015-10-171-4/+6
* packets: New function ip_parse_masked().Ben Pfaff2015-10-161-0/+28
* Add support for connection tracking.Joe Stringer2015-10-131-0/+1
* userspace: Define and use struct eth_addr.Jarno Rajahalme2015-08-281-45/+30
* treewide: Fix doubled "the".Ben Pfaff2015-08-031-1/+1
* mcast-snooping: Add Multicast Listener Discovery supportThadeu Lima de Souza Cascardo2015-07-011-0/+1
* mcast-snooping: Use IPv6 address for MDBThadeu Lima de Souza Cascardo2015-07-011-0/+11
* packets: Generalize compose_arp().Ben Pfaff2015-06-161-10/+18
* Add support functions for 8021.ad push and pop vlan.Thomas F. Herbert2015-06-071-4/+4
* dp-packet: Remove 'frame' member.Daniele Di Proietto2015-05-181-3/+3
* packet: Add IP pseudoheader checksum calculation.Jesse Gross2015-04-071-0/+14
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-031-79/+79
* Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll).Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 552002015-01-131-0/+52
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-0/+35
* packet: Fix sparse warnings ICMPv6.Jesse Gross2014-09-021-2/+3
* datapath: Fix checksum calculation when modifying ICMPv6 packets.Jesse Gross2014-08-291-0/+5
* packets: Fix misaligned data accesses for MPLS and SCTP fields.Ben Pfaff2014-04-051-6/+6
* ofpbuf: Abstract 'l2' pointer and document usage conventions.Jarno Rajahalme2014-04-031-9/+15
* ofpbuf: Rename trivial _get_ functions without the "get".Jarno Rajahalme2014-04-031-17/+17
* ofpbuf: Introduce access api for base, data and size.Pravin Shelar2014-03-301-4/+4
* lib/ofpbuf: CompactJarno Rajahalme2014-03-291-85/+52
* lib/hash.h: add hash_uint64()Andy Zhou2014-03-281-4/+2
* lib/ofpbuf: Remove 'l7' pointer.Jarno Rajahalme2014-03-251-4/+7
* lib/packets: Remove packet_get_tcp_flags().Jarno Rajahalme2014-03-191-17/+1
* lib/flow: Retain ODPP_NONE on flow_extract().Jarno Rajahalme2014-03-191-20/+0
* lib: simplify flow_extract() APIAndy Zhou2014-02-281-0/+21
* packets: Always set ethertype in push_mpls()Simon Horman2014-02-191-2/+3
* packet: Make set_ethertype() staticSimon Horman2014-02-191-1/+1