summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-108-86/+90
|\
| * s390/qeth: remove check for packing mode in qeth_check_outbound_queue()Julian Wiedmann2021-12-071-4/+1
| * s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann2021-12-074-30/+22
| * s390/qeth: don't offer .ndo_bridge_* ops for OSA devicesJulian Wiedmann2021-12-071-2/+0
| * s390/qeth: split up L2 netdev_opsJulian Wiedmann2021-12-071-4/+28
| * s390/qeth: simplify qeth_receive_skb()Julian Wiedmann2021-12-071-22/+12
| * ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+3
| * s390/lcs: add braces around empty function bodyHeiko Carstens2021-11-191-5/+6
| * s390/ctcm: add __printf format attribute to ctcm_dbf_longtextHeiko Carstens2021-11-191-0/+1
| * s390/ctcm: fix format stringHeiko Carstens2021-11-191-1/+1
| * s390/qeth: allocate RX queue at probe timeJulian Wiedmann2021-11-191-18/+17
* | s390/qdio: split do_QDIO()Julian Wiedmann2021-12-061-10/+10
* | s390/qdio: split qdio_inspect_queue()Julian Wiedmann2021-12-061-8/+8
|/
* s390/qeth: update kerneldoc for qeth_add_hw_header()Julian Wiedmann2021-10-251-0/+2
* s390/qeth: fix kernel doc commentsHeiko Carstens2021-10-252-6/+6
* s390/qeth: add __printf format attribute to qeth_dbf_longtextHeiko Carstens2021-10-251-0/+1
* s390/qeth: fix various format stringsHeiko Carstens2021-10-251-7/+7
* s390/qeth: don't keep track of Input Queue countJulian Wiedmann2021-10-252-11/+7
* s390/qeth: clarify remaining dev_kfree_skb_any() usersJulian Wiedmann2021-10-251-3/+3
* s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann2021-10-251-2/+17
* s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann2021-10-254-12/+6
* s390/qeth: improve trace entries for MAC address (un)registrationJulian Wiedmann2021-10-251-6/+6
* net: s390: constify and use eth_hw_addr_set()Jakub Kicinski2021-10-224-8/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-234-16/+9
|\
| * s390/qeth: fix deadlock during failing recoveryAlexandra Winter2021-09-211-1/+2
| * s390/qeth: Fix deadlock in remove_disciplineAlexandra Winter2021-09-214-15/+4
| * s390/qeth: fix NULL deref in qeth_clear_working_pool_list()Julian Wiedmann2021-09-211-0/+3
* | s390/ism: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-141-1/+1
* | s390/netiucv: remove incorrect kernel doc indicatorsHeiko Carstens2021-09-142-53/+53
* | s390/lcs: remove incorrect kernel doc indicatorsHeiko Carstens2021-09-141-60/+61
* | s390/ctcm: remove incorrect kernel doc indicatorsHeiko Carstens2021-09-143-53/+53
|/
* Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-3111-388/+341
|\
| * ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-1/+3
| * s390/net: replace in_irq() with in_hardirq()Changbin Du2021-08-162-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-2/+2
| |\
| * | s390/qeth: Update MACs of LEARNING_SYNC deviceAlexandra Winter2021-08-071-4/+127
| * | s390/qeth: Switchdev event handlerAlexandra Winter2021-08-072-5/+79
| * | s390/qeth: Register switchdev event handlerAlexandra Winter2021-08-071-3/+40
| * | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-3/+3
| * | qeth: use ndo_siocdevprivateArnd Bergmann2021-07-274-14/+35
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-232-0/+2
| |\ \
| * | | s390/qeth: clean up device_type managementJulian Wiedmann2021-07-204-11/+10
| * | | s390/qeth: clean up QETH_PROT_* namingJulian Wiedmann2021-07-202-4/+4
| * | | s390/qeth: remove OSN supportJulian Wiedmann2021-07-208-351/+48
* | | | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-301-7/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | s390/qdio: clarify reporting of errors to the driversJulian Wiedmann2021-07-271-7/+3
| | |/ | |/|
* / | net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-101-2/+2
|/ /
* / s390: Fix fall-through warnings for ClangGustavo A. R. Silva2021-07-132-0/+2
|/
* s390/netiuvc: get rid of forward declarationsHeiko Carstens2021-06-121-18/+10
* s390/qeth: Consider dependency on SWITCHDEV moduleAlexandra Winter2021-06-111-2/+10