aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2024-04-22Merge branch 'for-uring-ubufops' into HEADJakub Kicinski1-3/+8
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov1-3/+8
2024-04-11net: move skb ref helpers to new headerMina Almasry1-0/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for xen-netbackBreno Leitao1-0/+1
2024-02-01xen-netback: properly sync TX responsesJan Beulich1-44/+40
2024-01-08xen-netback: don't produce zero-size SKB fragsJan Beulich1-6/+38
2023-08-03xen/netback: Fix buffer overrun triggered by unusual packetRoss Lagerwall1-5/+10
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-05-29xen/netback: Pass (void *) to virt_to_page()Linus Walleij1-1/+1
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-3/+1
2023-03-30xen/netback: use same error messages for same errorsJuergen Gross1-4/+2
2023-03-28xen/netback: remove not needed test in xenvif_tx_build_gops()Juergen Gross1-4/+0
2023-03-28xen/netback: don't do grant copy across page boundaryJuergen Gross1-2/+23
2023-02-27xen-netback: remove unused variables pending_idx and indexTom Rix1-5/+0
2022-12-07xen/netback: fix build warningJuergen Gross1-1/+1
2022-12-06xen/netback: Ensure protocol headers don't fall in the non-linear areaRoss Lagerwall1-100/+123
2022-09-28xen/netback: use struct ubuf_info_msgzcPavel Begunkov1-3/+4
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-3/+1
2022-06-08xen/netback: do some code cleanupJuergen Gross1-1/+3
2022-05-31xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross1-1/+1
2021-10-15xen-netback: Remove redundant initialization of variable errColin Ian King1-1/+1
2021-09-19xen-netback: correct success/error reporting for the SKB-with-fraglist caseJan Beulich1-1/+1
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+2
2021-03-03xen-netback: respect gnttab_map_refs()'s return valueJan Beulich1-1/+11
2021-03-01xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculatingJan Beulich1-2/+2
2021-02-21Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+1
2021-02-15xen-netback: don't "handle" error by BUG()Jan Beulich1-3/+1
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon1-2/+3
2020-10-20xen/netback: use lateeoi irq bindingJuergen Gross1-1/+10
2020-07-01xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov1-0/+7
2019-12-26xen-netback: support dynamic unbind/bindPaul Durrant1-3/+17
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-08-11xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-3/+0
2019-08-08xen/netback: Reset nr_frags before freeing skbRoss Lagerwall1-0/+2
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-3/+3
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+2
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2019-02-28xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin1-5/+5
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy1-3/+12
2018-09-11xen-netback: remove unecessary condition check before debugfs_remove_recursivezhong jiang1-2/+1
2018-08-02xen-netback: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2017-10-18net/xen-netback: Convert timers to use timer_setup()Kees Cook1-4/+2
2017-06-22xen-netback: correctly schedule rate-limited queuesWei Liu1-1/+5
2017-03-12xen-netback: fix race condition on XenBus disconnectIgor Druzhinin1-1/+1
2017-01-29xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross1-2/+4
2016-10-06xen-netback: separate guest side rx code into separate modulePaul Durrant1-754/+0
2016-09-22xen-netback: switch to threaded irq for control ringJuergen Gross1-14/+4
2016-05-16xen-netback: use hash value from the frontendPaul Durrant1-0/+27
2016-05-16xen-netback: pass hash value to the frontendPaul Durrant1-12/+66
2016-05-16xen-netback: add control protocol implementationPaul Durrant1-2/+47
2016-05-16xen-netback: add control ring boilerplatePaul Durrant1-5/+94
2016-05-13xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant1-0/+1
2016-03-13xen-netback: support multiple extra info fragments passed from frontendPaul Durrant1-23/+42
2016-01-15xen-netback: use skb to determine number of required guest Rx requestsDavid Vrabel1-11/+9
2015-12-18xen-netback: use RING_COPY_REQUEST() throughoutDavid Vrabel1-16/+14
2015-12-18xen-netback: don't use last request to determine minimum Tx creditDavid Vrabel1-3/+1
2015-10-23net/xen-netback: Make it running on 64KB page granularityJulien Grall1-57/+100
2015-10-23net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loopJulien Grall1-7/+7
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2015-09-10xen-netback: respect user provided max_queuesWei Liu1-2/+5
2015-09-09xen-netback: require fewer guest Rx slots when not using GSODavid Vrabel1-7/+16
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-2/+2
2015-09-02xen-netback: add support for multicast controlPaul Durrant1-0/+99
2015-08-06xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall1-1/+0
2015-08-03xen-netback: Allocate fraglist early to avoid complex rollbackRoss Lagerwall1-28/+33
2015-07-14net/xen-netback: off by one in BUG_ON() conditionDan Carpenter1-3/+3
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-06-21net/xen-netback: Don't mix hexa and decimal with 0x in the printf formatJulien Grall1-7/+7
2015-06-21net/xen-netback: Remove unused code in xenvif_rx_actionJulien Grall1-5/+0
2015-06-17xen: Include xen/page.h rather than asm/xen/page.hJulien Grall1-1/+1
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-06-01xen: netback: fix printf format string warningIan Campbell1-1/+1
2015-05-25net:xen-netback - Change 1 to true for bool type variable.Shailendra Verma1-1/+1
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+2
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu1-2/+2
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+12
2015-03-20xen-netback: making the bandwidth limiter runtime settablePalik, Imre1-3/+1
2015-03-11xen-netback: notify immediately after pushing Tx response.David Vrabel1-11/+12
2015-03-05xen-netback: refactor xenvif_handle_frag_list()David Vrabel1-12/+9
2015-03-05xen-netback: unref frags when handling a from-guest skb with a frag listDavid Vrabel1-1/+6
2015-02-24xen-netback: release pending index before pushing Tx responsesDavid Vrabel1-8/+21
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-104/+3
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-97/+9
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-02-02xen-netback: stop the guest rx thread after a fatal errorDavid Vrabel1-2/+1
2015-01-28xen-netback: use foreign page information from the pages themselvesJennifer Herbert1-91/+9
2015-01-28x86/xen: require ballooned pages for grant mapsJennifer Herbert1-6/+0
2015-01-23xen-netback: always fully coalesce guest Rx packetsDavid Vrabel1-104/+3
2014-12-18xen-netback: support frontends without feature-rx-notify againDavid Vrabel1-13/+14
2014-11-06xen-netback: remove unconditional __pskb_pull_tail() in guest Tx pathMalcolm Crossley1-14/+12
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-118/+201
2014-10-29xen-netback: Remove __GFP_COLDZoltan Kiss1-1/+1
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel1-0/+76
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel1-118/+125
2014-08-13xen-netback: don't stop dealloc kthread too earlyWei Liu1-7/+19
2014-08-07xen-netback: Fix vif->disable handlingZoltan Kiss1-2/+8
2014-08-05xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss1-14/+83
2014-08-05xen-netback: Using a new state bit instead of carrierZoltan Kiss1-1/+1
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-23/+63
2014-07-20xen-netback: Fix pointer incrementation to avoid incorrect loggingZoltan Kiss1-1/+1
2014-07-20xen-netback: Fix releasing header slot on error pathZoltan Kiss1-5/+33
2014-07-20xen-netback: Fix releasing frag_list skbs in error pathZoltan Kiss1-0/+9
2014-07-20xen-netback: Fix handling frag_list on grant op error pathZoltan Kiss1-17/+20
2014-07-08xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss1-0/+11
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+25
2014-06-05xen-netback: Fix handling of skbs requiring too many slotsZoltan Kiss1-11/+25
2014-06-04xen-netback: Add support for multiple queuesAndrew J. Bennieston1-0/+8
2014-06-04xen-netback: Factor queue-specific data into queue structWei Liu1-357/+353
2014-05-16xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel1-2/+2
2014-05-15xen-netback: Fix grant ref resolution in RX pathZoltan Kiss1-18/+80
2014-04-04xen-netback: Trivial format string fixZoltan Kiss1-2/+2
2014-04-03xen-netback: Grant copy the header instead of map and memcpyZoltan Kiss1-53/+69
2014-04-03xen-netback: Rename map opsZoltan Kiss1-22/+24
2014-04-01xen-netback: disable rogue vif in kthread contextWei Liu1-2/+14
2014-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+28
2014-03-29xen-netback: BUG_ON in xenvif_rx_action() not catching overflowPaul Durrant1-1/+7
2014-03-29xen-netback: worse-case estimate in xenvif_rx_action is underestimatingPaul Durrant1-1/+20
2014-03-29xen-netback: remove pointless clause from if statementPaul Durrant1-2/+2
2014-03-26xen-netback: Functional follow-up patch for grant mapping seriesZoltan Kiss1-7/+19
2014-03-26xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss1-3/+1
2014-03-26xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss1-11/+2
2014-03-25xen-netback: Proper printf format for ptrdiff_t is 't'.David S. Miller1-1/+1
2014-03-25Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss1-33/+1
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+18
2014-03-10Xen-netback: Fix issue caused by using gso_type wronglyAnnie Li1-21/+18
2014-03-07xen-netback: Aggregate TX unmap operationsZoltan Kiss1-1/+33
2014-03-07xen-netback: Timeout packets in RX pathZoltan Kiss1-3/+20
2014-03-07xen-netback: Handle guests with too many fragsZoltan Kiss1-10/+154
2014-03-07xen-netback: Add stat counters for zerocopyZoltan Kiss1-1/+8
2014-03-07xen-netback: Remove old TX grant copy definitons and fix indentationsZoltan Kiss1-58/+14
2014-03-07xen-netback: Introduce TX grant mappingZoltan Kiss1-160/+272
2014-03-07xen-netback: Handle foreign mapped pages on the guest RX pathZoltan Kiss1-5/+43
2014-03-07xen-netback: Minor refactoring of netback codeZoltan Kiss1-19/+3
2014-03-07xen-netback: Use skb->cb for pending_idxZoltan Kiss1-17/+25
2014-02-05xen-netback: Fix Rx stall due to race conditionZoltan Kiss1-10/+6
2014-01-14xen-netback: use new skb_checksum_setup functionPaul Durrant1-257/+3
2014-01-09xen-netback: stop vif thread spinning if frontend is unresponsivePaul Durrant1-5/+9
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+13
2013-12-29xen-netback: fix guest-receive-side array sizesPaul Durrant1-1/+1
2013-12-19xen-netback: add gso_segs calculationPaul Durrant1-4/+15
2013-12-19xen-netback: fix some error return codeWei Yongjun1-4/+12
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-41/+40
2013-12-17xen-netback: fix fragments error handling in checksum_setup_ip()Wei Yongjun1-0/+3
2013-12-12xen-netback: fix gso_prefix checkPaul Durrant1-1/+1
2013-12-12xen-netback: napi: don't prematurely request a tx eventPaul Durrant1-1/+1
2013-12-12xen-netback: napi: fix abuse of budgetPaul Durrant1-7/+7
2013-12-11xen-netback: make sure skb linear area covers checksum fieldPaul Durrant1-32/+28
2013-12-09xen-netback: improve guest-receive-side flow controlPaul Durrant1-146/+71
2013-12-05xen-netback: fix fragment detection in checksum setupPaul Durrant1-99/+137
2013-11-28xen-netback: include definition of csum_ipv6_magicAndy Whitcroft1-0/+1
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2013-10-29xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu1-5/+5
2013-10-17xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant1-10/+38
2013-10-17xen-netback: handle IPv6 TCP GSO packets from the guestPaul Durrant1-3/+8
2013-10-17xen-netback: add support for IPv6 checksum offload from guestPaul Durrant1-39/+196
2013-10-08Revert "xen-netback: improve ring effeciency for guest RX"Wei Liu1-61/+83
2013-09-30xen-netback: improve ring effeciency for guest RXWei Liu1-83/+61
2013-09-12xen-netback: count number required slots for an skb more carefullyDavid Vrabel1-30/+64
2013-08-29xen-netback: rename functionsWei Liu1-111/+112
2013-08-29xen-netback: switch to NAPI + kthread 1:1 modelWei Liu1-430/+177
2013-08-29xen-netback: remove page tracking facilityWei Liu1-75/+2
2013-07-01xen: Use more current logging stylesJoe Perches1-4/+3
2013-06-24xen-netback: double free on unloadDan Carpenter1-2/+2
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2013-06-13xen-netback: don't de-reference vif pointer after having called xenvif_put()Jan Beulich1-5/+6
2013-05-23xen-netback: split event channels support for Xen backend driverWei Liu1-4/+10
2013-05-17xen-netback: enable user to unload netback moduleWei Liu1-0/+20
2013-05-17xen-netback: remove dead codeWei Liu1-4/+0
2013-05-02xen-netback: better names for thresholdsWei Liu1-20/+29
2013-05-02xen-netback: avoid allocating variable size array on stackWei Liu1-2/+14
2013-05-02xen-netback: remove redundent parameter in netbk_count_requestsWei Liu1-4/+2
2013-04-22xen-netback: don't disconnect frontend when seeing oversize packetWei Liu1-6/+16
2013-04-22xen-netback: coalesce slots in TX path and fix regressionsWei Liu1-51/+224
2013-04-12xen-netback: switch to use skb_partial_csum_set()Jason Wang1-14/+8
2013-04-10xen-netback: fix sparse warningstephen hemminger1-1/+1
2013-03-27net: switch to use skb_probe_transport_header()Jason Wang1-9/+1
2013-03-26netback: set transport header before passing it to kernelJason Wang1-0/+12
2013-03-25xen-netback: remove skb in xen_netbk_alloc_pageWei Liu1-3/+2
2013-02-19Revert "xen: netback: remove redundant xenvif_put"David S. Miller1-0/+1
2013-02-19xen: netback: remove redundant xenvif_putAndrew Jones1-1/+0
2013-02-14xen-netback: correctly return errors from netbk_count_requests()David Vrabel1-4/+4
2013-02-07netback: correct netbk_tx_err to handle wrap around.Ian Campbell1-1/+1
2013-02-07xen/netback: free already allocated memory on failure in xen_netbk_get_requestsIan Campbell1-1/+12
2013-02-07xen/netback: don't leak pages on failure in xen_netbk_tx_check_gop.Matthew Daley1-25/+13
2013-02-07xen/netback: shutdown the ring if it contains garbage.Ian Campbell1-17/+45
2012-10-10xen: netback: handle compound page fragments on transmit.Ian Campbell1-5/+35
2012-09-26Merge branch 'xenarm-for-linus' of git://xenbits.xen.org/people/sstabellini/l...Konrad Rzeszutek Wilk1-0/+1
2012-09-21xen/gndev: Xen backend support for paged out grant targets V4.Andres Lagar-Cavilla1-8/+3
2012-08-08xen/arm: compile netbackStefano Stabellini1-0/+1
2012-06-29xen/netback: only non-freed SKB is queued into tx_queueAnnie Li1-2/+2
2012-05-24xen/netback: Calculate the number of SKB slots required correctlySimon Graham1-2/+1
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+1
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-12-20xen/netback: Enable netback on HVM guestsDaniel De Graaf1-1/+1
2011-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-12-06netback: fix typo in commentWei Liu1-1/+1
2011-12-06netback: remove redundant assignmentWei Liu1-4/+0
2011-12-06netback: Fix alert message.Wei Liu1-1/+1
2011-11-21xen-netback: use correct index for invalidation in xen_netbk_tx_check_gop()Jan Beulich1-1/+1