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
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: avoid overflow in computation of s_seq_next
Christopher Ferris
2024-07-19
1
-0/+5
*
socket: fix ubsan complaint about incorrect left-shift in generate_local_port()
Ilya A. Evenbach
2024-04-26
1
-1/+1
*
socket: workaround coverity warning about time_t handling
Thomas Haller
2023-12-04
1
-2/+20
*
socket: explicitly cast time() to uint32_t
Thomas Haller
2023-12-01
1
-2/+3
*
include: drop "netlink-private/netlink.h" and move declarations
Thomas Haller
2023-08-02
1
-3/+7
*
all: cleanup includes and use "nm-default.h"
Thomas Haller
2023-08-02
1
-2/+2
*
include: add "nl-default.h" header
Thomas Haller
2023-08-02
1
-1/+1
*
build: move "lib/defs.h" to "include/config.h"
Thomas Haller
2023-08-02
1
-1/+1
*
include: split and drop "netlink-private/types.h"
Thomas Haller
2023-08-02
1
-0/+1
*
lib: move "include/netlink-private/socket.h" to lib/nl-core.h
Thomas Haller
2023-08-01
1
-1/+2
*
base: move "netlink-private/utils.h" to "base/nl-base-utils.h"
Thomas Haller
2023-07-31
1
-1/+1
*
lib: use _nl_{init,exit} instead of __{init,exit}
Thomas Haller
2023-07-28
1
-1/+1
*
doc: fix typo
Leon M. George
2022-08-24
1
-2/+2
*
socket: workaround undefined behavior coverity warning in generate_local_port()
Thomas Haller
2022-04-22
1
-3/+4
*
license: fix and add SPDX license identifiers and drop license comments
Thomas Haller
2020-04-16
1
-7/+0
*
Add SPDX identifiers
Yegor Yefremov
2019-08-12
1
-0/+1
*
lib: use MSG_PEEK by default for nl_recvmsgs()
Thomas Haller
2016-11-30
1
-1/+19
*
lib: switch to using strerror_l() instead of strerror_r()
André Draszik
2016-08-25
1
-22/+11
*
trivial: whitespace-only fixes for src and lib
Peter Wu
2016-08-12
1
-7/+7
*
socket: fix assertion in nl_connect() when all ports are already in use
Thomas Haller
2015-08-24
1
-2/+5
*
lib/socket: in nl_socket_set_fd() always reset the local port
Thomas Haller
2015-08-14
1
-6/+1
*
socket: add fallback for nl_connect() by trying to bind to unspecified local ...
Thomas Haller
2015-08-14
1
-3/+0
*
socket: clear port when unable to generate local port
Thomas Haller
2015-08-14
1
-8/+22
*
lib/socket: detect protocol in nl_socket_set_fd()
Thomas Haller
2015-03-06
1
-9/+63
*
lib/socket: add nl_socket_set_fd() function
Thomas Haller
2015-03-05
1
-0/+62
|
\
|
*
add socket nl_connect_fd() & nl_create_fd()
Sagi Lowenhardt
2015-03-05
1
-0/+6
|
/
*
lib/socket: remove NL_SOCK_BUFSIZE_SET socket flag
Thomas Haller
2015-03-05
1
-2/+0
*
lib: log errors from platform
Lubomir Rintel
2015-02-17
1
-5/+35
*
socket: Be correct, time(2) takes a pointer, not an integer
Thomas Graf
2014-07-27
1
-1/+1
*
lib/socket: randomize the generated local port
Thomas Haller
2014-05-06
1
-3/+26
*
lib/socket: retry generate local port in nl_connect on ADDRINUSE
Thomas Haller
2014-05-06
1
-21/+89
*
lib/socket: don't fail if no more local ports can be assigned in nl_socket_alloc
Thomas Haller
2014-05-06
1
-4/+0
*
lib/socket: use proper typed constant UINT32_MAX for uint32_t typed port
Thomas Haller
2014-05-06
1
-4/+4
*
socket: Warn via debug message if local port namespace is exhausted
Thomas Graf
2013-06-28
1
-0/+1
*
Fix leak of cb if nl_socket_alloc_cb() failed to allocate socket
Коренберг Марк (дома)
2013-04-27
1
-4/+13
*
Move private header files to <netlink-private/*>
Thomas Graf
2013-01-24
1
-1/+1
*
lock abstraction layer
Thomas Graf
2012-11-15
1
-22/+6
*
socket: document nl_socket_get_fd()
Thomas Graf
2012-11-06
1
-0/+9
*
Add missing va_end() calls
Michele Baldessari
2012-10-29
1
-4/+12
*
Add configure option to disable pthreads support
Rich Fought
2012-10-26
1
-0/+16
*
nl: Provide API to specify the default buffer size when receiving netlink mes...
Thomas Graf
2012-10-09
1
-0/+30
*
doc: documentation restructuring
Thomas Graf
2012-05-10
1
-2/+14
*
socket: fix two typos
Jiri Pirko
2011-08-31
1
-2/+2
*
socket: introduce nl_socket_modify_err_cb
Jiri Pirko
2011-08-31
1
-0/+15
*
Local port leak on nl_socket_alloc/nl_socket_set_local_port(, 0)
Andrew Rybchenko
2011-08-30
1
-1/+8
*
make port map thread safe
Thomas Graf
2011-08-11
1
-2/+14
*
socket: constify interface
Thomas Graf
2010-11-18
1
-6/+6
*
Generic Netlink multicast groups support
dima
2010-10-14
1
-0/+12
*
release_local_port: properly compute the bitmap position
Inaky Perez-Gonzalez
2009-05-04
1
-1/+1
*
restructure module documentation order
Thomas Graf
2008-12-10
1
-1/+1
[next]