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
/
interface.c
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
1
-1
/
+1
|
\
|
*
xen-netback: fix sparse warning
Lad, Prabhakar
2015-02-05
1
-1
/
+1
*
|
Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2015-02-10
1
-4
/
+3
|
\
\
|
|
/
|
/
|
|
*
xen/grant-table: add helpers for allocating pages
David Vrabel
2015-01-28
1
-4
/
+3
*
|
xen-netback: stop the guest rx thread after a fatal error
David Vrabel
2015-02-02
1
-0
/
+2
|
/
*
xen-netback: support frontends without feature-rx-notify again
David Vrabel
2014-12-18
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-01
1
-59
/
+15
|
\
|
*
xen-netback: reintroduce guest Rx stall detection
David Vrabel
2014-10-25
1
-1
/
+4
|
*
xen-netback: fix unlimited guest Rx internal queue and carrier flapping
David Vrabel
2014-10-25
1
-48
/
+11
|
*
xen-netback: make feature-rx-notify mandatory
David Vrabel
2014-10-25
1
-11
/
+1
*
|
xen-netback: Disable NAPI after disabling interrupts
Zoltan Kiss
2014-10-29
1
-1
/
+1
|
/
*
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
1
-0
/
+18
*
xen-netback: move NAPI add/remove calls
Wei Liu
2014-08-13
1
-4
/
+5
*
xen-netback: Don't deschedule NAPI when carrier off
Zoltan Kiss
2014-08-11
1
-5
/
+1
*
xen-netback: Turn off the carrier if the guest is not able to receive
Zoltan Kiss
2014-08-05
1
-21
/
+28
*
xen-netback: Using a new state bit instead of carrier
Zoltan Kiss
2014-08-05
1
-8
/
+11
*
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
1
-1
/
+1
*
xen-netback: bookkeep number of active queues in our own module
Wei Liu
2014-06-25
1
-38
/
+11
*
net: xen-netback: include linux/vmalloc.h again
Arnd Bergmann
2014-06-11
1
-0
/
+1
*
xen-netback: Add support for multiple queues
Andrew J. Bennieston
2014-06-04
1
-6
/
+17
*
xen-netback: Factor queue-specific data into queue struct
Wei Liu
2014-06-04
1
-176
/
+326
*
xen-netback: Move grant_copy_op array back into struct xenvif.
Andrew J. Bennieston
2014-06-04
1
-9
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-24
1
-27
/
+3
|
\
|
*
xen-netback: fix race between napi_complete() and interrupt handler
David Vrabel
2014-05-16
1
-27
/
+3
*
|
net: get rid of SET_ETHTOOL_OPS
Wilfried Klaebe
2014-05-13
1
-1
/
+1
|
/
*
xen-netback: disable rogue vif in kthread context
Wei Liu
2014-04-01
1
-0
/
+11
*
xen-netback: Non-functional follow-up patch for grant mapping series
Zoltan Kiss
2014-03-26
1
-3
/
+10
*
xen-netback: Stop using xenvif_tx_pending_slots_available
Zoltan Kiss
2014-03-26
1
-2
/
+1
*
Revert "xen-netback: Aggregate TX unmap operations"
Zoltan Kiss
2014-03-25
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-14
1
-2
/
+1
|
\
|
*
xen-netback: use skb_is_gso in xenvif_start_xmit
Wei Liu
2014-03-12
1
-2
/
+1
*
|
xen-netback: Aggregate TX unmap operations
Zoltan Kiss
2014-03-07
1
-0
/
+2
*
|
xen-netback: Timeout packets in RX path
Zoltan Kiss
2014-03-07
1
-2
/
+35
*
|
xen-netback: Handle guests with too many frags
Zoltan Kiss
2014-03-07
1
-0
/
+7
*
|
xen-netback: Add stat counters for zerocopy
Zoltan Kiss
2014-03-07
1
-0
/
+15
*
|
xen-netback: Introduce TX grant mapping
Zoltan Kiss
2014-03-07
1
-4
/
+61
*
|
xen-netback: Minor refactoring of netback code
Zoltan Kiss
2014-03-07
1
-2
/
+2
|
/
*
xen-netback: Fix Rx stall due to race condition
Zoltan Kiss
2014-02-05
1
-1
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-01-06
1
-0
/
+11
|
\
|
*
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
1
-0
/
+10
*
|
xen-netback: improve guest-receive-side flow control
Paul Durrant
2013-12-09
1
-23
/
+24
|
/
*
xen-netback: clear vif->task on disconnect
Paul Durrant
2013-12-03
1
-8
/
+12
*
xen-netback: stop the VIF thread before unbinding IRQs
David Vrabel
2013-11-21
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-11-04
1
-2
/
+1
|
\
|
*
xen-netback: use jiffies_64 value to calculate credit timeout
Wei Liu
2013-10-29
1
-2
/
+1
*
|
xen-netback: enable IPv6 TCP GSO to the guest
Paul Durrant
2013-10-17
1
-2
/
+4
[next]