index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
s390
Age
Commit message (
Expand
)
Author
Files
Lines
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-15
s390/qeth: split out OSN netdev ops
Julian Wiedmann
3
-15
/
+21
2019-02-15
s390/qeth: add support for ETHTOOL_GRINGPARAM
Julian Wiedmann
1
-0
/
+17
2019-02-15
s390/qeth: overhaul ethtool statistics
Julian Wiedmann
6
-216
/
+256
2019-02-15
s390/qeth: move ethtool code into its own file
Julian Wiedmann
6
-351
/
+346
2019-02-15
s390/qeth: reduce ethtool statistics
Julian Wiedmann
4
-123
/
+7
2019-02-15
s390/qeth: use a static Output Queue array
Julian Wiedmann
2
-16
/
+7
2019-02-15
s390/qeth: allow manual recovery when device is SOFTSETUP
Julian Wiedmann
1
-1
/
+1
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+10
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-11
Merge tag 's390-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2
-1
/
+10
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-15
/
+33
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-14
/
+31
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-02-02
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2
-1
/
+2
2019-01-29
scsi: zfcp: fix sysfs block queue limit output for max_segment_size
Steffen Maier
2
-1
/
+2
2019-01-28
s390/zcrypt: fix specification exception on z196 during ap probe
Harald Freudenberger
1
-1
/
+2
2019-01-28
s390/dasd: fix using offset into zero size array error
Stefan Haberland
1
-0
/
+8
2019-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2019-01-25
s390/qeth: remove VLAN tracking for L2 devices
Julian Wiedmann
4
-63
/
+18
2019-01-25
s390/qeth: detach netdevice while card is offline
Julian Wiedmann
4
-102
/
+20
2019-01-25
s390/qeth: delay netdevice registration
Julian Wiedmann
3
-40
/
+43
2019-01-25
s390/qeth: remove TX disable from online path
Julian Wiedmann
2
-3
/
+0
2019-01-25
s390/qeth: register MAC address earlier
Julian Wiedmann
1
-8
/
+12
2019-01-25
s390/qeth: consolidate open/stop netdev ops
Julian Wiedmann
4
-124
/
+84
2019-01-25
s390/qeth: remove bogus netif_wake_queue()
Julian Wiedmann
1
-2
/
+0
2019-01-25
s390/qeth: streamline TX buffer management
Julian Wiedmann
1
-19
/
+14
2019-01-24
Merge tag 's390-5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-0
/
+2
2019-01-14
virtio: don't allocate vqs when names[i] = NULL
Wei Wang
1
-3
/
+9
2019-01-11
s390/smp: fix CPU hotplug deadlock with CPU rescan
Gerald Schaefer
1
-0
/
+2
[next]