Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ac5f0f3f863e9e6703a3038aa72814d2d0e8a056
/
drivers
/
net
/
xen-netfront.c
7d0105b
xen-netfront: request Tx response events more often
by Malcolm Crossley
· 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
ba3e208
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
30c5d7f
net/xen-netfront: Make it running on 64KB page granularity
by Julien Grall
· 10 years ago
ca88ea1
xen-netfront: update num_queues to real created
by Joe Jin
· 9 years ago
812494d
xen-netfront: always set num queues if possible
by chas williams
· 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
32a8440
xen-netfront: respect user provided max_queues
by Wei Liu
· 9 years ago
0df4f26
xen: Use correctly the Xen memory terminologies
by Julien Grall
· 9 years ago
274b045
net/xen-netfront: only napi_synchronize() if running
by Chas Williams
· 9 years ago
9a873c7
net/xen-netfront: only clean up queues if present
by Chas Williams
· 9 years ago
47ebed9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 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
905726c
xen-netfront: Remove the meaningless code
by Li, Liang Z
· 9 years ago
6c10127
net/xen-netfront: Correct printf format in xennet_get_responses
by Julien Grall
· 9 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
· 9 years ago
493be55
xen-netfront: Use setup_timer
by Vaishali Thakkar
· 9 years ago
ad06811
xen-netfront: properly destroy queues when removing device
by David Vrabel
· 9 years ago
388f997
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
8b86a61
net: remove unused 'dev' argument from netif_needs_gso()
by Johannes Berg
· 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
0c36820
xen-netfront: transmit fully GSO-sized packets
by Jonathan Davies
· 10 years ago
27b917e
xen-netfront: Use static attribute groups for sysfs entries
by Takashi Iwai
· 10 years ago
3f3558b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
a55e8bb
xen-netfront: refactor making Tx requests
by David Vrabel
· 10 years ago
e84448d
xen-netfront: refactor skb slot counting
by David Vrabel
· 10 years ago
900e183
xen-netfront: use different locks for Rx and Tx stats
by David Vrabel
· 10 years ago
dd2e8bf
drivers: net: xen-netfront: remove residual dead code
by Vincenzo Maffione
· 10 years ago
6a6dc08
xen-netfront: use napi_complete() correctly to prevent Rx stalling
by David Vrabel
· 10 years ago
22f1092
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
11d3d2a
xen-netfront: use correct linear area after linearizing an skb
by David Vrabel
· 10 years ago
8d60972
xen-netfront: Remove BUGs on paged skb data which crosses a page boundary
by Seth Forshee
· 10 years ago
1f3c2eb
xen-netfront: always keep the Rx ring full of requests
by David Vrabel
· 10 years ago
2e923b0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
04ffcb2
net: Add ndo_gso_check
by Tom Herbert
· 10 years ago
95afae4
xen: remove DEFINE_XENBUS_DRIVER() macro
by David Vrabel
· 10 years ago
97a6d1b
xen-netfront: Fix handling packets on compound pages with skb_linearize
by Zoltan Kiss
· 10 years ago
69cb852
xen-netfront: print correct number of queues
by David Vrabel
· 10 years ago
a5b5dc3
xen-netfront: release per-queue Tx and Rx resource when disconnecting
by David Vrabel
· 10 years ago
db8c8ab
xen-netfront: fix locking in connect error path
by David Vrabel
· 10 years ago
f9feb1e
xen-netfront: call netif_carrier_off() only once when disconnecting
by David Vrabel
· 10 years ago
f50b407
xen-netfront: don't nest queue locks in xennet_connect()
by David Vrabel
· 10 years ago
ce58725
xen-netfront: recreate queues correctly when reconnecting
by David Vrabel
· 10 years ago
7654186
xen-netfront: fix oops when disconnected from backend
by David Vrabel
· 10 years ago
8b71501
xen-netfront: initialise queue name in xennet_init_queue
by Wei Liu
· 10 years ago
50ee606
xen-netfront: Add support for multiple queues
by Andrew J. Bennieston
· 10 years ago
2688fcb
xen-netfront: Factor queue-specific data into queue struct.
by Andrew J. Bennieston
· 10 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 10 years ago
810d8ce
drivers: net: xen-netfront: fix array initialization bug
by Vincenzo Maffione
· 11 years ago
979de8a
xen-netfront: Call dev_kfree_skb_any instead of dev_kfree_skb.
by Eric W. Biederman
· 11 years ago
57a7744
net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq
by Eric W. Biederman
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
d554f73
xen-netfront: reset skb network header before checksum
by Wei Liu
· 11 years ago
1c213bd
net: introduce netdev_alloc_pcpu_stats() for drivers
by WANG Cong
· 11 years ago
bce3ea8
xen-netfront: handle backend CLOSED without CLOSING
by David Vrabel
· 11 years ago
cefe007
xen-netfront: fix resource leak in netfront
by Annie Li
· 11 years ago
4ba9920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
2c0057d
xen-netfront: add support for IPv6 offloads
by Paul Durrant
· 11 years ago
b5cf66c
xen-netfront: use new skb_checksum_setup function
by Paul Durrant
· 11 years ago
51c71a3
xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).
by Konrad Rzeszutek Wilk
· 11 years ago
1ee2dcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
fdcf776
xen-netfront: fix missing rx_refill_timer when allocate memory failed
by Ma JieYue
· 11 years ago
5e30025
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
827da44
net: Explicitly initialize u64_stats_sync structures for lockdep
by John Stultz
· 11 years ago
99d3d58
xen-netfront: convert to GRO API
by Wei Liu
· 11 years ago
093b9c7
xen-netfront: pull on receive skb may need to happen earlier
by Jan Beulich
· 11 years ago
383eda3
xen: Use more current logging styles
by Joe Perches
· 11 years ago
8249152
xen-netfront: use skb_partial_csum_set() to simplify the codes
by Li RongQing
· 11 years ago
d634bf2
xen-netfront: split event channels support for Xen frontend driver
by Wei Liu
· 11 years ago
1ca2983
xen-netfront: avoid leaking resources when setup_netfront fails
by Wei Liu
· 11 years ago
9ecd1a7
xen-netfront: reduce gso_max_size to account for max TCP header
by Wei Liu
· 12 years ago
697089d
xen-netfront: frags -> slots in log message
by Wei Liu
· 12 years ago
7158ff6
xen-netfront: frags -> slots in xennet_get_responses
by Wei Liu
· 12 years ago
e2d617c0
xen-netfront: remove unused variable `extra'
by Wei Liu
· 12 years ago
d9a58a7
xen/netfront: improve truesize tracking
by Ian Campbell
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
8e0e46b
xen-netfront: remove __dev* attributes
by Bill Pemberton
· 12 years ago
f36c374
xen/netfront: handle compound page fragments on transmit
by Ian Campbell
· 12 years ago
f1c6872
Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 12 years ago
c32f386
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
3683243
xen-netfront: use __pskb_pull_tail to ensure linear area is big enough on RX
by Ian Campbell
· 12 years ago
ee89bab
net: move and rename netif_notify_peers()
by Amerigo Wang
· 12 years ago
ca98163
xen/arm: compile netback
by Stefano Stabellini
· 12 years ago
6bc96d0
xen/netfront: teardown the device before unregistering it.
by Ian Campbell
· 12 years ago
7664810
xen: do not disable netfront in dom0
by Marek Marczykowski
· 12 years ago
9479f0f
Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
e95ae5a
xen: only check xen_platform_pci_unplug if hvm
by Igor Mammedov
· 13 years ago
e22057c
Merge tag 'stable/for-linus-3.4-tag-two' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
b9136d2
xen: initialize platform-pci even if xen_emul_unplug=never
by Igor Mammedov
· 13 years ago
dd48dc3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
41de8d4
drivers/net: Remove alloc_etherdev error messages
by Joe Perches
· 13 years ago
40206dd
xen-netfront: correct MAX_TX_TARGET calculation.
by Wei Liu
· 13 years ago
cf66f9d
xen/netfront: add netconsole support.
by Konrad Rzeszutek Wilk
· 13 years ago
9016037
Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
73db144
Xen: consolidate and simplify struct xenbus_driver instantiation
by Jan Beulich
· 13 years ago
08e34eb
xen-netfront: delay gARP until backend switches to Connected
by Laszlo Ersek
· 13 years ago
3ad9b35
net: drivers: use bool type instead of double negation
by Michał Mirosław
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
Next »