index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_diag.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: remove volatile qualifier on tw_substate
Eric Dumazet
2024-08-29
1
-2
/
+2
*
inet_diag: Initialize pad field in struct inet_diag_req_v2
Shigeru Yoshida
2024-07-04
1
-0
/
+2
*
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-13
1
-2
/
+3
*
inet_diag: fix kernel-infoleak for UDP sockets
Eric Dumazet
2021-12-11
1
-3
/
+1
*
net: introduce sk_forward_alloc_get()
Paolo Abeni
2021-10-28
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-18
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-23
1
-5
/
+15
|
\
|
*
inet_diag: validate INET_DIAG_REQ_PROTOCOL attribute
Eric Dumazet
2020-09-22
1
-5
/
+15
*
|
ip: expose inet sockopts through inet_diag
Wei Wang
2020-09-04
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-03
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-13
1
-24
/
+20
|
\
|
*
inet_diag: return classid for all socket types
Dmitry Yakunin
2020-03-09
1
-24
/
+20
*
|
bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()
Martin KaFai Lau
2020-02-28
1
-0
/
+74
*
|
inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data
Martin KaFai Lau
2020-02-28
1
-47
/
+70
*
|
inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()
Martin KaFai Lau
2020-02-28
1
-72
/
+44
|
/
*
tcp/dccp: fix possible race __inet_lookup_established()
Eric Dumazet
2019-12-14
1
-1
/
+2
*
inet_diag: use jiffies_delta_to_msecs()
Eric Dumazet
2019-11-07
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-21
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
[next]