summaryrefslogtreecommitdiffstats
path: root/drivers/s390
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-058-87/+2105
|\
| * s390/pkey/zcrypt: Support EP11 AES secure keysHarald Freudenberger2020-01-303-102/+1401
| * s390/zcrypt: extend EP11 card and queue sysfs attributesHarald Freudenberger2020-01-301-20/+253
| * s390/zcrypt: add new low level ep11 functions support fileHarald Freudenberger2020-01-304-1/+428
| * s390/zcrypt: ep11 structs rework, export zcrypt_send_ep11_cprbHarald Freudenberger2020-01-302-4/+11
| * s390/zcrypt: enable card/domain autoselect on ep11 cprbsHarald Freudenberger2020-01-301-4/+7
| * s390/pkey: Add support for key blob with clear key valueHarald Freudenberger2020-01-302-6/+55
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-043-21/+19
|/
* s390/qeth: remove HARDSETUP stateJulian Wiedmann2020-01-265-21/+3
* s390/qeth: make cmd/reply matching more flexibleJulian Wiedmann2020-01-263-12/+39
* s390/qeth: consolidate online/offline codeJulian Wiedmann2020-01-264-184/+107
* s390/qeth: consolidate QDIO queue setupJulian Wiedmann2020-01-264-17/+9
* s390/qeth: shift some bridgeport code aroundJulian Wiedmann2020-01-263-39/+22
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-197-7/+10
|\
| * s390/zcrypt: move ap device reset from bus to driver codeHarald Freudenberger2020-01-096-5/+8
| * s390/zcrypt: Fix CCA cipher key gen with clear key value functionHarald Freudenberger2020-01-091-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-314-38/+43
|\|
| * 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
* | s390/qeth: remove QETH_RX_PULL_LENJulian Wiedmann2019-12-262-3/+4
* | s390/qeth: use napi_gro_frags() for SG skbsJulian Wiedmann2019-12-261-17/+50
* | s390/qeth: consolidate RX codeJulian Wiedmann2019-12-264-174/+153
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-2210-39/+33
|\|
| * 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
| |/
* | s390/qeth: make use of napi_schedule_irqoff()Julian Wiedmann2019-12-181-1/+1
* | s390/qeth: consolidate helpers for capability checkingJulian Wiedmann2019-12-183-61/+27
* | s390/qeth: stop yielding the ip_lock during IPv4 registrationJulian Wiedmann2019-12-182-33/+2
* | s390/qeth: don't raise NETDEV_REBOOT event from L3 offline pathJulian Wiedmann2019-12-181-6/+0
* | s390/qeth: remove open-coded inet_make_mask()Julian Wiedmann2019-12-183-24/+20
* | s390/qeth: clean up L3 sysfs codeJulian Wiedmann2019-12-182-85/+33
* | s390/qeth: overhaul L3 IP address dump codeJulian Wiedmann2019-12-183-45/+44
* | s390/qeth: wake up all waiters from qeth_irq()Julian Wiedmann2019-12-182-16/+18
* | s390/qeth: only handle IRQs while device is onlineJulian Wiedmann2019-12-181-37/+31
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-122-2/+2
|/
* 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