summaryrefslogtreecommitdiff
path: root/drivers/s390/net/qeth_l2_main.c
AgeCommit message (Expand)Author
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-12-08s390/qeth: fix use-after-free in hsciAlexandra Winter
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-27s390/qeth: Split memcpy() of struct qeth_ipacmd_addr_change flexible arrayKees Cook
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
2021-12-07s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann
2021-12-07s390/qeth: don't offer .ndo_bridge_* ops for OSA devicesJulian Wiedmann
2021-12-07s390/qeth: split up L2 netdev_opsJulian Wiedmann
2021-10-25s390/qeth: fix various format stringsHeiko Carstens
2021-10-25s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann
2021-10-25s390/qeth: improve trace entries for MAC address (un)registrationJulian 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-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean
2021-08-07s390/qeth: Update MACs of LEARNING_SYNC deviceAlexandra Winter
2021-08-07s390/qeth: Switchdev event handlerAlexandra Winter
2021-08-07s390/qeth: Register switchdev event handlerAlexandra Winter
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27qeth: use ndo_siocdevprivateArnd Bergmann
2021-07-20s390/qeth: clean up device_type managementJulian Wiedmann
2021-07-20s390/qeth: remove OSN supportJulian Wiedmann
2021-06-11s390/qeth: Consider dependency on SWITCHDEV moduleAlexandra Winter
2021-01-28s390/qeth: remove qeth_get_ip_version()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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-20s390/qeth: Remove pnso workaroundAlexandra Winter
2020-11-18s390/qeth: reduce rtnl locking for switchdev eventsJulian Wiedmann
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: remove forward declarations in L2 codeJulian 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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-15s390/qeth: implement ndo_bridge_setlink for learning_syncAlexandra Winter
2020-09-15s390/qeth: implement ndo_bridge_getlink for learning_syncAlexandra Winter
2020-09-15s390/qeth: Reset address notification in case of buffer overflowAlexandra Winter
2020-09-15s390/qeth: Translate address events into switchdev notifiersAlexandra Winter
2020-09-15s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter
2020-09-15s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter
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