开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netlink
/
af_netlink.c
Age
Commit message (
Expand
)
Author
2024-12-19
net: netlink: catch attempts to send empty messages
Jakub Kicinski
2024-11-24
netlink: fix false positive warning in extack during dumps
Jakub Kicinski
2024-11-21
Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2024-11-15
net/netlink: Correct the comment on netlink message max cap
Dmitry Safonov
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-11-07
netlink: terminate outstanding dump on socket close
Jakub Kicinski
2024-11-03
switch netlink_getsockbyfilp() to taking descriptor
Al Viro
2024-10-31
netlink: Remove the dead code in netlink_proto_init()
Jinjie Ruan
2024-10-04
net: Fix an unsafe loop on the list
Anastasia Kovaleva
2024-06-10
net: netlink: remove the cb_mutex "injection" from netlink core
Jakub Kicinski
2024-06-10
rtnetlink: move rtnl_lock handling out of af_netlink
Jakub Kicinski
2024-04-23
netlink: support all extack types in dumps
Jakub Kicinski
2024-04-23
netlink: move extack writing helpers
Jakub Kicinski
2024-04-01
netlink: create a new header for internal genetlink symbols
Jakub Kicinski
2024-03-11
net/netlink: Add getsockopt support for NETLINK_LISTEN_ALL_NSID
Juntong Deng
2024-03-06
netlink: handle EMSGSIZE errors in the core
Jakub Kicinski
2024-02-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-27
netlink: use kvmalloc() in netlink_alloc_large_skb()
Eric Dumazet
2024-02-26
rtnetlink: add RTNL_FLAG_DUMP_UNLOCKED flag
Eric Dumazet
2024-02-26
rtnetlink: change nlk->cb_mutex role
Eric Dumazet
2024-02-26
netlink: hold nlk->cb_mutex longer in __netlink_dump_start()
Eric Dumazet
2024-02-22
netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
Ryosuke Yasuoka
2024-01-23
netlink: fix potential sleeping issue in mqueue_flush_file
Zhengchao Shao
2023-12-19
netlink: introduce typedef for filter function
Jiri Pirko
2023-11-18
rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlink
Li RongQing
2023-10-04
netlink: annotate data-races around sk->sk_err
Eric Dumazet
2023-08-13
netlink: convert nlk->flags to atomic flags
Eric Dumazet
2023-07-23
netlink: Add new netlink_release function
Anjali Kulkarni
2023-07-23
netlink: Reverse the patch which removed filtering
Anjali Kulkarni
2023-07-11
netlink: Make use of __assign_bit() API
Andy Shevchenko
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-22
netlink: fix potential deadlock in netlink_set_err()
Eric Dumazet
2023-06-12
netlink: support extack in dump ->start()
Jakub Kicinski
2023-05-31
net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report
Pedro Tammela
2023-05-10
netlink: annotate accesses to nlk->cb_running
Eric Dumazet
2023-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-24
netlink: Use copy_to_user() for optval in netlink_getsockopt().
Kuniyuki Iwashima
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-04
netlink: annotate lockless accesses to nlk->max_recvmsg_len
Eric Dumazet
2023-03-09
netlink: remove unused 'compare' function
Florian Westphal
2023-01-23
netlink: annotate data races around sk_state
Eric Dumazet
2023-01-23
netlink: annotate data races around dst_portid and dst_group
Eric Dumazet
2023-01-23
netlink: annotate data races around nlk->portid
Eric Dumazet
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-11-18
netlink: remove the flex array from struct nlmsghdr
Jakub Kicinski
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-11-07
netlink: Fix potential skb memleak in netlink_ack
Tao Chen
2022-10-31
netlink: split up copies in the ack construction
Jakub Kicinski
[next]