aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/s390/net/qeth_l2_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-02s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter1-3/+6
2023-02-10s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler1-26/+27
2022-12-08s390/qeth: fix use-after-free in hsciAlexandra Winter1-1/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-27s390/qeth: Split memcpy() of struct qeth_ipacmd_addr_change flexible arrayKees Cook1-2/+2
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-04-29qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski1-1/+1
2021-12-07s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann1-14/+6
2021-12-07s390/qeth: don't offer .ndo_bridge_* ops for OSA devicesJulian Wiedmann1-2/+0
2021-12-07s390/qeth: split up L2 netdev_opsJulian Wiedmann1-4/+28
2021-10-25s390/qeth: fix various format stringsHeiko Carstens1-7/+7
2021-10-25s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann1-1/+0
2021-10-25s390/qeth: improve trace entries for MAC address (un)registrationJulian Wiedmann1-6/+6
2021-10-22net: s390: constify and use eth_hw_addr_set()Jakub Kicinski1-3/+3
2021-09-21s390/qeth: Fix deadlock in remove_disciplineAlexandra Winter1-1/+0
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-08-10net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by drivers towards the bridgeVladimir Oltean1-2/+2
2021-08-07s390/qeth: Update MACs of LEARNING_SYNC deviceAlexandra Winter1-4/+127
2021-08-07s390/qeth: Switchdev event handlerAlexandra Winter1-5/+78
2021-08-07s390/qeth: Register switchdev event handlerAlexandra Winter1-3/+40
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-27qeth: use ndo_siocdevprivateArnd Bergmann1-0/+1
2021-07-20s390/qeth: clean up device_type managementJulian Wiedmann1-3/+5
2021-07-20s390/qeth: remove OSN supportJulian Wiedmann1-152/+12
2021-06-11s390/qeth: Consider dependency on SWITCHDEV moduleAlexandra Winter1-2/+10
2021-01-28s390/qeth: remove qeth_get_ip_version()Julian Wiedmann1-3/+3
2021-01-07s390/qeth: fix locking for discipline setup / removalJulian Wiedmann1-4/+1
2021-01-07s390/qeth: fix deadlock during recoveryJulian Wiedmann1-2/+5
2020-12-07s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann1-2/+2
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-16/+2
2020-11-20s390/qeth: Remove pnso workaroundAlexandra Winter1-16/+2
2020-11-18s390/qeth: reduce rtnl locking for switchdev eventsJulian Wiedmann1-18/+15
2020-10-02s390/qeth: static checker cleanupsJulian Wiedmann1-3/+2
2020-10-02s390/qeth: use netdev_name()Julian Wiedmann1-1/+1
2020-10-02s390/qeth: constify the disciplinesJulian Wiedmann1-1/+1
2020-10-02s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann1-2/+3
2020-10-02s390/qeth: keep track of wanted TX queuesJulian Wiedmann1-6/+8
2020-09-23s390/qeth: remove forward declarations in L2 codeJulian Wiedmann1-197/+181
2020-09-23s390/qeth: consolidate teardown codeJulian Wiedmann1-32/+18
2020-09-23s390/qeth: consolidate online codeJulian Wiedmann1-19/+1
2020-09-23s390/qeth: cancel cmds earlier during teardownJulian Wiedmann1-3/+1
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-15s390/qeth: implement ndo_bridge_setlink for learning_syncAlexandra Winter1-0/+125
2020-09-15s390/qeth: implement ndo_bridge_getlink for learning_syncAlexandra Winter1-1/+22
2020-09-15s390/qeth: Reset address notification in case of buffer overflowAlexandra Winter1-1/+113
2020-09-15s390/qeth: Translate address events into switchdev notifiersAlexandra Winter1-1/+109
2020-09-15s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter1-0/+45
2020-09-15s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter1-5/+8
2020-09-10s390/qeth: delay draining the TX buffersJulian Wiedmann1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1