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
compress-2025-01-21
compress-2025-01-23
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
2025-08-28
netlink: avoid infinite retry looping in netlink_unicast()
Fedor Pchelkin
1
-1
/
+1
2025-07-17
netlink: make sure we allow at least one dump skb
Jakub Kicinski
1
-2
/
+3
2025-07-17
netlink: Fix rmem check in netlink_broadcast_deliver().
Kuniyuki Iwashima
1
-1
/
+1
2025-07-17
netlink: Fix wraparounds of sk->sk_rmem_alloc.
Kuniyuki Iwashima
1
-32
/
+49
2024-12-14
sock_diag: add module pointer to "struct sock_diag_handler"
Eric Dumazet
1
-0
/
+1
2024-11-22
netlink: terminate outstanding dump on socket close
Jakub Kicinski
2
-25
/
+8
2024-11-01
genetlink: hold RCU in genlmsg_mcast()
Eric Dumazet
1
-14
/
+14
2024-10-17
net: Fix an unsafe loop on the list
Anastasia Kovaleva
1
-1
/
+2
2024-08-29
netlink: hold nlk->cb_mutex longer in __netlink_dump_start()
Eric Dumazet
1
-7
/
+6
2024-03-06
netlink: Fix kernel-infoleak-after-free in __skb_datagram_iter
Ryosuke Yasuoka
1
-1
/
+1
2024-01-31
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-10-10
netlink: remove the flex array from struct nlmsghdr
Jakub Kicinski
1
-1
/
+1
2023-10-10
netlink: annotate data-races around sk->sk_err
Eric Dumazet
1
-4
/
+4
2023-10-10
netlink: Fix potential skb memleak in netlink_ack
Tao Chen
1
-1
/
+3
2023-10-10
netlink: split up copies in the ack construction
Jakub Kicinski
1
-9
/
+20
2023-09-23
netlink: convert nlk->flags to atomic flags
Eric Dumazet
3
-74
/
+48
2023-07-19
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
1
-1
/
+1
2023-07-19
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-04-13
netlink: annotate lockless accesses to nlk->max_recvmsg_len
Eric Dumazet
1
-6
/
+9
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-10-27
genetlink: limit the use of validation workarounds to old ops
Jakub Kicinski
1
-0
/
+2
2022-10-24
genetlink: piggy back on resv_op to default to a reject policy
Jakub Kicinski
1
-0
/
+23
2022-09-30
genetlink: reject use of nlmsg_flags for new commands
Jakub Kicinski
1
-1
/
+31
2022-09-05
netlink: Bounds-check struct nlmsgerr creation
Kees Cook
1
-3
/
+5
2022-08-30
netlink: add support for ext_ack missing attributes
Jakub Kicinski
1
-0
/
+12
2022-08-30
netlink: factor out extack composition
Jakub Kicinski
1
-30
/
+55
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+4
2022-08-26
genetlink: hold read cb_lock during iteration of genl_fam_idr in genl_bind()
Jiri Pirko
1
-2
/
+2
2022-08-18
net: genl: fix error path memory leak in policy dumping
Jakub Kicinski
2
-3
/
+17
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+0
2022-05-06
netlink: do not reset transport header in netlink_recvmsg()
Eric Dumazet
1
-1
/
+0
2022-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+7
2022-04-19
netlink: reset network and mac headers in netlink_dump()
Eric Dumazet
1
-0
/
+7
2022-04-06
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
1
-2
/
+1
2022-03-18
af_netlink: Fix shift out of bounds in group mask calculation
Petr Machata
1
-0
/
+2
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+2
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2021-11-30
net: netlink: af_netlink: Prevent empty skb by adding a check on len.
Harshit Mogalapalli
1
-0
/
+5
2021-11-16
net: drop nopreempt requirement on sock_prot_inuse_add()
Eric Dumazet
1
-4
/
+0
2021-10-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+10
2021-10-05
netlink: annotate data races around nlk->bound
Eric Dumazet
1
-4
/
+10
2021-10-05
netlink: remove netlink_broadcast_filtered
Florian Westphal
1
-21
/
+2
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
[next]