summaryrefslogtreecommitdiff
path: root/lib/addr.c
AgeCommit message (Expand)Author
2024-05-29all: fix and enable "-Wsign-compare" warningupstream-mainThomas Haller
2023-12-04lib: remove unused assignment in nl_addr_parse()Thomas Haller
2023-08-08include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller
2023-08-03include: include private linux headers with explicit pathThomas Haller
2023-08-02include: drop "netlink-private/netlink.h" and move declarationsThomas Haller
2023-08-02all: cleanup includes and use "nm-default.h"Thomas Haller
2023-08-02include: split and drop "netlink-private/types.h"Thomas Haller
2023-07-31include: move "include/netlink-private/route/mpls.h" to "lib/mpls.h"Thomas Haller
2023-07-28all: use _NL_{MIN,MAX}() macrosThomas Haller
2022-07-06addr: allow constructing all-zero addressesJonas Gorski
2022-07-06addr: create an all-zero addresses when parsing "any" or "default"Jonas Gorski
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2019-08-27lib: accept %NULL arguments for nl_addr_cmp()Thomas Haller
2019-08-12Add SPDX identifiersYegor Yefremov
2017-08-18addr: Add support for AF_MPLSDavid Ahern
2017-05-12addr: add AF_VSOCK to translation tableTobias Klauser
2016-08-14nl-addr: avoid read-out-of-bound in nl_addr_fill_sockaddr()Thomas Haller
2015-02-16lib: add const-ness to appropriate parameters in addr, attr, dataRohan Joyce
2014-07-27style: require comma after __ADD() macroThomas Haller
2013-11-09do not compile some address families when not availableCong Wang
2013-04-05addr: only translate more recent address family names and ARP types if definedThomas Graf
2013-03-14addr: Update to latest address familiy definition for translationThomas Graf
2013-03-14addr: improve API reference documentation for nl_addr_*()Thomas Graf
2013-03-14addr: Reset unused portion of binary address in nl_addr_set_binary_addr()Thomas Graf
2013-01-31Fix mask calculation in nl_addr_cmp_prefix()Thomas Graf
2013-01-24Move private header files to <netlink-private/*>Thomas Graf
2012-08-30Address comparison bug fixedКоренберг Марк
2012-08-29nl_addr_parse handling of 'default', 'any', and 'all'Justin Mayfield
2012-06-13Fix types-related warnings based on clang diagnosticsКоренберг Марк
2012-05-10doc: documentation restructuringThomas Graf
2012-01-12nl_addr_cmp(): handle prefix length during address comparisonBrett Ciphery
2010-11-26addr: hide nl_addr_destroy()Thomas Graf
2010-11-17constify struct trans_tblThomas Graf
2010-11-11Make nl_str2af return a negative value if parsing failsThomas Graf
2008-12-10restructure module documentation orderThomas Graf
2008-06-13Properly handle addr=NULL in nl_addr2strThomas Graf
2008-05-22Fix error code of nl_addr_resolve()Thomas Graf
2008-05-14Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf
2008-05-14Thread-safe error handlingThomas Graf
2008-01-30Abstract address allocation based on netlink attributeThomas Graf
2007-12-19Support link operstate and linkmodeThomas Graf
2007-09-15Initial importnougat-mr1-arcThomas Graf