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
starfive-6.6.48-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
/
net
/
ipv4
/
tcp_input.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-11
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-58
/
+58
2007-02-08
[TCP]: Check num sacks in SACK fast path
Baruch Even
1
-0
/
+5
2007-02-08
[TCP]: Seperate DSACK from SACK fast path
Baruch Even
1
-35
/
+31
2007-02-08
[TCP]: Advance fast path pointer for first block only
Baruch Even
1
-10
/
+24
2007-01-26
[TCP]: Fix sorting of SACK blocks.
Baruch Even
1
-4
/
+5
2007-01-24
[TCP]: skb is unexpectedly freed.
Masayuki Nakagawa
1
-2
/
+4
2006-12-07
[NET]: Memory barrier cleanups
Ralf Baechle
1
-2
/
+2
2006-12-03
[NET]: Annotate __skb_checksum_complete() and friends.
Al Viro
1
-2
/
+2
2006-12-03
[TCP]: MD5 Signature Option (RFC2385) support.
YOSHIFUJI Hideaki
1
-0
/
+8
2006-12-03
SELinux: Return correct context for SO_PEERSEC
Venkat Yekkirala
1
-0
/
+2
2006-10-04
[TCP]: Kill warning in tcp_clean_rtx_queue().
David S. Miller
1
-1
/
+1
2006-09-29
[TCP]: Fix and simplify microsecond rtt sampling
John Heffner
1
-8
/
+8
2006-09-29
[TCP] net/ipv4/tcp_input.c: trivial annotations
Al Viro
1
-7
/
+7
2006-09-29
[TCP]: struct tcp_sack_block annotations
Al Viro
1
-1
/
+1
2006-09-23
[TCP]: Send ACKs each 2nd received segment.
Alexey Kuznetsov
1
-0
/
+2
2006-09-23
[TCP]: Fix rcv mss estimate for LRO
Herbert Xu
1
-1
/
+1
2006-09-23
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
Brian Haley
1
-18
/
+18
2006-09-18
[TCP]: Turn ABC off.
Stephen Hemminger
1
-1
/
+1
2006-08-30
[TCP]: Two RFC3465 Appropriate Byte Count fixes.
Daikichi Osuga
1
-2
/
+7
2006-08-05
[TCP]: Fixes IW > 2 cases when TCP is application limited
Ilpo Järvinen
1
-1
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-30
[NET]: Add ECN support for TSO
Michael Chan
1
-4
/
+0
2006-06-23
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
1
-1
/
+1
2006-06-18
[TCP]: Minimum congestion window consolidation.
Stephen Hemminger
1
-2
/
+11
2006-06-18
[TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path is superfluous
David S. Miller
1
-2
/
+0
2006-06-18
[I/OAT]: TCP recv offload to I/OAT
Chris Leech
1
-7
/
+67
2006-06-12
[TCP]: continued: reno sacked_out count fix
Aki M Nyrhinen
1
-3
/
+1
2006-05-17
[TCP]: reno sacked_out count fix
Angelo P. Castellani
1
-0
/
+2
2006-04-15
[IPV4]: Possible cleanups.
Adrian Bunk
1
-1
/
+0
2006-03-21
[TCP] mtu probing: move tcp-specific data out of inet_connection_sock
John Heffner
1
-2
/
+2
2006-03-21
[TCP]: MTU probing
John Heffner
1
-0
/
+49
2006-02-10
[TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabled
John Heffner
1
-1
/
+2
2006-01-10
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
Kris Katterjohn
1
-1
/
+1
2006-01-04
[TCP]: less inline's
Stephen Hemminger
1
-21
/
+61
2006-01-04
[IP_SOCKGLUE]: Remove most of the tcp specific calls
Arnaldo Carvalho de Melo
1
-6
/
+4
2006-01-04
[ICSK]: Rename struct tcp_func to struct inet_connection_sock_af_ops
Arnaldo Carvalho de Melo
1
-5
/
+6
2005-11-16
[TCP]: More spelling fixes.
Stephen Hemminger
1
-2
/
+2
2005-11-11
[TCP]: speed up SACK processing
Stephen Hemminger
1
-15
/
+129
2005-11-11
[TCP]: spelling fixes
Stephen Hemminger
1
-20
/
+20
2005-11-11
[TCP]: receive buffer growth limiting with mixed MTU
John Heffner
1
-27
/
+8
2005-11-11
[TCP]: Appropriate Byte Count support
Stephen Hemminger
1
-0
/
+7
2005-11-11
[TCP]: simplify microsecond rtt sampling
Stephen Hemminger
1
-32
/
+30
2005-10-27
[TCP]: Clear stale pred_flags when snd_wnd changes
Herbert Xu
1
-0
/
+1
2005-09-30
[TCP]: Don't over-clamp window in tcp_clamp_window()
Alexey Kuznetsov
1
-2
/
+0
2005-09-15
[TCP]: Compute in_sacked properly when we split up a TSO frame.
Herbert Xu
1
-7
/
+9
2005-09-02
[TCP]: Keep TSO enabled even during loss events.
David S. Miller
1
-12
/
+24
2005-08-30
[NET]: Fix sparse warnings
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-08-30
[NET]: Store skb->timestamp as offset to a base timestamp
Patrick McHardy
1
-3
/
+7
2005-08-30
[ICSK]: Move TCP congestion avoidance members to icsk
Arnaldo Carvalho de Melo
1
-99
/
+124
2005-08-30
[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer
Arnaldo Carvalho de Melo
1
-3
/
+8
[next]