index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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-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
2017-04-25
virtio-net: move free_old_xmit_skbs
Willem de Bruijn
1
-30
/
+30
2017-04-25
virtio-net: transmit napi
Willem de Bruijn
1
-9
/
+67
2017-04-25
virtio-net: napi helper functions
Willem de Bruijn
1
-30
/
+35
2017-04-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+34
2017-04-07
virtio_net: clear MTU when out of range
Michael S. Tsirkin
1
-11
/
+30
2017-04-07
virtio_net: enable big packets for large MTU values
Michael S. Tsirkin
1
-0
/
+4
2017-03-23
net: virtio_net: use new api ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-19
/
+29
2017-03-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2017-03-03
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2017-03-02
average: change to declare precision, not factor
Johannes Berg
1
-1
/
+1
2017-02-27
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
1
-1
/
+1
2017-02-21
virtio-net: switch to use build_skb() for small buffer
Jason Wang
1
-75
/
+63
2017-02-21
virito-net: set queues after reset during xdp_set
Jason Wang
1
-20
/
+8
2017-02-20
virtio-net: batch stats updating
Jason Wang
1
-16
/
+31
2017-02-07
virtio_net: XDP support for adjust_head
John Fastabend
1
-29
/
+125
2017-02-07
virtio_net: refactor freeze/restore logic into virtnet reset logic
John Fastabend
1
-29
/
+46
2017-02-07
virtio_net: remove duplicate queue pair binding in XDP
John Fastabend
1
-13
/
+7
2017-02-07
virtio_net: factor out xdp handler for readability
John Fastabend
1
-51
/
+35
2017-02-07
virtio_net: wrap rtnl_lock in test for calling with lock already held
John Fastabend
1
-10
/
+21
2017-02-05
virtio_net: exploit napi_complete_done() return value
Eric Dumazet
1
-5
/
+6
2017-02-03
virtio_net: remove custom busy_poll
Eric Dumazet
1
-41
/
+0
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+21
2017-01-26
virtio_net: reject XDP programs using header adjustment
Jakub Kicinski
1
-0
/
+5
2017-01-26
virtio_net: use dev_kfree_skb for small buffer XDP receive
John Fastabend
1
-2
/
+6
2017-01-25
bpf: add initial bpf tracepoints
Daniel Borkmann
1
-3
/
+9
2017-01-24
virtio_net: fix PAGE_SIZE > 64k
Michael S. Tsirkin
1
-1
/
+9
2017-01-20
virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving
Jason Wang
1
-1
/
+1
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+2
2016-12-29
net: Use kmemdup instead of kmalloc and memcpy
Shyam Saini
1
-2
/
+1
2016-12-25
cpu/hotplug: Cleanup state names
Thomas Gleixner
1
-2
/
+2
[next]