aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-05Merge tag 's390-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds8-87/+2105
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan3-21/+19
2020-01-30s390/pkey/zcrypt: Support EP11 AES secure keysHarald Freudenberger3-102/+1401
2020-01-30s390/zcrypt: extend EP11 card and queue sysfs attributesHarald Freudenberger1-20/+253
2020-01-30s390/zcrypt: add new low level ep11 functions support fileHarald Freudenberger4-1/+428
2020-01-30s390/zcrypt: ep11 structs rework, export zcrypt_send_ep11_cprbHarald Freudenberger2-4/+11
2020-01-30s390/zcrypt: enable card/domain autoselect on ep11 cprbsHarald Freudenberger1-4/+7
2020-01-30s390/pkey: Add support for key blob with clear key valueHarald Freudenberger2-6/+55
2020-01-26s390/qeth: remove HARDSETUP stateJulian Wiedmann5-21/+3
2020-01-26s390/qeth: make cmd/reply matching more flexibleJulian Wiedmann3-12/+39
2020-01-26s390/qeth: consolidate online/offline codeJulian Wiedmann4-184/+107
2020-01-26s390/qeth: consolidate QDIO queue setupJulian Wiedmann4-17/+9
2020-01-26s390/qeth: shift some bridgeport code aroundJulian Wiedmann3-39/+22
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-7/+10
2020-01-09s390/zcrypt: move ap device reset from bus to driver codeHarald Freudenberger6-5/+8
2020-01-09s390/zcrypt: Fix CCA cipher key gen with clear key value functionHarald Freudenberger1-2/+2
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-38/+43
2019-12-26s390/qeth: remove QETH_RX_PULL_LENJulian Wiedmann2-3/+4
2019-12-26s390/qeth: use napi_gro_frags() for SG skbsJulian Wiedmann1-17/+50
2019-12-26s390/qeth: consolidate RX codeJulian Wiedmann4-174/+153
2019-12-24s390/qeth: fix initialization on old HWJulian Wiedmann1-3/+1
2019-12-24s390/qeth: vnicc Fix init to defaultAlexandra Winter1-1/+3
2019-12-24s390/qeth: Fix vnicc_is_in_use if rx_bcast not setAlexandra Winter1-2/+1
2019-12-24s390/qeth: fix false reporting of VNIC CHAR config failureAlexandra Winter1-1/+0
2019-12-24s390/qeth: lock the card while changing its hsuidJulian Wiedmann2-17/+28
2019-12-24s390/qeth: fix qdio teardown after early init errorJulian Wiedmann3-14/+10
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller10-39/+33
2019-12-22Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds4-24/+10
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-9/+17
2019-12-20s390/qeth: don't return -ENOTSUPP to userspaceJulian Wiedmann1-1/+1
2019-12-20s390/qeth: fix promiscuous mode after resetJulian Wiedmann3-1/+4
2019-12-20s390/qeth: handle error due to unsupported transport modeJulian Wiedmann2-7/+12
2019-12-20s390/dasd: fix typo in copyright statementStefan Haberland2-2/+2
2019-12-20s390/dasd: fix memleak in path handling error caseStefan Haberland1-17/+2
2019-12-20s390/dasd/cio: Interpret ccw_device_get_mdc return value correctlyJan Höppner2-5/+6
2019-12-18s390/qeth: make use of napi_schedule_irqoff()Julian Wiedmann1-1/+1
2019-12-18s390/qeth: consolidate helpers for capability checkingJulian Wiedmann3-61/+27
2019-12-18s390/qeth: stop yielding the ip_lock during IPv4 registrationJulian Wiedmann2-33/+2
2019-12-18s390/qeth: don't raise NETDEV_REBOOT event from L3 offline pathJulian Wiedmann1-6/+0
2019-12-18s390/qeth: remove open-coded inet_make_mask()Julian Wiedmann3-24/+20
2019-12-18s390/qeth: clean up L3 sysfs codeJulian Wiedmann2-85/+33
2019-12-18s390/qeth: overhaul L3 IP address dump codeJulian Wiedmann3-45/+44
2019-12-18s390/qeth: wake up all waiters from qeth_irq()Julian Wiedmann2-16/+18
2019-12-18s390/qeth: only handle IRQs while device is onlineJulian Wiedmann1-37/+31
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2-2/+2
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-6/+6
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-83/+119
2019-12-05s390/qeth: fix dangling IO buffers after halt/clearJulian Wiedmann5-46/+67
2019-12-05s390/qeth: ensure linear access to packet headersJulian Wiedmann1-33/+31
2019-12-05s390/qeth: guard against runt packetsJulian Wiedmann3-6/+23