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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-06
Merge tag 's390-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2
-17
/
+32
2019-04-29
s390/ism: move oddities of device IO to wrapper function
Sebastian Ott
2
-16
/
+31
2019-04-29
s390/pci: move io address mapping code to pci_insn.c
Sebastian Ott
1
-1
/
+1
2019-04-17
s390: ctcm: fix ctcm_new_device error return code
Arnd Bergmann
1
-0
/
+1
2019-03-18
s390/qeth: be drop monitor friendly
Julian Wiedmann
3
-5
/
+6
2019-03-18
s390/qeth: fix race when initializing the IP address table
Julian Wiedmann
1
-1
/
+3
2019-03-18
s390/qeth: don't erase configuration while probing
Julian Wiedmann
2
-3
/
+2
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-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-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-08
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-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-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-8
/
+7
[next]