summaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: split out OSN netdev opsJulian Wiedmann2019-02-163-15/+21
* s390/qeth: add support for ETHTOOL_GRINGPARAMJulian Wiedmann2019-02-161-0/+17
* s390/qeth: overhaul ethtool statisticsJulian Wiedmann2019-02-166-216/+256
* s390/qeth: move ethtool code into its own fileJulian Wiedmann2019-02-166-351/+346
* s390/qeth: reduce ethtool statisticsJulian Wiedmann2019-02-164-123/+7
* s390/qeth: use a static Output Queue arrayJulian Wiedmann2019-02-162-16/+7
* s390/qeth: allow manual recovery when device is SOFTSETUPJulian Wiedmann2019-02-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-152-1/+10
|\
| * Merge tag 's390-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-02-112-1/+10
| |\
| | * s390/zcrypt: fix specification exception on z196 during ap probeHarald Freudenberger2019-01-281-1/+2
| | * s390/dasd: fix using offset into zero size array errorStefan Haberland2019-01-281-0/+8
* | | s390/qeth: convert remaining legacy cmd callbacksJulian Wiedmann2019-02-123-103/+121
* | | s390/qeth: convert bridgeport callbacksJulian Wiedmann2019-02-121-54/+40
* | | s390/qeth: allow cmd callbacks to return errnosJulian Wiedmann2019-02-126-64/+76
* | | s390/qeth: cancel cmd on early errorJulian Wiedmann2019-02-122-9/+29
* | | s390/qeth: simplify reply object handlingJulian Wiedmann2019-02-121-57/+61
* | | s390/qeth: limit trace to valid data of command requestJulian Wiedmann2019-02-121-1/+1
* | | s390/qeth: align csum offload with TSO control logicJulian Wiedmann2019-02-122-89/+47
* | | s390/qeth: enable only required csum offload featuresJulian Wiedmann2019-02-121-2/+9
* | | s390/qeth: consolidate filling of low-level cmd length fieldsJulian Wiedmann2019-02-125-56/+28
* | | s390/qeth: reduce data length for ARP cache queryJulian Wiedmann2019-02-124-18/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-096-15/+33
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-084-14/+31
| |\ \
| | * | s390/qeth: conclude all event processing before offlining a cardJulian Wiedmann2019-02-044-5/+15
| | * | s390/qeth: cancel close_dev work before removing a cardJulian Wiedmann2019-02-043-0/+4
| | * | s390/qeth: fix use-after-free in error pathJulian Wiedmann2019-02-041-9/+6
| | * | s390/qeth: release cmd buffer in error pathsJulian Wiedmann2019-02-041-0/+6
| | |/
| * | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-02-022-1/+2
| |\ \ | | |/ | |/|
| | * scsi: zfcp: fix sysfs block queue limit output for max_segment_sizeSteffen Maier2019-01-292-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-271-0/+2
|\| |
| * | Merge tag 's390-5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-01-231-0/+2
| |\ \
| | * | s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer2019-01-111-0/+2
| | |/
* | | s390/qeth: remove VLAN tracking for L2 devicesJulian Wiedmann2019-01-264-63/+18
* | | s390/qeth: detach netdevice while card is offlineJulian Wiedmann2019-01-264-102/+20
* | | s390/qeth: delay netdevice registrationJulian Wiedmann2019-01-263-40/+43
* | | s390/qeth: remove TX disable from online pathJulian Wiedmann2019-01-262-3/+0
* | | s390/qeth: register MAC address earlierJulian Wiedmann2019-01-261-8/+12
* | | s390/qeth: consolidate open/stop netdev opsJulian Wiedmann2019-01-264-124/+84
* | | s390/qeth: remove bogus netif_wake_queue()Julian Wiedmann2019-01-261-2/+0
* | | s390/qeth: streamline TX buffer managementJulian Wiedmann2019-01-261-19/+14
|/ /
* | virtio: don't allocate vqs when names[i] = NULLWei Wang2019-01-151-3/+9
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-8/+7
|/
* Merge tag 's390-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2019-01-0310-161/+193
|\
| * Merge tag 'vfio-ccw-20181213' of git://git.kernel.org/pub/scm/linux/kernel/gi...Martin Schwidefsky2018-12-132-7/+1
| |\
| | * vfio: ccw: Merge BUSY and BOXED statesPierre Morel2018-12-122-7/+1
| * | s390/zcrypt: rework ap scan bus codeHarald Freudenberger2018-12-131-117/+160
| * | s390/zcrypt: make sysfs reset attribute trigger queue resetHarald Freudenberger2018-12-131-1/+22
| * | s390/drivers: fix proc/debugfs file permissionsSebastian Ott2018-12-133-8/+4
| * | s390: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-132-28/+3
| |/
| * s390/zcrypt: improve special ap message cmd handlingHarald Freudenberger2018-11-301-0/+2