aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/sunvnet_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-20skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro1-1/+1
2020-02-13sunvnet: use icmp_ndo_send helperJason A. Donenfeld1-19/+4
2020-01-08net: sunvnet: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-6/+3
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-2/+2
2018-09-19net: sun: fix return type of ndo_start_xmit functionYueHaibing1-6/+8
2018-02-07sun: Add SPDX license tags to Sun network driversShannon Nelson1-0/+1
2017-10-18net: ethernet: sun: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-07-16sunvnet: add support for IPv6 checksum offloadsShannon Nelson1-11/+79
2017-03-16sunvnet: xoff not needed when removing port linkShannon Nelson1-4/+0
2017-03-16sunvnet: count multicast packetsShannon Nelson1-0/+2
2017-03-16sunvnet: track port queues correctlyShannon Nelson1-4/+20
2017-03-16sunvnet: add stats to track ldom to ldom packets and bytesShannon Nelson1-0/+6
2017-03-16ldmvsw: better use of link up and down on ldom vswitchShannon Nelson1-3/+17
2017-02-14ldmvsw: disable tso and gso for bridge operationsShannon Nelson1-1/+2
2017-02-14sunvnet: remove extra rcu_read_unlocksShannon Nelson1-6/+2
2017-02-14sunvnet: straighten up message event handling logicShannon Nelson1-49/+45
2017-02-14sunvnet: add memory barrier before check for tx enableShannon Nelson1-0/+1
2017-02-14sunvnet: remove unused variable in maybe_tx_wakeupSowmini Varadhan1-5/+1
2017-02-14sunvnet: make sunvnet common code dynamically loadableShannon Nelson1-0/+5
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-10-31ldmvsw: tx queue stuck in stopped state after LDC resetAaron Young1-3/+13
2016-10-18ethernet/sun: use core min/max MTU checkingJarod Wilson1-10/+0
2016-03-18ldmvsw: Checkpatch sunvnet.c and sunvnet_common.cAaron Young1-47/+53
2016-03-18ldmvsw: Make sunvnet_common compatible with ldmvswAaron Young1-58/+31
2016-03-18ldmvsw: Split sunvnet driver into common codeAaron Young1-0/+1753