summaryrefslogtreecommitdiff
path: root/net/ipv4/inet_diag.c
AgeCommit message (Expand)Author
2025-11-25tcp: introduce icsk->icsk_keepalive_timerEric Dumazet
2025-11-25tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet
2025-08-29inet_diag: avoid cache line misses in inet_diag_bc_sk()Eric Dumazet
2025-08-29inet_diag: change inet_diag_bc_sk() first argumentEric Dumazet
2025-08-29inet_diag: annotate data-races in inet_diag_bc_sk()Eric Dumazet
2025-08-29inet_diag: annotate data-races in inet_diag_msg_common_fill()Eric Dumazet
2025-08-25tcp: Move TCP-specific diag functions to tcp_diag.c.Kuniyuki Iwashima
2025-08-25tcp: Don't pass hashinfo to inet_diag helpers.Kuniyuki Iwashima
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet
2025-06-23net: remove sock_i_uid()Eric Dumazet
2025-04-24net: cgroup: Guard users of sock_cgroup_classid()Michal Koutný
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet
2025-02-19net: dismiss sk_forward_alloc_get()Paolo Abeni
2024-10-04tcp: annotate data-races around icsk->icsk_pendingEric Dumazet
2024-08-28tcp: remove volatile qualifier on tw_substateEric Dumazet
2024-07-04inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida
2024-01-23inet_diag: skip over empty bucketsEric Dumazet
2024-01-23sock_diag: allow concurrent operation in sock_diag_rcv_msg()Eric Dumazet
2024-01-23sock_diag: add module pointer to "struct sock_diag_handler"Eric Dumazet
2024-01-23inet_diag: allow concurrent operationsEric Dumazet
2024-01-23inet_diag: annotate data-races around inet_diag_table[]Eric Dumazet
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima
2023-12-04tcp: Dump bound-only sockets in inet_diag.Guillaume Nault
2023-11-19net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modulesJakub Kicinski
2023-10-01inet: implement lockless IP_TOSEric Dumazet
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet
2023-08-16inet: move inet->defer_connect to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->bind_address_no_port to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->nodefrag to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->is_icsk to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->transparent to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->mc_all to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-08-16inet: move inet->hdrincl to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->freebind to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->recverr_rfc4884 to inet->inet_flagsEric Dumazet
2023-08-16inet: move inet->recverr to inet->inet_flagsEric Dumazet
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau
2021-12-10inet_diag: fix kernel-infoleak for UDP socketsEric Dumazet
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng
2021-06-16inet_diag: add support for tw_markMaciej Żenczykowski
2020-11-17inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-21inet_diag: validate INET_DIAG_REQ_PROTOCOL attributeEric Dumazet
2020-09-03ip: expose inet sockopts through inet_diagWei Wang