Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4e36a8ad4d69fbb52f0f07d9ff340cd6a7a2a503
/
drivers
/
net
/
xen-netback
b17075d
xen-netback: fix race condition on XenBus disconnect
by Igor Druzhinin
· 8 years ago
8d70eeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
a254d8f
xen-netback: don't vfree() queues under spinlock
by Paul Durrant
· 8 years ago
d67ce7d
xen-netback: keep a local pointer for vif in backend_disconnect()
by Paul Durrant
· 8 years ago
9f674e4
xen-netback: Use GFP_ATOMIC to allocate hash
by Anoob Soman
· 8 years ago
0881e7b
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
3051bf3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
252b95c
Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
3f64116
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
ebf692f
xen-netback: vif counters from int/long to u64
by Mart van Santen
· 8 years ago
5584ea2
xen: modify xenstore watch event interface
by Juergen Gross
· 8 years ago
6ad2016
drivers: net: generalize napi_complete_done()
by Eric Dumazet
· 8 years ago
56dd5af
xen/netback: set default upper limit of tx/rx queues to 8
by Juergen Gross
· 8 years ago
f16f1df
xen-netback: protect resource cleaning on XenBus disconnect
by Igor Druzhinin
· 8 years ago
9a6cdf5
xen-netback: fix memory leaks on XenBus disconnect
by Igor Druzhinin
· 8 years ago
aa3ecf3
Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
0f06ac3
xen-netback: fix error handling output
by Arnd Bergmann
· 8 years ago
6c27f99
xen-netback: prefer xenbus_scanf() over xenbus_gather()
by Jan Beulich
· 8 years ago
f95842e
xen: make use of xenbus_read_unsigned() in xen-netback
by Juergen Gross
· 8 years ago
d0c2c99
net: use core MTU range checking in virt drivers
by Jarod Wilson
· 8 years ago
f112be6
xen-netback: fix type mismatch warning
by Arnd Bergmann
· 8 years ago
d1ef006
xen-netback: fix guest Rx stall detection (after guest Rx refactor)
by David Vrabel
· 8 years ago
a9339b8
xen-netback: (re-)create a debugfs node for hash information
by Paul Durrant
· 8 years ago
912e27e
xen-netback: make sure that hashes are not send to unaware frontends
by Paul Durrant
· 8 years ago
2167ca0
xen/netback: add fraglist support for to-guest rx
by Ross Lagerwall
· 8 years ago
a37f122
xen-netback: batch copies for multiple to-guest rx packets
by David Vrabel
· 8 years ago
98f6d57
xen-netback: process guest rx packets in batches
by David Vrabel
· 8 years ago
7c0b1a2
xen-netback: immediately wake tx queue when guest rx queue has space
by David Vrabel
· 8 years ago
eb1723a
xen-netback: refactor guest rx
by David Vrabel
· 8 years ago
fedbc8c
xen-netback: retire guest rx side prefix GSO feature
by Paul Durrant
· 8 years ago
3254f83
xen-netback: separate guest side rx code into separate module
by Paul Durrant
· 8 years ago
fb2a3d5
Revert "xen-netback: create a debugfs node for hash information"
by David S. Miller
· 8 years ago
d6989d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
0364a88
xen-netback: switch to threaded irq for control ring
by Juergen Gross
· 8 years ago
cce9448
xen-netback: fix error handling on netback_probe()
by Filipe Manco
· 8 years ago
1345b1a
xen-netback: using kfree_rcu() to simplify the code
by Wei Yongjun
· 8 years ago
c0c64c1
xen-netback: create a debugfs node for hash information
by Paul Durrant
· 8 years ago
c0fcded
xen-netback: only deinitialized hash if it was initialized
by Paul Durrant
· 9 years ago
f86911e
xen-netback: correct length checks on hash copy_ops
by Paul Durrant
· 9 years ago
c2d09fd
xen-netback: use hash value from the frontend
by Paul Durrant
· 9 years ago
f07f989
xen-netback: pass hash value to the frontend
by Paul Durrant
· 9 years ago
40d8abd
xen-netback: add control protocol implementation
by Paul Durrant
· 9 years ago
4e15ee2
xen-netback: add control ring boilerplate
by Paul Durrant
· 9 years ago
72eec92
xen-netback: fix extra_info handling in xenvif_tx_err()
by Paul Durrant
· 9 years ago
8e4ee59
xen-netback: reduce log spam
by Paul Durrant
· 9 years ago
562abd3
xen-netback: support multiple extra info fragments passed from frontend
by Paul Durrant
· 9 years ago
22fae97
xen-netback: implement dynamic multicast control
by Paul Durrant
· 9 years ago
9c6f3ff
xen-netback: free queues after freeing the net device
by David Vrabel
· 9 years ago
4a65852
xen-netback: delete NAPI instance when queue fails to initialize
by David Vrabel
· 9 years ago
99a2dea
xen-netback: use skb to determine number of required guest Rx requests
by David Vrabel
· 9 years ago
3273cba
Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
68a33bf
xen-netback: use RING_COPY_REQUEST() throughout
by David Vrabel
· 9 years ago
0f58996
xen-netback: don't use last request to determine minimum Tx credit
by David Vrabel
· 9 years ago
41ecf14
Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
d0089e8
net/xen-netback: Make it running on 64KB page granularity
by Julien Grall
· 10 years ago
a0f2e80
net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loop
by Julien Grall
· 9 years ago
833b8f1
xen-netback: correctly check failed allocation
by Insu Yun
· 9 years ago
06ab838
Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
4c82ac3
xen-netback: respect user provided max_queues
by Wei Liu
· 9 years ago
1d5d485
xen-netback: require fewer guest Rx slots when not using GSO
by David Vrabel
· 9 years ago
0df4f26
xen: Use correctly the Xen memory terminologies
by Julien Grall
· 9 years ago
210c34d
xen-netback: add support for multicast control
by Paul Durrant
· 9 years ago
182ad46
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
57b2290
xen/netback: Wake dealloc thread after completing zerocopy work
by Ross Lagerwall
· 9 years ago
2475b225
xen-netback: Allocate fraglist early to avoid complex rollback
by Ross Lagerwall
· 9 years ago
c5e40ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
50c2e4d
net/xen-netback: off by one in BUG_ON() condition
by Dan Carpenter
· 9 years ago
6ab13b2
xen-netback: remove duplicated function definition
by Li, Liang Z
· 9 years ago
7adf12b
Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
3a07bd6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
12b322a
xen-netback: fix a BUG() during initialization
by Palik, Imre
· 9 years ago
6894615
net/xen-netback: Don't mix hexa and decimal with 0x in the printf format
by Julien Grall
· 10 years ago
44f0764
net/xen-netback: Remove unused code in xenvif_rx_action
by Julien Grall
· 10 years ago
a9fd60e
xen: Include xen/page.h rather than asm/xen/page.h
by Julien Grall
· 9 years ago
dda922c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
31a4189
xen: netback: read hotplug script once at start of day.
by Ian Campbell
· 10 years ago
dc5e7a8
xen: netback: fix printf format string warning
by Ian Campbell
· 10 years ago
ce0e5c5
xen/netback: Properly initialize credit_bytes
by Ross Lagerwall
· 10 years ago
c489dbb
net:xen-netback - Change 1 to true for bool type variable.
by Shailendra Verma
· 10 years ago
497a5df
Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 10 years ago
ccc9d90
xenbus_client: Extend interface to support multi-page ring
by Wei Liu
· 10 years ago
0fa74a4b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
edafc13
xen-netback: making the bandwidth limiter runtime settable
by Palik, Imre
· 10 years ago
c8a4d29
xen-netback: notify immediately after pushing Tx response.
by David Vrabel
· 10 years ago
3cef5c5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
b0c21ba
xen-netback: refactor xenvif_handle_frag_list()
by David Vrabel
· 10 years ago
49d9991
xen-netback: unref frags when handling a from-guest skb with a frag list
by David Vrabel
· 10 years ago
d63951d
xen-netback: return correct ethtool stats
by David Vrabel
· 10 years ago
71a83a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
3b6ed26
xen: Use eth_<foo>_addr instead of memset
by Joe Perches
· 10 years ago
7fbb9d8
xen-netback: release pending index before pushing Tx responses
by David Vrabel
· 10 years ago
c5ce28d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
bdccc4e
Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 10 years ago
38741d5
xen-netback: fix sparse warning
by Lad, Prabhakar
· 10 years ago
6e03f89
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
42b5212
xen-netback: stop the guest rx thread after a fatal error
by David Vrabel
· 10 years ago
c2677a6
xen-netback: use foreign page information from the pages themselves
by Jennifer Herbert
· 10 years ago
ff4b156
xen/grant-table: add helpers for allocating pages
by David Vrabel
· 10 years ago
0ae65f4
x86/xen: require ballooned pages for grant maps
by Jennifer Herbert
· 10 years ago
1650d54
xen-netback: always fully coalesce guest Rx packets
by David Vrabel
· 10 years ago
Next »