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
2014-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-203
/
+251
2014-10-29
xen-netback: Remove __GFP_COLD
Zoltan Kiss
1
-1
/
+1
2014-10-29
xen-netback: Disable NAPI after disabling interrupts
Zoltan Kiss
1
-1
/
+1
2014-10-25
xen-netback: reintroduce guest Rx stall detection
David Vrabel
4
-1
/
+86
2014-10-25
xen-netback: fix unlimited guest Rx internal queue and carrier flapping
David Vrabel
4
-178
/
+161
2014-10-25
xen-netback: make feature-rx-notify mandatory
David Vrabel
3
-25
/
+5
2014-10-06
xen: remove DEFINE_XENBUS_DRIVER() macro
David Vrabel
1
-7
/
+3
2014-08-26
xen-netback: move netif_napi_add before binding interrupt
Wei Liu
1
-3
/
+3
2014-08-14
xen-netback: remove loop waiting function
Wei Liu
1
-29
/
+0
2014-08-14
xen-netback: don't stop dealloc kthread too early
Wei Liu
3
-7
/
+42
2014-08-14
xen-netback: move NAPI add/remove calls
Wei Liu
1
-4
/
+5
2014-08-14
xen-netback: fix debugfs entry creation
Wei Liu
1
-4
/
+4
2014-08-14
xen-netback: fix debugfs write length check
Wei Liu
1
-3
/
+6
2014-08-12
xen-netback: Don't deschedule NAPI when carrier off
Zoltan Kiss
1
-5
/
+1
2014-08-08
xen-netback: Fix vif->disable handling
Zoltan Kiss
1
-2
/
+8
2014-08-06
xen-netback: Turn off the carrier if the guest is not able to receive
Zoltan Kiss
3
-38
/
+123
2014-08-06
xen-netback: Using a new state bit instead of carrier
Zoltan Kiss
3
-9
/
+18
2014-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-23
/
+63
2014-07-21
xen-netback: Fix pointer incrementation to avoid incorrect logging
Zoltan Kiss
1
-1
/
+1
2014-07-21
xen-netback: Fix releasing header slot on error path
Zoltan Kiss
1
-5
/
+33
2014-07-21
xen-netback: Fix releasing frag_list skbs in error path
Zoltan Kiss
1
-0
/
+9
2014-07-21
xen-netback: Fix handling frag_list on grant op error path
Zoltan Kiss
1
-17
/
+20
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-2
/
+2
2014-07-09
xen-netback: Adding debugfs "io_ring_qX" files
Zoltan Kiss
4
-2
/
+200
2014-06-26
xen-netback: bookkeep number of active queues in our own module
Wei Liu
3
-52
/
+26
2014-06-12
net: xen-netback: include linux/vmalloc.h again
Arnd Bergmann
1
-0
/
+1
2014-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+25
2014-06-06
xen-netback: Fix handling of skbs requiring too many slots
Zoltan Kiss
1
-11
/
+25
2014-06-05
xen-netback: Add support for multiple queues
Andrew J. Bennieston
4
-18
/
+116
2014-06-05
xen-netback: Factor queue-specific data into queue struct
Wei Liu
4
-590
/
+819
2014-06-05
xen-netback: Move grant_copy_op array back into struct xenvif.
Andrew J. Bennieston
2
-11
/
+1
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-48
/
+86
2014-05-17
xen-netback: fix race between napi_complete() and interrupt handler
David Vrabel
3
-30
/
+6
2014-05-16
xen-netback: Fix grant ref resolution in RX path
Zoltan Kiss
1
-18
/
+80
2014-05-14
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
1
-1
/
+1
2014-04-04
xen-netback: Trivial format string fix
Zoltan Kiss
1
-2
/
+2
2014-04-03
xen-netback: Grant copy the header instead of map and memcpy
Zoltan Kiss
2
-53
/
+70
2014-04-03
xen-netback: Rename map ops
Zoltan Kiss
1
-22
/
+24
2014-04-02
xen-netback: disable rogue vif in kthread context
Wei Liu
3
-2
/
+30
2014-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+28
2014-03-30
xen-netback: BUG_ON in xenvif_rx_action() not catching overflow
Paul Durrant
1
-1
/
+7
2014-03-30
xen-netback: worse-case estimate in xenvif_rx_action is underestimating
Paul Durrant
1
-1
/
+20
2014-03-30
xen-netback: remove pointless clause from if statement
Paul Durrant
1
-2
/
+2
2014-03-27
xen-netback: Functional follow-up patch for grant mapping series
Zoltan Kiss
1
-7
/
+19
2014-03-27
xen-netback: Non-functional follow-up patch for grant mapping series
Zoltan Kiss
2
-6
/
+11
2014-03-27
xen-netback: Stop using xenvif_tx_pending_slots_available
Zoltan Kiss
3
-20
/
+4
2014-03-26
xen-netback: Proper printf format for ptrdiff_t is 't'.
David S. Miller
1
-1
/
+1
2014-03-26
Revert "xen-netback: Aggregate TX unmap operations"
Zoltan Kiss
3
-37
/
+1
2014-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-23
/
+19
2014-03-12
xen-netback: use skb_is_gso in xenvif_start_xmit
Wei Liu
1
-2
/
+1
[prev]
[next]