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
*
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
*
nl: Fix return value of nl_recvmsgs()
Thomas Graf
2012-05-08
1
-5/+29
*
nl: Make nl_recvmsgs() return the number of netlink messages processed
Thomas Graf
2012-04-21
1
-2/+7
*
Fix typo in debug message
Thomas Graf
2011-10-28
1
-1/+1
*
Support for NLM_F_INTR
Thomas Graf
2011-07-14
1
-1/+17
*
socket: Set SOCK_CLOEXEC if available
Thomas Graf
2011-06-15
1
-2/+8
*
API to issue direct GET requests to the kernel
Thomas Graf
2011-04-11
1
-0/+70
*
Add nl_send_sync()
Thomas Graf
2011-03-25
1
-0/+31
*
nl_recv(): Zero out sockaddr in case the caller forgot
Thomas Graf
2010-11-22
1
-0/+2
*
nl_recv(): Make passing creds pointer optional
Thomas Graf
2010-11-22
1
-2/+4
[next]