aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/inet_diag.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-29inet_diag: avoid cache line misses in inet_diag_bc_sk()Eric Dumazet1-21/+31
2025-08-29inet_diag: change inet_diag_bc_sk() first argumentEric Dumazet1-1/+2
2025-08-29inet_diag: annotate data-races in inet_diag_bc_sk()Eric Dumazet1-7/+7
2025-08-29inet_diag: annotate data-races in inet_diag_msg_common_fill()Eric Dumazet1-9/+9
2025-08-25tcp: Move TCP-specific diag functions to tcp_diag.c.Kuniyuki Iwashima1-479/+0
2025-08-25tcp: Don't pass hashinfo to inet_diag helpers.Kuniyuki Iwashima1-5/+5
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima1-3/+3
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet1-2/+2
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet1-1/+1
2025-06-23net: remove sock_i_uid()Eric Dumazet1-1/+1
2025-04-24net: cgroup: Guard users of sock_cgroup_classid()Michal Koutný1-1/+1
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima1-2/+0
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet1-2/+2
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni1-1/+1
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet1-4/+6
2024-08-28tcp: remove volatile qualifier on tw_substateEric Dumazet1-2/+2
2024-07-04inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida1-0/+2
2024-01-23inet_diag: skip over empty bucketsEric Dumazet1-0/+8
2024-01-23sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet1-2/+7
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet1-0/+2
2024-01-23inet_diag: allow concurrent operationsEric Dumazet1-40/+40
2024-01-23inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet1-3/+3
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima1-1/+1
2023-12-04tcp: Dump bound-only sockets in inet_diag.Guillaume Nault1-1/+85
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski1-0/+1
2023-10-01inet: implement lockless IP_TOSEric Dumazet1-1/+1
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet1-1/+1
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet1-1/+1
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet1-1/+1
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet1-1/+1
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet1-2/+2
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau1-2/+3
2021-12-10inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet1-3/+1
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni1-1/+1
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng1-4/+1
2021-06-16inet_diag: add support for tw_markMaciej Żenczykowski1-2/+10
2020-11-17inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai1-1/+3
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+15
2020-09-21inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet1-5/+15
2020-09-03ip: expose inet sockopts through inet_diagWei Wang1-0/+17
2020-07-09inet_diag: support for wider protocol numbersPaolo Abeni1-17/+48
2020-05-02inet_diag: bc: read cgroup id only for full socketsDmitry Yakunin1-1/+2