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
/
xen-netfront.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-26
bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commands
Andrii Nakryiko
1
-21
/
+0
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-22
/
+42
2020-07-25
xen-netfront: fix potential deadlock in xennet_remove()
Andrea Righi
1
-22
/
+42
2020-07-03
net/xen-netfront: add kernel TX timestamps
Daniel Drown
1
-0
/
+4
2020-07-03
xen-netfront: remove redundant assignment to variable 'act'
Colin Ian King
1
-1
/
+1
2020-07-02
xen networking: add basic XDP support for xen-netfront
Denis Kirjanov
1
-10
/
+326
2019-10-02
xen-netfront: do not use ~0U as error return value for xennet_fill_frags()
Dongli Zhang
1
-8
/
+9
2019-09-18
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-09-16
xen-netfront: do not assume sk_buff_head list is empty in error handling
Dongli Zhang
1
-1
/
+1
2019-07-31
net: Use skb_frag_off accessors
Jonathan Lemon
1
-4
/
+4
2019-04-17
xen-netfront: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-03-20
net: remove 'fallback' argument from dev->ndo_select_queue()
Paolo Abeni
1
-2
/
+1
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-12-19
xen/netfront: tolerate frags with no data
Juergen Gross
1
-1
/
+1
2018-11-10
xen/netfront: remove unnecessary wmb
Jacob Wen
1
-2
/
+0
2018-09-13
xen/netfront: don't bug in case of too many frags
Juergen Gross
1
-1
/
+7
2018-09-08
xen/netfront: fix waiting for xenbus state change
Juergen Gross
1
-14
/
+10
2018-08-14
xen-netfront: fix warn message as irq device name has '/'
Xiao Liang
1
-2
/
+4
2018-08-12
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2018-08-11
xen/netfront: don't cache skb_shinfo()
Juergen Gross
1
-4
/
+4
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+6
2018-07-30
xen-netfront: wait xenbus state change when load module manually
Xiao Liang
1
-0
/
+6
2018-07-22
xen-netfront: fix queue name setting
Vitaly Kuznetsov
1
-1
/
+1
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
1
-1
/
+2
2018-06-22
xen-netfront: Update features after registering netdev
Ross Lagerwall
1
-4
/
+4
2018-06-22
xen-netfront: Fix mismatched rtnl_unlock
Ross Lagerwall
1
-1
/
+2
2018-06-13
xen/netfront: raise max number of slots in xennet_get_responses()
Juergen Gross
1
-2
/
+2
2018-05-14
xen-netfront: fix xennet_start_xmit()'s return type
Luc Van Oostenryck
1
-1
/
+1
2018-03-26
drivers/net: Use octal not symbolic permissions
Joe Perches
1
-3
/
+3
2018-02-28
xen-netfront: Fix hang on device removal
Jason Andryuk
1
-1
/
+6
2018-02-06
xen-netfront: Fix race between device setup and open
Ross Lagerwall
1
-22
/
+24
2018-01-08
xen-netfront: enable device after manual module load
Eduardo Otubo
1
-0
/
+1
2017-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+18
2017-11-27
xen-netfront: remove warning when unloading module
Eduardo Otubo
1
-0
/
+18
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-10-16
xen-netfront, xen-netback: Use correct minimum MTU values
Mohammed Gamal
1
-1
/
+1
2017-08-31
xen-netfront: be more drop monitor friendly
Eric Dumazet
1
-1
/
+1
2017-05-12
xen-netfront: avoid crashing on resume after a failure in talk_to_netback()
Vitaly Kuznetsov
1
-2
/
+1
2017-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-5
/
+3
2017-02-22
Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+4
2017-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-22
/
+24
2017-02-10
xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()
Boris Ostrovsky
1
-1
/
+2
2017-02-10
xen-netfront: Improve error handling during initialization
Ross Lagerwall
1
-18
/
+11
2017-02-10
xen-netfront: Rework the fix for Rx stall during OOM and network stress
Vineeth Remanan Pillai
1
-3
/
+11
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-30
xen/netfront: set default upper limit of tx/rx queues to 8
Juergen Gross
1
-2
/
+4
2017-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-01-20
xen-netfront: Fix Rx stall during network stress and OOM
Vineeth Remanan Pillai
1
-1
/
+1
2017-01-09
net: make ndo_get_stats64 a void function
stephen hemminger
1
-4
/
+2
[next]