aboutsummaryrefslogtreecommitdiff
path: root/lib/packets.h
AgeCommit message (Expand)Author
2011-12-27packet: Match userspace and kernel definition of ICMP header.Jesse Gross
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
2010-02-12dpif-netdev: Fix validation of VLAN PCP value in userspace datapath.Ben Pfaff
2010-02-11Merge "master" into "next".Ben Pfaff
2010-02-11Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.Ben Pfaff
2010-02-08vswitch: Consistently set Nicira OUI.Jesse Gross
2009-12-14vswitchd: Do not choose generated MAC address for local port.Ben Pfaff
2009-12-03vswitchd: Initial conversion to database-based configuration.Ben Pfaff
2009-09-16Factor out code for composing benign packets.Ben Pfaff
2009-07-16Add macros for parsing MAC addresses from strings.Ben Pfaff
2009-07-08Include "inttypes.h" to pickup definition of PRIu8.Justin Pettit
2009-06-15Update primary code license to Apache 2.0.Ben Pfaff
2009-07-08Import from old repository commit 61ef2b42a9c4ba8e1600f15bb0236765edc2ad45.v0.90.0Ben Pfaff