index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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-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-23
tcp: Link sk and twsk to tb2->owners using skc_bind_node.
Kuniyuki Iwashima
1
-1
/
+1
2023-12-05
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-13
net: inet: Retire port only listening_hash
Martin KaFai Lau
1
-2
/
+3
2021-12-11
inet_diag: fix kernel-infoleak for UDP sockets
Eric Dumazet
1
-3
/
+1
2021-10-28
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-18
inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()
Wang Hai
1
-1
/
+3
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-5
/
+15
2020-09-22
inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute
Eric Dumazet
1
-5
/
+15
2020-09-04
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-03
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-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-24
/
+20
2020-03-09
inet_diag: return classid for all socket types
Dmitry Yakunin
1
-24
/
+20
2020-02-28
bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()
Martin KaFai Lau
1
-0
/
+74
2020-02-28
inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
Martin KaFai Lau
1
-47
/
+70
2020-02-28
inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
Martin KaFai Lau
1
-72
/
+44
2019-12-14
tcp/dccp: fix possible race __inet_lookup_established()
Eric Dumazet
1
-1
/
+2
2019-11-07
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-21
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
2017-09-02
inet_diag: allow protocols to provide additional data
Ivan Delalande
1
-4
/
+18
2017-08-19
net: inet: diag: expose sockets cgroup classid
Levin, Alexander (Sasha Levin)
1
-0
/
+11
[next]