summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback/common.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-23net: extend ubuf_info callback to ops structurePavel Begunkov1-3/+2
2023-03-28xen/netback: don't do grant copy across page boundaryJuergen Gross1-1/+1
2022-12-06xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross1-1/+1
2022-09-29xen/netback: use struct ubuf_info_msgzcPavel Begunkov1-1/+1
2022-06-09xen/netback: do some code cleanupJuergen Gross1-12/+0
2021-12-16xen/netback: fix rx queue stall detectionJuergen Gross1-0/+1
2021-01-08skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon1-1/+2
2020-10-20xen/netback: use lateeoi irq bindingJuergen Gross1-0/+15
2020-07-02xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov1-0/+4
2019-04-12xen-netback: add reference from xenvif to backend_info to facilitate coredump...Dongli Zhang1-0/+18
2018-09-25xen-netback: validate queue numbers in xenvif_set_hash_mapping()Jan Beulich1-1/+2
2017-10-18net/xen-netback: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-06-22xen-netback: correctly schedule rate-limited queuesWei Liu1-0/+1
2017-02-14xen-netback: vif counters from int/long to u64Mart van Santen1-4/+4
2016-10-13xen-netback: (re-)create a debugfs node for hash informationPaul Durrant1-0/+4
2016-10-07xen-netback: batch copies for multiple to-guest rx packetsDavid Vrabel1-0/+1
2016-10-07xen-netback: refactor guest rxDavid Vrabel1-13/+10
2016-10-07xen-netback: retire guest rx side prefix GSO featurePaul Durrant1-1/+0
2016-09-23Revert "xen-netback: create a debugfs node for hash information"David S. Miller1-4/+0
2016-09-22xen-netback: switch to threaded irq for control ringJuergen Gross1-3/+1
2016-08-19xen-netback: create a debugfs node for hash informationPaul Durrant1-0/+4
2016-05-16xen-netback: add control protocol implementationPaul Durrant1-0/+46
2016-05-16xen-netback: add control ring boilerplatePaul Durrant1-8/+20
2016-03-14xen-netback: support multiple extra info fragments passed from frontendPaul Durrant1-0/+1
2016-02-07xen-netback: implement dynamic multicast controlPaul Durrant1-0/+1
2015-10-23net/xen-netback: Make it running on 64KB page granularityJulien Grall1-5/+11
2015-09-09xen-netback: require fewer guest Rx slots when not using GSODavid Vrabel1-10/+0
2015-09-02xen-netback: add support for multicast controlPaul Durrant1-0/+15
2015-07-09xen-netback: remove duplicated function definitionLi, Liang Z1-3/+0
2015-03-20xen-netback: making the bandwidth limiter runtime settablePalik, Imre1-0/+4
2015-01-24xen-netback: always fully coalesce guest Rx packetsDavid Vrabel1-1/+0
2014-12-18xen-netback: support frontends without feature-rx-notify againDavid Vrabel1-1/+3
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel1-0/+5
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel1-12/+17
2014-10-25xen-netback: make feature-rx-notify mandatoryDavid Vrabel1-5/+0
2014-08-14xen-netback: don't stop dealloc kthread too earlyWei Liu1-0/+5
2014-08-06xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss1-3/+12
2014-08-06xen-netback: Using a new state bit instead of carrierZoltan Kiss1-0/+6
2014-07-09xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss1-0/+11
2014-06-26xen-netback: bookkeep number of active queues in our own moduleWei Liu1-0/+1
2014-06-05xen-netback: Add support for multiple queuesAndrew J. Bennieston1-0/+2
2014-06-05xen-netback: Factor queue-specific data into queue structWei Liu1-33/+69
2014-06-05xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston1-2/+1
2014-05-17xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel1-1/+1
2014-04-03xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss1-0/+1
2014-04-02xen-netback: disable rogue vif in kthread contextWei Liu1-0/+5
2014-03-27xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss1-7/+1
2014-03-26Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss1-2/+0
2014-03-08xen-netback: Aggregate TX unmap operationsZoltan Kiss1-0/+2
2014-03-08xen-netback: Timeout packets in RX pathZoltan Kiss1-0/+6