summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-123-10/+8
|\
| * s390/lcs: fix variable dereferenced before checkAlexandra Winter2022-05-111-3/+4
| * s390/ctcm: fix potential memory leakAlexandra Winter2022-05-111-5/+1
| * s390/ctcm: fix variable dereferenced before checkAlexandra Winter2022-05-111-2/+3
* | net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-062-2/+2
* | net: switch to netif_napi_add_tx()Jakub Kicinski2022-05-051-2/+1
* | qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-294-5/+3
|/
* s390/ctcm: fix typo "length to short" -> "length too short"Tong Zhang2022-03-211-1/+1
* s390: net: Use netif_rx().Sebastian Andrzej Siewior2022-03-072-6/+2
* s390/net: sort out physical vs virtual pointers usageAlexander Gordeev2022-02-222-5/+5
* s390/qeth: Remove redundant 'flush_workqueue()' callsXu Wang2022-02-171-1/+0
* 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