aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/common.h
AgeCommit message (Expand)Author
2023-04-05xen/netback: don't do grant copy across page boundaryJuergen Gross
2022-12-14xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross
2022-12-14xen/netback: do some code cleanupJuergen Gross
2021-12-22xen/netback: fix rx queue stall detectionJuergen Gross
2020-11-05xen/netback: use lateeoi irq bindingJuergen Gross
2018-09-25xen-netback: validate queue numbers in xenvif_set_hash_mapping()Jan Beulich
2017-10-18net/xen-netback: Convert timers to use timer_setup()Kees Cook
2017-06-22xen-netback: correctly schedule rate-limited queuesWei Liu
2017-02-13xen-netback: vif counters from int/long to u64Mart van Santen
2016-10-13xen-netback: (re-)create a debugfs node for hash informationPaul Durrant
2016-10-06xen-netback: batch copies for multiple to-guest rx packetsDavid Vrabel
2016-10-06xen-netback: refactor guest rxDavid Vrabel
2016-10-06xen-netback: retire guest rx side prefix GSO featurePaul Durrant
2016-09-23Revert "xen-netback: create a debugfs node for hash information"David S. Miller
2016-09-22xen-netback: switch to threaded irq for control ringJuergen Gross
2016-08-18xen-netback: create a debugfs node for hash informationPaul Durrant
2016-05-16xen-netback: add control protocol implementationPaul Durrant
2016-05-16xen-netback: add control ring boilerplatePaul Durrant
2016-03-13xen-netback: support multiple extra info fragments passed from frontendPaul Durrant
2016-02-07xen-netback: implement dynamic multicast controlPaul Durrant
2015-10-23net/xen-netback: Make it running on 64KB page granularityJulien Grall
2015-09-09xen-netback: require fewer guest Rx slots when not using GSODavid Vrabel
2015-09-02xen-netback: add support for multicast controlPaul Durrant
2015-07-08xen-netback: remove duplicated function definitionLi, Liang Z
2015-03-20xen-netback: making the bandwidth limiter runtime settablePalik, Imre
2015-01-23xen-netback: always fully coalesce guest Rx packetsDavid Vrabel
2014-12-18xen-netback: support frontends without feature-rx-notify againDavid Vrabel
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel
2014-10-25xen-netback: make feature-rx-notify mandatoryDavid Vrabel
2014-08-13xen-netback: don't stop dealloc kthread too earlyWei Liu
2014-08-05xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss
2014-08-05xen-netback: Using a new state bit instead of carrierZoltan Kiss
2014-07-08xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss
2014-06-25xen-netback: bookkeep number of active queues in our own moduleWei Liu
2014-06-04xen-netback: Add support for multiple queuesAndrew J. Bennieston
2014-06-04xen-netback: Factor queue-specific data into queue structWei Liu
2014-06-04xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston
2014-05-16xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel
2014-04-03xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss
2014-04-01xen-netback: disable rogue vif in kthread contextWei Liu
2014-03-26xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss
2014-03-25Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss
2014-03-07xen-netback: Aggregate TX unmap operationsZoltan Kiss
2014-03-07xen-netback: Timeout packets in RX pathZoltan Kiss
2014-03-07xen-netback: Handle guests with too many fragsZoltan Kiss
2014-03-07xen-netback: Add stat counters for zerocopyZoltan Kiss
2014-03-07xen-netback: Remove old TX grant copy definitons and fix indentationsZoltan Kiss
2014-03-07xen-netback: Introduce TX grant mappingZoltan Kiss
2014-03-07xen-netback: Handle foreign mapped pages on the guest RX pathZoltan Kiss