index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-13
xen-netback: fix type mismatch warning
Arnd Bergmann
1
-3
/
+3
2016-10-13
xen-netback: fix guest Rx stall detection (after guest Rx refactor)
David Vrabel
1
-0
/
+2
2016-10-13
xen-netback: (re-)create a debugfs node for hash information
Paul Durrant
3
-2
/
+107
2016-10-07
xen-netback: make sure that hashes are not send to unaware frontends
Paul Durrant
1
-11
/
+9
2016-10-06
xen/netback: add fraglist support for to-guest rx
Ross Lagerwall
2
-10
/
+30
2016-10-06
xen-netback: batch copies for multiple to-guest rx packets
David Vrabel
2
-10
/
+18
2016-10-06
xen-netback: process guest rx packets in batches
David Vrabel
1
-1
/
+14
2016-10-06
xen-netback: immediately wake tx queue when guest rx queue has space
David Vrabel
1
-16
/
+8
2016-10-06
xen-netback: refactor guest rx
David Vrabel
2
-384
/
+215
2016-10-06
xen-netback: retire guest rx side prefix GSO feature
Paul Durrant
4
-50
/
+2
2016-10-06
xen-netback: separate guest side rx code into separate module
Paul Durrant
3
-755
/
+790
2016-09-23
Revert "xen-netback: create a debugfs node for hash information"
David S. Miller
3
-107
/
+2
2016-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+30
2016-09-22
xen-netback: switch to threaded irq for control ring
Juergen Gross
3
-49
/
+11
2016-09-17
xen-netback: fix error handling on netback_probe()
Filipe Manco
1
-16
/
+30
2016-08-23
xen-netback: using kfree_rcu() to simplify the code
Wei Yongjun
1
-11
/
+2
2016-08-18
xen-netback: create a debugfs node for hash information
Paul Durrant
3
-2
/
+107
2016-05-20
xen-netback: only deinitialized hash if it was initialized
Paul Durrant
1
-2
/
+1
2016-05-20
xen-netback: correct length checks on hash copy_ops
Paul Durrant
1
-2
/
+2
2016-05-16
xen-netback: use hash value from the frontend
Paul Durrant
1
-0
/
+27
2016-05-16
xen-netback: pass hash value to the frontend
Paul Durrant
2
-14
/
+77
2016-05-16
xen-netback: add control protocol implementation
Paul Durrant
5
-3
/
+502
2016-05-16
xen-netback: add control ring boilerplate
Paul Durrant
4
-30
/
+277
2016-05-13
xen-netback: fix extra_info handling in xenvif_tx_err()
Paul Durrant
1
-0
/
+1
2016-03-13
xen-netback: reduce log spam
Paul Durrant
1
-2
/
+0
2016-03-13
xen-netback: support multiple extra info fragments passed from frontend
Paul Durrant
2
-23
/
+43
2016-02-07
xen-netback: implement dynamic multicast control
Paul Durrant
2
-8
/
+82
2016-01-15
xen-netback: free queues after freeing the net device
David Vrabel
1
-11
/
+5
2016-01-15
xen-netback: delete NAPI instance when queue fails to initialize
David Vrabel
1
-0
/
+1
2016-01-15
xen-netback: use skb to determine number of required guest Rx requests
David Vrabel
1
-11
/
+9
2015-12-18
Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-19
/
+15
2015-12-18
xen-netback: use RING_COPY_REQUEST() throughout
David Vrabel
1
-16
/
+14
2015-12-18
xen-netback: don't use last request to determine minimum Tx credit
David Vrabel
1
-3
/
+1
2015-11-04
Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-67
/
+116
2015-10-23
net/xen-netback: Make it running on 64KB page granularity
Julien Grall
2
-62
/
+111
2015-10-23
net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loop
Julien Grall
1
-7
/
+7
2015-10-18
xen-netback: correctly check failed allocation
Insu Yun
1
-0
/
+6
2015-09-10
Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2015-09-10
xen-netback: respect user provided max_queues
Wei Liu
1
-2
/
+5
2015-09-09
xen-netback: require fewer guest Rx slots when not using GSO
David Vrabel
2
-17
/
+16
2015-09-08
xen: Use correctly the Xen memory terminologies
Julien Grall
1
-2
/
+2
2015-09-02
xen-netback: add support for multicast control
Paul Durrant
4
-0
/
+137
2015-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-29
/
+39
2015-08-06
xen/netback: Wake dealloc thread after completing zerocopy work
Ross Lagerwall
2
-1
/
+6
2015-08-03
xen-netback: Allocate fraglist early to avoid complex rollback
Ross Lagerwall
1
-28
/
+33
2015-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2015-07-14
net/xen-netback: off by one in BUG_ON() condition
Dan Carpenter
1
-3
/
+3
2015-07-08
xen-netback: remove duplicated function definition
Li, Liang Z
1
-3
/
+0
2015-07-01
Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
[next]