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
/
nl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
license: fix and add SPDX license identifiers and drop license comments
Thomas Haller
2020-04-16
1
-7/+0
*
lib: Don't omit second operand to `?` operator
Michael Forney
2019-08-16
1
-1/+1
*
Add SPDX identifiers
Yegor Yefremov
2019-08-12
1
-0/+1
*
nl: fix function name in debug msg
Matthieu Baerts
2018-06-25
1
-1/+1
*
lib: fix comment for nl_recv() about return value for non-blocking read
Thomas Haller
2017-01-20
1
-1/+3
*
lib: use MSG_PEEK by default for nl_recvmsgs()
Thomas Haller
2016-11-30
1
-2/+3
*
lib: switch to using strerror_l() instead of strerror_r()
André Draszik
2016-08-25
1
-17/+9
*
trivial: whitespace-only fixes for src and lib
Peter Wu
2016-08-12
1
-3/+3
*
libnl: don't use out-of-scope buffer in nl_send_iovec()
Andrew Vagin
2015-11-24
1
-1/+1
*
libnl: report an error if unexpected control data was received
Andrey Vagin
2015-09-21
1
-0/+7
*
socket: fix assertion in nl_connect() when all ports are already in use
Thomas Haller
2015-08-24
1
-2/+2
*
socket: add fallback for nl_connect() by trying to bind to unspecified local ...
Thomas Haller
2015-08-14
1
-11/+18
*
socket: clear port when unable to generate local port
Thomas Haller
2015-08-14
1
-1/+1
*
lib/nl: add missing header
Jörg Krause
2015-08-14
1
-0/+1
*
lib: return error if an incomplete message was read
Thomas Egerer
2015-06-05
1
-0/+7
*
lib/socket: add nl_socket_set_fd() function
Thomas Haller
2015-03-05
1
-2/+7
|
\
|
*
add socket nl_connect_fd() & nl_create_fd()
Sagi Lowenhardt
2015-03-05
1
-21/+79
|
/
*
lib/nl: preserve s_local if nl_connect() fails
Thomas Haller
2015-03-05
1
-8/+16
*
lib/socket: remove NL_SOCK_BUFSIZE_SET socket flag
Thomas Haller
2015-03-05
1
-5/+3
*
lib: log errors from platform
Lubomir Rintel
2015-02-17
1
-5/+31
*
nl: add function nl_pickup_keep_syserr()
Thomas Haller
2014-11-27
1
-0/+31
*
trival: white space fix in lib/nl.c
Thomas Haller
2014-11-27
1
-9/+9
*
lib/socket: retry generate local port in nl_connect on ADDRINUSE
Thomas Haller
2014-05-06
1
-7/+55
*
nl: Fix comment typo on recvmsgs
Olaf Hering
2013-10-01
1
-1/+1
*
nl: Increase receive buffer size to 4 pages
Thomas Graf
2013-05-08
1
-1/+1
*
nl: Return -NLE_AGAIN if non-blocking socket would block
Thomas Graf
2013-04-02
1
-5/+0
*
Move private header files to <netlink-private/*>
Thomas Graf
2013-01-24
1
-1/+1
*
nl: Improve API doc of nl_send_simple()
Thomas Graf
2012-11-08
1
-11/+16
*
nl: Improve API doc of nl_connect() and nl_close()
Thomas Graf
2012-11-08
1
-9/+23
*
nl: Allow to overwrite nl_send()
Thomas Graf
2012-11-08
1
-11/+17
*
nl: improve API doc of transmit functions
Thomas Graf
2012-11-08
1
-51/+154
*
nl: improve nl_sendto() docs and error checks
Thomas Graf
2012-11-06
1
-5/+27
*
nl_recv: fix indent style
Thomas Graf
2012-11-06
1
-9/+11
*
nl_recv: return NLE_INVAL if socket address pointer is NULL
Thomas Graf
2012-11-06
1
-1/+1
*
nl_recv: return NLE_INVAL if buf is NULL
Thomas Graf
2012-11-06
1
-0/+3
*
nl_recv: improve function documentation
Thomas Graf
2012-11-06
1
-13/+33
*
nl_recv: Don't update *buf in error path
Thomas Graf
2012-11-05
1
-3/+2
*
Document buffer size limitations of nl_recv()
Thomas Graf
2012-11-05
1
-0/+7
*
nl_recv(): work with credentials only if "creds" given and NL_SOCK_PASSCRED set
Коренберг Марк (дома)
2012-10-19
1
-12/+15
*
nl_recv(): small code cleanups
Коренберг Марк (дома)
2012-10-19
1
-8/+4
*
nl_recv(): EWOULDBLOCK return value also checked
Коренберг Марк (дома)
2012-10-19
1
-3/+2
*
nl_recv(): Memory allocation errors are handled properly now
Коренберг Марк (дома)
2012-10-19
1
-22/+53
*
nl_recv(): "else if" logick simplified and refined
Коренберг Марк (ноутбук дома)
2012-10-19
1
-8/+16
*
Clang diagnostics
Коренберг Марк (ноутбук дома)
2012-10-19
1
-0/+6
*
nl: Provide API to specify the default buffer size when receiving netlink mes...
Thomas Graf
2012-10-09
1
-1/+1
*
More clean NL_AUTO_PORT and NL_AUTO_SEQ usage in nl_complete_msg
Коренберг Марк
2012-08-30
1
-2/+2
*
Prevent potential socket file descriptor leak
Коренберг Марк (дома)
2012-08-29
1
-2/+9
*
Fix types-related warnings based on clang diagnostics
Коренберг Марк
2012-06-13
1
-1/+1
*
use MSG_TRUNC flag to get recv message size at once
Jiri Pirko
2012-05-29
1
-8/+9
*
doc: documentation restructuring
Thomas Graf
2012-05-10
1
-69/+41
[next]