summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-uring-ubufops' into HEADJakub Kicinski2024-04-221-3/+8
|\
| * net: extend ubuf_info callback to ops structurePavel Begunkov2024-04-221-3/+8
* | net: move skb ref helpers to new headerMina Almasry2024-04-111-0/+1
|/
* net: fill in MODULE_DESCRIPTION()s for xen-netbackBreno Leitao2024-02-151-0/+1
* xen-netback: properly sync TX responsesJan Beulich2024-02-011-44/+40
* xen-netback: don't produce zero-size SKB fragsJan Beulich2024-01-081-6/+38
* xen/netback: Fix buffer overrun triggered by unusual packetRoss Lagerwall2023-08-031-5/+10
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-1/+1
|\
| * xen/netback: Pass (void *) to virt_to_page()Linus Walleij2023-05-291-1/+1
* | net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin2023-05-131-3/+1
|/
* xen/netback: use same error messages for same errorsJuergen Gross2023-03-301-4/+2
* xen/netback: remove not needed test in xenvif_tx_build_gops()Juergen Gross2023-03-281-4/+0
* xen/netback: don't do grant copy across page boundaryJuergen Gross2023-03-281-2/+23
* xen-netback: remove unused variables pending_idx and indexTom Rix2023-02-271-5/+0
* xen/netback: fix build warningJuergen Gross2022-12-071-1/+1
* xen/netback: Ensure protocol headers don't fall in the non-linear areaRoss Lagerwall2022-12-061-100/+123
* xen/netback: use struct ubuf_info_msgzcPavel Begunkov2022-09-281-3/+4
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-3/+1
* xen/netback: do some code cleanupJuergen Gross2022-06-081-1/+3
* xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross2022-05-311-1/+1
* xen-netback: Remove redundant initialization of variable errColin Ian King2021-10-151-1/+1
* xen-netback: correct success/error reporting for the SKB-with-fraglist caseJan Beulich2021-09-191-1/+1
* Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-091-2/+2
|\
| * xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculatingJan Beulich2021-03-011-2/+2
* | xen-netback: respect gnttab_map_refs()'s return valueJan Beulich2021-03-031-1/+11
|/
* Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-211-3/+1
|\
| * xen-netback: don't "handle" error by BUG()Jan Beulich2021-02-151-3/+1
* | skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon2021-01-071-2/+3
|/
* xen/netback: use lateeoi irq bindingJuergen Gross2020-10-201-1/+10
* xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov2020-07-011-0/+7
* xen-netback: support dynamic unbind/bindPaul Durrant2019-12-261-3/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-0/+2
|\
| * xen/netback: Reset nr_frags before freeing skbRoss Lagerwall2019-08-081-0/+2
* | xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-111-3/+0
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-3/+3
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-5/+5
|\
| * xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin2019-02-281-5/+5
* | net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-221-3/+12
|/
* xen-netback: remove unecessary condition check before debugfs_remove_recursivezhong jiang2018-09-111-2/+1
* xen-netback: use true and false for boolean valuesGustavo A. R. Silva2018-08-021-2/+2
* net/xen-netback: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+2
* xen-netback: correctly schedule rate-limited queuesWei Liu2017-06-221-1/+5
* xen-netback: fix race condition on XenBus disconnectIgor Druzhinin2017-03-121-1/+1
* xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross2017-01-291-2/+4
* xen-netback: separate guest side rx code into separate modulePaul Durrant2016-10-061-754/+0
* xen-netback: switch to threaded irq for control ringJuergen Gross2016-09-221-14/+4
* xen-netback: use hash value from the frontendPaul Durrant2016-05-161-0/+27
* xen-netback: pass hash value to the frontendPaul Durrant2016-05-161-12/+66
* xen-netback: add control protocol implementationPaul Durrant2016-05-161-2/+47