index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
virtio_net.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-26
1
-0
/
+5
|
*
virtio_net: use dev_kfree_skb for small buffer XDP receive
John Fastabend
2017-01-26
1
-2
/
+6
|
*
virtio_net: fix PAGE_SIZE > 64k
Michael S. Tsirkin
2017-01-24
1
-1
/
+9
|
*
virtio-net: restore VIRTIO_HDR_F_DATA_VALID on receiving
Jason Wang
2017-01-20
1
-1
/
+1
*
|
bpf: add initial bpf tracepoints
Daniel Borkmann
2017-01-25
1
-3
/
+9
*
|
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-4
/
+2
*
|
net: Use kmemdup instead of kmalloc and memcpy
Shyam Saini
2016-12-29
1
-2
/
+1
|
/
*
cpu/hotplug: Cleanup state names
Thomas Gleixner
2016-12-25
1
-2
/
+2
*
virtio-net: XDP support for small buffers
Jason Wang
2016-12-23
1
-25
/
+87
*
virtio-net: remove big packet XDP codes
Jason Wang
2016-12-23
1
-41
/
+3
*
virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is support
Jason Wang
2016-12-23
1
-1
/
+3
*
virtio-net: make rx buf size estimation works for XDP
Jason Wang
2016-12-23
1
-0
/
+3
*
virtio-net: unbreak csumed packets for XDP_PASS
Jason Wang
2016-12-23
1
-2
/
+2
*
virtio-net: correctly handle XDP_PASS for linearized packets
Jason Wang
2016-12-23
1
-2
/
+8
*
virtio-net: fix page miscount during XDP linearizing
Jason Wang
2016-12-23
1
-8
/
+11
*
virtio-net: correctly xmit linearized page on XDP_TX
Jason Wang
2016-12-23
1
-1
/
+1
*
virtio-net: remove the warning before XDP linearizing
Jason Wang
2016-12-23
1
-7
/
+1
*
virtio_net: xdp, add slowpath case for non contiguous buffers
John Fastabend
2016-12-17
1
-1
/
+74
*
virtio_net: add XDP_TX support
John Fastabend
2016-12-17
1
-7
/
+93
*
virtio_net: add dedicated XDP transmit queues
John Fastabend
2016-12-17
1
-2
/
+28
*
virtio_net: Add XDP support
John Fastabend
2016-12-17
1
-5
/
+171
*
virtio-net: correctly enable multiqueue
Jason Wang
2016-12-13
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-12-07
1
-5
/
+14
|
\
|
*
virtio-net: Fix DMA-from-the-stack in virtnet_set_mac_address()
Andy Lutomirski
2016-12-06
1
-5
/
+14
*
|
virtio-net: enable multiqueue by default
Jason Wang
2016-11-28
1
-2
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-22
1
-0
/
+5
|
\
|
|
*
virtio-net: add a missing synchronize_net()
Eric Dumazet
2016-11-16
1
-0
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-11-15
1
-10
/
+20
|
\
|
|
*
virtio-net: drop legacy features in virtio 1 mode
Michael S. Tsirkin
2016-11-08
1
-10
/
+20
*
|
virtio-net: Update the mtu code to match virtio spec
Aaron Conole
2016-10-29
1
-2
/
+4
*
|
net: use core MTU range checking in virt drivers
Jarod Wilson
2016-10-20
1
-13
/
+10
|
/
*
net/virtio-net: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-09-02
1
-24
/
+86
*
virtio-net: Remove more stack DMA
Andy Lutomirski
2016-07-20
1
-5
/
+8
*
virtio_net: fix csum generation for virtio-net devices
Mike Rapoport
2016-06-14
1
-4
/
+4
*
virtio_net: use common code for virtio_net_hdr and skb GSO conversion
Mike Rapoport
2016-06-11
1
-68
/
+10
*
virtio-net: Add initial MTU advice feature
Aaron Conole
2016-06-07
1
-0
/
+10
*
virtio_net: fix virtnet_open and virtnet_probe competing for try_fill_recv
wangyunjian
2016-05-31
1
-16
/
+2
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2016-03-20
1
-1
/
+1
|
\
|
*
virtio_net: replace netdev_alloc_skb_ip_align() with napi_alloc_skb()
Paolo Abeni
2016-03-17
1
-1
/
+1
*
|
virtio_net: validate ethtool port setting and explain the user validation
Nikolay Aleksandrov
2016-02-11
1
-2
/
+4
*
|
virtio_net: add ethtool support for set and get of settings
Nikolay Aleksandrov
2016-02-07
1
-0
/
+60
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-12-18
1
-15
/
+19
|
\
|
*
virtio-net: Stop doing DMA from the stack
Michael S. Tsirkin
2015-12-07
1
-15
/
+19
*
|
net: provide generic busy polling to all NAPI drivers
Eric Dumazet
2015-11-18
1
-1
/
+0
*
|
net: move skb_mark_napi_id() into core networking stack
Eric Dumazet
2015-11-18
1
-2
/
+0
|
/
*
virtio-net: avoid unnecessary sg initialzation
Jason Wang
2015-08-28
1
-2
/
+2
*
virtio_net: use DECLARE_EWMA
Johannes Berg
2015-08-20
1
-11
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-14
1
-2
/
+2
|
\
|
*
virtio-net: drop NETIF_F_FRAGLIST
Jason Wang
2015-08-07
1
-2
/
+2
[next]