aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netfront.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-01
|\
| * xen-netfront: Remove the meaningless codeLi, Liang Z2015-06-28
* | Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-01
|\ \ | |/ |/|
| * xen: Include xen/page.h rather than asm/xen/page.hJulien Grall2015-06-17
* | net/xen-netfront: Correct printf format in xennet_get_responsesJulien Grall2015-06-21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-02
|\ \
| * | xen-netfront: properly destroy queues when removing deviceDavid Vrabel2015-05-27
| |/
* / xen-netfront: Use setup_timerVaishali Thakkar2015-06-01
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-17
|\
| * net: remove unused 'dev' argument from netif_needs_gso()Johannes Berg2015-04-17
* | Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-16
|\ \ | |/ |/|
| * xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-15
* | xen-netfront: transmit fully GSO-sized packetsJonathan Davies2015-04-02
|/
* xen-netfront: Use static attribute groups for sysfs entriesTakashi Iwai2015-02-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-15
|\
| * xen-netfront: use different locks for Rx and Tx statsDavid Vrabel2015-01-13
* | xen-netfront: refactor making Tx requestsDavid Vrabel2015-01-14
* | xen-netfront: refactor skb slot countingDavid Vrabel2015-01-14
* | drivers: net: xen-netfront: remove residual dead codeVincenzo Maffione2015-01-12
|/
* xen-netfront: use napi_complete() correctly to prevent Rx stallingDavid Vrabel2014-12-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-10
|\
| * xen-netfront: use correct linear area after linearizing an skbDavid Vrabel2014-12-09
| * xen-netfront: Remove BUGs on paged skb data which crosses a page boundarySeth Forshee2014-12-02
* | xen-netfront: always keep the Rx ring full of requestsDavid Vrabel2014-10-26
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-18
|\
| * net: Add ndo_gso_checkTom Herbert2014-10-15
* | xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel2014-10-06
|/
* xen-netfront: Fix handling packets on compound pages with skb_linearizeZoltan Kiss2014-08-11
* xen-netfront: print correct number of queuesDavid Vrabel2014-08-01
* xen-netfront: release per-queue Tx and Rx resource when disconnectingDavid Vrabel2014-08-01
* xen-netfront: fix locking in connect error pathDavid Vrabel2014-08-01
* xen-netfront: call netif_carrier_off() only once when disconnectingDavid Vrabel2014-07-08
* xen-netfront: don't nest queue locks in xennet_connect()David Vrabel2014-07-08
* xen-netfront: recreate queues correctly when reconnectingDavid Vrabel2014-06-21
* xen-netfront: fix oops when disconnected from backendDavid Vrabel2014-06-21
* xen-netfront: initialise queue name in xennet_init_queueWei Liu2014-06-04
* xen-netfront: Add support for multiple queuesAndrew J. Bennieston2014-06-04
* xen-netfront: Factor queue-specific data into queue struct.Andrew J. Bennieston2014-06-04
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-13
* drivers: net: xen-netfront: fix array initialization bugVincenzo Maffione2014-04-12
* xen-netfront: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-25
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
|\
| * xen-netfront: reset skb network header before checksumWei Liu2014-02-19
* | net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong2014-02-14
|/
* xen-netfront: handle backend CLOSED without CLOSINGDavid Vrabel2014-02-04
* xen-netfront: fix resource leak in netfrontAnnie Li2014-01-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-25
|\
| * xen-netfront: add support for IPv6 offloadsPaul Durrant2014-01-16
| * xen-netfront: use new skb_checksum_setup functionPaul Durrant2014-01-14