aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-13s390/qdio: remove 'merge_pending' mechanismJulian Wiedmann1-3/+1
2021-02-13s390/qdio: improve handling of PENDING buffers for QEBSM devicesJulian Wiedmann1-3/+6
2021-01-28net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann1-2/+4
2021-01-28s390/qeth: don't fake a TX completion interrupt after TX errorJulian Wiedmann1-16/+18
2021-01-28s390/qeth: remove qeth_get_ip_version()Julian Wiedmann1-8/+10
2021-01-28s390/qeth: clean up load/remove code for disciplinesJulian Wiedmann1-21/+24
2021-01-07s390/qeth: fix locking for discipline setup / removalJulian Wiedmann1-2/+5
2021-01-07s390/qeth: fix deadlock during recoveryJulian Wiedmann1-13/+22
2020-12-07s390/qeth: make qeth_qdio_handle_aob() more robustJulian Wiedmann1-0/+1
2020-12-07s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED stateJulian Wiedmann1-3/+2
2020-12-07s390/qeth: don't replace a fully completed async TX bufferJulian Wiedmann1-38/+51
2020-12-07s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann1-2/+5
2020-12-07s390/qeth: don't call INIT_LIST_HEAD() on iob's list entryJulian Wiedmann1-5/+4
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-28/+54
2020-11-20s390/qeth: fix tear down of async TX buffersJulian Wiedmann1-6/+0
2020-11-20s390/qeth: fix af_iucv notification raceJulian Wiedmann1-21/+52
2020-11-20s390/qeth: make af_iucv TX notification call more robustJulian Wiedmann1-1/+2
2020-11-18s390/qeth: improve selection of ethtool link modesJulian Wiedmann1-0/+11
2020-11-18s390/qeth: use QUERY OAT for initial link infoJulian Wiedmann1-0/+107
2020-11-18s390/qeth: set static link info during initializationJulian Wiedmann1-0/+38
2020-11-18s390/qeth: improve QUERY CARD INFO processingJulian Wiedmann1-7/+60
2020-10-02s390/qeth: static checker cleanupsJulian Wiedmann1-9/+9
2020-10-02s390/qeth: use netdev_name()Julian Wiedmann1-3/+3