index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
sun
/
sunvnet_common.c
Age
Commit message (
Expand
)
Author
2023-06-15
sunvnet: fix sparc64 build error after gso code split
Stephen Rothwell
2022-11-25
sunvnet: Use kmap_local_page() instead of kmap_atomic()
Anirudh Venkataramanan
2020-08-20
skb_copy_and_csum_bits(): don't bother with the last argument
Al Viro
2020-02-13
sunvnet: use icmp_ndo_send helper
Jason A. Donenfeld
2020-01-08
net: sunvnet: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-08-22
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
2018-09-19
net: sun: fix return type of ndo_start_xmit function
YueHaibing
2018-02-07
sun: Add SPDX license tags to Sun network drivers
Shannon Nelson
2017-10-18
net: ethernet: sun: Convert timers to use timer_setup()
Kees Cook
2017-07-16
sunvnet: add support for IPv6 checksum offloads
Shannon Nelson
2017-03-16
sunvnet: xoff not needed when removing port link
Shannon Nelson
2017-03-16
sunvnet: count multicast packets
Shannon Nelson
2017-03-16
sunvnet: track port queues correctly
Shannon Nelson
2017-03-16
sunvnet: add stats to track ldom to ldom packets and bytes
Shannon Nelson
2017-03-16
ldmvsw: better use of link up and down on ldom vswitch
Shannon Nelson
2017-02-14
ldmvsw: disable tso and gso for bridge operations
Shannon Nelson
2017-02-14
sunvnet: remove extra rcu_read_unlocks
Shannon Nelson
2017-02-14
sunvnet: straighten up message event handling logic
Shannon Nelson
2017-02-14
sunvnet: add memory barrier before check for tx enable
Shannon Nelson
2017-02-14
sunvnet: remove unused variable in maybe_tx_wakeup
Sowmini Varadhan
2017-02-14
sunvnet: make sunvnet common code dynamically loadable
Shannon Nelson
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
2016-10-31
ldmvsw: tx queue stuck in stopped state after LDC reset
Aaron Young
2016-10-18
ethernet/sun: use core min/max MTU checking
Jarod Wilson
2016-03-18
ldmvsw: Checkpatch sunvnet.c and sunvnet_common.c
Aaron Young
2016-03-18
ldmvsw: Make sunvnet_common compatible with ldmvsw
Aaron Young
2016-03-18
ldmvsw: Split sunvnet driver into common code
Aaron Young