index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
request_sock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-05
tcp: provide SYN headers for passive connections
Eric Dumazet
1
-1
/
+3
2015-04-24
inet: fix possible panic in reqsk_queue_unlink()
Eric Dumazet
1
-18
/
+0
2015-03-23
net: convert syn_wait_lock to a spinlock
Eric Dumazet
1
-8
/
+3
2015-03-23
inet: remove sk_listener parameter from syn_ack_timeout()
Eric Dumazet
1
-2
/
+1
2015-03-20
inet: get rid of central tcp/dccp listener timer
Eric Dumazet
1
-46
/
+41
2015-03-20
inet: drop prev pointer handling in request sock
Eric Dumazet
1
-4
/
+11
2015-03-19
inet: request sock should init IPv6/IPv4 addresses
Eric Dumazet
1
-0
/
+5
2015-03-18
inet: fix request sock refcounting
Eric Dumazet
1
-0
/
+11
2015-03-18
inet: add rsk_listener field to struct request_sock
Eric Dumazet
1
-3
/
+9
2015-03-16
inet: add proper refcounting to request sock
Eric Dumazet
1
-6
/
+7
2015-03-13
inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state
Eric Dumazet
1
-0
/
+5
2015-03-13
inet: add rsk_refcnt/ireq_refcnt to request socks
Eric Dumazet
1
-0
/
+8
2013-10-10
inet: includes a sock_common in request_sock
Eric Dumazet
1
-0
/
+1
2013-09-23
request_sock.h: Remove extern from function prototypes
Joe Perches
1
-7
/
+7
2013-04-22
net: remove a stale comment for dl_next
Eric Dumazet
1
-1
/
+1
2013-03-17
tcp: Remove TCPCT
Christoph Paasch
1
-7
/
+1
2012-11-03
tcp: better retrans tracking for defer-accept
Eric Dumazet
1
-4
/
+8
2012-09-01
tcp: TCP Fast Open Server - support TFO listeners
Jerry Chu
1
-13
/
+0
2012-09-01
tcp: TCP Fast Open Server - header & support functions
Jerry Chu
1
-0
/
+36
2011-09-15
tcp: Change possible SYN flooding messages
Eric Dumazet
1
-1
/
+2
2010-01-18
tcp: account SYN-ACK timeouts & retransmissions
Octavian Purdila
1
-0
/
+2
2009-12-03
TCPCT part 1a: add request_values parameter for sending SYNACK
William Allen Simpson
1
-1
/
+7
2008-11-22
net: Fix memory leak in the proto_register function
Catalin Marinas
1
-0
/
+1
2008-08-07
tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookup
Gui Jianfeng
1
-1
/
+1
2008-07-26
net: convert BUG_TRAP to generic WARN_ON
Ilpo Järvinen
1
-2
/
+3
2008-06-13
tcp: Revert 'process defer accept as established' changes.
David S. Miller
1
-2
/
+2
2008-04-10
[Syncookies]: Add support for TCP options via timestamps.
Florian Westphal
1
-1
/
+1
2008-03-22
[TCP]: TCP_DEFER_ACCEPT updates - process as established
Patrick McManus
1
-2
/
+2
2008-02-29
[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.
Denis V. Lunev
1
-2
/
+1
2007-11-15
[INET]: Fix potential kfree on vmalloc-ed area of request_sock_queue
Pavel Emelyanov
1
-17
/
+1
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-12-07
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
1
-1
/
+1
2006-12-03
[TCP]: MD5 Signature Option (RFC2385) support.
YOSHIFUJI Hideaki
1
-1
/
+2
2006-12-03
[NET]: Size listen hash tables using backlog hint
Eric Dumazet
1
-4
/
+4
2006-12-03
SELinux: Return correct context for SO_PEERSEC
Venkat Yekkirala
1
-0
/
+1
2006-09-23
[MLSXFRM]: Auto-labeling of child sockets
Venkat Yekkirala
1
-0
/
+1
2006-03-27
[NET]: drop duplicate assignment in request_sock
Norbert Kiesel
1
-1
/
+1
2006-01-04
[IPV6]: Generalise tcp_v6_search_req & tcp_v6_synq_add
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-08-30
[ICSK]: Move generalised functions from tcp to inet_connection_sock
Arnaldo Carvalho de Melo
1
-4
/
+0
2005-08-30
[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer
Arnaldo Carvalho de Melo
1
-0
/
+7
2005-08-30
[NET]: Introduce inet_connection_sock
Arnaldo Carvalho de Melo
1
-3
/
+3
2005-08-30
[REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroy
Arnaldo Carvalho de Melo
1
-1
/
+4
2005-06-19
[NET] rename struct tcp_listen_opt to struct listen_sock
Arnaldo Carvalho de Melo
1
-8
/
+8
2005-06-19
[NET] Generalise tcp_listen_opt
Arnaldo Carvalho de Melo
1
-0
/
+178
2005-06-19
[NET] Rename open_request to request_sock
Arnaldo Carvalho de Melo
1
-17
/
+17
2005-06-19
[NET] Generalise TCP's struct open_request minisock infrastructure
Arnaldo Carvalho de Melo
1
-0
/
+77