aboutsummaryrefslogtreecommitdiff
path: root/lib/packets.h
AgeCommit message (Expand)Author
2013-09-24packets: Remove unused function eth_mpls_depthSimon Horman
2013-08-27packets: Introduce IPv6 headers not aligned on a 32-bit boundary.Ben Pfaff
2013-08-27packets: Do not assume that IPv4, TCP, or ARP headers are 32-bit aligned.Ben Pfaff
2013-08-22ofproto-dpif: Add SCTP supportJoe Stringer
2013-08-05bfd: Optimize BFD for Megaflows.Gurucharan Shetty
2013-07-17Make attribute packed equivalent for MSC compilers.Linda Sun
2013-06-20ovs-dpctl: Add mega flow supportAndy Zhou
2013-03-06Add support for dec_mpls_ttl actionSimon Horman
2013-02-06packet: packet_get_tcp_flags: use flow's innermost dl_typeSimon Horman
2013-02-05User-Space MPLS actions and matchesSimon Horman
2013-01-28packets: Create global helper is_ip_any().Ethan Jackson
2012-12-12packets: Change IP_ARGS interface to take an ovs_be32 instead of a pointer.Ben Pfaff
2012-11-14vswitchd: Fix function prototype of packet_set_ipv6()Pravin B Shelar
2012-11-13datapath: add ipv6 'set' actionAnsis Atteka
2012-10-26OF11: push_vlan supportIsaku Yamahata
2012-09-25packets: Add ECN constants.Jesse Gross
2012-07-26packets: Remove redundant RARP header.Ethan Jackson
2012-06-12packets: Add ETH_TYPE_MPLS and ETH_TYPE_MPLS_MCAST.Ben Pfaff
2012-06-12packets: Define IPPROTO_SCTP if not provided by <netinet/in.h>.Ben Pfaff
2012-06-07packets: Rename compose_benign_packet().Ethan Jackson
2012-06-07packets: Use RARPs for learning packets.Ethan Jackson
2012-06-06packets: Generalize reserved RSPAN protocols.Ethan Jackson
2012-06-06packets: Fix eth_addr_equal_except().Ethan Jackson
2012-05-29packets: Adds ethernet-matching helper functionsJoe Stringer
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-04-18dpif: Include TCP flags in "ovs-dpctl dump-flows" output.Ben Pfaff
2012-02-15packets: New function packet_get_tcp_flags(), factored out of dpif.Ben Pfaff
2012-01-10packets: New packet_set_*() helper functions.Ethan Jackson
2011-12-27packet: Match userspace and kernel definition of ICMP header.Jesse Gross
2011-12-19flow: Make flow_compose() fake packets slightly more realistic.Ben Pfaff
2011-12-19packets: New function eth_from_hex().Ben Pfaff
2011-11-23packets: New function eth_pop_vlan(), formerly dp_netdev_pop_vlan().Ben Pfaff
2011-11-09Support matching IPv6 flow label.Justin Pettit
2011-10-24datapath: Add multicast tunnel support.Ben Pfaff
2011-10-22packets.h: Fix STP destination MAC address.Justin Pettit
2011-09-13packets: Add more utility functions for IPv4 and IPv6 addresses.Ben Pfaff
2011-09-09datapath: VLAN actions should use push/pop semanticsPravin Shelar
2011-08-08odp-util: New function odp_flow_key_from_string().Ben Pfaff
2011-07-08packets: Remove unneeded !! from eth_addr_is_local().Ben Pfaff
2011-05-16Fix incorrect byte order annotations.Ben Pfaff
2011-04-19lacp: Move LACP packet data to lacp header file.Ethan Jackson
2011-04-01packets: New function eth_set_vlan_tci(), from dpif-netdev.Ben Pfaff
2011-04-01packets: New function snap_compose(); rename compose_packet() for consistency.Ben Pfaff
2011-03-25packets: Move CFM related packet information to cfm header file.Ethan Jackson
2011-03-23packets: Create new compose_packet() function.Ethan Jackson
2011-03-17packets: Rename LACP portid and sysid to port_id and sys_id.Ethan Jackson
2011-03-17packets: create new compose_lacp_pdu() function.Ethan Jackson
2011-02-03vswitchd: Implement Link Aggregation Control Protocol.Ethan Jackson
2011-02-03packets: Add eth_addr_compare_3way function.Ethan Jackson
2011-02-03lib: Correct endianness of packets.h.Ethan Jackson