summaryrefslogtreecommitdiff
path: root/drivers/s390/net/qeth_core_main.c
AgeCommit message (Expand)Author
2024-03-25s390/qeth: handle deferred cc1Alexandra Winter
2024-03-13s390/qeth: use new address translation helpersHeiko Carstens
2024-03-13s390/cio: use new address translation helpersHeiko Carstens
2023-11-07s390/qeth: Fix typo 'weed' in commentKuan-Wei Chiu
2023-10-24s390/qeth: replace deprecated strncpy with strscpyJustin Stitt
2023-08-02s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter
2023-02-10s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler
2022-08-08s390/qeth: cache link_info for ethtoolAlexandra Winter
2022-07-25s390/qeth: Fix typo 'the the' in commentSlark Xiao
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski
2022-04-29qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-02-22s390/net: sort out physical vs virtual pointers usageAlexander Gordeev
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-12-07s390/qeth: remove check for packing mode in qeth_check_outbound_queue()Julian Wiedmann
2021-12-07s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann
2021-12-07s390/qeth: simplify qeth_receive_skb()Julian Wiedmann
2021-12-06s390/qdio: split do_QDIO()Julian Wiedmann
2021-12-06s390/qdio: split qdio_inspect_queue()Julian Wiedmann
2021-11-19s390/qeth: allocate RX queue at probe timeJulian Wiedmann
2021-10-25s390/qeth: update kerneldoc for qeth_add_hw_header()Julian Wiedmann
2021-10-25s390/qeth: fix kernel doc commentsHeiko Carstens
2021-10-25s390/qeth: don't keep track of Input Queue countJulian Wiedmann
2021-10-25s390/qeth: clarify remaining dev_kfree_skb_any() usersJulian Wiedmann
2021-10-25s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann
2021-10-25s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann
2021-10-22net: s390: constify and use eth_hw_addr_set()Jakub Kicinski
2021-09-21s390/qeth: fix deadlock during failing recoveryAlexandra Winter
2021-09-21s390/qeth: Fix deadlock in remove_disciplineAlexandra Winter
2021-09-21s390/qeth: fix NULL deref in qeth_clear_working_pool_list()Julian Wiedmann
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-07-27qeth: use ndo_siocdevprivateArnd Bergmann
2021-07-27s390/qdio: clarify reporting of errors to the driversJulian Wiedmann
2021-07-20s390/qeth: clean up device_type managementJulian Wiedmann
2021-07-20s390/qeth: clean up QETH_PROT_* namingJulian Wiedmann
2021-07-20s390/qeth: remove OSN supportJulian Wiedmann
2021-06-11s390/qeth: shrink TX buffer structJulian Wiedmann
2021-06-11s390/qeth: remove TX buffer's pointer to its queueJulian Wiedmann
2021-06-11s390/qeth: remove QAOB's pointer to its TX bufferJulian Wiedmann
2021-06-11s390/qeth: consolidate completion of pending TX buffersJulian Wiedmann
2021-06-11s390/qeth: unify the tracking of active cmds on ccw deviceJulian Wiedmann
2021-06-11s390/qeth: also use TX NAPI for non-IQD devicesJulian Wiedmann
2021-06-11s390/qeth: count TX completion interruptsJulian Wiedmann
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-03-22s390/qdio: let driver manage the QAOBJulian Wiedmann
2021-03-18s390/qeth: enable napi_consume_skb() for pending TX buffersJulian Wiedmann
2021-03-18s390/qeth: allocate initial TX Buffer structs with GFP_KERNELJulian Wiedmann
2021-03-09s390/qeth: fix notification for pending buffers during teardownJulian Wiedmann
2021-03-09s390/qeth: schedule TX NAPI on QAOB completionJulian Wiedmann
2021-03-09s390/qeth: improve completion of pending TX buffersJulian Wiedmann
2021-03-09s390/qeth: fix memory leak after failed TX Buffer allocationJulian Wiedmann