开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
inet_connection_sock.c
Age
Commit message (
Expand
)
Author
2026-04-23
tcp: call sk_data_ready() after listener migration
Zhenzhong Wu
2026-03-29
net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macros
Fernando Fernandez Mancera
2026-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-03-23
udp: Fix wildcard bind conflict check when using hash2
Martin KaFai Lau
2026-02-26
inet: remove three EXPORT_SYMBOL()
Eric Dumazet
2026-02-05
tcp: move __reqsk_free() out of line
Eric Dumazet
2026-02-05
inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.c
Eric Dumazet
2026-02-03
tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaion
Chia-Yu Chang
2026-01-21
tcp: preserve const qualifier in tcp_rsk() and inet_rsk()
Eric Dumazet
2025-11-25
tcp: remove icsk->icsk_retransmit_timer
Eric Dumazet
2025-11-25
tcp: introduce icsk->icsk_keepalive_timer
Eric Dumazet
2025-11-07
tcp: Remove timeout arg from reqsk_timeout().
Kuniyuki Iwashima
2025-11-07
tcp: Remove redundant init for req->num_timeout.
Kuniyuki Iwashima
2025-11-07
tcp: Remove timeout arg from reqsk_queue_hash_req().
Kuniyuki Iwashima
2025-11-07
tcp: Call tcp_syn_ack_timeout() directly.
Kuniyuki Iwashima
2025-10-16
tcp: Save lock_sock() for memcg in inet_csk_accept().
Kuniyuki Iwashima
2025-09-23
tcp: Update bind bucket state on port release
Jakub Sitnicki
2025-09-01
tcp: Remove sk->sk_prot->orphan_count.
Kuniyuki Iwashima
2025-08-19
net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().
Kuniyuki Iwashima
2025-08-19
net-memcg: Introduce mem_cgroup_from_sk().
Kuniyuki Iwashima
2025-08-19
tcp: Simplify error path in inet_csk_accept().
Kuniyuki Iwashima
2025-06-27
tcp: remove inet_rtx_syn_ack()
Eric Dumazet
2025-06-27
tcp: remove rtx_syn_ack field
Eric Dumazet
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
2025-06-23
net: annotate races around sk->sk_uid
Eric Dumazet
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-04-11
tcp: Rename tcp_or_dccp_get_hashinfo().
Kuniyuki Iwashima
2025-04-11
net: Unexport shared functions for DCCP.
Kuniyuki Iwashima
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
2025-03-24
tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().
Kuniyuki Iwashima
2025-03-04
tcp: add RCU management to inet_bind_bucket
Eric Dumazet
2025-03-04
tcp: optimize inet_use_bhash2_on_bind()
Eric Dumazet
2025-02-14
inet: consolidate inet_csk_clone_lock()
Eric Dumazet
2025-02-14
inet: reduce inet_csk_clone_lock() indent level
Eric Dumazet
2025-02-07
tcp: rename inet_csk_{delete|reset}_keepalive_timer()
Eric Dumazet
2024-12-20
ipv4: Use inet_sk_init_flowi4() in inet_csk_rebuild_route().
Guillaume Nault
2024-11-28
tcp: Fix use-after-free of nreq in reqsk_timer_handler().
Kuniyuki Iwashima
2024-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2024-10-15
tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().
Kuniyuki Iwashima
2024-10-04
tcp: add a fast path in tcp_delack_timer()
Eric Dumazet
2024-10-04
tcp: annotate data-races around icsk->icsk_pending
Eric Dumazet
2024-09-18
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2024-09-10
memcg: add charging of already allocated slab objects
Shakeel Butt
2024-08-26
net/ipv4: fix macro definition sk_for_each_bound_bhash
Hongbo Li
2024-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-06-25
Fix race for duplicate reqsk on identical SYN
luoxuanqiang
2024-06-06
tcp: move reqsk_alloc() to inet_connection_sock.c
Eric Dumazet
2024-06-06
tcp: move inet_reqsk_alloc() close to inet_reqsk_clone()
Eric Dumazet
2024-05-13
net: pass back whether socket was empty post accept
Jens Axboe
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
[next]