aboutsummaryrefslogtreecommitdiff
path: root/lib/packets.h
AgeCommit message (Expand)Author
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
2011-02-02nicira-ext: Support matching IPv6 traffic.Justin Pettit
2011-02-02lib: Replace IP_TYPE_ references with IPPROTO_.Justin Pettit
2011-01-27datapath: Convert odp_flow_key to use Netlink attributes instead.Ben Pfaff
2010-11-29ovs: Implement 802.1ag Connectivity Fault ManagementEthan Jackson
2010-11-22flow: Move functions for dealing with wildcard bit counts to ofp-util.Ben Pfaff
2010-10-11datapath: Combine dl_vlan and dl_vlan_pcp.Ben Pfaff
2010-08-30treewide: Remove trailing whitespaceJoe Perches
2010-08-13Remove vestigial support for Spanning Tree Protocol.Ben Pfaff
2010-02-24Merge "master" into "next".Ben Pfaff
2010-02-20datapath: Set the correct bits for OFPAT_SET_NW_TOS action.Ben Pfaff