| Commit message (Expand) | Author | Age | Files | Lines |
* | all: fix and enable "-Wsign-compare" warning | Thomas Haller | 2024-05-29 | 1 | -2/+2 |
|
|
* | lib: remove unused assignment in nl_addr_parse() | Thomas Haller | 2023-12-04 | 1 | -2/+0 |
|
|
* | include: use <linux/$file> instead of <linux-private/linux/$file> | Thomas Haller | 2023-08-08 | 1 | -1/+1 |
|
|
* | include: include private linux headers with explicit path | Thomas Haller | 2023-08-03 | 1 | -1/+1 |
|
|
* | include: drop "netlink-private/netlink.h" and move declarations | Thomas Haller | 2023-08-02 | 1 | -2/+1 |
|
|
* | all: cleanup includes and use "nm-default.h" | Thomas Haller | 2023-08-02 | 1 | -2/+6 |
|
|
* | include: split and drop "netlink-private/types.h" | Thomas Haller | 2023-08-02 | 1 | -0/+1 |
|
|
* | include: move "include/netlink-private/route/mpls.h" to "lib/mpls.h" | Thomas Haller | 2023-07-31 | 1 | -1/+2 |
|
|
* | all: use _NL_{MIN,MAX}() macros | Thomas Haller | 2023-07-28 | 1 | -1/+1 |
|
|
* | addr: allow constructing all-zero addresses | Jonas Gorski | 2022-07-06 | 1 | -1/+1 |
|
|
* | addr: create an all-zero addresses when parsing "any" or "default" | Jonas Gorski | 2022-07-06 | 1 | -1/+6 |
|
|
* | license: fix and add SPDX license identifiers and drop license comments | Thomas Haller | 2020-04-16 | 1 | -7/+0 |
|
|
* | lib: accept %NULL arguments for nl_addr_cmp() | Thomas Haller | 2019-08-27 | 1 | -1/+9 |
|
|
* | Add SPDX identifiers | Yegor Yefremov | 2019-08-12 | 1 | -0/+1 |
|
|
* | addr: Add support for AF_MPLS | David Ahern | 2017-08-18 | 1 | -11/+45 |
|
|
* | addr: add AF_VSOCK to translation table | Tobias Klauser | 2017-05-12 | 1 | -0/+3 |
|
|
* | nl-addr: avoid read-out-of-bound in nl_addr_fill_sockaddr() | Thomas Haller | 2016-08-14 | 1 | -2/+14 |
|
|
* | lib: add const-ness to appropriate parameters in addr, attr, data | Rohan Joyce | 2015-02-16 | 1 | -20/+20 |
|
|
* | style: require comma after __ADD() macro | Thomas Haller | 2014-07-27 | 1 | -38/+38 |
|
|
* | do not compile some address families when not available | Cong Wang | 2013-11-09 | 1 | -0/+14 |
|
|
* | addr: only translate more recent address family names and ARP types if defined | Thomas Graf | 2013-04-05 | 1 | -0/+8 |
|
|
* | addr: Update to latest address familiy definition for translation | Thomas Graf | 2013-03-14 | 1 | -2/+11 |
|
|
* | addr: improve API reference documentation for nl_addr_*() | Thomas Graf | 2013-03-14 | 1 | -40/+164 |
|
|
* | addr: Reset unused portion of binary address in nl_addr_set_binary_addr() | Thomas Graf | 2013-03-14 | 1 | -1/+4 |
|
|
* | Fix mask calculation in nl_addr_cmp_prefix() | Thomas Graf | 2013-01-31 | 1 | -2/+2 |
|
|
* | Move private header files to <netlink-private/*> | Thomas Graf | 2013-01-24 | 1 | -1/+1 |
|
|
* | Address comparison bug fixed | Коренберг Марк | 2012-08-30 | 1 | -1/+2 |
|
|
* | nl_addr_parse handling of 'default', 'any', and 'all' | Justin Mayfield | 2012-08-29 | 1 | -4/+3 |
|
|
* | Fix types-related warnings based on clang diagnostics | Коренберг Марк | 2012-06-13 | 1 | -3/+3 |
|
|
* | doc: documentation restructuring | Thomas Graf | 2012-05-10 | 1 | -14/+16 |
|
|
* | nl_addr_cmp(): handle prefix length during address comparison | Brett Ciphery | 2012-01-12 | 1 | -1/+4 |
|
|
* | addr: hide nl_addr_destroy() | Thomas Graf | 2010-11-26 | 1 | -25/+14 |
|
|
* | constify struct trans_tbl | Thomas Graf | 2010-11-17 | 1 | -1/+1 |
|
|
* | Make nl_str2af return a negative value if parsing fails | Thomas Graf | 2010-11-11 | 1 | -1/+1 |
|
|
* | restructure module documentation order | Thomas Graf | 2008-12-10 | 1 | -1/+1 |
|
|
* | Properly handle addr=NULL in nl_addr2str | Thomas Graf | 2008-06-13 | 1 | -2/+5 |
|
|
* | Fix error code of nl_addr_resolve() | Thomas Graf | 2008-05-22 | 1 | -2/+6 |
|
|
* | Remove obsolete nla_get_addr() and nla_get_data() | Thomas Graf | 2008-05-14 | 1 | -1/+1 |
|
|
* | Thread-safe error handling | Thomas Graf | 2008-05-14 | 1 | -32/+41 |
|
|
* | Abstract address allocation based on netlink attribute | Thomas Graf | 2008-01-30 | 1 | -0/+15 |
|
|
* | Support link operstate and linkmode | Thomas Graf | 2007-12-19 | 1 | -0/+15 |
|
|
* | Initial import | Thomas Graf | 2007-09-14 | 1 | -0/+883 |
|
|