index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netlink
Age
Commit message (
Expand
)
Author
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2025-10-15
net: remove obsolete WARN_ON(refcount_read(&sk->sk_refcnt) == 1)
Eric Dumazet
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-08
genetlink: fix genl_bind() invoking bind() after -EPERM
Alok Tiwari
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-09-03
net: lockless sock_i_ino()
Eric Dumazet
2025-08-28
net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
Eric Dumazet
2025-07-30
netlink: avoid infinite retry looping in netlink_unicast()
Fedor Pchelkin
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
2025-07-16
bpf: Clean up individual BTF_ID code
Feng Yang
2025-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-11
netlink: make sure we allow at least one dump skb
Jakub Kicinski
2025-07-11
netlink: Fix rmem check in netlink_broadcast_deliver().
Kuniyuki Iwashima
2025-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-07-08
netlink: spelling: fix appened -> appended in a comment
Faisal Bukhari
2025-07-07
netlink: Fix wraparounds of sk->sk_rmem_alloc.
Kuniyuki Iwashima
2025-05-12
netlink: fix policy dump for int with validation callback
Jakub Kicinski
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-02-21
net: better track kernel sockets lifetime
Eric Dumazet
2025-02-18
netlink: Unset cb_running when terminating dump on release
Siddh Raman Pant
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-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2024-10-15
genetlink: hold RCU in genlmsg_mcast()
Eric Dumazet
2024-10-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-10-10
genetlink: extend info user-storage to match NL cb ctx
Paolo Abeni
2024-10-04
net: Fix an unsafe loop on the list
Anastasia Kovaleva
2024-08-26
net: netlink: Remove the dump_cb_mutex field from struct netlink_sock
Christophe JAILLET
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
genetlink: fit NLMSG_DONE into same read() as families
Jakub Kicinski
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
[next]