index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-netlink
/
sd-netlink.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: port to fd_wait_for_event()
Lennart Poettering
2020-06-10
1
-12
/
+4
*
tree-wide: check POLLNVAL everywhere
Lennart Poettering
2020-06-10
1
-5
/
+11
*
sd-netlink: support NLMSGERR_ATTR_MSG
Yu Watanabe
2019-11-30
1
-0
/
+4
*
tree-wide: drop socket.h when socket-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+0
*
sd-netlink: constify object pointers passed to getters
Zbigniew Jędrzejewski-Szmek
2019-10-24
1
-3
/
+3
*
sd-netlink: save dynamic general netlink message type
Yu Watanabe
2019-10-14
1
-0
/
+3
*
network: introduce ip nexthop routing
Susant Sahani
2019-10-14
1
-0
/
+7
*
networkd: Keep track of static neighbors
William A. Kennington III
2019-08-12
1
-0
/
+7
*
sd-netlink: do not use atomic reference counters
Zbigniew Jędrzejewski-Szmek
2019-03-04
1
-2
/
+2
*
sd-netlink: set destroy_callback only if asynchronous call succeeds
Yu Watanabe
2018-12-14
1
-2
/
+8
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-8
/
+8
*
sd-netlink: make sd_netlink_slot take its description
Yu Watanabe
2018-10-16
1
-11
/
+23
*
sd-netlink: introduce sd_netlink_slot
Yu Watanabe
2018-10-15
1
-130
/
+58
*
sd-netlink: add destroy_callback argument to sd_netlink_call_async()
Yu Watanabe
2018-10-10
1
-20
/
+37
*
sd-netlink: use structured initializers
Yu Watanabe
2018-10-10
1
-16
/
+19
*
sd-netlink: fix error handling in sd_netlink_call_async()
Yu Watanabe
2018-10-10
1
-1
/
+1
*
tree-wide: use CMP() macros where applicable
Yu Watanabe
2018-10-09
1
-7
/
+1
*
libsystemd: use DEFINE_ATOMIC_REF_UNREF_FUNC or frineds where applicable
Yu Watanabe
2018-08-27
1
-39
/
+23
*
sd-netlink: fix indentation
Yu Watanabe
2018-08-27
1
-2
/
+2
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-12
/
+6
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
*
sd-netlink: add generic netlink support
Jörg Thalheim
2018-01-09
1
-3
/
+17
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
networkd: add support to configure IP Rule (#5725)
Susant Sahani
2017-09-14
1
-0
/
+10
*
tree-wide: make use of getpid_cached() wherever we can
Lennart Poettering
2017-07-20
1
-2
/
+2
*
sd-netlink: don't give up on netlink on ENOBUFS
Lennart Poettering
2017-02-21
1
-0
/
+4
*
sd-netlink: fix sd_netlink_inc_rcvbuf() prototype
Lennart Poettering
2016-06-03
1
-1
/
+4
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-1
/
+1
*
libsystemd-network: sd-event uses 64bit priorities, expose them in the APIs a...
Lennart Poettering
2016-02-20
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
sd-netlink: since whe acquire the netlink socket's sockaddr anyway, let's act...
Lennart Poettering
2016-02-01
1
-3
/
+3
*
sd-netlink: don't take possesion of netlink fd from caller on failure
Lennart Poettering
2016-02-01
1
-1
/
+3
*
tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy
Lennart Poettering
2015-11-27
1
-7
/
+7
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
socket-util: move remaining socket-related calls from util.[ch] to socket-uti...
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-6
/
+6
*
sd-netlink: refcount multicast groups
Tom Gundersen
2015-10-15
1
-14
/
+42
*
sd-netlink: add support for subscribing to ROUTE messages
Tom Gundersen
2015-10-11
1
-3
/
+10
*
tree-wide: generate EBADF when we get invalid fds
Lennart Poettering
2015-08-14
1
-1
/
+1
*
sd-netlink: socket - move some functions from main source file
Tom Gundersen
2015-06-13
1
-35
/
+9
*
sd-netlink: drop the write-queue
Tom Gundersen
2015-06-13
1
-124
/
+10
*
sd-netlink: rename from sd-rtnl
Tom Gundersen
2015-06-13
1
-0
/
+1056