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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-21
tcp: zero ca_priv area when switching cc algorithms
Florian Westphal
1
-1
/
+3
2016-11-16
ipv4: Fix memory leak in exception case for splitting tries
Alexander Duyck
1
-1
/
+3
2016-11-16
ipv4: Restore fib_trie_flush_external function and fix call ordering
Alexander Duyck
2
-5
/
+80
2016-11-16
udp: restore UDPlite many-cast delivery
Pablo Neira
1
-3
/
+3
2016-11-16
igmp: do not remove igmp souce list info when set link down
Hangbin Liu
1
-14
/
+36
2016-11-13
tcp: take care of truncations done by sk_filter()
Eric Dumazet
1
-1
/
+18
2016-11-13
ipv4: use new_gw for redirect neigh lookup
Stephen Suryaputra Lin
1
-1
/
+3
2016-11-10
ipv4: update comment to document GSO fragmentation cases.
Lance Richardson
1
-5
/
+11
2016-11-10
net: tcp response should set oif only if it is L3 master
David Ahern
1
-1
/
+2
2016-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-2
/
+4
2016-11-10
net: icmp_route_lookup should use rt dev to determine L3 domain
David Ahern
1
-2
/
+2
2016-11-08
fib_trie: Correct /proc/net/route off by one error
Alexander Duyck
1
-12
/
+9
2016-11-03
tcp: fix return value for partial writes
Eric Dumazet
1
-1
/
+1
2016-11-03
ipv4: allow local fragmentation in ip_finish_output_gso()
Lance Richardson
4
-17
/
+4
2016-11-03
tcp: fix potential memory corruption
Eric Dumazet
1
-1
/
+1
2016-11-03
inet: fix sleeping inside inet_wait_for_connect()
WANG Cong
1
-5
/
+4
2016-10-31
dctcp: avoid bogus doubling of cwnd after loss
Florian Westphal
1
-1
/
+12
2016-10-31
netfilter: nft_dup: do not use sreg_dev if the user doesn't specify it
Liping Zhang
1
-2
/
+4
2016-10-27
udp: fix IP_CHECKSUM handling
Eric Dumazet
2
-6
/
+7
2016-10-22
ipv4: use the right lock for ping_group_range
WANG Cong
1
-4
/
+4
2016-10-20
ipv4: disable BH in set_ping_group_range()
Eric Dumazet
1
-2
/
+2
2016-10-20
udp: must lock the socket in udp_disconnect()
Eric Dumazet
3
-4
/
+13
2016-10-20
net: add recursion limit to GRO
Sabrina Dubroca
4
-5
/
+5
2016-10-19
tcp: do not export sysctl_tcp_low_latency
Eric Dumazet
1
-1
/
+0
2016-10-18
tcp: Remove unused but set variable
Tobias Klauser
1
-2
/
+0
2016-10-18
ipv4: Remove unused but set variable
Tobias Klauser
1
-3
/
+0
2016-10-17
net: Require exact match for TCP socket lookups if dif is l3mdev
David Ahern
1
-3
/
+5
2016-10-13
net: ipv4: Do not drop to make_route if oif is l3mdev
David Ahern
1
-1
/
+2
2016-10-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-15
/
+5
2016-10-08
cred: simpler, 1D supplementary groups
Alexey Dobriyan
1
-10
/
+5
2016-10-08
mm: memcontrol: consolidate cgroup socket tracking
Johannes Weiner
2
-5
/
+0
2016-10-08
Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+1
2016-10-04
skb_splice_bits(): get rid of callback
Al Viro
1
-2
/
+1
2016-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-9
/
+12
2016-09-30
net: Suppress the "Comparison to NULL could be written" warnings
Jia He
1
-16
/
+16
2016-09-30
proc: Reduce cache miss in snmp_seq_show
Jia He
1
-23
/
+47
2016-09-28
tcp: Change txhash on every SYN and RTO retransmit
Lawrence Brakmo
1
-0
/
+4
2016-09-28
switchdev: remove FIB offload infrastructure
Jiri Pirko
3
-118
/
+1
2016-09-28
fib: introduce FIB notification infrastructure
Jiri Pirko
3
-11
/
+77
2016-09-26
ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_route
Nikolay Aleksandrov
2
-2
/
+4
2016-09-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
40
-395
/
+1779
2016-09-26
netfilter: nf_log: get rid of XT_LOG_* macros
Liping Zhang
1
-3
/
+3
2016-09-26
netfilter: nft_log: complete NFTA_LOG_FLAGS attr support
Liping Zhang
3
-4
/
+4
2016-09-26
netfilter: xt_socket: fix transparent match for IPv6 request sockets
KOVACS Krisztian
2
-1
/
+1
2016-09-24
netfilter: Remove explicit rcu_read_lock in nf_hook_slow
Aaron Conole
2
-2
/
+2
2016-09-23
tcp: fix a compile error in DBGUNDO()
Eric Dumazet
1
-2
/
+1
2016-09-23
tcp: fix wrong checksum calculation on MTU probing
Douglas Caetano dos Santos
1
-5
/
+7
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-14
/
+44
2016-09-22
tcp: properly account Fast Open SYN-ACK retrans
Yuchung Cheng
3
-1
/
+4
2016-09-22
tcp: fix under-accounting retransmit SNMP counters
Yuchung Cheng
1
-1
/
+1
[next]