index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-12-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2017-12-08
virtio_net: Disable interrupts if napi_complete_done rescheduled napi
Toshiaki Makita
1
-3
/
+6
2017-12-07
virtio_net: fix return value check in receive_mergeable()
Yunjian Wang
1
-1
/
+1
2017-11-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+0
2017-11-16
mm: remove __GFP_COLD
Mel Gorman
1
-1
/
+0
2017-11-05
net: bpf: rename ndo_xdp to ndo_bpf
Jakub Kicinski
1
-2
/
+2
2017-09-26
bpf: add meta pointer for direct access
Daniel Borkmann
1
-0
/
+2
2017-09-23
virtio-net: correctly set xdp_xmit for mergeable buffer
Jason Wang
1
-1
/
+1
2017-09-21
virtio-net: support XDP_REDIRECT
Jason Wang
1
-15
/
+62
2017-09-21
virtio-net: add packet len average only when needed during XDP
Jason Wang
1
-3
/
+3
2017-09-21
virtio-net: remove unnecessary parameter of virtnet_xdp_xmit()
Jason Wang
1
-3
/
+2
2017-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-08-24
virtio_net: be drop monitor friendly
Eric Dumazet
1
-1
/
+1
2017-08-19
net: drop unused attribute argument from sysfs queue funcs
stephen hemminger
1
-1
/
+1
2017-08-16
virtio: put paren around sizeof
stephen hemminger
1
-1
/
+1
2017-08-14
virtio-net: make array guest_offloads static
Colin Ian King
1
-4
/
+6
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+3
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+2
2017-08-01
virtio_net: fix truesize for mergeable buffers
Michael S. Tsirkin
1
-3
/
+2
2017-07-26
virtio-net: mark PM functions as __maybe_unused
Arnd Bergmann
1
-4
/
+2
2017-07-25
virtio-net: fix module unloading
Andrew Jones
1
-1
/
+1
2017-07-24
virtio-net: switch off offloads on demand if possible on XDP set
Jason Wang
1
-5
/
+65
2017-07-24
virtio-net: do not reset during XDP set
Jason Wang
1
-126
/
+106
2017-07-24
virtio-net: switch to use new ctx API for small buffer
Jason Wang
1
-5
/
+12
2017-07-24
virtio-net: pack headroom into ctx for mergeable buffers
Jason Wang
1
-5
/
+24
2017-07-17
virtio_net: Remove references to NETIF_F_UFO.
David S. Miller
1
-4
/
+2
2017-07-07
virtio-net: fix leaking of ctx array
Jason Wang
1
-0
/
+1
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-06-29
virtio-net: serialize tx routine during reset
Jason Wang
1
-0
/
+1
2017-06-16
bpf: virtio_net: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
1
-5
/
+8
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2017-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2017-06-05
virtio_net: check return value of skb_to_sgvec always
Jason A. Donenfeld
1
-2
/
+7
2017-06-02
virtio_net: lower limit on buffer size
Michael S. Tsirkin
1
-2
/
+3
2017-05-24
virtio-net: enable TSO/checksum offloads for Q-in-Q vlans
Vlad Yasevich
1
-0
/
+1
2017-05-10
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-64
/
+83
2017-05-09
virtio_net: tidy a couple debug statements
Dan Carpenter
1
-2
/
+2
2017-05-09
virtio_net: don't reset twice on XDP on/off
Michael S. Tsirkin
1
-1
/
+0
2017-05-09
virtio_net: fix support for small rings
Michael S. Tsirkin
1
-4
/
+26
2017-05-09
virtio_net: reduce alignment for buffers
Michael S. Tsirkin
1
-12
/
+1
2017-05-09
virtio_net: rework mergeable buffer handling
Michael S. Tsirkin
1
-46
/
+43
2017-05-09
virtio_net: allow specifying context for rx
Michael S. Tsirkin
1
-1
/
+14
2017-05-03
xdp: use common helper for netlink extended ack reporting
Daniel Borkmann
1
-4
/
+4
2017-05-02
virtio: wrap find_vqs
Michael S. Tsirkin
1
-2
/
+1
2017-05-01
virtio_net: make use of extended ack message reporting
Jakub Kicinski
1
-4
/
+7
2017-05-01
virtio-net: use netif_tx_napi_add for tx napi
Willem de Bruijn
1
-2
/
+2
2017-04-26
virtio-net: on tx, only call napi_disable if tx napi is on
Willem de Bruijn
1
-2
/
+8
2017-04-25
virtio-net: keep tx interrupts disabled unless kick
Willem de Bruijn
1
-0
/
+3
2017-04-25
virtio-net: clean tx descriptors from rx napi
Willem de Bruijn
1
-0
/
+21
[next]