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
2014-11-12
irda: Convert IRDA_DEBUG to pr_debug
Joe Perches
59
-1930
/
+1244
2014-11-12
Merge branch 'micrel-next'
David S. Miller
3
-37
/
+93
2014-11-12
net: phy: micrel: enable led-mode for KSZ8081/KSZ8091
Johan Hovold
2
-0
/
+3
2014-11-12
net: phy: micrel: clean up led-mode setup
Johan Hovold
1
-9
/
+22
2014-11-12
net: phy: micrel: refactor led-mode error handling
Johan Hovold
1
-9
/
+10
2014-11-12
net: phy: micrel: add led-mode sanity check
Johan Hovold
1
-0
/
+5
2014-11-12
net: phy: micrel: disable broadcast for KSZ8081/KSZ8091
Johan Hovold
1
-1
/
+8
2014-11-12
net: phy: micrel: refactor broadcast disable
Johan Hovold
1
-2
/
+22
2014-11-12
net: phy: micrel: use BIT macro
Johan Hovold
1
-17
/
+17
2014-11-12
net: phy: micrel: fix config_intr error handling
Johan Hovold
1
-0
/
+6
2014-11-12
dt/bindings: fix documentation of ethernet-phy compatible property
Johan Hovold
1
-1
/
+2
2014-11-12
Merge branch 'module_phy_driver'
David S. Miller
21
-274
/
+52
2014-11-12
net: phy: replace phy_drivers_register calls
Johan Hovold
16
-218
/
+16
2014-11-12
net: phy: replace phy_driver_register calls
Johan Hovold
4
-56
/
+12
2014-11-12
net: phy: add module_phy_driver macro
Johan Hovold
1
-0
/
+24
2014-11-12
sunvnet: fix NULL pointer dereference
David L Stevens
1
-0
/
+2
2014-11-12
Merge branch 'skb_alloc_pages'
David S. Miller
8
-44
/
+49
2014-11-12
net: Remove __skb_alloc_page and __skb_alloc_pages
Alexander Duyck
1
-43
/
+0
2014-11-12
fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_page
Alexander Duyck
3
-4
/
+3
2014-11-12
phonet: Replace calls to __skb_alloc_page with __dev_alloc_page
Alexander Duyck
2
-6
/
+6
2014-11-12
cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_page
Alexander Duyck
2
-6
/
+7
2014-11-12
net: Add device Rx page allocation function
Alexander Duyck
1
-0
/
+48
2014-11-12
irda: Remove IRDA_<TYPE> logging macros
Joe Perches
42
-479
/
+486
2014-11-12
net: kill netif_copy_real_num_queues()
WANG Cong
1
-17
/
+0
2014-11-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
23
-209
/
+441
2014-11-12
usbnet: smsc95xx: dereferencing NULL pointer
Sudip Mukherjee
1
-2
/
+4
2014-11-12
irda: Simplify IRDA logging macros
Joe Perches
1
-3
/
+3
2014-11-11
neigh: remove dynamic neigh table registration support
WANG Cong
5
-142
/
+126
2014-11-11
stmmac: split to core library and probe drivers
Andy Shevchenko
6
-108
/
+25
2014-11-11
net: Convert LIMIT_NETDEBUG to net_dbg_ratelimited
Joe Perches
23
-116
/
+105
2014-11-11
PPC: bpf_jit_comp: add SKF_AD_HATYPE instruction
Denis Kirjanov
1
-4
/
+13
2014-11-11
Merge branch 'net_next_ovs' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
16
-313
/
+664
2014-11-11
dsa: Use netdev_<level> instead of printk
Joe Perches
2
-21
/
+17
2014-11-11
Merge branch 'mlx4-next'
David S. Miller
7
-59
/
+193
2014-11-11
net/mlx4_en: Extend checksum offloading by CHECKSUM COMPLETE
Shani Michaeli
7
-8
/
+142
2014-11-11
net/mlx4_en: Extend usage of napi_gro_frags
Shani Michaeli
1
-54
/
+54
2014-11-11
Merge branch 'so_incoming_cpu'
David S. Miller
21
-4
/
+56
2014-11-11
net: introduce SO_INCOMING_CPU
Eric Dumazet
21
-2
/
+52
2014-11-11
tcp: move sk_mark_napi_id() at the right place
Eric Dumazet
2
-2
/
+4
2014-11-11
ixgbe: add helper function for setting RSS key in preparation of X550
Don Skidmore
1
-12
/
+20
2014-11-11
ixgbe: Add new support for X550 MAC's
Don Skidmore
10
-64
/
+223
2014-11-11
ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function.
Don Skidmore
1
-9
/
+22
2014-11-11
ixgbe: cleanup ixgbe_ndo_set_vf_vlan
Don Skidmore
1
-33
/
+61
2014-11-11
ixgbe: fix X540 Completion timeout
Don Skidmore
1
-1
/
+19
2014-11-11
i40evf: don't use more queues than CPUs
Mitch Williams
4
-32
/
+41
2014-11-11
i40evf: make early init processing more robust
Mitch Williams
1
-28
/
+31
2014-11-11
i40e: clean up throttle rate code
Jesse Brandeburg
3
-15
/
+6
2014-11-11
i40e: don't do link_status or stats collection on every ARQ
Shannon Nelson
2
-5
/
+12
2014-11-11
i40e: poll firmware slower
Kamil Krawczyk
4
-10
/
+6
2014-11-11
mlx4: restore conditional call to napi_complete_done()
Eric Dumazet
1
-7
/
+8
[next]