index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
/
net
/
qeth_core_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s390/qeth: unbreak OSM and OSN support
Julian Wiedmann
2017-05-11
1
-8
/
+9
*
s390/qeth: handle sysfs error during initialization
Ursula Braun
2017-05-11
1
-1
/
+3
*
s390/qeth: remove unimplemented gdev routines
Julian Wiedmann
2017-04-11
1
-17
/
+2
*
s390/qeth: use LINK_MODE_* to report the link characteristics
Julian Wiedmann
2017-04-11
1
-24
/
+47
*
s390/qeth: convert to ETHTOOL_GLINKSETTINGS API
Julian Wiedmann
2017-04-11
1
-39
/
+36
*
s390/qeth: clean up qeth_set_ecmd_adv_sup()
Julian Wiedmann
2017-04-11
1
-29
/
+28
*
s390/qeth: remove unused parameter
Julian Wiedmann
2017-04-11
1
-2
/
+1
*
s390/qeth: move gdev shutdown handler to core
Julian Wiedmann
2017-04-11
1
-2
/
+6
*
s390/qeth: move NAPI poll routine to core
Julian Wiedmann
2017-04-11
1
-14
/
+91
*
s390/qeth: move common ioctl handling to core
Julian Wiedmann
2017-04-11
1
-6
/
+57
*
s390/qeth: improve endianness handling
Hans Wippel
2017-04-07
1
-5
/
+6
*
s390/qeth: Remove unused code
Julian Wiedmann
2017-04-07
1
-2
/
+0
*
s390/qeth: remove unused return value
Julian Wiedmann
2017-04-07
1
-4
/
+3
*
s390/qeth: fix up ssqd tracing
Julian Wiedmann
2017-04-07
1
-2
/
+3
*
s390/qeth: use QDIO_*_QFMT defines
Julian Wiedmann
2017-04-07
1
-6
/
+4
*
s390/qeth: size calculation outbound buffers
Julian Wiedmann
2017-03-24
1
-2
/
+3
*
s390/qeth: issue STARTLAN as first IPA command
Julian Wiedmann
2017-01-12
1
-4
/
+17
*
s390/qeth: display warning for OSA3 RX/TX checksum offloading
Thomas Richter
2017-01-12
1
-0
/
+5
*
s390/qeth: test RX/TX checksum offload reply
Thomas Richter
2017-01-12
1
-0
/
+13
*
s390/qeth: rework RX/TX checksum offload
Thomas Richter
2017-01-12
1
-31
/
+65
*
s390/net: use net core MTU range checking
Jarod Wilson
2016-10-20
1
-4
/
+0
*
qeth: check not more than 16 SBALEs on the completion queue
Ursula Braun
2016-09-16
1
-1
/
+2
*
qeth: restore device features after recovery
Hans Wippel
2016-09-16
1
-0
/
+29
*
qeth: omit outbound queue 3 for unicast packets in Priority Queuing on HiperS...
Hans Wippel
2016-06-16
1
-4
/
+13
*
qeth: improve set_features error handling
Hans Wippel
2016-06-16
1
-11
/
+27
*
qeth layer 2 and layer 3 common feature handling
Thomas Richter
2016-06-16
1
-40
/
+87
*
qeth: optimize IP handling in rx_mode callback
Lakhvich Dmitriy
2016-06-16
1
-10
/
+0
*
qeth: introduce linearization fail count to stats
Eugene Crosser
2016-06-16
1
-2
/
+4
*
qeth: refactor calculation of SBALE count
Eugene Crosser
2016-06-16
1
-21
/
+34
*
drivers: fix dev->trans_start removal fallout
Florian Westphal
2016-05-04
1
-1
/
+1
*
qeth: get rid of redundant 0-termination
Rasmus Villemoes
2015-12-14
1
-2
/
+0
*
qeth use common function qeth_get_setassparms_cmd
Thomas Richter
2015-12-14
1
-4
/
+5
*
qeth: add layer 2 RX/TX checksum offloading
Thomas Richter
2015-09-21
1
-7
/
+171
*
qeth: move OSA portname into deprecated status
Ursula Braun
2015-09-21
1
-56
/
+7
*
qeth: OSA version of SETBRIDGEPORT command
Eugene Crosser
2015-05-18
1
-1
/
+2
*
qeth: Fix command sizes
Stefan Raspl
2015-02-28
1
-2
/
+3
*
390/qeth: Fix locking warning during qeth device setup
Thomas Richter
2015-01-25
1
-14
/
+67
*
qeth: clean up error handling
Eugene Crosser
2015-01-25
1
-2
/
+34
*
qeth: fix some trace formating issues
Thomas Richter
2014-10-26
1
-3
/
+3
*
qeth: qeth_core_main make local functions static
Thomas Richter
2014-10-26
1
-3
/
+15
*
qeth: don't query for info if hardware not ready.
Eugene Crosser
2014-09-02
1
-1
/
+15
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2014-08-07
1
-64
/
+97
|
\
|
*
s390/qeth: extract qdio buffers from output buffer struct
Sebastian Ott
2014-07-22
1
-35
/
+56
|
*
s390/qeth: extract qdio buffers from input buffer struct
Sebastian Ott
2014-07-22
1
-6
/
+15
|
*
s390/qeth: qdio queue helpers
Sebastian Ott
2014-07-22
1
-25
/
+28
*
|
qeth: Display adjacent switch attributes
Stefan Raspl
2014-07-21
1
-0
/
+39
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-06-12
1
-41
/
+59
|
\
|
*
net: use ethtool_cmd_speed_set helper to set ethtool speed value
Jiri Pirko
2014-06-06
1
-8
/
+11
|
*
qeth: Fix for possible null pointer dereference
Rickard Strandqvist
2014-05-30
1
-2
/
+2
|
*
qeth: Add new priority queueing options
Stefan Raspl
2014-04-28
1
-4
/
+11
[next]