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
2021-01-27
can: mcp251xfd: add BQL support
Marc Kleine-Budde
1
-4
/
+17
2021-01-27
can: mcp251xfd: add len8_dlc support
Marc Kleine-Budde
1
-8
/
+15
2021-01-27
can: mcp251xfd: mcp251xfd_tx_obj_from_skb(): don't copy data for RTR CAN fram...
Marc Kleine-Budde
1
-5
/
+11
2021-01-27
can: mcp251xfd: mcp251xfd_hw_rx_obj_to_skb(): don't copy data for RTR CAN fra...
Marc Kleine-Budde
1
-1
/
+2
2021-01-27
can: mcp251xfd: mcp251xfd_tx_obj_from_skb(): clean up padding of CAN-FD frames
Marc Kleine-Budde
1
-6
/
+7
2021-01-27
can: mcp251xfd: mcp251xfd_start_xmit(): use mcp251xfd_get_tx_free() to check ...
Marc Kleine-Budde
1
-1
/
+1
2021-01-27
can: mcp251xfd: replace sizeof(u32) with val_bytes in regmap
Su Yanjun
1
-3
/
+6
2021-01-27
can: mcba_usb: remove h from printk format specifier
Tom Rix
1
-3
/
+3
2021-01-27
can: length: can_fd_len2dlc(): make legnth calculation readable again
Marc Kleine-Budde
1
-1
/
+6
2021-01-27
can: dev: export can_get_state_str() function
Vincent Mailhol
2
-1
/
+3
2021-01-27
can: flexcan: fix typos
Marc Kleine-Budde
1
-2
/
+2
2021-01-27
can: gw: fix typo
Marc Kleine-Budde
1
-1
/
+1
2021-01-27
Merge branch 'net-usbnet-convert-to-new-tasklet-api'
Jakub Kicinski
1
-5
/
+4
2021-01-27
net: usbnet: use new tasklet API
Emil Renner Berthing
1
-4
/
+4
2021-01-27
net: usbnet: initialize tasklet using tasklet_init
Emil Renner Berthing
1
-2
/
+1
2021-01-27
Merge branch 'net-dsa-mv88e6xxx-remove-some-6250-specific-methods'
Jakub Kicinski
3
-69
/
+8
2021-01-27
net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_loadpurge() for the 6250
Rasmus Villemoes
3
-32
/
+5
2021-01-27
net: dsa: mv88e6xxx: use mv88e6185_g1_vtu_getnext() for the 6250
Rasmus Villemoes
3
-37
/
+3
2021-01-27
selftests: add IPv4 unicast extensions tests
Seth David Schoen
2
-0
/
+229
2021-01-27
bonding: add TLS dependency
Arnd Bergmann
1
-0
/
+1
2021-01-27
bnxt_en: Convert to use netif_level() helpers.
Michael Chan
1
-20
/
+14
2021-01-27
usbnet: fix the indentation of one code snippet
Dongliang Mu
1
-6
/
+6
2021-01-27
net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentation
Nikolay Aleksandrov
1
-9
/
+9
2021-01-26
nfc: fix typo
wengjianfeng
1
-1
/
+1
2021-01-26
nfc: fdp: fix typo issue
wengjianfeng
1
-1
/
+1
2021-01-26
Merge branch 'bnxt_en-error-recovery-improvements'
Jakub Kicinski
4
-113
/
+393
2021-01-26
bnxt_en: Do not process completion entries after fatal condition detected.
Michael Chan
1
-0
/
+8
2021-01-26
bnxt_en: Consolidate firmware reset event logging.
Michael Chan
1
-7
/
+10
2021-01-26
bnxt_en: Improve firmware fatal error shutdown sequence.
Michael Chan
1
-3
/
+10
2021-01-26
bnxt_en: Modify bnxt_disable_int_sync() to be called more than once.
Michael Chan
1
-0
/
+3
2021-01-26
bnxt_en: Add a new BNXT_STATE_NAPI_DISABLED flag to keep track of NAPI state.
Michael Chan
2
-1
/
+4
2021-01-26
bnxt_en: Add bnxt_fw_reset_timeout() helper.
Michael Chan
1
-6
/
+9
2021-01-26
bnxt_en: Retry open if firmware is in reset.
Vasundhara Volam
2
-2
/
+14
2021-01-26
bnxt_en: attempt to reinitialize after aborted reset
Edwin Peer
1
-2
/
+27
2021-01-26
bnxt_en: log firmware debug notifications
Edwin Peer
1
-0
/
+8
2021-01-26
bnxt_en: Add an upper bound for all firmware command timeouts.
Vasundhara Volam
2
-0
/
+3
2021-01-26
bnxt_en: Move reading VPD info after successful handshake with fw.
Vasundhara Volam
1
-3
/
+3
2021-01-26
bnxt_en: Retry sending the first message to firmware if it is under reset.
Michael Chan
2
-7
/
+42
2021-01-26
bnxt_en: handle CRASH_NO_MASTER during bnxt_open()
Edwin Peer
1
-28
/
+39
2021-01-26
bnxt_en: Define macros for the various health register states.
Michael Chan
2
-4
/
+13
2021-01-26
bnxt_en: Update firmware interface to 1.10.2.11.
Michael Chan
3
-53
/
+203
2021-01-26
Merge branch 'dsa-add-mt7530-gpio-support'
Jakub Kicinski
3
-0
/
+136
2021-01-26
net: dsa: mt7530: MT7530 optional GPIO support
DENG Qingfang
2
-0
/
+130
2021-01-26
dt-bindings: net: dsa: add MT7530 GPIO controller binding
DENG Qingfang
1
-0
/
+6
2021-01-26
net: ethernet: mediatek: support setting MTU
DENG Qingfang
2
-8
/
+47
2021-01-26
bridge: Use PTR_ERR_OR_ZERO instead if(IS_ERR(...)) + PTR_ERR
Jiapeng Zhong
1
-1
/
+1
2021-01-26
octeontx2-af: Support ESP/AH RSS hashing
Subbaraya Sundeep
3
-1
/
+65
2021-01-26
tg3: improve PCI VPD access
Heiner Kallweit
2
-19
/
+12
2021-01-24
Merge branch 'net-dsa-hellcreek-add-taprio-offloading'
Jakub Kicinski
2
-2
/
+318
2021-01-24
net: dsa: hellcreek: Add TAPRIO offloading support
Kurt Kanzenbach
2
-2
/
+318
[next]