aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/s390/net/qeth_core_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-13s390/qeth: use new address translation helpersHeiko Carstens1-11/+11
2024-03-13s390/cio: use new address translation helpersHeiko Carstens1-1/+1
2023-11-07s390/qeth: Fix typo 'weed' in commentKuan-Wei Chiu1-1/+1
2023-10-24s390/qeth: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-08-02s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter1-2/+0
2023-02-10s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler1-6/+8
2022-08-08s390/qeth: cache link_info for ethtoolAlexandra Winter1-121/+47
2022-07-25s390/qeth: Fix typo 'the the' in commentSlark Xiao1-1/+1
2022-05-05net: switch to netif_napi_add_tx()Jakub Kicinski1-2/+1
2022-04-29qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-1/+1
2022-02-22s390/net: sort out physical vs virtual pointers usageAlexander Gordeev1-1/+1
2022-01-10Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-46/+43
2021-12-07s390/qeth: remove check for packing mode in qeth_check_outbound_queue()Julian Wiedmann1-4/+1
2021-12-07s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann1-2/+13
2021-12-07s390/qeth: simplify qeth_receive_skb()Julian Wiedmann1-22/+12
2021-12-06s390/qdio: split do_QDIO()Julian Wiedmann1-10/+10
2021-12-06s390/qdio: split qdio_inspect_queue()Julian Wiedmann1-8/+8
2021-11-19s390/qeth: allocate RX queue at probe timeJulian Wiedmann1-18/+17
2021-10-25s390/qeth: update kerneldoc for qeth_add_hw_header()Julian Wiedmann1-0/+2
2021-10-25s390/qeth: fix kernel doc commentsHeiko Carstens1-5/+5
2021-10-25s390/qeth: don't keep track of Input Queue countJulian Wiedmann1-10/+7
2021-10-25s390/qeth: clarify remaining dev_kfree_skb_any() usersJulian Wiedmann1-3/+3
2021-10-25s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann1-2/+17
2021-10-25s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann1-4/+1
2021-10-22net: s390: constify and use eth_hw_addr_set()Jakub Kicinski1-2/+2
2021-09-21s390/qeth: fix deadlock during failing recoveryAlexandra Winter1-1/+2
2021-09-21s390/qeth: Fix deadlock in remove_disciplineAlexandra Winter1-12/+4
2021-09-21s390/qeth: fix NULL deref in qeth_clear_working_pool_list()Julian Wiedmann1-0/+3
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-128/+61
2021-07-27qeth: use ndo_siocdevprivateArnd Bergmann1-10/+25
2021-07-27s390/qdio: clarify reporting of errors to the driversJulian Wiedmann1-7/+3
2021-07-20s390/qeth: clean up device_type managementJulian Wiedmann1-3/+1
2021-07-20s390/qeth: clean up QETH_PROT_* namingJulian Wiedmann1-1/+1
2021-07-20s390/qeth: remove OSN supportJulian Wiedmann1-115/+35
2021-06-11s390/qeth: shrink TX buffer structJulian Wiedmann1-4/+3
2021-06-11s390/qeth: remove TX buffer's pointer to its queueJulian Wiedmann1-5/+4
2021-06-11s390/qeth: remove QAOB's pointer to its TX bufferJulian Wiedmann1-81/+37
2021-06-11s390/qeth: consolidate completion of pending TX buffersJulian Wiedmann1-45/+28
2021-06-11s390/qeth: unify the tracking of active cmds on ccw deviceJulian Wiedmann1-8/+4
2021-06-11s390/qeth: also use TX NAPI for non-IQD devicesJulian Wiedmann1-75/+73
2021-06-11s390/qeth: count TX completion interruptsJulian Wiedmann1-1/+3
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-8/+10
2021-03-22s390/qdio: let driver manage the QAOBJulian Wiedmann1-54/+48
2021-03-18s390/qeth: enable napi_consume_skb() for pending TX buffersJulian Wiedmann1-4/+4
2021-03-18s390/qeth: allocate initial TX Buffer structs with GFP_KERNELJulian Wiedmann1-4/+6
2021-03-09s390/qeth: fix notification for pending buffers during teardownJulian Wiedmann1-3/+3
2021-03-09s390/qeth: schedule TX NAPI on QAOB completionJulian Wiedmann1-6/+12
2021-03-09s390/qeth: improve completion of pending TX buffersJulian Wiedmann1-41/+28
2021-03-09s390/qeth: fix memory leak after failed TX Buffer allocationJulian Wiedmann1-18/+17
2021-02-21Merge tag 's390-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+4