index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-02-10
3
-106
/
+4
|
\
|
*
xen-netback: fix sparse warning
Lad, Prabhakar
2015-02-05
1
-1
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-05
2
-2
/
+3
|
|
\
|
*
|
xen-netback: always fully coalesce guest Rx packets
David Vrabel
2015-01-23
2
-105
/
+3
*
|
|
Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2015-02-10
2
-101
/
+12
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
xen-netback: use foreign page information from the pages themselves
Jennifer Herbert
2015-01-28
1
-91
/
+9
|
*
|
xen/grant-table: add helpers for allocating pages
David Vrabel
2015-01-28
1
-4
/
+3
|
*
|
x86/xen: require ballooned pages for grant maps
Jennifer Herbert
2015-01-28
1
-6
/
+0
|
|
/
*
|
xen-netback: stop the guest rx thread after a fatal error
David Vrabel
2015-02-02
2
-2
/
+3
|
/
*
xen-netback: fixing the propagation of the transmit shaper timeout
Palik, Imre
2015-01-06
1
-0
/
+1
*
xen-netback: support frontends without feature-rx-notify again
David Vrabel
2014-12-18
4
-18
/
+29
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-12-10
1
-4
/
+5
|
\
|
*
netback: don't store invalid vif pointer
Jan Beulich
2014-12-09
1
-4
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-29
1
-6
/
+9
|
\
\
|
|
/
|
*
xen-netback: do not report success if backend_create_xenvif() fails
Alexey Khoroshilov
2014-11-24
1
-6
/
+9
*
|
xen-netback: remove unconditional __pskb_pull_tail() in guest Tx path
Malcolm Crossley
2014-11-06
1
-14
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-01
4
-203
/
+251
|
\
\
|
|
/
|
*
xen-netback: reintroduce guest Rx stall detection
David Vrabel
2014-10-25
4
-1
/
+86
|
*
xen-netback: fix unlimited guest Rx internal queue and carrier flapping
David Vrabel
2014-10-25
4
-178
/
+161
|
*
xen-netback: make feature-rx-notify mandatory
David Vrabel
2014-10-25
3
-25
/
+5
*
|
xen-netback: Remove __GFP_COLD
Zoltan Kiss
2014-10-29
1
-1
/
+1
*
|
xen-netback: Disable NAPI after disabling interrupts
Zoltan Kiss
2014-10-29
1
-1
/
+1
|
/
*
xen: remove DEFINE_XENBUS_DRIVER() macro
David Vrabel
2014-10-06
1
-7
/
+3
*
xen-netback: move netif_napi_add before binding interrupt
Wei Liu
2014-08-25
1
-3
/
+3
*
xen-netback: remove loop waiting function
Wei Liu
2014-08-13
1
-29
/
+0
*
xen-netback: don't stop dealloc kthread too early
Wei Liu
2014-08-13
3
-7
/
+42
*
xen-netback: move NAPI add/remove calls
Wei Liu
2014-08-13
1
-4
/
+5
*
xen-netback: fix debugfs entry creation
Wei Liu
2014-08-13
1
-4
/
+4
*
xen-netback: fix debugfs write length check
Wei Liu
2014-08-13
1
-3
/
+6
*
xen-netback: Don't deschedule NAPI when carrier off
Zoltan Kiss
2014-08-11
1
-5
/
+1
*
xen-netback: Fix vif->disable handling
Zoltan Kiss
2014-08-07
1
-2
/
+8
*
xen-netback: Turn off the carrier if the guest is not able to receive
Zoltan Kiss
2014-08-05
3
-38
/
+123
*
xen-netback: Using a new state bit instead of carrier
Zoltan Kiss
2014-08-05
3
-9
/
+18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-07-22
1
-23
/
+63
|
\
|
*
xen-netback: Fix pointer incrementation to avoid incorrect logging
Zoltan Kiss
2014-07-20
1
-1
/
+1
|
*
xen-netback: Fix releasing header slot on error path
Zoltan Kiss
2014-07-20
1
-5
/
+33
|
*
xen-netback: Fix releasing frag_list skbs in error path
Zoltan Kiss
2014-07-20
1
-0
/
+9
|
*
xen-netback: Fix handling frag_list on grant op error path
Zoltan Kiss
2014-07-20
1
-17
/
+20
*
|
net: set name_assign_type in alloc_netdev()
Tom Gundersen
2014-07-15
1
-2
/
+2
*
|
xen-netback: Adding debugfs "io_ring_qX" files
Zoltan Kiss
2014-07-08
4
-2
/
+200
|
/
*
xen-netback: bookkeep number of active queues in our own module
Wei Liu
2014-06-25
3
-52
/
+26
*
net: xen-netback: include linux/vmalloc.h again
Arnd Bergmann
2014-06-11
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-06-05
1
-11
/
+25
|
\
|
*
xen-netback: Fix handling of skbs requiring too many slots
Zoltan Kiss
2014-06-05
1
-11
/
+25
*
|
xen-netback: Add support for multiple queues
Andrew J. Bennieston
2014-06-04
4
-18
/
+116
*
|
xen-netback: Factor queue-specific data into queue struct
Wei Liu
2014-06-04
4
-590
/
+819
*
|
xen-netback: Move grant_copy_op array back into struct xenvif.
Andrew J. Bennieston
2014-06-04
2
-11
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
3
-48
/
+86
|
\
\
|
|
/
|
*
xen-netback: fix race between napi_complete() and interrupt handler
David Vrabel
2014-05-16
3
-30
/
+6
|
*
xen-netback: Fix grant ref resolution in RX path
Zoltan Kiss
2014-05-15
1
-18
/
+80
[next]