index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_diag.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-29
inet_diag: avoid cache line misses in inet_diag_bc_sk()
Eric Dumazet
1
-21
/
+31
2025-08-29
inet_diag: change inet_diag_bc_sk() first argument
Eric Dumazet
1
-1
/
+2
2025-08-29
inet_diag: annotate data-races in inet_diag_bc_sk()
Eric Dumazet
1
-7
/
+7
2025-08-29
inet_diag: annotate data-races in inet_diag_msg_common_fill()
Eric Dumazet
1
-9
/
+9
2025-08-25
tcp: Move TCP-specific diag functions to tcp_diag.c.
Kuniyuki Iwashima
1
-479
/
+0
2025-08-25
tcp: Don't pass hashinfo to inet_diag helpers.
Kuniyuki Iwashima
1
-5
/
+5
2025-08-25
tcp: Don't pass hashinfo to socket lookup helpers.
Kuniyuki Iwashima
1
-3
/
+3
2025-08-25
tcp: annotate data-races around icsk->icsk_probes_out
Eric Dumazet
1
-2
/
+2
2025-08-25
tcp: annotate data-races around icsk->icsk_retransmits
Eric Dumazet
1
-1
/
+1
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
1
-1
/
+1
2025-04-24
net: cgroup: Guard users of sock_cgroup_classid()
Michal Koutný
1
-1
/
+1
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
1
-2
/
+0
2025-03-25
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
1
-2
/
+2
2025-02-19
net: dismiss sk_forward_alloc_get()
Paolo Abeni
1
-1
/
+1
2024-10-04
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
1
-4
/
+6
2024-08-28
tcp: remove volatile qualifier on tw_substate
Eric Dumazet
1
-2
/
+2
2024-07-04
inet_diag: Initialize pad field in struct inet_diag_req_v2
Shigeru Yoshida
1
-0
/
+2
2024-01-23
inet_diag: skip over empty buckets
Eric Dumazet
1
-0
/
+8
2024-01-23
sock_diag: allow concurrent operation in sock_diag_rcv_msg()
Eric Dumazet
1
-2
/
+7
2024-01-23
sock_diag: add module pointer to "struct sock_diag_handler"
Eric Dumazet
1
-0
/
+2
2024-01-23
inet_diag: allow concurrent operations
Eric Dumazet
1
-40
/
+40
2024-01-23
inet_diag: annotate data-races around inet_diag_table[]
Eric Dumazet
1
-3
/
+3
2023-12-22
tcp: Link sk and twsk to tb2->owners using skc_bind_node.
Kuniyuki Iwashima
1
-1
/
+1
2023-12-04
tcp: Dump bound-only sockets in inet_diag.
Guillaume Nault
1
-1
/
+85
2023-11-19
net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
Jakub Kicinski
1
-0
/
+1
2023-10-01
inet: implement lockless IP_TOS
Eric Dumazet
1
-1
/
+1
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->defer_connect to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->bind_address_no_port to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->nodefrag to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->mc_all to inet->inet_frags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->freebind to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->recverr_rfc4884 to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->recverr to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-2
/
+2
2022-05-12
net: inet: Retire port only listening_hash
Martin KaFai Lau
1
-2
/
+3
2021-12-10
inet_diag: fix kernel-infoleak for UDP sockets
Eric Dumazet
1
-3
/
+1
2021-10-27
net: introduce sk_forward_alloc_get()
Paolo Abeni
1
-1
/
+1
2021-07-13
net: Use nlmsg_unicast() instead of netlink_unicast()
Yajun Deng
1
-4
/
+1
2021-06-16
inet_diag: add support for tw_mark
Maciej Żenczykowski
1
-2
/
+10
2020-11-17
inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()
Wang Hai
1
-1
/
+3
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-5
/
+15
2020-09-21
inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute
Eric Dumazet
1
-5
/
+15
2020-09-03
ip: expose inet sockopts through inet_diag
Wei Wang
1
-0
/
+17
2020-07-09
inet_diag: support for wider protocol numbers
Paolo Abeni
1
-17
/
+48
2020-05-02
inet_diag: bc: read cgroup id only for full sockets
Dmitry Yakunin
1
-1
/
+2
[next]