]> git.proxmox.com Git - mirror_ovs.git/history - lib/packets.h
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / lib / packets.h
2020-10-26 Leonid Ryzhykpackets: Un-inline functions needed by DDlog.
2020-06-03 Tonghao Zhangnetdev-offload-tc: Expand tunnel source IPs masked...
2020-03-26 William Tuuserspace: Add GTP-U support.
2020-03-05 Ben Pfaffpackets: Fix typo in comment.
2019-10-14 Lorenzo Bianconilib: packets: export compose_ipv6 routine to OVN
2019-10-10 Ilya Maximetsflow: Fix using pointer to member of packed struct...
2019-09-25 Darrell Ballconntrack: Optimize recirculations.
2019-08-29 Darrell Ballconntrack: Fix ICMPv4 error data L4 length check.
2019-08-01 John Hurleyovs-tc: offload MPLS push actions to TC datapath
2019-07-16 Dumitru Cearapackets: Add IGMPv3 query packet definitions
2019-03-25 Mark MichelsonOVN: Make periodic RAs consistent with RA responder.
2019-02-25 Alin Gabriel SerdeanMerge pull request #276 from petrutlucian94/py_requirements
2019-02-23 Darrell Ballpackets: Change return type for 'packet_csum_upperlayer...
2019-02-04 Vishal Deep AjmeraSupport for match & set ICMPv6 reserved and options...
2018-08-21 William Tuerspan: add big endian bit fields.
2018-05-22 William Tuuserspace: add erspan tunnel support.
2018-04-16 Ben PfaffMake <host>:<port> parsing uniform treewide.
2018-01-12 Bhanuprakash Bodireddypackets: Prefetch the packet metadata in cacheline1.
2018-01-08 Yi Yangnsh: rework NSH netlink keys and actions
2018-01-05 Mark MichelsonOVN: Add support for periodic router advertisements.
2017-12-19 Shireesh Singhlib: Adding explicit typecasts to fix C++ compilation...
2017-11-29 Ben Pfafftypes: New macros ETH_ADDR_C and ETH_ADDR64_C.
2017-11-02 Yi-Hung Weipackets: Fix C++ compilation issues when include packets.h
2017-11-02 Mark MichelsonAdd general-purpose IP/port parsing function.
2017-10-31 Ian Stokespackets: Add ESP header and trailer.
2017-08-07 Jan ScheurichGeneric encap and decap support for NSH
2017-08-07 Jan Scheurichuserspace: Add support for NSH MD1 match fields
2017-08-03 Bhanuprakash Bodireddypackets: Reorganize the pkt_metadata structure.
2017-08-02 Jan ScheurichOF support and translation of generic encap and decap
2017-08-02 Daniele Di Proiettopackets: Do not initialize ct_orig_tuple.
2017-06-02 Darrell Balldpdk: Add more ICMP Related NAT support.
2017-06-02 Georg Schmueckinguserspace: add vxlan gpe support to vport
2017-06-02 Jan Scheurichuserspace: Switching of L3 packets in L2 pipeline
2017-05-30 Ben Pfaffpackets: Remove unnecessary "packed" annotations.
2017-05-08 Jan Scheurichuserspace: Support for push_eth and pop_eth actions
2017-05-04 Zong Kai LIlib: rename ovs_nd_opt to ovs_nd_lla_opt
2017-05-04 Zong Kai LIpackets: add compose_nd_ra
2017-05-03 Jan Scheurichuserspace: Add packet_type in dp_packet and flow
2017-05-02 Numan Siddiqueovn-controller: Add 'dns_lookup' action
2017-04-21 Ben Pfaffpackets: Reduce redundant copies of connection states.
2017-04-14 Numan Siddiqueovn-northd ipam: Support IPv6 dynamic assignment
2017-04-07 Ben Pfafftypes: New struct eth_addr64 for EUI-64 identifiers.
2017-03-29 Jarno Rajahalmeconntrack: Add formatting support for IGMP, DCCP, and...
2017-03-09 Jarno Rajahalmeodp: Support conntrack orig tuple key.
2017-03-09 Jarno Rajahalmeflow: Make room after ct_state.
2017-03-08 Darrell Balldpdk: Export packet_set_ipv6_addr() for DPDK.
2017-01-05 Jarno Rajahalmeodp: Use struct in6_addr for IPv6 addresses.
2016-12-23 Zoltán Baloghodp-execute: Optimize IP header modification in OVS...
2016-12-22 Eelco Chaudronofproto-dpif-xlate: Adding IGMP/MLD checksum verification
2016-10-03 nickcooper-zhangto... ovn-nbctl: Add LB commands.
2016-08-14 Numan Siddiqueovn-northd: Add logical flows to support DHCPv6
2016-07-29 Justin Pettitpackets: Cleanup ND compose functions.
2016-07-28 Daniele Di Proiettopackets: Define ICMP types.
2016-07-20 Justin Pettitpackets: Fix in6_is_lla() on systems without s6_addr32...
2016-07-20 Justin Pettitpackets: Add in6_is_lla() function.
2016-07-20 Justin Pettitpackets: Define RSO flags.
2016-07-20 Justin Pettitpackets: Rename "rco_flags" to "rso_flags".
2016-07-20 Justin Pettitpackets: Introduce xor and is_zero functions on IPv6...
2016-07-02 Zong Kai LIovn: Add 'na' action and lflow for ND
2016-05-19 Pravin B Shelartunnel: Add IP ECN related functions.
2016-05-19 Pravin B Shelarnetdev-vport: Factor-out tunnel Push-pop code into...
2016-04-23 Simon Hormanpackets: use flow protocol when recalculating ipv6...
2016-04-14 Ben WarrenBreak packets.h into private and public parts
2016-03-19 Ben WarrenMove lib/geneve.h to include/openvswitch directory
2016-03-18 Numan Siddiqueovn: Add l3 port security for IPv4 and IPv6
2016-03-12 Ben Pfaffactions: Implement OVN "arp" action.
2016-02-25 Numan Siddiqueovn-northd: Allow lport 'addresses' to store multiple...
2016-02-03 Daniele Di Proiettodpif-netdev: Delay packets' metadata initialization.
2015-12-16 Ben Pfaffpackets: Add new functions for IPv4 and IPv6 address...
2015-12-16 Ben Pfaffpackets: New macro ETH_ADDR_STRLEN.
2015-12-15 Russell Bryantovn: Use constants for conntrack state bits.
2015-12-04 Thadeu Lima de Sou... ofproto-dpif-xlate: Support IPv6 when sending to tunnel
2015-12-04 Thadeu Lima de Sou... netdev-vport: Add IPv6 support for build/push/pop tunne...
2015-12-04 Ben Pfaffpackets: Introduce in6_addr_mapped_ipv4() and use where...
2015-11-30 Jiri Benctunneling: extend flow_tnl with ipv6 addresses
2015-11-30 Thadeu Lima de Sou... packets: Add ipv6_string_mapped.
2015-11-26 Jarno Rajahalmeconntrack: Add support for NAT.
2015-11-25 Jarno Rajahalmepackets: Reorder CS_* flags to remove gap.
2015-11-24 Justin Pettitpackets: Add ipv6_parse_masked() function.
2015-11-24 Justin Pettitpackets: Change IPv6 functions to more closely resemble...
2015-11-09 Justin Pettitpackets: Add support for modifying ICMP type and code.
2015-10-17 Ben Pfaffpackets: New function ip_parse_masked().
2015-10-13 Joe StringerAdd connection tracking label support.
2015-10-13 Joe StringerAdd connection tracking mark support.
2015-10-13 Joe StringerAdd support for connection tracking.
2015-10-05 Jiri Benclib: Add ipv6 helper functions.
2015-10-05 Thadeu Lima de Sou... packets: Provide functions to work with IPv4-mapped...
2015-09-06 Aaron Conolenetdev-dpdk: Fix build failure due to new struct eth_addr.
2015-09-04 Aaron Conolepackets: Avoid compile errors.
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-26 Jarno Rajahalmeofproto-dpif-rid: Make lookups cheaper.
2015-08-06 Jesse Grossdpif-netdev: Translate Geneve options per-flow, not...
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
next