summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: report 25Gbit link speedJulian Wiedmann2018-11-032-2/+20
* s390/qeth: sanitize ARP requestsJulian Wiedmann2018-11-034-79/+34Star
* s390/qeth: fix initial operstateJulian Wiedmann2018-11-034-10/+25
* s390/qeth: unregister netdevice only when registeredJulian Wiedmann2018-11-033-4/+11
* s390/qeth: fix HiperSockets snifferJulian Wiedmann2018-11-031-3/+5
* s390/qeth: sanitize strings in debug messagesJulian Wiedmann2018-11-034-151/+119Star
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-314-4/+4
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-264-0/+1188
|\
| * s390: vfio-ap: make local functions and data staticChristian Borntraeger2018-10-082-12/+12
| * s390: vfio-ap: setup APCB mask using KVM dedicated functionPierre Morel2018-10-051-32/+3Star
| * s390: vfio-ap: implement VFIO_DEVICE_RESET ioctlTony Krowiak2018-09-281-1/+4
| * s390: vfio-ap: zeroize the AP queuesTony Krowiak2018-09-281-0/+49
| * s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctlTony Krowiak2018-09-281-0/+38
| * s390: vfio-ap: implement mediated device open callbackTony Krowiak2018-09-282-0/+166
| * s390: vfio-ap: sysfs interface to view matrix mdev matrixTony Krowiak2018-09-261-0/+51
| * s390: vfio-ap: sysfs interfaces to configure control domainsTony Krowiak2018-09-261-0/+112
| * s390: vfio-ap: sysfs interfaces to configure domainsTony Krowiak2018-09-261-1/+137
| * s390: vfio-ap: sysfs interfaces to configure adaptersTony Krowiak2018-09-261-0/+292
| * s390: vfio-ap: register matrix device with VFIO mdev frameworkTony Krowiak2018-09-264-1/+195
| * s390: vfio-ap: base implementation of VFIO AP device driverTony Krowiak2018-09-263-0/+176
* | Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-2/+2
|\ \
| * | PCI: Remove pci_set_dma_max_seg_size()Christoph Hellwig2018-10-101-1/+1
| * | PCI: Remove pci_set_dma_seg_boundary()Christoph Hellwig2018-10-101-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-246-734/+694Star
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-136-11/+38
| |\ \
| * | | s390/qeth: add TSO support for L2 devicesJulian Wiedmann2018-10-123-8/+27
| * | | s390/qeth: add support for IPv6 TSOJulian Wiedmann2018-10-123-31/+65
| * | | s390/qeth: enhance TSO control sequenceJulian Wiedmann2018-10-122-2/+101
| * | | s390/qeth: make TSO controls protocol-agnosticJulian Wiedmann2018-10-121-20/+21
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-043-20/+19Star
| |\ \ \
| * | | | s390/qeth: remove duplicated carrier state trackingJulian Wiedmann2018-09-265-22/+10Star
| * | | | s390/qeth: clean up drop conditions for received cmdsJulian Wiedmann2018-09-261-10/+11
| * | | | s390/qeth: re-indent qeth_check_ipa_data()Julian Wiedmann2018-09-261-71/+58Star
| * | | | s390/qeth: consume local address eventsJulian Wiedmann2018-09-261-2/+2
| * | | | s390/qeth: remove various redundant codeJulian Wiedmann2018-09-263-15/+2Star
| * | | | s390/qeth: remove CARD_FROM_CDEV helperJulian Wiedmann2018-09-261-44/+29Star
| * | | | s390/qeth: pass card pointer in iob callbackJulian Wiedmann2018-09-262-24/+32
| * | | | s390/qeth: re-use qeth_notify_skbs()Julian Wiedmann2018-09-261-24/+5Star
| * | | | s390/qeth: remove additional skb refcountJulian Wiedmann2018-09-261-2/+0Star
| * | | | s390/qeth: replace open-coded skb_queue_walk()Julian Wiedmann2018-09-261-15/+4Star
| * | | | net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann2018-09-261-7/+5Star
| * | | | s390/qeth: on gdev release, reset drvdataJulian Wiedmann2018-09-261-2/+3
| * | | | s390/qeth: fix discipline unload after setup errorJulian Wiedmann2018-09-264-4/+2Star
| * | | | s390/qeth: use DEFINE_MUTEX for qeth_mod_mutexJulian Wiedmann2018-09-261-7/+6Star
| * | | | s390/qeth: convert layer attribute to enumJulian Wiedmann2018-09-265-26/+25Star
| * | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-181-53/+33Star
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | s390/qeth: reduce 0-initializing when building IPA cmdsJulian Wiedmann2018-09-171-10/+5Star
| * | | | s390/qeth: fine-tune spinlocksJulian Wiedmann2018-09-173-35/+24Star
| * | | | s390/qeth: fix typo in return valueJulian Wiedmann2018-09-171-1/+1
| * | | | s390/qeth: invoke softirqs after napi_schedule()Julian Wiedmann2018-09-172-0/+6