summaryrefslogtreecommitdiffstats
path: root/lib/addr.c
Commit message (Expand)AuthorAgeFilesLines
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-2/+2
* lib: remove unused assignment in nl_addr_parse()Thomas Haller2023-12-041-2/+0
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-1/+1
* include: include private linux headers with explicit pathThomas Haller2023-08-031-1/+1
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-021-2/+1
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-2/+6
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-0/+1
* include: move "include/netlink-private/route/mpls.h" to "lib/mpls.h"Thomas Haller2023-07-311-1/+2
* all: use _NL_{MIN,MAX}() macrosThomas Haller2023-07-281-1/+1
* addr: allow constructing all-zero addressesJonas Gorski2022-07-061-1/+1
* addr: create an all-zero addresses when parsing "any" or "default"Jonas Gorski2022-07-061-1/+6
* license: fix and add SPDX license identifiers and drop license commentsThomas Haller2020-04-161-7/+0
* lib: accept %NULL arguments for nl_addr_cmp()Thomas Haller2019-08-271-1/+9
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* addr: Add support for AF_MPLSDavid Ahern2017-08-181-11/+45
* addr: add AF_VSOCK to translation tableTobias Klauser2017-05-121-0/+3
* nl-addr: avoid read-out-of-bound in nl_addr_fill_sockaddr()Thomas Haller2016-08-141-2/+14
* lib: add const-ness to appropriate parameters in addr, attr, dataRohan Joyce2015-02-161-20/+20
* style: require comma after __ADD() macroThomas Haller2014-07-271-38/+38
* do not compile some address families when not availableCong Wang2013-11-091-0/+14
* addr: only translate more recent address family names and ARP types if definedThomas Graf2013-04-051-0/+8
* addr: Update to latest address familiy definition for translationThomas Graf2013-03-141-2/+11
* addr: improve API reference documentation for nl_addr_*()Thomas Graf2013-03-141-40/+164
* addr: Reset unused portion of binary address in nl_addr_set_binary_addr()Thomas Graf2013-03-141-1/+4
* Fix mask calculation in nl_addr_cmp_prefix()Thomas Graf2013-01-311-2/+2
* Move private header files to <netlink-private/*>Thomas Graf2013-01-241-1/+1
* Address comparison bug fixedКоренберг Марк2012-08-301-1/+2
* nl_addr_parse handling of 'default', 'any', and 'all'Justin Mayfield2012-08-291-4/+3
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-131-3/+3
* doc: documentation restructuringThomas Graf2012-05-101-14/+16
* nl_addr_cmp(): handle prefix length during address comparisonBrett Ciphery2012-01-121-1/+4
* addr: hide nl_addr_destroy()Thomas Graf2010-11-261-25/+14
* constify struct trans_tblThomas Graf2010-11-171-1/+1
* Make nl_str2af return a negative value if parsing failsThomas Graf2010-11-111-1/+1
* restructure module documentation orderThomas Graf2008-12-101-1/+1
* Properly handle addr=NULL in nl_addr2strThomas Graf2008-06-131-2/+5
* Fix error code of nl_addr_resolve()Thomas Graf2008-05-221-2/+6
* Remove obsolete nla_get_addr() and nla_get_data()Thomas Graf2008-05-141-1/+1
* Thread-safe error handlingThomas Graf2008-05-141-32/+41
* Abstract address allocation based on netlink attributeThomas Graf2008-01-301-0/+15
* Support link operstate and linkmodeThomas Graf2007-12-191-0/+15
* Initial importThomas Graf2007-09-141-0/+883