index
:
libnl.git
cache-nonexcl-route
main
th/pr/338
th/test-routes
th/tmp
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
route
/
addr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: fix and enable "-Wsign-compare" warning
Thomas Haller
2024-05-29
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
-1/+4
*
include: split and drop "netlink-private/types.h"
Thomas Haller
2023-08-02
1
-0/+39
*
route: cleanup ATTR_DIFF() macros
Thomas Haller
2023-07-31
1
-26/+25
*
lib: use _nl_{init,exit} instead of __{init,exit}
Thomas Haller
2023-07-28
1
-2/+2
*
all: rework ATTR_DIFF() macros to not generate attribute names
Thomas Haller
2023-07-28
1
-15/+15
*
doc: fix typo
Leon M. George
2022-08-24
1
-2/+2
*
lib: make nl_object_clone() out-of-memory safe
Thomas Haller
2022-03-16
1
-1/+8
*
addr: Add address flag `dadfailed`
Leonard Crestez
2020-12-03
1
-0/+1
*
license: fix and add SPDX license identifiers and drop license comments
Thomas Haller
2020-04-16
1
-7/+0
*
license: cleanup copyright comments
Thomas Haller
2020-04-16
1
-2/+2
*
Add SPDX identifiers
Yegor Yefremov
2019-08-12
1
-0/+1
*
route/addr: address attributes based on object
Tobias Jungel
2016-08-14
1
-3/+6
*
route/addr: fix handling peer addresses for IPv4 addresses
Thomas Haller
2016-06-29
1
-19/+54
*
route/addr: fix ID comparison for AF_INET and AF_INET6 addresses
Thomas Haller
2016-06-29
1
-1/+33
*
lib: update ce-mask to uint64_t
David Ahern
2016-02-12
1
-3/+3
*
route/addr: consider CACHEINFO in addr_compare()/nl_object_diff()
Thomas Haller
2014-11-27
1
-0/+2
*
style: require comma after __ADD() macro
Thomas Haller
2014-07-27
1
-20/+20
*
route/addr: only sent IFA_FLAGS when needed to workaround picky older kernels
Thomas Haller
2014-04-04
1
-1/+13
*
addr: add address flag IFA_F_NOPREFIXROUTE
Thomas Haller
2014-01-16
1
-0/+1
*
addr: add address flag IFA_F_MANAGETEMPADDR
Thomas Haller
2014-01-03
1
-0/+1
*
add support for IFA_FLAGS nl attribute
Jiri Pirko
2014-01-03
1
-1/+3
*
rtnl-addr: set ifa_flags when creating/updating address
Thomas Haller
2013-10-22
1
-0/+1
*
rtnl-addr: Fix invalid call to nl_addr_set_prefixlen() if neither local or pe...
Thomas Graf
2013-03-14
1
-4/+7
*
rtnl-addr: Inherit prefix length to nl_addr objs in rtnl_addr_set_prefixlen()
Thomas Graf
2013-03-14
1
-3/+32
*
Move private header files to <netlink-private/*>
Thomas Graf
2013-01-24
1
-1/+1
*
cache: provide safe variant of nl_cache_mngt_require() and use it
Thomas Graf
2012-11-16
1
-1/+4
*
addr: Support setting local/peer/anycast/multicast/broadcast address to NULL
Thomas Graf
2012-11-12
1
-20/+40
*
addr: rtnl_addr_set_peer() is limited to IPv4
Thomas Graf
2012-11-11
1
-0/+3
*
addr: Return -NLE_AF_NOSUPPORT when trying to set unsupported attributes
Thomas Graf
2012-11-11
1
-1/+14
*
Remove unreachable code
Michele Baldessari
2012-10-29
1
-5/+0
*
Fix types-related warnings based on clang diagnostics
Коренберг Марк
2012-06-13
1
-2/+2
*
Fix rtnl_link object memory leak when freeing rtnl_addr objects.
Michael Altizer
2011-10-10
1
-0/+1
*
Provide silent variation of nl_cache_require()
Thomas Graf
2011-05-11
1
-1/+1
*
addr: store link object and provide rtnl_addr_get()
Thomas Graf
2011-05-03
1
-1/+77
*
constify struct trans_tbl
Thomas Graf
2010-11-17
1
-2/+2
*
Remove NL_DUMP_ENV code
Thomas Graf
2010-10-20
1
-76/+0
*
addr: add NL_DUMP_ENV function
Patrick McHardy
2010-04-19
1
-0/+76
*
addr: restore anycast functions
Patrick McHardy
2010-04-19
1
-0/+32
*
Fix rtnl_addr caching
Dan Winship
2009-09-02
1
-2/+1
*
Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACK
Thomas Graf
2008-10-20
1
-2/+2
*
Only include local addr as peer addr if provided
Wolfgang Steudel
2008-10-10
1
-1/+1
*
Remove XML dumping
Thomas Graf
2008-06-17
1
-65/+0
*
Improvements to address utilities
Thomas Graf
2008-06-17
1
-134/+89
*
Remove old line counting while dumping
Thomas Graf
2008-05-23
1
-76/+67
*
Remove references to unused attribute anycast
Thomas Graf
2008-05-15
1
-50/+3
*
Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXIT
Thomas Graf
2008-05-15
1
-5/+0
*
Rename struct nl_handle to struct nl_sock
Thomas Graf
2008-05-15
1
-15/+14
*
Check length of provided address label
Thomas Graf
2008-05-14
1
-2/+7
[next]