mcast-snooping: Add Multicast Listener Discovery support
[cascardo/ovs.git] / lib / packets.h
2015-07-02 Thadeu Lima de Sou... mcast-snooping: Add Multicast Listener Discovery support
2015-07-01 Thadeu Lima de Sou... mcast-snooping: Use IPv6 address for MDB
2015-07-01 Jesse Grosstunnels: Don't initialize unnecessary packet metadata.
2015-06-26 Jesse Grosstunneling: Userspace datapath support for Geneve options.
2015-06-25 Jesse Grosspkt-metadata: Avoid introducing overhead for userspace...
2015-06-25 Jesse Grosstunnel: Geneve TLV handling support for OpenFlow.
2015-06-25 Jesse Grossopenflow: Table maintenance commands for Geneve options.
2015-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
2015-06-17 Thadeu Lima de Sou... Add IGMPv3 support.
2015-06-16 Ben Pfaffpackets: Generalize compose_arp().
2015-06-14 Ben PfaffMerge "master" into "ovn".
2015-06-07 Thomas F. HerbertAdd support functions for 8021.ad push and pop vlan.
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-08 Jesse Grosspacket: Avoid array of struct with zero length member.
2015-04-07 Jesse Grosspacket: Add IP pseudoheader checksum calculation.
2015-04-07 Jesse Grosstunneling: Add userspace tunnel support for Geneve.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-02-14 Madhu Challaofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGS
2015-01-16 Gurucharan Shettypackets: Do not use zero sized array in icmp header.
2015-01-14 Sharo, Randall A... Implement set-field for IPv6 ND fields (nd_target,...
2014-11-12 Pravin B Shelaropenvswitch: Userspace tunneling.
2014-11-03 Jesse Grosspackets: Use WORDS_BIGENDIAN for struct geneve_opt.
2014-10-22 Wang Sheng-HuiUse magic ETH_ADDR_LEN instead of 6 for Ethernet addres...
2014-09-09 Daniele VenturinoRapid Spanning Tree Protocol (IEEE 802.1D).
2014-09-03 Jesse Grosspacket: Fix sparse warnings ICMPv6.
2014-08-18 Wenyu ZhangExtend OVS IPFIX exporter to export tunnel headers
2014-06-20 Jesse Grossdatapath: Add support for Geneve tunneling.
2014-05-19 Flavio Leitnerpacket: Add function ip_is_local_multicast()
2014-05-19 Daniel Borkmannpackets: Add igmp header definitions
2014-04-18 Jarno Rajahalmelib/flow: Add miniflow accessors and miniflow_get_tcp_f...
2014-04-18 Jarno Rajahalmelib/flow: Introduce miniflow_extract().
2014-04-05 Ben Pfaffpackets: Fix misaligned data accesses for MPLS and...
2014-03-28 Andy Zhoulib/packet.h: add hash_mac()
2014-03-25 Andy Zhoudpif-netdev: user space datapath recirculation
2014-03-24 Gurucharan Shettypackets: packet metadata from flow function instead...
2014-03-19 Jarno Rajahalmelib/packets: Remove packet_get_tcp_flags().
2014-03-19 Jarno Rajahalmelib/flow: Retain ODPP_NONE on flow_extract().
2014-03-01 Andy Zhoulib: simplify flow_extract() API
2014-02-19 Simon Hormanpacket: Make set_ethertype() static
2014-02-11 Ben Pfaffofproto-dpif-xlate: Make flows that match ICMP fields...
2014-01-16 Simon Hormanlib: Add tpid parameter to eth_push_vlan()
2013-12-31 Jarno Rajahalmedpif: Use explicit packet metadata.
2013-12-02 Jarno Rajahalmelib: More intuitive syntax for TCP flags matching.
2013-11-15 Ben PfaffSwitch from sscanf() to ovs_scan() throughout the tree.
2013-10-29 Jarno RajahalmeWiden TCP flags handling.
2013-09-25 Simon Hormanpackets: Remove unused function eth_mpls_depth
2013-08-28 Ben Pfaffpackets: Introduce IPv6 headers not aligned on a 32...
2013-08-28 Ben Pfaffpackets: Do not assume that IPv4, TCP, or ARP headers...
2013-08-22 Joe Stringerofproto-dpif: Add SCTP support
2013-08-05 Gurucharan Shettybfd: Optimize BFD for Megaflows.
2013-07-17 Linda SunMake attribute packed equivalent for MSC compilers.
2013-06-20 Andy Zhouovs-dpctl: Add mega flow support
2013-03-06 Simon HormanAdd support for dec_mpls_ttl action
2013-02-06 Simon Hormanpacket: packet_get_tcp_flags: use flow's innermost...
2013-02-05 Simon HormanUser-Space MPLS actions and matches
2013-01-29 Ethan Jacksonpackets: Create global helper is_ip_any().
2012-12-12 Ben Pfaffpackets: Change IP_ARGS interface to take an ovs_be32...
2012-11-14 Pravin B Shelarvswitchd: Fix function prototype of packet_set_ipv6()
2012-11-13 Ansis Attekadatapath: add ipv6 'set' action
2012-10-26 Isaku YamahataOF11: push_vlan support
2012-09-25 Jesse Grosspackets: Add ECN constants.
2012-07-27 Ethan Jacksonpackets: Remove redundant RARP header.
2012-06-13 Ben Pfaffpackets: Add ETH_TYPE_MPLS and ETH_TYPE_MPLS_MCAST.
2012-06-13 Ben Pfaffpackets: Define IPPROTO_SCTP if not provided by <netine...
2012-06-08 Ethan Jacksonpackets: Rename compose_benign_packet().
2012-06-08 Ethan Jacksonpackets: Use RARPs for learning packets.
2012-06-07 Ethan Jacksonpackets: Generalize reserved RSPAN protocols.
2012-06-07 Ethan Jacksonpackets: Fix eth_addr_equal_except().
2012-05-29 Joe Stringerpackets: Adds ethernet-matching helper functions
2012-05-03 Raju SubramanianGlobal replace of Nicira Networks.
2012-04-19 Ben Pfaffdpif: Include TCP flags in "ovs-dpctl dump-flows" output.
2012-02-15 Ben Pfaffpackets: New function packet_get_tcp_flags(), factored...
2012-01-10 Ethan Jacksonpackets: New packet_set_*() helper functions.
2011-12-27 Jesse Grosspacket: Match userspace and kernel definition of ICMP...
2011-12-19 Ben Pfaffflow: Make flow_compose() fake packets slightly more...
2011-12-19 Ben Pfaffpackets: New function eth_from_hex().
2011-11-23 Ben Pfaffpackets: New function eth_pop_vlan(), formerly dp_netde...
2011-11-09 Justin PettitSupport matching IPv6 flow label.
2011-10-24 Ben Pfaffdatapath: Add multicast tunnel support.
2011-10-22 Justin Pettitpackets.h: Fix STP destination MAC address.
2011-09-13 Ben Pfaffpackets: Add more utility functions for IPv4 and IPv6...
2011-09-10 Pravin Shelardatapath: VLAN actions should use push/pop semantics
2011-08-08 Ben Pfaffodp-util: New function odp_flow_key_from_string().
2011-07-08 Ben Pfaffpackets: Remove unneeded !! from eth_addr_is_local().
2011-05-18 Ben PfaffMerge 'next' into 'master'.
2011-05-16 Ben PfaffFix incorrect byte order annotations.
2011-04-19 Ethan Jacksonlacp: Move LACP packet data to lacp header file.
2011-04-01 Ben Pfaffpackets: New function eth_set_vlan_tci(), from dpif...
2011-04-01 Ben Pfaffpackets: New function snap_compose(); rename compose_pa...
2011-03-25 Ethan Jacksonpackets: Move CFM related packet information to cfm...
2011-03-23 Ethan Jacksonpackets: Create new compose_packet() function.
2011-03-17 Ethan Jacksonpackets: Rename LACP portid and sysid to port_id and...
2011-03-17 Ethan Jacksonpackets: create new compose_lacp_pdu() function.
2011-02-03 Ethan Jacksonvswitchd: Implement Link Aggregation Control Protocol.
2011-02-03 Ethan Jacksonpackets: Add eth_addr_compare_3way function.
2011-02-03 Ethan Jacksonlib: Correct endianness of packets.h.
2011-02-02 Justin Pettitnicira-ext: Support matching IPv6 traffic.
2011-02-02 Justin Pettitlib: Replace IP_TYPE_ references with IPPROTO_.
2011-01-28 Ben Pfaffdatapath: Convert odp_flow_key to use Netlink attribute...
next