summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/sunvnet_common.c
Commit message (Expand)AuthorAgeFilesLines
* net: sun: fix return type of ndo_start_xmit functionYueHaibing2018-09-201-6/+8
* sun: Add SPDX license tags to Sun network driversShannon Nelson2018-02-081-0/+1
* net: ethernet: sun: Convert timers to use timer_setup()Kees Cook2017-10-181-2/+2
* sunvnet: add support for IPv6 checksum offloadsShannon Nelson2017-07-171-11/+79
* sunvnet: xoff not needed when removing port linkShannon Nelson2017-03-171-4/+0Star
* sunvnet: count multicast packetsShannon Nelson2017-03-171-0/+2
* sunvnet: track port queues correctlyShannon Nelson2017-03-171-4/+20
* sunvnet: add stats to track ldom to ldom packets and bytesShannon Nelson2017-03-171-0/+6
* ldmvsw: better use of link up and down on ldom vswitchShannon Nelson2017-03-171-3/+17
* ldmvsw: disable tso and gso for bridge operationsShannon Nelson2017-02-141-1/+2
* sunvnet: remove extra rcu_read_unlocksShannon Nelson2017-02-141-6/+2Star
* sunvnet: straighten up message event handling logicShannon Nelson2017-02-141-49/+45Star
* sunvnet: add memory barrier before check for tx enableShannon Nelson2017-02-141-0/+1
* sunvnet: remove unused variable in maybe_tx_wakeupSowmini Varadhan2017-02-141-5/+1Star
* sunvnet: make sunvnet common code dynamically loadableShannon Nelson2017-02-141-0/+5
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* ldmvsw: tx queue stuck in stopped state after LDC resetAaron Young2016-10-311-3/+13
* ethernet/sun: use core min/max MTU checkingJarod Wilson2016-10-181-10/+0Star
* ldmvsw: Checkpatch sunvnet.c and sunvnet_common.cAaron Young2016-03-191-47/+53
* ldmvsw: Make sunvnet_common compatible with ldmvswAaron Young2016-03-191-58/+31Star
* ldmvsw: Split sunvnet driver into common codeAaron Young2016-03-191-0/+1753