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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-26
tcp: make function tcp_retransmit_stamp() static
Wei Yongjun
1
-1
/
+1
2018-07-26
tcp: ack immediately when a cwr packet arrives
Lawrence Brakmo
1
-1
/
+8
2018-07-25
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-61
/
+100
2018-07-25
ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
Willem de Bruijn
1
-2
/
+5
2018-07-25
net: remove blank lines at end of file
Stephen Hemminger
2
-3
/
+3
2018-07-25
bpfilter: remove trailing newline
Stephen Hemminger
1
-1
/
+0
2018-07-23
tcp: add tcp_ooo_try_coalesce() helper
Eric Dumazet
1
-4
/
+21
2018-07-23
tcp: call tcp_drop() from tcp_data_queue_ofo()
Eric Dumazet
1
-2
/
+2
2018-07-23
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
Eric Dumazet
1
-2
/
+13
2018-07-23
tcp: avoid collapses in tcp_prune_queue() if possible
Eric Dumazet
1
-0
/
+3
2018-07-23
tcp: free batches of packets in tcp_prune_ofo_queue()
Eric Dumazet
1
-4
/
+11
2018-07-23
ip: hash fragments consistently
Paolo Abeni
1
-0
/
+2
2018-07-22
multicast: do not restore deleted record source filter mode to new one
Hangbin Liu
1
-2
/
+1
2018-07-22
multicast: remove useless parameter for group add
Hangbin Liu
1
-5
/
+5
2018-07-21
tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracy
Jon Maxwell
1
-1
/
+17
2018-07-21
tcp: Add tcp_retransmit_stamp() helper routine
Jon Maxwell
1
-8
/
+17
2018-07-21
tcp: convert icsk_user_timeout from jiffies to msecs
Jon Maxwell
2
-6
/
+6
2018-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
5
-933
/
+3
2018-07-21
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
11
-69
/
+94
2018-07-21
tcp: do not delay ACK in DCTCP upon CE status change
Yuchung Cheng
2
-13
/
+20
2018-07-21
tcp: do not cancel delay-AcK on DCTCP special ACK
Yuchung Cheng
2
-33
/
+11
2018-07-21
tcp: helpers to send special DCTCP ack
Yuchung Cheng
1
-5
/
+17
2018-07-19
xfrm: don't check offload_handle for nonzero
Shannon Nelson
1
-4
/
+2
2018-07-19
tcp: identify cryptic messages as TCP seq # bugs
Randy Dunlap
1
-2
/
+2
2018-07-17
netfilter: conntrack: remove l3proto abstraction
Florian Westphal
4
-781
/
+3
2018-07-17
tcp: Fix broken repair socket window probe patch
Stefan Baranoff
1
-6
/
+7
2018-07-16
ipv4/igmp: init group mode as INCLUDE when join source group
Hangbin Liu
2
-18
/
+44
2018-07-16
netfilter: conntrack: remove get_timeout() indirection
Florian Westphal
1
-5
/
+11
2018-07-16
netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackers
Florian Westphal
1
-30
/
+0
2018-07-16
netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackers
Florian Westphal
2
-12
/
+1
2018-07-16
netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackers
Florian Westphal
1
-17
/
+0
2018-07-16
netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackers
Florian Westphal
1
-47
/
+0
2018-07-16
netfilter: utils: move nf_ip_checksum* from ipv4 to utils
Florian Westphal
1
-53
/
+0
2018-07-16
tcp: Don't coalesce decrypted and encrypted SKBs
Boris Pismenny
2
-0
/
+15
2018-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2018-07-15
bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CB
Andrey Ignatov
1
-0
/
+1
2018-07-14
tcp: remove redundant rcv_nxt update
Yafang Shao
1
-1
/
+0
2018-07-14
tcp: remove DELAYED ACK events in DCTCP
Yuchung Cheng
2
-29
/
+0
2018-07-14
tcp: fix dctcp delayed ACK schedule
Yuchung Cheng
1
-2
/
+4
2018-07-14
net: ipmr: add support for passing full packet on wrong vif
Nikolay Aleksandrov
1
-5
/
+16
2018-07-13
net: ipv4: fix listify ip_rcv_finish in case of forwarding
Jesper Dangaard Brouer
1
-1
/
+7
2018-07-13
tcp: use monotonic timestamps for PAWS
Arnd Bergmann
3
-6
/
+7
2018-07-13
tcp: allow user to create repair socket without window probes
Stefan Baranoff
1
-3
/
+5
2018-07-13
tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT sockets
Stefan Baranoff
1
-5
/
+18
2018-07-12
tcp: expose both send and receive intervals for rate sample
Deepti Raghavan
1
-0
/
+4
2018-07-10
tcp: remove SG-related comment in tcp_sendmsg()
Julian Wiedmann
1
-3
/
+0
2018-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-6
/
+13
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
ipfrag: really prevent allocation on netns exit
Paolo Abeni
1
-1
/
+1
[prev]
[next]