index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
Age
Commit message (
Expand
)
Author
2014-01-16
virtio-net: initial rx sysfs support, export mergeable rx buffer size
Michael Dalton
2014-01-16
virtio-net: auto-tune mergeable rx buffer size for improved performance
Michael Dalton
2014-01-16
virtio-net: use per-receive queue page frag alloc for mergeable bufs
Michael Dalton
2014-01-16
virtio-net: drop rq->max and rq->num
Jason Wang
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-02
virtio-net: fix refill races during restore
Jason Wang
2013-12-10
virtio_net: spelling fixes
stephen hemminger
2013-12-10
virtio_net: remove unused parameter to send_command
stephen hemminger
2013-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-06
virtio-net: free bufs correctly on invalid packet length
Michael Dalton
2013-12-06
virtio: delete napi structures from netdev before releasing memory
Andrey Vagin
2013-12-06
virtio-net: determine type of bufs correctly
Andrey Vagin
2013-12-06
drivers/net/*: Fix FSF address in file headers
Jeff Kirsher
2013-12-01
virtio_net: make all RX paths handle erors consistently
Michael S. Tsirkin
2013-12-01
virtio_net: fix error handling for mergeable buffers
Michael S. Tsirkin
2013-11-30
virtio_net: Fixed a trivial typo (fitler --> filter)
Thomas Huth
2013-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-11-18
net, virtio_net: replace the magic value
Zhi Yong Wu
2013-11-15
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-11-14
virtio-net: mergeable buffer size should include virtio-net header
Michael Dalton
2013-11-14
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-11-06
net: Explicitly initialize u64_stats_sync structures for lockdep
John Stultz
2013-11-05
virtio-net: switch to use XPS to choose txq
Jason Wang
2013-11-04
virtio-net: coalesce rx frags when possible during rx
Jason Wang
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-10-29
virtio-net: correctly handle cpu hotplug notifier during resuming
Jason Wang
2013-10-28
virtio_net: migrate mergeable rx buffers to page frag allocators
Michael Dalton
2013-10-29
virtio_net: verify if queue is broken after virtqueue_get_buf()
Heinz Graalfs
2013-10-29
virtio_net: verify if virtqueue_kick() succeeded
Heinz Graalfs
2013-10-17
virtio-net: refill only when device is up during setting queues
Jason Wang
2013-10-17
virtio-net: don't respond to cpu hotplug notifier if we're not ready
Jason Wang
2013-10-17
virtio: use size-based config accessors.
Rusty Russell
2013-09-23
virtio: pm: use CONFIG_PM_SLEEP instead of CONFIG_PM
Aaron Lu
2013-09-03
virtio-net: Set RXCSUM feature if GUEST_CSUM is available
Thomas Huth
2013-07-27
virtio-net: put virtio net header inline with data
Michael S. Tsirkin
2013-07-10
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-07-09
virtio_net: fix race in RX VQ processing
Michael S. Tsirkin
2013-07-04
virtio-net: fix the race between channels setting and refill
Jason Wang
2013-05-23
virtio_net: enable napi for all possible queues during open
Jason Wang
2013-05-11
virtio_net: use default napi weight by default
Amerigo Wang
2013-05-02
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-04-29
virtio-net: fill only rx queues which are being used
Sasha Levin
2013-04-19
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-04-11
virtio-net: initialize vlan_features
Jason Wang
2013-03-22
virtio: remove obsolete virtqueue_get_queue_index()
Rusty Russell
2013-03-20
virtio_net: use simplified virtqueue accessors.
Rusty Russell
2013-03-20
virtio_net: use virtqueue_add_sgs[] for command buffers.
Rusty Russell
2013-02-26
Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2013-02-13
net: Fix possible wrong checksum generation.
Pravin B Shelar
[next]