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
2015-11-05
tcp: use correct req pointer in tcp_move_syn() calls
Eric Dumazet
1
-1
/
+1
2015-11-05
ipv4: use sk_fullsock() in ipv4_conntrack_defrag()
Eric Dumazet
1
-3
/
+2
2015-11-05
tcp: fix req->saved_syn race
Eric Dumazet
2
-3
/
+2
2015-11-05
net: Fix prefsrc lookups
David Ahern
1
-3
/
+10
2015-11-05
ipv4: fix a potential deadlock in mcast getsockopt() path
WANG Cong
2
-23
/
+34
2015-11-05
ipv4: disable BH when changing ip local port range
WANG Cong
1
-2
/
+2
2015-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-12
/
+25
2015-11-03
net: fix percpu memory leaks
Eric Dumazet
2
-9
/
+9
2015-11-03
net: make skb_set_owner_w() more robust
Eric Dumazet
1
-3
/
+1
2015-11-02
ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...
Ani Sinha
1
-3
/
+3
2015-11-02
ipv4: use l4 hash for locally generated multipath flows
Paolo Abeni
1
-1
/
+2
2015-11-02
ipv4: update RTNH_F_LINKDOWN flag on UP event
Julian Anastasov
1
-0
/
+7
2015-11-02
ipv4: fix to not remove local route on link down
Julian Anastasov
2
-9
/
+15
2015-11-01
ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment
Hannes Frederic Sowa
1
-3
/
+5
2015-11-01
ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked sockets
Hannes Frederic Sowa
1
-0
/
+1
2015-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+3
2015-10-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-13
/
+37
2015-10-28
fib_trie: leaf_walk_rcu should not compute key if key is less than pn->key
Alexander Duyck
1
-1
/
+1
2015-10-27
ipv6: gre: support SIT encapsulation
Eric Dumazet
1
-1
/
+2
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-14
/
+43
2015-10-23
tcp/dccp: fix hashdance race for passive sessions
Eric Dumazet
6
-32
/
+65
2015-10-23
ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 address
Paolo Abeni
1
-6
/
+8
2015-10-23
tcp: allow dctcp alpha to drop to zero
Andrew Shewmaker
1
-1
/
+1
2015-10-23
xfrm4: Reload skb header pointers after calling pskb_may_pull.
Steffen Klassert
1
-7
/
+26
2015-10-23
xfrm4: Fix header checks in _decode_session4.
Steffen Klassert
1
-5
/
+10
2015-10-23
openvswitch: Fix egress tunnel info.
Pravin B Shelar
1
-9
/
+37
2015-10-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-0
/
+2
2015-10-22
tcp: remove improper preemption check in tcp_xmit_probe_skb()
Renato Westphal
1
-1
/
+1
2015-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-3
/
+2
2015-10-22
netlink: Rightsize IFLA_AF_SPEC size calculation
Arad, Ronen
1
-2
/
+2
2015-10-21
tcp: use RACK to detect losses
Yuchung Cheng
3
-2
/
+91
2015-10-21
tcp: track the packet timings in RACK
Yuchung Cheng
4
-0
/
+49
2015-10-21
tcp: add tcp_tsopt_ecr_before helper
Yuchung Cheng
1
-2
/
+7
2015-10-21
tcp: remove tcp_mark_lost_retrans()
Yuchung Cheng
2
-71
/
+0
2015-10-21
tcp: track min RTT using windowed min-filter
Yuchung Cheng
4
-5
/
+82
2015-10-21
tcp: apply Kern's check on RTTs used for congestion control
Yuchung Cheng
1
-4
/
+1
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+5
2015-10-19
xfrm: Fix pmtu discovery for local generated packets.
Steffen Klassert
1
-0
/
+2
2015-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
10
-38
/
+24
2015-10-19
tcp: do not set queue_mapping on SYNACK
Eric Dumazet
4
-6
/
+3
2015-10-19
ipconfig: send Client-identifier in DHCP requests
Li RongQing
1
-1
/
+31
2015-10-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
28
-261
/
+382
2015-10-16
netfilter: ipv4: whitespace around operators
Ian Morris
3
-6
/
+6
2015-10-16
netfilter: ipv4: code indentation
Ian Morris
3
-5
/
+5
2015-10-16
netfilter: ipv4: function definition layout
Ian Morris
2
-6
/
+6
2015-10-16
netfilter: ipv4: ternary operator layout
Ian Morris
2
-5
/
+5
2015-10-16
netfilter: ipv4: label placement
Ian Morris
2
-2
/
+2
2015-10-16
netfilter: remove hook owner refcounting
Florian Westphal
4
-14
/
+0
2015-10-16
net: Fix suspicious RCU usage in fib_rebalance
David Ahern
1
-2
/
+2
2015-10-16
tcp/dccp: fix race at listener dismantle phase
Eric Dumazet
1
-22
/
+49
[next]