]> git.proxmox.com Git - mirror_ovs.git/history - lib/smap.c
lldp: validate a bit more received LLDP frames
[mirror_ovs.git] / lib / smap.c
2020-10-08 Numan Siddiquesmap: Add smap_get_uint() helper function.
2018-03-31 Ben PfaffMerge branch 'dpdk_merge' of https://github.com/istokes...
2018-03-24 Ben Pfaffovsdb: Introduce experimental support for clustered...
2017-11-29 Ilya Maximetssmap: Return default on failure in smap_get_int/ullong.
2016-08-08 Ben Pfaffsmap: New function smap_get_ullong().
2016-08-08 Ben Pfaffsmap: New function smap_get_def().
2016-07-23 Terry Wilsonjson: Move from lib to include/openvswitch.
2015-11-30 Thadeu Lima de Sou... smap: smap_add_ipv6 adds IPv4-mapped addresses as IPv4
2015-11-10 Jiri Benclib: add ipv6 helper functions for tnl_config
2015-08-03 Ben Pfaffsmap: New function smap_get_uuid().
2015-07-31 Russell Bryantsmap: Add smap_equal().
2014-07-17 Ben Pfaffsmap: New function smap_add_nocopy().
2013-04-22 YAMAMOTO Takashiinclude strings.h for strcasecmp
2013-01-17 Ben PfaffReplace most uses of assert by ovs_assert.
2012-07-18 Ben Pfaffsystem-stats: Use "smap" instead of "shash".
2012-07-18 Ben Pfaffsmap: New function smap_steal().
2012-07-18 Ben Pfaffsmap: New functions smap_from_json(), smap_to_json().
2012-06-19 Ethan Jacksonlib: Minor const tweak in smap library.
2012-06-14 Ethan Jacksonlib: New data structure - smap.