index
:
linux/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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dccp
/
minisocks.c
Age
Commit message (
Expand
)
Author
2025-04-11
net: Retire DCCP socket.
Kuniyuki Iwashima
2024-06-10
net: tcp: un-pin the tw_timer
Florian Westphal
2024-06-10
net: tcp/dccp: prepare for tw_timer un-pinning
Valentin Schneider
2024-04-26
rstreason: prepare for passive reset
Jason Xing
2022-01-26
tcp: allocate tcp_death_row outside of struct netns_ipv4
Eric Dumazet
2021-09-08
dccp: don't duplicate ccid when cloning dccp sock
Lin, Zhenpeng
2020-02-24
dccp: Add missing annotation for dccp_child_process()
Jules Irenge
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-06-05
net-tcp: remove useless tw_timeout field
Maciej Żenczykowski
2017-12-13
tcp/dccp: avoid one atomic operation for timewait hashdance
Eric Dumazet
2017-12-01
tcp/dccp: block bh before arming time_wait timer
Eric Dumazet
2017-03-07
dccp: fix use-after-free in dccp_feat_activate_values
Eric Dumazet
2017-03-02
net: Introduce sk_clone_lock() error path routine
Arnaldo Carvalho de Melo
2017-03-02
dccp: Unlock sock before calling sk_free()
Arnaldo Carvalho de Melo
2016-04-27
dccp: rename DCCP_INC_STATS_BH()
Eric Dumazet
2015-10-23
tcp/dccp: fix hashdance race for passive sessions
Eric Dumazet
2015-09-29
dccp: constify dccp_create_openreq_child() sock argument
Eric Dumazet
2015-09-29
tcp/dccp: constify send_synack and send_reset socket argument
Eric Dumazet
2015-09-21
tcp/dccp: fix timewait races in timer handling
Eric Dumazet
2015-04-24
inet: fix possible panic in reqsk_queue_unlink()
Eric Dumazet
2015-04-13
tcp/dccp: get rid of central timewait timer
Eric Dumazet
2015-03-20
inet: drop prev pointer handling in request sock
Eric Dumazet
2014-07-01
inet: move ipv6only in sock_common
Eric Dumazet
2014-04-11
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
2013-10-10
inet: rename ir_loc_port to ir_num
Eric Dumazet
2013-10-10
inet: includes a sock_common in request_sock
Eric Dumazet
2013-10-09
ipv6: make lookups simpler and faster
Eric Dumazet
2012-11-03
tcp: better retrans tracking for defer-accept
Eric Dumazet
2012-03-03
dccp: fix bug in sequence number validation during connection setup
Samuel Jero
2011-12-11
net: use IS_ENABLED(CONFIG_IPV6)
Eric Dumazet
2011-11-22
net: remove ipv6_addr_copy()
Alexey Dobriyan
2011-11-08
net: rename sk_clone to sk_clone_lock
Eric Dumazet
2010-10-12
dccp: fix the adjustments to AWL and SWL
Gerrit Renker
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-05
net: backlog functions rename
Zhu Yi
2009-12-02
TCPCT part 1a: add request_values parameter for sending SYNACK
William Allen Simpson
2009-01-21
dccp: Implement both feature-local and feature-remote Sequence Window feature
Gerrit Renker
2008-12-08
dccp ccid-2: Phase out the use of boolean Ack Vector sysctl
Gerrit Renker
2008-12-08
dccp: Remove manual influence on NDP Count feature
Gerrit Renker
2008-12-08
dccp: Remove obsolete parts of the old CCID interface
Gerrit Renker
2008-12-08
dccp: Integration of dynamic feature activation - part 2 (server side)
Gerrit Renker
2008-11-16
dccp: Deprecate Ack Ratio sysctl
Gerrit Renker
2008-11-04
dccp: Per-socket initialisation of feature negotiation
Gerrit Renker
2008-10-19
dccp: Port redirection support for DCCP
Gerrit Renker
2008-08-06
tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookup
Gui Jianfeng
2008-06-11
dccp: Bug in initial acknowledgment number assignment
Gerrit Renker
2008-02-29
[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.
Denis V. Lunev
2008-01-28
[DCCP]: Handle timestamps on Request/Response exchange separately
Gerrit Renker
2008-01-28
[DCCP]: Add (missing) option parsing to request_sock processing
Gerrit Renker
2007-10-10
[DCCP]: Tidy-up -- minisock initialisation
Gerrit Renker
[next]