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-netback
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-07
xen/netback: fix build warning
Juergen Gross
1
-1
/
+1
2022-12-06
xen/netback: don't call kfree_skb() with interrupts disabled
Juergen Gross
3
-6
/
+10
2022-12-06
xen/netback: Ensure protocol headers don't fall in the non-linear area
Ross Lagerwall
1
-100
/
+123
2022-09-29
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-09-29
xen/netback: use struct ubuf_info_msgzc
Pavel Begunkov
3
-6
/
+7
2022-09-23
xen-netback: use kstrdup instead of open-coding it
Minghao Chi
1
-2
/
+1
2022-09-03
xen-netback: only remove 'hotplug-status' when the vif is actually destroyed
Paul Durrant
1
-1
/
+1
2022-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-07-14
xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue
Juergen Gross
1
-0
/
+1
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-3
/
+1
2022-06-09
xen/netback: do some code cleanup
Juergen Gross
4
-29
/
+5
2022-05-31
xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()
Juergen Gross
1
-1
/
+1
2022-04-29
eth: remove copies of the NAPI_POLL_WEIGHT define
Jakub Kicinski
1
-2
/
+1
2022-02-24
Revert "xen-netback: Check for hotplug-status existence before watching"
Marek Marczykowski-Górecki
1
-8
/
+4
2022-02-24
Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"
Marek Marczykowski-Górecki
1
-1
/
+1
2021-12-16
xen/netback: don't queue unlimited number of packages
Juergen Gross
1
-7
/
+11
2021-12-16
xen/netback: fix rx queue stall detection
Juergen Gross
2
-24
/
+42
2021-10-22
net: xen: use eth_hw_addr_set()
Jakub Kicinski
1
-2
/
+4
2021-10-15
xen-netback: Remove redundant initialization of variable err
Colin Ian King
1
-1
/
+1
2021-09-19
xen-netback: correct success/error reporting for the SKB-with-fraglist case
Jan Beulich
1
-1
/
+1
2021-06-07
xen-netback: take a reference to the RX task thread
Roger Pau Monne
1
-0
/
+6
2021-04-14
xen-netback: Check for hotplug-status existence before watching
Michael Brown
1
-4
/
+8
2021-03-10
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+2
2021-03-03
xen-netback: respect gnttab_map_refs()'s return value
Jan Beulich
1
-1
/
+11
2021-03-02
xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculating
Jan Beulich
1
-2
/
+2
2021-02-22
Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+1
2021-02-15
xen-netback: don't "handle" error by BUG()
Jan Beulich
1
-3
/
+1
2021-02-12
xen/events: link interdomain events to associated xenbus device
Juergen Gross
1
-8
/
+8
2021-02-12
xen/netback: fix spurious event detection for common event case
Juergen Gross
1
-3
/
+5
2021-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+8
2021-02-04
xen/netback: avoid race in xenvif_rx_ring_slots_available()
Juergen Gross
1
-1
/
+8
2021-01-17
net: xen-netback: xenbus: Demote nonconformant kernel-doc headers
Lee Jones
1
-2
/
+2
2021-01-08
net: group skb_shinfo zerocopy related bits together.
Jonathan Lemon
1
-2
/
+2
2021-01-08
skbuff: Add skb parameter to the ubuf zerocopy callback
Jonathan Lemon
2
-3
/
+5
2020-12-14
xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
SeongJae Park
1
-1
/
+1
2020-12-14
xen/xenbus: Allow watches discard events before queueing
SeongJae Park
1
-0
/
+4
2020-10-20
xen/netback: use lateeoi irq binding
Juergen Gross
4
-14
/
+86
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-2
/
+2
2020-07-02
xen networking: add XDP offset adjustment to xen-netback
Denis Kirjanov
5
-1
/
+61
2020-01-17
net: xen-netback: hash.c: Use built-in RCU list checking
Madhuparna Bhowmik
1
-2
/
+4
2019-12-27
xen-netback: support dynamic unbind/bind
Paul Durrant
3
-7
/
+28
2019-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-12
/
+12
2019-12-18
xen-netback: remove 'hotplug-status' once it has served its purpose
Paul Durrant
1
-1
/
+1
2019-12-18
xen-netback: switch state to InitWait at the end of netback_probe()...
Paul Durrant
1
-5
/
+2
2019-12-18
xen-netback: move netback_probe() and netback_remove() to the end...
Paul Durrant
1
-179
/
+174
2019-12-15
xen-netback: avoid race that can lead to NULL pointer dereference
Paul Durrant
1
-12
/
+12
2019-10-22
xen/netback: cleanup init and deinit code
Juergen Gross
1
-60
/
+54
2019-10-19
xen/netback: fix error path of xenvif_connect_data()
Juergen Gross
1
-1
/
+0
2019-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+2
2019-08-12
xen-netback: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-38
/
+11
[next]