summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_l2_main.c
Commit message (Expand)AuthorAgeFilesLines
* s390/qeth: Don't call dev_close/dev_open (DOWN/UP)Alexandra Winter2023-08-021-3/+6
* s390/qeth: Convert sprintf/snprintf to scnprintfThorsten Winkler2023-02-101-26/+27
* s390/qeth: fix use-after-free in hsciAlexandra Winter2022-12-081-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* s390/qeth: Split memcpy() of struct qeth_ipacmd_addr_change flexible arrayKees Cook2022-09-271-2/+2
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* qeth: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-1/+1
* s390/qeth: fine-tune .ndo_select_queue()Julian Wiedmann2021-12-071-14/+6
* s390/qeth: don't offer .ndo_bridge_* ops for OSA devicesJulian Wiedmann2021-12-071-2/+0
* s390/qeth: split up L2 netdev_opsJulian Wiedmann2021-12-071-4/+28
* s390/qeth: fix various format stringsHeiko Carstens2021-10-251-7/+7
* s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann2021-10-251-1/+0
* s390/qeth: improve trace entries for MAC address (un)registrationJulian Wiedmann2021-10-251-6/+6
* net: s390: constify and use eth_hw_addr_set()Jakub Kicinski2021-10-221-3/+3
* s390/qeth: Fix deadlock in remove_disciplineAlexandra Winter2021-09-211-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-2/+2
|\
| * net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-101-2/+2
* | s390/qeth: Update MACs of LEARNING_SYNC deviceAlexandra Winter2021-08-071-4/+127
* | s390/qeth: Switchdev event handlerAlexandra Winter2021-08-071-5/+78
* | s390/qeth: Register switchdev event handlerAlexandra Winter2021-08-071-3/+40
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* | qeth: use ndo_siocdevprivateArnd Bergmann2021-07-271-0/+1
* | s390/qeth: clean up device_type managementJulian Wiedmann2021-07-201-3/+5
* | s390/qeth: remove OSN supportJulian Wiedmann2021-07-201-152/+12
|/
* s390/qeth: Consider dependency on SWITCHDEV moduleAlexandra Winter2021-06-111-2/+10
* s390/qeth: remove qeth_get_ip_version()Julian Wiedmann2021-01-281-3/+3
* s390/qeth: fix locking for discipline setup / removalJulian Wiedmann2021-01-071-4/+1
* s390/qeth: fix deadlock during recoveryJulian Wiedmann2021-01-071-2/+5
* s390/qeth: use dev->groups for common sysfs attributesJulian Wiedmann2020-12-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-16/+2
|\
| * s390/qeth: Remove pnso workaroundAlexandra Winter2020-11-201-16/+2
* | s390/qeth: reduce rtnl locking for switchdev eventsJulian Wiedmann2020-11-181-18/+15
|/
* s390/qeth: static checker cleanupsJulian Wiedmann2020-10-021-3/+2
* s390/qeth: use netdev_name()Julian Wiedmann2020-10-021-1/+1
* s390/qeth: constify the disciplinesJulian Wiedmann2020-10-021-1/+1
* s390/qeth: allow configuration of TX queues for OSA devicesJulian Wiedmann2020-10-021-2/+3
* s390/qeth: keep track of wanted TX queuesJulian Wiedmann2020-10-021-6/+8
* s390/qeth: remove forward declarations in L2 codeJulian Wiedmann2020-09-231-197/+181
* s390/qeth: consolidate teardown codeJulian Wiedmann2020-09-231-32/+18
* s390/qeth: consolidate online codeJulian Wiedmann2020-09-231-19/+1
* s390/qeth: cancel cmds earlier during teardownJulian Wiedmann2020-09-231-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+1
|\
| * s390/qeth: delay draining the TX buffersJulian Wiedmann2020-09-101-1/+1
* | s390/qeth: implement ndo_bridge_setlink for learning_syncAlexandra Winter2020-09-151-0/+125
* | s390/qeth: implement ndo_bridge_getlink for learning_syncAlexandra Winter2020-09-151-1/+22
* | s390/qeth: Reset address notification in case of buffer overflowAlexandra Winter2020-09-151-1/+113
* | s390/qeth: Translate address events into switchdev notifiersAlexandra Winter2020-09-151-1/+109
* | s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter2020-09-151-0/+45
* | s390/cio: Add new Operation Code OC3 to PNSOAlexandra Winter2020-09-151-5/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-1/+1
|\|