summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: Fix typo 'weed' in commentKuan-Wei Chiu2023-11-071-1/+1
* s390/qeth: replace deprecated strncpy with strscpyJustin Stitt2023-10-241-1/+1
* s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter2023-08-021-2/+0
* s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler2023-02-101-6/+8
* s390/qeth: cache link_info for ethtoolAlexandra Winter2022-08-081-121/+47
* s390/qeth: Fix typo 'the the' in commentSlark Xiao2022-07-251-1/+1
* 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-291-1/+1
* s390/net: sort out physical vs virtual pointers usageAlexander Gordeev2022-02-221-1/+1
* Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-101-46/+43
|\
| * 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-071-2/+13
| * s390/qeth: simplify qeth_receive_skb()Julian Wiedmann2021-12-071-22/+12
| * 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-251-5/+5
* s390/qeth: don't keep track of Input Queue countJulian Wiedmann2021-10-251-10/+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-251-4/+1
* net: s390: constify and use eth_hw_addr_set()Jakub Kicinski2021-10-221-2/+2
* s390/qeth: fix deadlock during failing recoveryAlexandra Winter2021-09-211-1/+2
* s390/qeth: Fix deadlock in remove_disciplineAlexandra Winter2021-09-211-12/+4
* s390/qeth: fix NULL deref in qeth_clear_working_pool_list()Julian Wiedmann2021-09-211-0/+3
* Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-128/+61
|\
| * qeth: use ndo_siocdevprivateArnd Bergmann2021-07-271-10/+25
| * s390/qeth: clean up device_type managementJulian Wiedmann2021-07-201-3/+1
| * s390/qeth: clean up QETH_PROT_* namingJulian Wiedmann2021-07-201-1/+1
| * s390/qeth: remove OSN supportJulian Wiedmann2021-07-201-115/+35
* | s390/qdio: clarify reporting of errors to the driversJulian Wiedmann2021-07-271-7/+3
|/
* s390/qeth: shrink TX buffer structJulian Wiedmann2021-06-111-4/+3
* s390/qeth: remove TX buffer's pointer to its queueJulian Wiedmann2021-06-111-5/+4
* s390/qeth: remove QAOB's pointer to its TX bufferJulian Wiedmann2021-06-111-81/+37
* s390/qeth: consolidate completion of pending TX buffersJulian Wiedmann2021-06-111-45/+28
* s390/qeth: unify the tracking of active cmds on ccw deviceJulian Wiedmann2021-06-111-8/+4
* s390/qeth: also use TX NAPI for non-IQD devicesJulian Wiedmann2021-06-111-75/+73
* s390/qeth: count TX completion interruptsJulian Wiedmann2021-06-111-1/+3
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-8/+10
|\
| * s390/qeth: enable napi_consume_skb() for pending TX buffersJulian Wiedmann2021-03-181-4/+4
| * s390/qeth: allocate initial TX Buffer structs with GFP_KERNELJulian Wiedmann2021-03-181-4/+6
* | s390/qdio: let driver manage the QAOBJulian Wiedmann2021-03-221-54/+48
|/
* s390/qeth: fix notification for pending buffers during teardownJulian Wiedmann2021-03-091-3/+3
* s390/qeth: schedule TX NAPI on QAOB completionJulian Wiedmann2021-03-091-6/+12
* s390/qeth: improve completion of pending TX buffersJulian Wiedmann2021-03-091-41/+28
* s390/qeth: fix memory leak after failed TX Buffer allocationJulian Wiedmann2021-03-091-18/+17
* Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-02-211-3/+4
|\
| * s390/qdio: remove 'merge_pending' mechanismJulian Wiedmann2021-02-131-3/+1
| * s390/qdio: improve handling of PENDING buffers for QEBSM devicesJulian Wiedmann2021-02-131-3/+6