summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-3/+3
2026-02-17xen-netback: reject zero-queue configuration from guestZiyi Guo-2/+3
2026-01-20net/xen-netback: Fix mispelling of "Software" as "Softare"Yicong Hui-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2024-08-28net/xen-netback: prevent UAF in xenvif_flush_hash()Jeongjun Park-3/+2
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet-1/+1
2024-04-22Merge branch 'for-uring-ubufops' into HEADJakub Kicinski-7/+11
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov-7/+11
2024-04-11net: move skb ref helpers to new headerMina Almasry-0/+1
2024-02-15net: fill in MODULE_DESCRIPTION()s for xen-netbackBreno Leitao-0/+1
2024-02-01xen-netback: properly sync TX responsesJan Beulich-44/+40
2024-01-08xen-netback: don't produce zero-size SKB fragsJan Beulich-6/+38
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+1
2023-10-13xen-netback: add software timestamp capabilitiesLuca Fancellu-1/+4
2023-10-08xen-netback: use default TX queue size for vifsRoger Pau Monne-4/+0
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher-2/+1
2023-08-03xen/netback: Fix buffer overrun triggered by unusual packetRoss Lagerwall-5/+10
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2023-05-29xen/netback: Pass (void *) to virt_to_page()Linus Walleij-1/+1
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin-3/+1
2023-03-30xen/netback: use same error messages for same errorsJuergen Gross-4/+2
2023-03-28xen/netback: remove not needed test in xenvif_tx_build_gops()Juergen Gross-4/+0
2023-03-28xen/netback: don't do grant copy across page boundaryJuergen Gross-3/+24
2023-02-27Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-5/+0
2023-02-27xen-netback: remove unused variables pending_idx and indexTom Rix-5/+0
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-1/+1
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2022-12-15xen: make remove callback of xen driver void returnedDawei Li-2/+1
2022-12-07xen/netback: fix build warningJuergen Gross-1/+1
2022-12-06xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross-6/+10
2022-12-06xen/netback: Ensure protocol headers don't fall in the non-linear areaRoss Lagerwall-100/+123
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski-2/+1
2022-09-28xen/netback: use struct ubuf_info_msgzcPavel Begunkov-6/+7
2022-09-23xen-netback: use kstrdup instead of open-coding itMinghao Chi-2/+1
2022-09-03xen-netback: only remove 'hotplug-status' when the vif is actually destroyedPaul Durrant-1/+1
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2022-07-14xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queueJuergen Gross-0/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet-3/+1
2022-06-08xen/netback: do some code cleanupJuergen Gross-29/+5
2022-05-31xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross-1/+1
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski-2/+1
2022-02-24Revert "xen-netback: Check for hotplug-status existence before watching"Marek Marczykowski-Górecki-8/+4
2022-02-24Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"Marek Marczykowski-Górecki-1/+1
2021-12-16xen/netback: don't queue unlimited number of packagesJuergen Gross-7/+11
2021-12-16xen/netback: fix rx queue stall detectionJuergen Gross-24/+42
2021-10-22net: xen: use eth_hw_addr_set()Jakub Kicinski-2/+4
2021-10-15xen-netback: Remove redundant initialization of variable errColin Ian King-1/+1
2021-09-19xen-netback: correct success/error reporting for the SKB-with-fraglist caseJan Beulich-1/+1