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
*
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
*
nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen()
Thomas Graf
2010-11-22
1
-1/+1
*
Inherit return code of NL_CB_MSG_OUT in nl_sendmsg()
Thomas Graf
2010-11-18
1
-2/+2
*
rename nl_send_auto_complete() -> nl_send_auto(), nl_auto_complete -> nl_comp...
Thomas Graf
2010-11-18
1
-4/+17
*
only perform automatic sequence checking if auto-ack mode is enabled
Thomas Graf
2010-11-18
1
-7/+11
*
Generic Netlink multicast groups support
dima
2010-10-14
1
-1/+1
*
Fix compile warning in nl.c
Thomas Graf
2010-07-03
1
-1/+1
*
new feature nl_send_iovec(), nl_auto_complete() and code refactoring.
Karl Hiramoto
2010-03-10
1
-24/+45
*
Fix up naming changes
Thomas Graf
2008-12-10
1
-1/+1
*
restructure module documentation order
Thomas Graf
2008-12-10
1
-1/+1
*
Documentation update
Thomas Graf
2008-12-03
1
-86/+1
*
Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKS
Thomas Graf
2008-10-20
1
-2/+5
*
Replace NL_KEEP code with proper message reference counting
Thomas Graf
2008-10-14
1
-22/+3
*
Rename struct nl_handle to struct nl_sock
Thomas Graf
2008-05-15
1
-88/+87
*
Thread-safe error handling
Thomas Graf
2008-05-14
1
-22/+18
[next]