summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: fix initialization on old HWJulian Wiedmann2019-12-241-3/+1
* s390/qeth: vnicc Fix init to defaultAlexandra Winter2019-12-241-1/+3
* s390/qeth: Fix vnicc_is_in_use if rx_bcast not setAlexandra Winter2019-12-241-2/+1
* s390/qeth: fix false reporting of VNIC CHAR config failureAlexandra Winter2019-12-241-1/+0
* s390/qeth: lock the card while changing its hsuidJulian Wiedmann2019-12-242-17/+28
* s390/qeth: fix qdio teardown after early init errorJulian Wiedmann2019-12-243-14/+10
* Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-224-24/+10
|\
| * s390/dasd: fix typo in copyright statementStefan Haberland2019-12-202-2/+2
| * s390/dasd: fix memleak in path handling error caseStefan Haberland2019-12-201-17/+2
| * s390/dasd/cio: Interpret ccw_device_get_mdc return value correctlyJan Höppner2019-12-202-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-226-9/+17
|\ \ | |/ |/|
| * s390/qeth: don't return -ENOTSUPP to userspaceJulian Wiedmann2019-12-201-1/+1
| * s390/qeth: fix promiscuous mode after resetJulian Wiedmann2019-12-203-1/+4
| * s390/qeth: handle error due to unsupported transport modeJulian Wiedmann2019-12-202-7/+12
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-086-83/+119
|\
| * s390/qeth: fix dangling IO buffers after halt/clearJulian Wiedmann2019-12-055-46/+67
| * s390/qeth: ensure linear access to packet headersJulian Wiedmann2019-12-051-33/+31
| * s390/qeth: guard against runt packetsJulian Wiedmann2019-12-053-6/+23
* | Merge tag 's390-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-12-031-0/+2
|\ \
| * | s390/zcrypt: handle new reply code FILTERED_BY_HYPERVISORHarald Freudenberger2019-11-301-0/+2
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-0212-22/+683
|\ \ \ | |_|/ |/| |
| * | scsi: zfcp: trace channel log even for FCP command responsesSteffen Maier2019-10-281-5/+3
| * | scsi: zfcp: proper indentation to reduce confusion in zfcp_erp_required_actSteffen Maier2019-10-281-2/+2
| * | scsi: zfcp: move maximum age of diagnostic buffers into a per-adapter variableBenjamin Block2019-10-283-11/+61
| * | scsi: zfcp: implicitly refresh config-data diagnostics when reading sysfsBenjamin Block2019-10-283-0/+36
| * | scsi: zfcp: introduce sysfs interface to read the local B2B-CreditBenjamin Block2019-10-281-0/+40
| * | scsi: zfcp: implicitly refresh port-data diagnostics when reading sysfsBenjamin Block2019-10-283-0/+145
| * | scsi: zfcp: introduce sysfs interface for diagnostics of local SFP transceiverBenjamin Block2019-10-285-0/+136
| * | scsi: zfcp: support retrieval of SFP Data via Exchange Port DataBenjamin Block2019-10-282-3/+24
| * | scsi: zfcp: add diagnostics buffer for exchange config dataBenjamin Block2019-10-283-2/+28
| * | scsi: zfcp: diagnostics buffer caching and use for exchange port dataBenjamin Block2019-10-286-3/+175
| * | scsi: zfcp: signal incomplete or error for sync exchange config/port dataBenjamin Block2019-10-284-9/+46
| * | Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen2019-10-091-3/+13
| |\ \
* | \ \ Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-26/+15
|\ \ \ \
| * | | | compat_ioctl: move tape handling into driversArnd Bergmann2019-10-231-26/+15
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-2513-528/+254
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-224-13/+33
| |\ \ \ \
| * | | | | net/smc: immediate termination for SMCD link groupsUrsula Braun2019-11-151-2/+0
| * | | | | s390/qeth: don't check drvdata in sysfs codeJulian Wiedmann2019-11-143-199/+4
| * | | | | s390/qeth: replace qeth_l3_get_addr_buffer()Julian Wiedmann2019-11-142-40/+23
| * | | | | s390/qeth: remove VLAN tracking for L3 devicesJulian Wiedmann2019-11-142-32/+11
| * | | | | s390/qeth: consolidate L3 mcast registration codeJulian Wiedmann2019-11-141-90/+30
| * | | | | s390/qeth: remove gratuitious RX modesetJulian Wiedmann2019-11-141-2/+0
| * | | | | s390/qeth: fine-tune L3 mcast lockingJulian Wiedmann2019-11-141-4/+3
| * | | | | s390/qeth: clean up error path in qeth_core_probe_device()Julian Wiedmann2019-11-141-1/+2
| * | | | | s390/qeth: handle skb allocation error gracefullyJulian Wiedmann2019-11-141-15/+10
| * | | | | s390/qeth: drop unwanted packets earlier in RX pathJulian Wiedmann2019-11-143-41/+44
| * | | | | s390/qeth: support per-frame invalidationJulian Wiedmann2019-11-143-2/+14
| * | | | | s390/qeth: gather more detailed RX dropped/error statisticsJulian Wiedmann2019-11-145-8/+20