summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/sunvnet_common.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\
| * Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-061-1/+1
* | net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-041-2/+2
|/
* sunvnet: fix sparc64 build error after gso code splitStephen Rothwell2023-06-151-0/+1
* sunvnet: Use kmap_local_page() instead of kmap_atomic()Anirudh Venkataramanan2022-11-251-2/+2
* skb_copy_and_csum_bits(): don't bother with the last argumentAl Viro2020-08-201-1/+1
* sunvnet: use icmp_ndo_send helperJason A. Donenfeld2020-02-131-19/+4
* net: sunvnet: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld2020-01-081-6/+3
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-2/+2
* net: sun: fix return type of ndo_start_xmit functionYueHaibing2018-09-191-6/+8
* 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/+2
* sunvnet: add support for IPv6 checksum offloadsShannon Nelson2017-07-161-11/+79
* sunvnet: xoff not needed when removing port linkShannon Nelson2017-03-161-4/+0
* sunvnet: count multicast packetsShannon Nelson2017-03-161-0/+2
* sunvnet: track port queues correctlyShannon Nelson2017-03-161-4/+20
* sunvnet: add stats to track ldom to ldom packets and bytesShannon Nelson2017-03-161-0/+6
* ldmvsw: better use of link up and down on ldom vswitchShannon Nelson2017-03-161-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/+2
* sunvnet: straighten up message event handling logicShannon Nelson2017-02-141-49/+45
* 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/+1
* 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/+0
* ldmvsw: Checkpatch sunvnet.c and sunvnet_common.cAaron Young2016-03-181-47/+53
* ldmvsw: Make sunvnet_common compatible with ldmvswAaron Young2016-03-181-58/+31
* ldmvsw: Split sunvnet driver into common codeAaron Young2016-03-181-0/+1753