index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_diag.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-04-30
inet_diag: add support for cgroup filter
Dmitry Yakunin
1
-0
/
+31
2020-04-30
inet_diag: add cgroup id attribute
Dmitry Yakunin
1
-0
/
+7
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-24
/
+20
2020-03-08
inet_diag: return classid for all socket types
Dmitry Yakunin
1
-24
/
+20
2020-02-27
bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()
Martin KaFai Lau
1
-0
/
+74
2020-02-27
inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
Martin KaFai Lau
1
-47
/
+70
2020-02-27
inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
Martin KaFai Lau
1
-72
/
+44
2019-12-13
tcp/dccp: fix possible race __inet_lookup_established()
Eric Dumazet
1
-1
/
+2
2019-11-06
inet_diag: use jiffies_delta_to_msecs()
Eric Dumazet
1
-9
/
+6
2019-10-13
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-02-12
inet_diag: fix reporting cgroup classid and fallback to priority
Konstantin Khlebnikov
1
-1
/
+9
2018-12-20
tcp: fix a race in inet_diag_dump_icsk()
Eric Dumazet
1
-1
/
+3
2018-03-12
sock_diag: request _diag module only when the family or proto has been regist...
Xin Long
1
-2
/
+1
2018-01-02
inet_diag: Add equal-operator for ports
Kristian Evensen
1
-0
/
+8
[next]