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
/
drivers
/
s390
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-24
net/ism: Remove redundant pci_clear_master
Cai Huoqing
1
-2
/
+0
2023-03-15
net/ism: Remove extra include
Stefan Raspl
1
-1
/
+0
2023-03-15
net/smc: Introduce explicit check for v2 support
Stefan Raspl
1
-0
/
+7
2023-02-11
s390/qeth: Convert sprintf/snprintf to scnprintf
Thorsten Winkler
5
-39
/
+42
2023-02-11
s390/qeth: Convert sysfs sprintf to sysfs_emit
Thorsten Winkler
3
-98
/
+73
2023-02-11
s390/qeth: Use constant for IP address buffers
Thorsten Winkler
2
-4
/
+5
2023-02-11
s390/ctcm: cleanup indenting
Alexandra Winter
3
-31
/
+32
2023-01-25
net/smc: De-tangle ism and smc device initialization
Stefan Raspl
1
-13
/
+12
2023-01-25
s390/ism: Consolidate SMC-D-related code
Stefan Raspl
1
-63
/
+99
2023-01-25
net/smc: Separate SMC-D and ISM APIs
Stefan Raspl
1
-29
/
+63
2023-01-25
net/smc: Register SMC-D as ISM client
Stefan Raspl
1
-5
/
+0
2023-01-25
net/ism: Add new API for client registration
Stefan Raspl
2
-25
/
+165
2023-01-25
s390/ism: Introduce struct ism_dmb
Stefan Raspl
2
-6
/
+17
2023-01-25
net/ism: Add missing calls to disable bus-mastering
Stefan Raspl
1
-0
/
+2
2022-12-28
s390/qeth: convert sysfs snprintf to sysfs_emit
Xuezhi Zhang
1
-6
/
+6
2022-12-14
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-22
/
+6
2022-12-13
Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...
Linus Torvalds
1
-1
/
+2
2022-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-12-08
s390/qeth: fix use-after-free in hsci
Alexandra Winter
1
-1
/
+1
2022-11-21
s390/ism: don't pass bogus GFP_ flags to dma_alloc_coherent
Christoph Hellwig
1
-1
/
+2
2022-11-07
s390/lcs: Fix return type of lcs_start_xmit()
Nathan Chancellor
1
-5
/
+3
2022-11-07
s390/netiucv: Fix return type of netiucv_tx()
Nathan Chancellor
1
-8
/
+1
2022-11-07
s390/ctcm: Fix return type of ctc{mp,}m_tx()
Nathan Chancellor
1
-9
/
+2
2022-10-09
Merge tag 's390-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
3
-4
/
+4
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2
-2
/
+2
2022-09-28
s390/qeth: Split memcpy() of struct qeth_ipacmd_addr_change flexible array
Kees Cook
1
-2
/
+2
2022-08-30
s390: move from strlcpy with unused retval to strscpy
Wolfram Sang
3
-4
/
+4
2022-08-09
s390/qeth: cache link_info for ethtool
Alexandra Winter
2
-132
/
+48
2022-07-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-07-27
net/smc: Pass on DMBE bit mask in IRQ handler
Stefan Raspl
1
-1
/
+3
2022-07-27
s390/ism: Cleanups
Stefan Raspl
1
-6
/
+5
2022-07-25
s390/qeth: Fix typo 'the the' in comment
Slark Xiao
1
-1
/
+1
2022-05-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-10
/
+8
2022-05-11
s390/lcs: fix variable dereferenced before check
Alexandra Winter
1
-3
/
+4
2022-05-11
s390/ctcm: fix potential memory leak
Alexandra Winter
1
-5
/
+1
2022-05-11
s390/ctcm: fix variable dereferenced before check
Alexandra Winter
1
-2
/
+3
2022-05-06
net: make drivers set the TSO limit not the GSO limit
Jakub Kicinski
2
-2
/
+2
2022-05-06
net: switch to netif_napi_add_tx()
Jakub Kicinski
1
-2
/
+1
2022-04-29
qeth: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
4
-5
/
+3
2022-03-21
s390/ctcm: fix typo "length to short" -> "length too short"
Tong Zhang
1
-1
/
+1
2022-03-07
s390: net: Use netif_rx().
Sebastian Andrzej Siewior
2
-6
/
+2
2022-02-23
s390/net: sort out physical vs virtual pointers usage
Alexander Gordeev
2
-5
/
+5
2022-02-18
s390/qeth: Remove redundant 'flush_workqueue()' calls
Xu Wang
1
-1
/
+0
2022-01-11
Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
8
-86
/
+90
2021-12-08
s390/qeth: remove check for packing mode in qeth_check_outbound_queue()
Julian Wiedmann
1
-4
/
+1
2021-12-08
s390/qeth: fine-tune .ndo_select_queue()
Julian Wiedmann
4
-30
/
+22
2021-12-08
s390/qeth: don't offer .ndo_bridge_* ops for OSA devices
Julian Wiedmann
1
-2
/
+0
2021-12-08
s390/qeth: split up L2 netdev_ops
Julian Wiedmann
1
-4
/
+28
2021-12-08
s390/qeth: simplify qeth_receive_skb()
Julian Wiedmann
1
-22
/
+12
2021-12-06
s390/qdio: split do_QDIO()
Julian Wiedmann
1
-10
/
+10
[next]