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
*
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
*
|
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-05-13
1
-1
/
+1
|
/
*
xen-netback: Trivial format string fix
Zoltan Kiss
2014-04-04
1
-2
/
+2
*
xen-netback: Grant copy the header instead of map and memcpy
Zoltan Kiss
2014-04-03
2
-53
/
+70
*
xen-netback: Rename map ops
Zoltan Kiss
2014-04-03
1
-22
/
+24
*
xen-netback: disable rogue vif in kthread context
Wei Liu
2014-04-01
3
-2
/
+30
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-31
1
-4
/
+28
|
\
|
*
xen-netback: BUG_ON in xenvif_rx_action() not catching overflow
Paul Durrant
2014-03-29
1
-1
/
+7
|
*
xen-netback: worse-case estimate in xenvif_rx_action is underestimating
Paul Durrant
2014-03-29
1
-1
/
+20
|
*
xen-netback: remove pointless clause from if statement
Paul Durrant
2014-03-29
1
-2
/
+2
*
|
xen-netback: Functional follow-up patch for grant mapping series
Zoltan Kiss
2014-03-26
1
-7
/
+19
*
|
xen-netback: Non-functional follow-up patch for grant mapping series
Zoltan Kiss
2014-03-26
2
-6
/
+11
*
|
xen-netback: Stop using xenvif_tx_pending_slots_available
Zoltan Kiss
2014-03-26
3
-20
/
+4
*
|
xen-netback: Proper printf format for ptrdiff_t is 't'.
David S. Miller
2014-03-25
1
-1
/
+1
*
|
Revert "xen-netback: Aggregate TX unmap operations"
Zoltan Kiss
2014-03-25
3
-37
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-14
2
-23
/
+19
|
\
\
|
|
/
|
*
xen-netback: use skb_is_gso in xenvif_start_xmit
Wei Liu
2014-03-12
1
-2
/
+1
|
*
Xen-netback: Fix issue caused by using gso_type wrongly
Annie Li
2014-03-10
1
-21
/
+18
*
|
xen-netback: Aggregate TX unmap operations
Zoltan Kiss
2014-03-07
3
-1
/
+37
*
|
xen-netback: Timeout packets in RX path
Zoltan Kiss
2014-03-07
3
-5
/
+61
*
|
xen-netback: Handle guests with too many frags
Zoltan Kiss
2014-03-07
3
-10
/
+162
*
|
xen-netback: Add stat counters for zerocopy
Zoltan Kiss
2014-03-07
3
-1
/
+26
*
|
xen-netback: Remove old TX grant copy definitons and fix indentations
Zoltan Kiss
2014-03-07
2
-93
/
+15
*
|
xen-netback: Introduce TX grant mapping
Zoltan Kiss
2014-03-07
3
-165
/
+371
*
|
xen-netback: Handle foreign mapped pages on the guest RX path
Zoltan Kiss
2014-03-07
2
-5
/
+46
*
|
xen-netback: Minor refactoring of netback code
Zoltan Kiss
2014-03-07
3
-22
/
+27
*
|
xen-netback: Use skb->cb for pending_idx
Zoltan Kiss
2014-03-07
1
-17
/
+25
|
/
*
xen-netback: Fix Rx stall due to race condition
Zoltan Kiss
2014-02-05
3
-16
/
+7
*
xen-netback: use new skb_checksum_setup function
Paul Durrant
2014-01-14
1
-257
/
+3
*
xen-netback: stop vif thread spinning if frontend is unresponsive
Paul Durrant
2014-01-09
2
-5
/
+10
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-06
3
-11
/
+37
|
\
|
*
xen-netback: Include header for vmalloc
Josh Boyer
2014-01-05
1
-0
/
+1
|
*
xen-netback: fix guest-receive-side array sizes
Paul Durrant
2013-12-29
3
-7
/
+24
|
*
xen-netback: fix some error return code
Wei Yongjun
2013-12-19
1
-4
/
+12
*
|
xen-netback: add gso_segs calculation
Paul Durrant
2013-12-19
1
-4
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-18
1
-41
/
+40
|
\
\
|
|
/
|
*
xen-netback: fix fragments error handling in checksum_setup_ip()
Wei Yongjun
2013-12-17
1
-0
/
+3
|
*
xen-netback: fix gso_prefix check
Paul Durrant
2013-12-12
1
-1
/
+1
|
*
xen-netback: napi: don't prematurely request a tx event
Paul Durrant
2013-12-12
1
-1
/
+1
|
*
xen-netback: napi: fix abuse of budget
Paul Durrant
2013-12-12
1
-7
/
+7
|
*
xen-netback: make sure skb linear area covers checksum field
Paul Durrant
2013-12-11
1
-32
/
+28
[next]