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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-10
inet: remove BUG_ON() in twsk_destructor()
Eric Dumazet
1
-3
/
+0
2015-07-10
ipv6: use flag instead of u16 for hop in inet6_skb_parm
Florian Westphal
4
-8
/
+8
2015-07-10
dsa: mv88e6352/mv88e6xxx: Add support for Marvell 88E6320 and 88E6321
Aleksey S. Kazantsev
4
-22
/
+65
2015-07-10
Merge branch 'tcp-in-slow-start'
David S. Miller
14
-23
/
+26
2015-07-10
tcp: update congestion state first before raising cwnd
Yuchung Cheng
1
-4
/
+4
2015-07-10
tcp: do not slow start when cwnd equals ssthresh
Yuchung Cheng
4
-6
/
+4
2015-07-10
tcp: add tcp_in_slow_start helper
Yuchung Cheng
11
-14
/
+19
2015-07-10
net: skb_defer_rx_timestamp should check for phydev before setting up classify
Alexander Duyck
1
-1
/
+5
2015-07-10
tcp: v1 always send a quick ack when quickacks are enabled
Jon Maxwell
2
-10
/
+7
2015-07-09
rocker: add change MTU support
Scott Feldman
2
-0
/
+62
2015-07-09
neterion: s2io: Use module_pci_driver
Vaishali Thakkar
2
-27
/
+1
2015-07-09
cxgb4vf: Fix check to use new User Doorbell mechanism
Hariprasad Shenai
1
-3
/
+9
2015-07-09
test_bpf: extend tests for 32-bit endianness conversion
Xi Wang
1
-0
/
+6
2015-07-09
Merge branch 'cxgb4-t6'
David S. Miller
6
-101
/
+157
2015-07-09
cxgb4: Enable cim_la dump to support T6
Hariprasad Shenai
1
-3
/
+51
2015-07-09
cxgb4: Read stats for only available channels
Hariprasad Shenai
1
-47
/
+26
2015-07-09
cxgb4: Update register ranges for T6 adapter
Hariprasad Shenai
1
-7
/
+9
2015-07-09
cxgb4: Don't use entire L2T table, use only its slice
Hariprasad Shenai
4
-44
/
+71
2015-07-09
net: ec_bhf: Use module_pci_driver
Vaishali Thakkar
1
-13
/
+1
2015-07-09
hv_netvsc: Add support to set MTU reservation from guest side
Haiyang Zhang
3
-3
/
+3
2015-07-09
ifb: add multiqueue operation
Eric Dumazet
1
-87
/
+120
2015-07-09
cxgb4: Add PCI device ids for few more T5 and T6 adapters
Hariprasad Shenai
1
-0
/
+18
2015-07-09
net/mlx4_core: Add extra check for total vfs for SRIOV
Carol Soto
1
-6
/
+14
2015-07-09
samples: bpf: enable trace samples for s390x
Michael Holzheu
6
-12
/
+37
2015-07-09
net: macb: Add SG support for Zynq SOC family
Punnaiah Choudary Kalluri
1
-4
/
+2
2015-07-09
xen-netback: remove duplicated function definition
Li, Liang Z
1
-3
/
+0
2015-07-08
Merge branch 'sch_act_lockless'
David S. Miller
17
-82
/
+148
2015-07-08
net_sched: act_mirred: remove spinlock in fast path
Eric Dumazet
2
-28
/
+31
2015-07-08
net_sched: act_gact: remove spinlock in fast path
Eric Dumazet
2
-10
/
+18
2015-07-08
net_sched: act_gact: read tcfg_ptype once
Eric Dumazet
1
-7
/
+7
2015-07-08
net_sched: act_gact: use a separate packet counters for gact_determ()
Eric Dumazet
2
-4
/
+7
2015-07-08
net_sched: act_gact: make tcfg_pval non zero
Eric Dumazet
1
-3
/
+9
2015-07-08
net: sched: add percpu stats to actions
Eric Dumazet
13
-22
/
+57
2015-07-08
net: sched: extend percpu stats helpers
Eric Dumazet
2
-12
/
+23
2015-07-08
mlx4: TCP/UDP packets have L4 hash
Eric Dumazet
1
-2
/
+6
2015-07-08
Merge branch 'tcp-policer-drops'
David S. Miller
1
-20
/
+23
2015-07-08
tcp: PRR uses CRB mode by default and SS mode conditionally
Yuchung Cheng
1
-14
/
+15
2015-07-08
tcp: reduce cwnd if retransmit is lost in CA_Loss
Yuchung Cheng
1
-6
/
+8
2015-07-03
cxgb4: Fix incorrect sequence numbers shown in devlog
Hariprasad Shenai
1
-12
/
+13
2015-07-03
ipv6: Make MLD packets to only be processed locally
Angga
1
-3
/
+3
2015-07-03
netlink: Delete an unnecessary check before the function call "module_put"
Markus Elfring
1
-1
/
+1
2015-07-03
net-RDS: Delete an unnecessary check before the function call "module_put"
Markus Elfring
1
-1
/
+1
2015-07-03
net-ipv6: Delete an unnecessary check before the function call "free_percpu"
Markus Elfring
1
-4
/
+1
2015-07-02
bridge: vlan: fix usage of vlan 0 and 4095 again
Nikolay Aleksandrov
1
-0
/
+2
2015-07-02
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2
-2
/
+3
2015-07-02
enic: fix issues in enic_poll
Govindarajulu Varadarajan
1
-2
/
+2
2015-07-02
Merge tag 'module-misc-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-1
/
+4
2015-07-02
Merge tag 'module-builtin_driver-v4.1-rc8' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
11
-22
/
+54
2015-07-02
Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...
Linus Torvalds
11
-22
/
+13
2015-07-02
Merge tag 'module_init-device_initcall-v4.1-rc8' of git://git.kernel.org/pub/...
Linus Torvalds
17
-56
/
+17
[next]