aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netfront.c
AgeCommit message (Expand)Author
2015-04-02xen-netfront: transmit fully GSO-sized packetsJonathan Davies
2015-02-05xen-netfront: Use static attribute groups for sysfs entriesTakashi Iwai
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14xen-netfront: refactor making Tx requestsDavid Vrabel
2015-01-14xen-netfront: refactor skb slot countingDavid Vrabel
2015-01-13xen-netfront: use different locks for Rx and Tx statsDavid Vrabel
2015-01-12drivers: net: xen-netfront: remove residual dead codeVincenzo Maffione
2014-12-16xen-netfront: use napi_complete() correctly to prevent Rx stallingDavid Vrabel
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-09xen-netfront: use correct linear area after linearizing an skbDavid Vrabel
2014-12-02xen-netfront: Remove BUGs on paged skb data which crosses a page boundarySeth Forshee
2014-10-26xen-netfront: always keep the Rx ring full of requestsDavid Vrabel
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-15net: Add ndo_gso_checkTom Herbert
2014-10-06xen: remove DEFINE_XENBUS_DRIVER() macroDavid Vrabel
2014-08-11xen-netfront: Fix handling packets on compound pages with skb_linearizeZoltan Kiss
2014-07-31xen-netfront: print correct number of queuesDavid Vrabel
2014-07-31xen-netfront: release per-queue Tx and Rx resource when disconnectingDavid Vrabel
2014-07-31xen-netfront: fix locking in connect error pathDavid Vrabel
2014-07-08xen-netfront: call netif_carrier_off() only once when disconnectingDavid Vrabel
2014-07-08xen-netfront: don't nest queue locks in xennet_connect()David Vrabel
2014-06-21xen-netfront: recreate queues correctly when reconnectingDavid Vrabel
2014-06-21xen-netfront: fix oops when disconnected from backendDavid Vrabel
2014-06-04xen-netfront: initialise queue name in xennet_init_queueWei Liu
2014-06-04xen-netfront: Add support for multiple queuesAndrew J. Bennieston
2014-06-04xen-netfront: Factor queue-specific data into queue struct.Andrew J. Bennieston
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe
2014-04-12drivers: net: xen-netfront: fix array initialization bugVincenzo Maffione
2014-03-24xen-netfront: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-19xen-netfront: reset skb network header before checksumWei Liu
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-02-04xen-netfront: handle backend CLOSED without CLOSINGDavid Vrabel
2014-01-27xen-netfront: fix resource leak in netfrontAnnie Li
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-01-16xen-netfront: add support for IPv6 offloadsPaul Durrant
2014-01-14xen-netfront: use new skb_checksum_setup functionPaul Durrant
2014-01-03xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-18xen-netfront: fix missing rx_refill_timer when allocate memory failedMa JieYue
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz
2013-10-02xen-netfront: convert to GRO APIWei Liu
2013-07-17xen-netfront: pull on receive skb may need to happen earlierJan Beulich
2013-07-01xen: Use more current logging stylesJoe Perches
2013-06-11xen-netfront: use skb_partial_csum_set() to simplify the codesLi RongQing
2013-05-23xen-netfront: split event channels support for Xen frontend driverWei Liu
2013-05-20xen-netfront: avoid leaking resources when setup_netfront failsWei Liu
2013-04-22xen-netfront: reduce gso_max_size to account for max TCP headerWei Liu