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
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
2019-03-05
Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2
-5
/
+11
2019-02-28
s390/qeth: drop redundant state checking
Julian Wiedmann
5
-43
/
+13
2019-02-28
s390/qeth: don't special-case HW trap during suspend
Julian Wiedmann
2
-12
/
+4
2019-02-28
s390/qeth: remove driver-wide workqueue
Julian Wiedmann
1
-18
/
+1
2019-02-28
s390/qeth: don't defer close_dev work during recovery
Julian Wiedmann
4
-5
/
+3
2019-02-28
s390/qeth: remove a redundant check for card->dev
Julian Wiedmann
1
-1
/
+1
2019-02-28
s390/qeth: call dev_close() during recovery
Julian Wiedmann
3
-75
/
+20
2019-02-28
s390/qeth: unconditionally clear MAC_REGISTERED flag
Julian Wiedmann
2
-2
/
+1
2019-02-28
s390/qeth: enable/disable the HW trap a little earlier
Julian Wiedmann
2
-14
/
+17
2019-02-28
s390/qeth: remove RECOVER state
Julian Wiedmann
6
-47
/
+25
2019-02-20
s390/ism: ignore some errors during deregistration
Sebastian Ott
1
-3
/
+9
2019-02-16
s390/qeth: split out OSN netdev ops
Julian Wiedmann
3
-15
/
+21
2019-02-16
s390/qeth: add support for ETHTOOL_GRINGPARAM
Julian Wiedmann
1
-0
/
+17
2019-02-16
s390/qeth: overhaul ethtool statistics
Julian Wiedmann
6
-216
/
+256
2019-02-16
s390/qeth: move ethtool code into its own file
Julian Wiedmann
6
-351
/
+346
2019-02-16
s390/qeth: reduce ethtool statistics
Julian Wiedmann
4
-123
/
+7
2019-02-16
s390/qeth: use a static Output Queue array
Julian Wiedmann
2
-16
/
+7
2019-02-16
s390/qeth: allow manual recovery when device is SOFTSETUP
Julian Wiedmann
1
-1
/
+1
2019-02-12
s390/qeth: convert remaining legacy cmd callbacks
Julian Wiedmann
3
-103
/
+121
2019-02-12
s390/qeth: convert bridgeport callbacks
Julian Wiedmann
1
-54
/
+40
2019-02-12
s390/qeth: allow cmd callbacks to return errnos
Julian Wiedmann
6
-64
/
+76
2019-02-12
s390/qeth: cancel cmd on early error
Julian Wiedmann
2
-9
/
+29
2019-02-12
s390/qeth: simplify reply object handling
Julian Wiedmann
1
-57
/
+61
2019-02-12
s390/qeth: limit trace to valid data of command request
Julian Wiedmann
1
-1
/
+1
2019-02-12
s390/qeth: align csum offload with TSO control logic
Julian Wiedmann
2
-89
/
+47
2019-02-12
s390/qeth: enable only required csum offload features
Julian Wiedmann
1
-2
/
+9
2019-02-12
s390/qeth: consolidate filling of low-level cmd length fields
Julian Wiedmann
5
-56
/
+28
2019-02-12
s390/qeth: reduce data length for ARP cache query
Julian Wiedmann
4
-18
/
+7
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-14
/
+31
2019-02-07
s390/qdio: make SBAL address array type-safe
Julian Wiedmann
1
-2
/
+2
2019-02-04
s390/qeth: conclude all event processing before offlining a card
Julian Wiedmann
4
-5
/
+15
2019-02-04
s390/qeth: cancel close_dev work before removing a card
Julian Wiedmann
3
-0
/
+4
2019-02-04
s390/qeth: fix use-after-free in error path
Julian Wiedmann
1
-9
/
+6
2019-02-04
s390/qeth: release cmd buffer in error paths
Julian Wiedmann
1
-0
/
+6
2019-01-26
s390/qeth: remove VLAN tracking for L2 devices
Julian Wiedmann
4
-63
/
+18
2019-01-26
s390/qeth: detach netdevice while card is offline
Julian Wiedmann
4
-102
/
+20
2019-01-26
s390/qeth: delay netdevice registration
Julian Wiedmann
3
-40
/
+43
2019-01-26
s390/qeth: remove TX disable from online path
Julian Wiedmann
2
-3
/
+0
2019-01-26
s390/qeth: register MAC address earlier
Julian Wiedmann
1
-8
/
+12
2019-01-26
s390/qeth: consolidate open/stop netdev ops
Julian Wiedmann
4
-124
/
+84
2019-01-26
s390/qeth: remove bogus netif_wake_queue()
Julian Wiedmann
1
-2
/
+0
2019-01-26
s390/qeth: streamline TX buffer management
Julian Wiedmann
1
-19
/
+14
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-8
/
+7
2018-12-07
net: core: dev: Add extack argument to dev_open()
Petr Machata
2
-2
/
+2
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-15
/
+12
2018-11-28
s390/qeth: fix length check in SNMP processing
Julian Wiedmann
1
-15
/
+12
2018-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-11-15
s390/ism: clear dmbe_mask bit before SMC IRQ handling
Ursula Braun
1
-1
/
+1
2018-11-09
s390/qeth: don't process hsuid in qeth_l3_setup_netdev()
Julian Wiedmann
1
-3
/
+0
2018-11-09
s390/qeth: remove unused fallback in Layer3's MAC code
Julian Wiedmann
1
-3
/
+0
[next]