summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/ldmvsw.c
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-2/+2
* ethernet/sun: fix repeated words in commentsJilin Yuan2022-07-011-1/+1
* ethernet: sun: add missing semicolon, fix buildStephen Rothwell2021-10-111-1/+1
* ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski2021-10-091-5/+2
* sparc/vio: make remove callback return voidUwe Kleine-König2021-05-141-3/+1
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1
* net: sun: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-1/+1
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
* sun: Add SPDX license tags to Sun network driversShannon Nelson2018-02-071-0/+1
* net: ethernet: sun: Convert timers to use timer_setup()Kees Cook2017-10-181-2/+1
* ldmvsw: Remove redundant unlikely()Tobias Klauser2017-09-261-1/+1
* sunvnet: add support for IPv6 checksum offloadsShannon Nelson2017-07-161-1/+1
* sunvnet: restrict advertized checksum offloads to just IPShannon Nelson2017-06-151-1/+1
* ldmvsw: stop the clean timer at beginning of removeShannon Nelson2017-05-151-1/+1
* ldmvsw: unregistering netdev before disable hardwareThomas Tai2017-05-151-1/+1
* ldmvsw: better use of link up and down on ldom vswitchShannon Nelson2017-03-161-4/+23
* ldmvsw: disable tso and gso for bridge operationsShannon Nelson2017-02-141-3/+2
* ldmvsw: update and simplify version stringShannon Nelson2017-02-141-10/+4
* ethernet/sun: use core min/max MTU checkingJarod Wilson2016-10-181-1/+4
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-1/+0
* ldmvsw: Add ldmvsw.c driver codeAaron Young2016-03-181-0/+468