index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
qeth_core_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-03
s390/qeth: static checker cleanups
Julian Wiedmann
1
-9
/
+9
2020-10-03
s390/qeth: use netdev_name()
Julian Wiedmann
1
-3
/
+3
2020-10-03
s390/qeth: allow configuration of TX queues for OSA devices
Julian Wiedmann
1
-11
/
+21
2020-10-03
s390/qeth: de-magic the QIB parm area
Julian Wiedmann
1
-35
/
+30
2020-10-03
s390/qeth: keep track of wanted TX queues
Julian Wiedmann
1
-41
/
+29
2020-09-23
s390/qeth: consolidate teardown code
Julian Wiedmann
1
-8
/
+16
2020-09-23
s390/qeth: consolidate online code
Julian Wiedmann
1
-9
/
+32
2020-09-23
s390/qeth: cancel cmds earlier during teardown
Julian Wiedmann
1
-2
/
+4
2020-09-15
s390/qeth: Detect PNSO OC3 capability
Alexandra Winter
1
-9
/
+31
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2020-08-27
s390/qeth: make queue lock a proper spinlock
Julian Wiedmann
1
-58
/
+22
2020-08-27
s390/qeth: use to_delayed_work()
Julian Wiedmann
1
-2
/
+3
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-08-01
s390/qeth: use all configured RX buffers
Julian Wiedmann
1
-12
/
+4
2020-08-01
s390/qeth: integrate RX refill worker with NAPI
Julian Wiedmann
1
-15
/
+25
2020-08-01
s390/qeth: tolerate pre-filled RX buffer
Julian Wiedmann
1
-6
/
+14
2020-07-15
s390/qeth: constify the MPC initialization data
Julian Wiedmann
1
-1
/
+1
2020-07-15
s390/qeth: unify RX-mode hashtables
Julian Wiedmann
1
-0
/
+1
2020-07-15
s390/qeth: cleanup OAT code
Julian Wiedmann
1
-28
/
+12
2020-07-15
s390/qeth: clean up a magic number in the OAT callback
Julian Wiedmann
1
-4
/
+2
2020-07-15
s390/qeth: use u64_to_user_ptr() in the OAT code
Julian Wiedmann
1
-4
/
+2
2020-07-15
s390/qeth: clean up error handling for isolation mode cmds
Julian Wiedmann
1
-57
/
+28
2020-07-15
s390/qeth: don't clear the configured isolation mode
Julian Wiedmann
1
-11
/
+11
2020-07-15
s390/qeth: only init the isolation mode when necessary
Julian Wiedmann
1
-5
/
+6
2020-07-15
s390/qeth: fine-tune errno when cmds are cancelled
Julian Wiedmann
1
-1
/
+1
2020-07-15
s390/qeth: reject unsupported link type earlier
Julian Wiedmann
1
-11
/
+27
2020-06-19
s390/qeth: let isolation mode override HW offload restrictions
Julian Wiedmann
1
-2
/
+4
2020-06-19
s390/qeth: fix error handling for isolation mode cmds
Julian Wiedmann
1
-4
/
+1
2020-05-19
s390/net: remove pm ops from ccwgroup drivers
Julian Wiedmann
1
-31
/
+0
2020-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-5
/
+5
2020-05-07
s390/qeth: return error when starting a reset fails
Julian Wiedmann
1
-9
/
+17
2020-05-07
s390/qeth: set TX IRQ marker on last buffer in a group
Julian Wiedmann
1
-6
/
+7
2020-05-07
s390/qeth: indicate contiguous TX buffer elements
Julian Wiedmann
1
-2
/
+10
2020-05-07
s390/qeth: merge TX skb mapping code
Julian Wiedmann
1
-37
/
+27
2020-05-07
s390/qeth: don't use restricted offloads for local traffic
Julian Wiedmann
1
-4
/
+80
2020-05-07
s390/qeth: add debugfs file for local IP addresses
Julian Wiedmann
1
-1
/
+31
2020-05-07
s390/qeth: process local address events
Julian Wiedmann
1
-0
/
+217
2020-05-07
s390/qeth: keep track of LP2LP capability for csum offload
Julian Wiedmann
1
-9
/
+14
2020-05-04
s390/qeth: fix cancelling of TX timer on dev_close()
Julian Wiedmann
1
-5
/
+5
2020-04-06
s390/qdio: remove cdev from init_data
Julian Wiedmann
1
-2
/
+1
2020-04-06
s390/qdio: allow for non-contiguous SBAL array in init_data
Julian Wiedmann
1
-49
/
+10
2020-04-06
s390/qdio: cleanly split alloc and establish
Julian Wiedmann
1
-1
/
+2
2020-03-28
s390/qeth: make OSN / OSX support configurable
Julian Wiedmann
1
-0
/
+4
2020-03-25
s390/qeth: modernize two list helpers
Julian Wiedmann
1
-5
/
+3
2020-03-25
s390/qeth: keep track of fixed prio-queue configuration
Julian Wiedmann
1
-0
/
+2
2020-03-25
s390/qeth: add TX IRQ coalescing support for IQD devices
Julian Wiedmann
1
-3
/
+17
2020-03-25
s390/qeth: collect more TX statistics
Julian Wiedmann
1
-6
/
+14
2020-03-25
s390/qdio: extend polling support to multiple queues
Julian Wiedmann
1
-39
/
+29
2020-03-25
s390/qeth: remove redundant if-clause in RX poll code
Julian Wiedmann
1
-30
/
+26
2020-03-25
s390/qeth: split out RX poll code
Julian Wiedmann
1
-21
/
+33
[next]