index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
netlink
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-17
net: Fix an unsafe loop on the list
Anastasia Kovaleva
1
-1
/
+2
2024-09-04
netlink: hold nlk->cb_mutex longer in __netlink_dump_start()
Eric Dumazet
1
-7
/
+6
2024-07-05
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
1
-4
/
+0
2024-05-25
netlink: annotate data-races around sk->sk_err
Eric Dumazet
1
-4
/
+4
2024-05-25
netlink: annotate lockless accesses to nlk->max_recvmsg_len
Eric Dumazet
1
-6
/
+9
2024-03-06
netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
Ryosuke Yasuoka
1
-1
/
+1
2024-02-23
netlink: fix potential sleeping issue in mqueue_flush_file
Zhengchao Shao
1
-1
/
+1
2023-12-13
drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group
Ido Schimmel
1
-0
/
+3
2023-07-23
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
1
-1
/
+1
2023-07-23
netlink: fix potential deadlock in netlink_set_err()
Eric Dumazet
2
-4
/
+6
2023-06-09
net/netlink: fix NETLINK_LIST_MEMBERSHIPS length report
Pedro Tammela
1
-1
/
+1
2023-05-24
netlink: annotate accesses to nlk->cb_running
Eric Dumazet
1
-4
/
+4
2023-05-11
netlink: Use copy_to_user() for optval in netlink_getsockopt().
Kuniyuki Iwashima
1
-52
/
+23
2023-02-01
netlink: annotate data races around sk_state
Eric Dumazet
1
-4
/
+6
2023-02-01
netlink: annotate data races around dst_portid and dst_group
Eric Dumazet
1
-9
/
+14
2023-02-01
netlink: annotate data races around nlk->portid
Eric Dumazet
1
-2
/
+5
2022-08-25
net: genl: fix error path memory leak in policy dumping
Jakub Kicinski
2
-3
/
+17
2022-05-18
netlink: do not reset transport header in netlink_recvmsg()
Eric Dumazet
1
-1
/
+0
2022-04-27
netlink: reset network and mac headers in netlink_dump()
Eric Dumazet
1
-0
/
+7
2022-04-08
af_netlink: Fix shift out of bounds in group mask calculation
Petr Machata
1
-0
/
+2
2021-12-17
net: netlink: af_netlink: Prevent empty skb by adding a check on len.
Harshit Mogalapalli
1
-0
/
+5
2021-10-05
netlink: annotate data races around nlk->bound
Eric Dumazet
1
-4
/
+10
2021-07-30
net: netlink: Remove unused function
Yajun Deng
1
-8
/
+0
2021-07-27
net: netlink: add the case when nlh is NULL
Yajun Deng
1
-5
/
+4
2021-07-20
netlink: Deal with ESRCH error in nlmsg_notify()
Yajun Deng
1
-1
/
+3
2021-07-13
net: Use nlmsg_unicast() instead of netlink_unicast()
Yajun Deng
1
-1
/
+1
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-4
/
+4
2021-05-17
netlink: disable IRQs for netlink_lock_table()
Johannes Berg
1
-2
/
+4
2021-04-16
netlink: don't call ->netlink_bind with table lock held
Florian Westphal
1
-2
/
+2
2021-02-12
mptcp: avoid lock_fast usage in accept path
Florian Westphal
1
-0
/
+32
2021-02-04
netlink: add tracepoint at NL_SET_ERR_MSG
Marcelo Ricardo Leitner
1
-0
/
+8
2020-10-09
netlink: export policy in extended ACK
Johannes Berg
2
-0
/
+66
2020-10-09
netlink: policy: refactor per-attr policy writing
Johannes Berg
1
-28
/
+51
2020-10-06
netlink: add mask validation
Jakub Kicinski
1
-0
/
+8
2020-10-03
genetlink: allow dumping command-specific policy
Jakub Kicinski
1
-5
/
+36
2020-10-03
genetlink: properly support per-op policy dumping
Johannes Berg
1
-10
/
+92
2020-10-03
genetlink: factor skb preparation out of ctrl_dumppolicy()
Johannes Berg
1
-6
/
+19
2020-10-03
netlink: rework policy dump to support multiple policies
Johannes Berg
2
-21
/
+84
2020-10-03
netlink: compare policy more accurately
Johannes Berg
1
-4
/
+8
2020-10-02
genetlink: switch control commands to per-op policies
Jakub Kicinski
1
-3
/
+11
2020-10-02
genetlink: use parsed attrs in dumppolicy
Jakub Kicinski
1
-7
/
+2
2020-10-02
genetlink: bring back per op policy
Jakub Kicinski
1
-5
/
+13
2020-10-02
genetlink: use .start callback for dumppolicy
Jakub Kicinski
1
-24
/
+24
2020-10-02
genetlink: add a structure for dump state
Jakub Kicinski
2
-27
/
+32
2020-10-02
genetlink: add small version of ops
Jakub Kicinski
1
-32
/
+95
2020-10-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-14
/
+33
2020-10-02
netlink: fix policy dump leak
Johannes Berg
2
-15
/
+18
2020-09-24
netlink/compat: Append NLMSG_DONE/extack to frag_list
Dmitry Safonov
1
-14
/
+33
2020-09-17
netlink: add spaces around '&' in netlink_recv/sendmsg()
Yang Yingliang
1
-4
/
+4
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+2
[next]