index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-07-31
1
-3
/
+2
|
\
|
*
virtio_net: fix truesize for mergeable buffers
Michael S. Tsirkin
2017-07-31
1
-3
/
+2
*
|
virtio-net: fix module unloading
Andrew Jones
2017-07-25
1
-1
/
+1
|
/
*
virtio-net: fix leaking of ctx array
Jason Wang
2017-07-07
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-30
1
-0
/
+1
|
\
|
*
virtio-net: serialize tx routine during reset
Jason Wang
2017-06-29
1
-0
/
+1
*
|
bpf: virtio_net: Report bpf_prog ID during XDP_QUERY_PROG
Martin KaFai Lau
2017-06-16
1
-5
/
+8
*
|
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-06
1
-2
/
+3
|
\
|
|
*
virtio_net: lower limit on buffer size
Michael S. Tsirkin
2017-06-02
1
-2
/
+3
*
|
virtio_net: check return value of skb_to_sgvec always
Jason A. Donenfeld
2017-06-04
1
-2
/
+7
|
/
*
virtio-net: enable TSO/checksum offloads for Q-in-Q vlans
Vlad Yasevich
2017-05-24
1
-0
/
+1
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2017-05-10
1
-64
/
+83
|
\
|
*
virtio_net: tidy a couple debug statements
Dan Carpenter
2017-05-09
1
-2
/
+2
|
*
virtio_net: don't reset twice on XDP on/off
Michael S. Tsirkin
2017-05-09
1
-1
/
+0
|
*
virtio_net: fix support for small rings
Michael S. Tsirkin
2017-05-09
1
-4
/
+26
|
*
virtio_net: reduce alignment for buffers
Michael S. Tsirkin
2017-05-09
1
-12
/
+1
|
*
virtio_net: rework mergeable buffer handling
Michael S. Tsirkin
2017-05-09
1
-46
/
+43
|
*
virtio_net: allow specifying context for rx
Michael S. Tsirkin
2017-05-09
1
-1
/
+14
|
*
virtio: wrap find_vqs
Michael S. Tsirkin
2017-05-02
1
-2
/
+1
*
|
xdp: use common helper for netlink extended ack reporting
Daniel Borkmann
2017-05-03
1
-4
/
+4
*
|
virtio_net: make use of extended ack message reporting
Jakub Kicinski
2017-05-01
1
-4
/
+7
*
|
virtio-net: use netif_tx_napi_add for tx napi
Willem de Bruijn
2017-04-30
1
-2
/
+2
*
|
virtio-net: on tx, only call napi_disable if tx napi is on
Willem de Bruijn
2017-04-26
1
-2
/
+8
*
|
virtio-net: keep tx interrupts disabled unless kick
Willem de Bruijn
2017-04-24
1
-0
/
+3
*
|
virtio-net: clean tx descriptors from rx napi
Willem de Bruijn
2017-04-24
1
-0
/
+21
*
|
virtio-net: move free_old_xmit_skbs
Willem de Bruijn
2017-04-24
1
-30
/
+30
*
|
virtio-net: transmit napi
Willem de Bruijn
2017-04-24
1
-9
/
+67
*
|
virtio-net: napi helper functions
Willem de Bruijn
2017-04-24
1
-30
/
+35
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-15
1
-11
/
+34
|
\
|
|
*
virtio_net: clear MTU when out of range
Michael S. Tsirkin
2017-04-07
1
-11
/
+30
|
*
virtio_net: enable big packets for large MTU values
Michael S. Tsirkin
2017-04-07
1
-0
/
+4
*
|
net: virtio_net: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
2017-03-22
1
-19
/
+29
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-03-04
1
-1
/
+1
|
\
|
*
average: change to declare precision, not factor
Johannes Berg
2017-03-02
1
-1
/
+1
*
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2017-03-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
2017-02-27
1
-1
/
+1
*
|
virtio-net: switch to use build_skb() for small buffer
Jason Wang
2017-02-21
1
-75
/
+63
*
|
virito-net: set queues after reset during xdp_set
Jason Wang
2017-02-20
1
-20
/
+8
*
|
virtio-net: batch stats updating
Jason Wang
2017-02-19
1
-16
/
+31
*
|
virtio_net: XDP support for adjust_head
John Fastabend
2017-02-07
1
-29
/
+125
*
|
virtio_net: refactor freeze/restore logic into virtnet reset logic
John Fastabend
2017-02-07
1
-29
/
+46
*
|
virtio_net: remove duplicate queue pair binding in XDP
John Fastabend
2017-02-07
1
-13
/
+7
*
|
virtio_net: factor out xdp handler for readability
John Fastabend
2017-02-07
1
-51
/
+35
*
|
virtio_net: wrap rtnl_lock in test for calling with lock already held
John Fastabend
2017-02-07
1
-10
/
+21
*
|
virtio_net: exploit napi_complete_done() return value
Eric Dumazet
2017-02-04
1
-5
/
+6
*
|
virtio_net: remove custom busy_poll
Eric Dumazet
2017-02-03
1
-41
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-01-28
1
-4
/
+21
|
\
|
|
*
virtio_net: reject XDP programs using header adjustment
Jakub Kicinski
2017-01-25
1
-0
/
+5
|
*
virtio_net: use dev_kfree_skb for small buffer XDP receive
John Fastabend
2017-01-25
1
-2
/
+6
[next]