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