index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_diag.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
inet_diag: skip over empty buckets
Eric Dumazet
2024-01-23
1
-0
/
+8
*
sock_diag: allow concurrent operation in sock_diag_rcv_msg()
Eric Dumazet
2024-01-23
1
-2
/
+7
*
sock_diag: add module pointer to "struct sock_diag_handler"
Eric Dumazet
2024-01-23
1
-0
/
+2
*
inet_diag: allow concurrent operations
Eric Dumazet
2024-01-23
1
-40
/
+40
*
inet_diag: annotate data-races around inet_diag_table[]
Eric Dumazet
2024-01-23
1
-3
/
+3
*
tcp: Link sk and twsk to tb2->owners using skc_bind_node.
Kuniyuki Iwashima
2023-12-22
1
-1
/
+1
*
tcp: Dump bound-only sockets in inet_diag.
Guillaume Nault
2023-12-04
1
-1
/
+85
*
net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
Jakub Kicinski
2023-11-19
1
-0
/
+1
*
inet: implement lockless IP_TOS
Eric Dumazet
2023-10-01
1
-1
/
+1
*
net: implement lockless SO_PRIORITY
Eric Dumazet
2023-10-01
1
-1
/
+1
*
inet: move inet->defer_connect to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
inet: move inet->bind_address_no_port to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
inet: move inet->nodefrag to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
inet: move inet->mc_all to inet->inet_frags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
inet: move inet->freebind to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
inet: move inet->recverr_rfc4884 to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
inet: move inet->recverr to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-07-29
1
-2
/
+2
*
net: inet: Retire port only listening_hash
Martin KaFai Lau
2022-05-12
1
-2
/
+3
*
inet_diag: fix kernel-infoleak for UDP sockets
Eric Dumazet
2021-12-10
1
-3
/
+1
*
net: introduce sk_forward_alloc_get()
Paolo Abeni
2021-10-27
1
-1
/
+1
*
net: Use nlmsg_unicast() instead of netlink_unicast()
Yajun Deng
2021-07-13
1
-4
/
+1
*
inet_diag: add support for tw_mark
Maciej Żenczykowski
2021-06-16
1
-2
/
+10
*
inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()
Wang Hai
2020-11-17
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-22
1
-5
/
+15
|
\
|
*
inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute
Eric Dumazet
2020-09-21
1
-5
/
+15
*
|
ip: expose inet sockopts through inet_diag
Wei Wang
2020-09-03
1
-0
/
+17
|
/
*
inet_diag: support for wider protocol numbers
Paolo Abeni
2020-07-09
1
-17
/
+48
*
inet_diag: bc: read cgroup id only for full sockets
Dmitry Yakunin
2020-05-02
1
-1
/
+2
*
inet_diag: add support for cgroup filter
Dmitry Yakunin
2020-04-30
1
-0
/
+31
*
inet_diag: add cgroup id attribute
Dmitry Yakunin
2020-04-30
1
-0
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-12
1
-24
/
+20
|
\
|
*
inet_diag: return classid for all socket types
Dmitry Yakunin
2020-03-08
1
-24
/
+20
*
|
bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()
Martin KaFai Lau
2020-02-27
1
-0
/
+74
*
|
inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
Martin KaFai Lau
2020-02-27
1
-47
/
+70
*
|
inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
Martin KaFai Lau
2020-02-27
1
-72
/
+44
|
/
*
tcp/dccp: fix possible race __inet_lookup_established()
Eric Dumazet
2019-12-13
1
-1
/
+2
*
inet_diag: use jiffies_delta_to_msecs()
Eric Dumazet
2019-11-06
1
-9
/
+6
*
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
2019-10-13
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
inet_diag: fix reporting cgroup classid and fallback to priority
Konstantin Khlebnikov
2019-02-12
1
-1
/
+9
*
tcp: fix a race in inet_diag_dump_icsk()
Eric Dumazet
2018-12-20
1
-1
/
+3
*
sock_diag: request _diag module only when the family or proto has been regist...
Xin Long
2018-03-12
1
-2
/
+1
*
inet_diag: Add equal-operator for ports
Kristian Evensen
2018-01-02
1
-0
/
+8
*
inet_diag: allow protocols to provide additional data
Ivan Delalande
2017-09-01
1
-4
/
+18
*
net: inet: diag: expose sockets cgroup classid
Levin, Alexander (Sasha Levin)
2017-08-18
1
-0
/
+11
[next]