aboutsummaryrefslogtreecommitdiff
path: root/drivers/s390/net/qeth_l3_main.c
AgeCommit message (Expand)Author
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-04-29qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-02-17s390/qeth: Remove redundant 'flush_workqueue()' callsXu Wang
2021-12-07s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann
2021-10-25s390/qeth: fix kernel doc commentsHeiko Carstens
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 in remove_disciplineAlexandra Winter
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27qeth: use ndo_siocdevprivateArnd Bergmann
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-20s390/qeth: clean up device_type managementJulian Wiedmann
2021-07-13s390: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-26mld: convert ifmcaddr6 to RCUTaehee Yoo
2021-03-18s390/qeth: remove RX VLAN filter stubs in L3 driverJulian Wiedmann
2021-01-28s390/qeth: make cast type selection for af_iucv skbs robustJulian Wiedmann
2021-01-28s390/qeth: pass proto to qeth_l3_get_cast_type()Julian Wiedmann
2021-01-28s390/qeth: remove qeth_get_ip_version()Julian Wiedmann
2021-01-07s390/qeth: fix L2 header access in qeth_l3_osa_features_check()Julian Wiedmann
2021-01-07s390/qeth: fix locking for discipline setup / removalJulian Wiedmann
2021-01-07s390/qeth: fix deadlock during recoveryJulian Wiedmann
2020-12-07s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann
2020-11-18s390/qeth: remove useless if/elseKaixu Xia
2020-10-02s390/qeth: static checker cleanupsJulian Wiedmann
2020-10-02s390/qeth: use netdev_name()Julian Wiedmann
2020-10-02s390/qeth: constify the disciplinesJulian Wiedmann
2020-10-02s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann
2020-10-02s390/qeth: keep track of wanted TX queuesJulian Wiedmann
2020-09-23s390/qeth: consolidate teardown codeJulian Wiedmann
2020-09-23s390/qeth: consolidate online codeJulian Wiedmann
2020-09-23s390/qeth: cancel cmds earlier during teardownJulian Wiedmann
2020-09-23s390/qeth: tighten ucast IP lockingJulian Wiedmann
2020-09-23s390/qeth: replace deprecated simple_stroul()Julian Wiedmann
2020-09-23s390/qeth: relax locking for ipato config dataJulian Wiedmann
2020-09-23s390/qeth: don't init refcount twice for mcast IPsJulian Wiedmann
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-10s390/qeth: delay draining the TX buffersJulian Wiedmann
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-27s390/qeth: clean up qeth_l3_send_setdelmc()'s declarationJulian Wiedmann
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-31s390/qeth: integrate RX refill worker with NAPIJulian Wiedmann
2020-07-14s390/qeth: unify RX-mode hashtablesJulian Wiedmann
2020-07-14s390/qeth: reject unsupported link type earlierJulian Wiedmann
2020-05-06s390/qeth: extract helpers for next-hop lookupJulian Wiedmann
2020-05-06s390/qeth: process local address eventsJulian Wiedmann
2020-03-29s390/qeth: support net namespaces for L3 devicesJulian Wiedmann
2020-03-25s390/qeth: simplify L3 dev_id logicJulian Wiedmann
2020-03-18s390/qeth: use dev->reg_stateJulian Wiedmann
2020-03-18s390/qeth: remove prio-queueing support for z/VM NICsJulian Wiedmann
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller