index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: xen-netback: fix return type of ndo_start_xmit function
YueHaibing
2019-11-25
1
-1
/
+2
*
xen/netback: fix error path of xenvif_connect_data()
Juergen Gross
2019-10-29
1
-1
/
+0
*
xen/netback: Reset nr_frags before freeing skb
Ross Lagerwall
2019-08-25
1
-0
/
+2
*
xen-netback: fix occasional leak of grant ref mappings under memory pressure
Igor Druzhinin
2019-03-13
1
-5
/
+5
*
xen-netback: don't populate the hash cache on XenBus disconnect
Igor Druzhinin
2019-03-13
2
-0
/
+9
*
xen-netback: fix input validation in xenvif_set_hash_mapping()
Jan Beulich
2018-10-13
1
-5
/
+7
*
xen-netback: vif counters from int/long to u64
Mart van Santen
2017-12-09
2
-8
/
+8
*
xen/netback: set default upper limit of tx/rx queues to 8
Juergen Gross
2017-11-15
1
-2
/
+4
*
xen-netback: Use GFP_ATOMIC to allocate hash
Anoob Soman
2017-10-21
1
-1
/
+1
*
xen-netback: correctly schedule rate-limited queues
Wei Liu
2017-08-11
3
-2
/
+11
*
xen-netback: protect resource cleaning on XenBus disconnect
Igor Druzhinin
2017-07-05
2
-2
/
+6
*
xen-netback: fix memory leaks on XenBus disconnect
Igor Druzhinin
2017-07-05
1
-0
/
+11
*
xen-netback: fix type mismatch warning
Arnd Bergmann
2016-10-13
1
-3
/
+3
*
xen-netback: fix guest Rx stall detection (after guest Rx refactor)
David Vrabel
2016-10-13
1
-0
/
+2
*
xen-netback: (re-)create a debugfs node for hash information
Paul Durrant
2016-10-13
3
-2
/
+107
*
xen-netback: make sure that hashes are not send to unaware frontends
Paul Durrant
2016-10-07
1
-11
/
+9
*
xen/netback: add fraglist support for to-guest rx
Ross Lagerwall
2016-10-06
2
-10
/
+30
*
xen-netback: batch copies for multiple to-guest rx packets
David Vrabel
2016-10-06
2
-10
/
+18
*
xen-netback: process guest rx packets in batches
David Vrabel
2016-10-06
1
-1
/
+14
*
xen-netback: immediately wake tx queue when guest rx queue has space
David Vrabel
2016-10-06
1
-16
/
+8
*
xen-netback: refactor guest rx
David Vrabel
2016-10-06
2
-384
/
+215
*
xen-netback: retire guest rx side prefix GSO feature
Paul Durrant
2016-10-06
4
-50
/
+2
*
xen-netback: separate guest side rx code into separate module
Paul Durrant
2016-10-06
3
-755
/
+790
*
Revert "xen-netback: create a debugfs node for hash information"
David S. Miller
2016-09-23
3
-107
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-23
1
-16
/
+30
|
\
|
*
xen-netback: fix error handling on netback_probe()
Filipe Manco
2016-09-17
1
-16
/
+30
*
|
xen-netback: switch to threaded irq for control ring
Juergen Gross
2016-09-22
3
-49
/
+11
*
|
xen-netback: using kfree_rcu() to simplify the code
Wei Yongjun
2016-08-23
1
-11
/
+2
*
|
xen-netback: create a debugfs node for hash information
Paul Durrant
2016-08-18
3
-2
/
+107
|
/
*
xen-netback: only deinitialized hash if it was initialized
Paul Durrant
2016-05-20
1
-2
/
+1
*
xen-netback: correct length checks on hash copy_ops
Paul Durrant
2016-05-20
1
-2
/
+2
*
xen-netback: use hash value from the frontend
Paul Durrant
2016-05-16
1
-0
/
+27
*
xen-netback: pass hash value to the frontend
Paul Durrant
2016-05-16
2
-14
/
+77
*
xen-netback: add control protocol implementation
Paul Durrant
2016-05-16
5
-3
/
+502
*
xen-netback: add control ring boilerplate
Paul Durrant
2016-05-16
4
-30
/
+277
*
xen-netback: fix extra_info handling in xenvif_tx_err()
Paul Durrant
2016-05-13
1
-0
/
+1
*
xen-netback: reduce log spam
Paul Durrant
2016-03-13
1
-2
/
+0
*
xen-netback: support multiple extra info fragments passed from frontend
Paul Durrant
2016-03-13
2
-23
/
+43
*
xen-netback: implement dynamic multicast control
Paul Durrant
2016-02-07
2
-8
/
+82
*
xen-netback: free queues after freeing the net device
David Vrabel
2016-01-15
1
-11
/
+5
*
xen-netback: delete NAPI instance when queue fails to initialize
David Vrabel
2016-01-15
1
-0
/
+1
*
xen-netback: use skb to determine number of required guest Rx requests
David Vrabel
2016-01-15
1
-11
/
+9
*
Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-12-18
1
-19
/
+15
|
\
|
*
xen-netback: use RING_COPY_REQUEST() throughout
David Vrabel
2015-12-18
1
-16
/
+14
|
*
xen-netback: don't use last request to determine minimum Tx credit
David Vrabel
2015-12-18
1
-3
/
+1
*
|
Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2015-11-04
2
-67
/
+116
|
\
\
|
|
/
|
*
net/xen-netback: Make it running on 64KB page granularity
Julien Grall
2015-10-23
2
-62
/
+111
|
*
net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loop
Julien Grall
2015-10-23
1
-7
/
+7
*
|
xen-netback: correctly check failed allocation
Insu Yun
2015-10-18
1
-0
/
+6
|
/
*
Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-09-10
1
-2
/
+2
|
\
[next]