]> git.proxmox.com Git - mirror_ovs.git/history - lib/packets.c
lldp: increase statsTLVsUnrecognizedTotal on unknown TLV
[mirror_ovs.git] / lib / packets.c
2020-10-26 Leonid Ryzhykpackets: Un-inline functions needed by DDlog.
2019-10-14 Lorenzo Bianconilib: packets: export compose_ipv6 routine to OVN
2019-09-25 Paul Chaignontreewide: Use packet batch APIs
2019-09-25 Darrell Ballconntrack: Optimize recirculations.
2019-08-29 Nitin Katiyarpackets: Fix using outdated RSS hash after MPLS decapsu...
2019-07-16 Dumitru Cearapackets: Add IGMPv3 query packet definitions
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-11-19 Ben Pfaffpackets: Fix use-after-free error in packet_put_ra_pref...
2018-04-16 Ben PfaffMake <host>:<port> parsing uniform treewide.
2018-01-08 Yi Yangnsh: rework NSH netlink keys and actions
2018-01-05 Mark MichelsonOVN: Add support for periodic router advertisements.
2018-01-02 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2017-12-22 Ben Pfaffsparse: Add guards to prevent FreeBSD-incompatible...
2017-12-22 Ben Pfaffovs-vswitchd: Allow more convenient 0x short form for...
2017-11-08 Jan ScheurichNSH: Adjust NSH wire format to the latest IETF draft
2017-11-08 Jan ScheurichNSH: Minor bugfixes
2017-11-02 Mark MichelsonAdd general-purpose IP/port parsing function.
2017-08-08 Ben Pfaffnsh: Avoid zero-length array.
2017-08-07 Jan ScheurichGeneric encap and decap support for NSH
2017-07-10 Numan Siddiquepackets: Fix the reset dp_packet buffer issue in packet...
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-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-24 Ben Pfaffpackets: Simplify packet_csum_pseudoheader6().
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-11-21 nickcooper-zhangto... ovs: optimize 'ip_parse_port' function.
2016-10-06 nickcooper-zhangto... ovn-nbctl: Check the length of MAC address
2016-10-03 nickcooper-zhangto... ovn-nbctl: Add LB commands.
2016-08-08 Ben Pfaffpackets: Improve comment on eth_addr_from_string().
2016-07-29 Justin Pettitpackets: Cleanup ND compose functions.
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
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-06-11 Justin Pettitpackets: Parse IP address strings with a zero length...
2016-05-19 Pravin B Shelartunnel: Add IP ECN related functions.
2016-04-23 Simon Hormanpackets: use flow protocol when recalculating ipv6...
2016-03-24 Pravin B Shelarlib: Fix compose nd
2016-03-19 Ben WarrenMove lib/dynamic-string.h to include/openvswitch directory
2016-03-12 Ben Pfaffactions: Implement OVN "arp" action.
2016-02-25 Numan Siddiqueovn-northd: Allow lport 'addresses' to store multiple...
2015-12-16 Ben PfaffUse ip_parse() and ipv6_parse() and variants in more...
2015-12-16 Ben Pfaffpackets: Add new functions for IPv4 and IPv6 address...
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-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: Make ip_parse_masked() pickier about formatting.
2015-10-17 Ben Pfaffpackets: New function ip_parse_masked().
2015-10-13 Joe StringerAdd support for connection tracking.
2015-08-28 Jarno Rajahalmeuserspace: Define and use struct eth_addr.
2015-08-03 Ben Pfafftreewide: Fix doubled "the".
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-06-19 Justin PettitMerge remote-tracking branch 'origin/master' into ovn4
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-05-18 Daniele Di Proiettodp-packet: Remove 'frame' member.
2015-04-12 Justin PettitMerge remote-tracking branch 'origin/master' into ovn
2015-04-07 Jesse Grosspacket: Add IP pseudoheader checksum calculation.
2015-03-05 Justin PettitMerge remote-tracking branch 'origin/master' into ovn3
2015-03-03 Pravin B Shelardp-packet: Remove ofpbuf dependency.
2015-01-14 Sharo, Randall A... Implement set-field for IPv6 ND fields (nd_target,...
2014-11-12 Pravin B Shelaropenvswitch: Userspace tunneling.
2014-09-03 Jesse Grosspacket: Fix sparse warnings ICMPv6.
2014-08-29 Jesse Grossdatapath: Fix checksum calculation when modifying ICMPv...
2014-04-05 Ben Pfaffpackets: Fix misaligned data accesses for MPLS and...
2014-04-03 Jarno Rajahalmeofpbuf: Abstract 'l2' pointer and document usage conven...
2014-04-03 Jarno Rajahalmeofpbuf: Rename trivial _get_ functions without the...
2014-03-30 Pravin Shelarofpbuf: Introduce access api for base, data and size.
2014-03-30 Jarno Rajahalmelib/ofpbuf: Compact
2014-03-28 Andy Zhoulib/hash.h: add hash_uint64()
2014-03-25 Jarno Rajahalmelib/ofpbuf: Remove 'l7' pointer.
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 Hormanpackets: Always set ethertype in push_mpls()
2014-02-19 Simon Hormanpacket: Make set_ethertype() static
2014-02-04 YAMAMOTO Takashipackets: Fix userland implementation of set-field ipv6...
2014-01-16 Simon Hormanlib: Add tpid parameter to eth_push_vlan()
2013-12-03 Jarno Rajahalmelib/util: Rename ctz() as ctz32().
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-09-17 Ben Pfaffopenvswitch/types.h: New macros OVS_BE16_MAX, OVS_BE32_...
2013-08-28 Ben Pfaffpackets, pktbuf: Align L3 headers on 32-bit boundary.
2013-08-28 Ben Pfaffpackets: Introduce IPv6 headers not aligned on a 32...
next