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
/
net
/
ipv4
/
tcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-06
tcp: fix code style in tcp_recvmsg()
Pedro Tammela
1
-2
/
+2
2018-12-04
udp: elide zerocopy operation in hot path
Willem de Bruijn
1
-1
/
+1
2018-12-01
tcp: md5: add tcp_md5_needed jump label
Eric Dumazet
1
-1
/
+4
2018-11-18
tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATS
Yousuk Seung
1
-0
/
+2
2018-11-17
tcp: clean up STATE_TRACE
Yafang Shao
1
-4
/
+0
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+1
2018-10-23
Revert "net: simplify sock_poll_wait"
Karsten Graul
1
-1
/
+1
2018-10-16
net: extend sk_pacing_rate to unsigned long
Eric Dumazet
1
-5
/
+5
2018-10-03
tcp: do not release socket ownership in tcp_close()
Eric Dumazet
1
-8
/
+3
2018-10-02
tcp: adjust rcv zerocopy hints based on frag sizes
Soheil Hassas Yeganeh
1
-1
/
+10
2018-10-02
tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZE
Soheil Hassas Yeganeh
1
-5
/
+9
2018-09-29
tcp: up initial rmem to 128KB and SYN rwin to around 64KB
Yuchung Cheng
1
-2
/
+2
2018-09-22
tcp: provide earliest departure time in skb->tstamp
Eric Dumazet
1
-1
/
+1
2018-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-09-08
tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
Vincent Whitchurch
1
-1
/
+1
2018-09-01
tcp: change IPv6 flow-label upon receiving spurious retransmission
Yuchung Cheng
1
-0
/
+2
2018-08-04
tcp: remove unneeded variable 'err'
YueHaibing
1
-2
/
+1
2018-08-01
tcp: add stat of data packet reordering events
Wei Wang
1
-0
/
+4
2018-08-01
tcp: add dsack blocks received stats
Wei Wang
1
-0
/
+4
2018-08-01
tcp: add data bytes retransmitted stats
Wei Wang
1
-0
/
+5
2018-08-01
tcp: add data bytes sent stats
Wei Wang
1
-0
/
+6
2018-08-01
tcp: add a helper to calculate size of opt_stats
Wei Wang
1
-3
/
+24
2018-07-30
net: simplify sock_poll_wait
Christoph Hellwig
1
-1
/
+1
2018-07-21
tcp: convert icsk_user_timeout from jiffies to msecs
Jon Maxwell
1
-2
/
+2
2018-07-21
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
1
-6
/
+10
2018-07-19
tcp: identify cryptic messages as TCP seq # bugs
Randy Dunlap
1
-2
/
+2
2018-07-17
tcp: Fix broken repair socket window probe patch
Stefan Baranoff
1
-6
/
+7
2018-07-13
tcp: allow user to create repair socket without window probes
Stefan Baranoff
1
-3
/
+5
2018-07-10
tcp: remove SG-related comment in tcp_sendmsg()
Julian Wiedmann
1
-3
/
+0
2018-07-08
tcp: remove redundant SOCK_DONE checks
Eric Dumazet
1
-9
/
+5
2018-07-08
tcp: cleanup copied_seq and urg_data in tcp_disconnect
Eric Dumazet
1
-0
/
+2
2018-07-08
net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
Lorenzo Colitti
1
-2
/
+1
2018-07-07
sock: sockc cookie initializer
Willem de Bruijn
1
-1
/
+1
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+17
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-6
/
+17
2018-06-22
tcp: ignore rcv_rtt sample with old ts ecr value
Wei Wang
1
-0
/
+1
2018-06-11
tcp: limit sk_rcvlowat by the maximum receive buffer
Soheil Hassas Yeganeh
1
-5
/
+7
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-5
/
+199
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-17
/
+6
2018-05-26
net/tcp: convert to ->poll_mask
Christoph Hellwig
1
-17
/
+6
2018-05-18
tcp: add SACK compression
Eric Dumazet
1
-0
/
+1
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+4
2018-05-03
tcp: restore autocorking
Eric Dumazet
1
-1
/
+1
2018-05-02
tcp: send in-queue bytes in cmsg upon read
Soheil Hassas Yeganeh
1
-4
/
+39
2018-05-01
tcp: fix TCP_REPAIR_QUEUE bound checking
Eric Dumazet
1
-1
/
+1
2018-04-30
tcp: add TCP_ZEROCOPY_RECEIVE support for zerocopy receive
Eric Dumazet
1
-90
/
+104
2018-04-27
tcp: ignore Fast Open on repair mode
Yuchung Cheng
1
-1
/
+2
2018-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+5
2018-04-19
tcp: export packets delivery info
Yuchung Cheng
1
-1
/
+6
2018-04-19
tcp: track total bytes delivered with ECN CE marks
Yuchung Cheng
1
-0
/
+1
[next]