summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
AgeCommit message (Expand)Author
2024-02-15net: fill in MODULE_DESCRIPTION()s for xen-netbackBreno Leitao
2024-02-01xen-netback: properly sync TX responsesJan Beulich
2024-01-08xen-netback: don't produce zero-size SKB fragsJan Beulich
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-10-13xen-netback: add software timestamp capabilitiesLuca Fancellu
2023-10-08xen-netback: use default TX queue size for vifsRoger Pau Monne
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher
2023-08-03xen/netback: Fix buffer overrun triggered by unusual packetRoss Lagerwall
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-05-29xen/netback: Pass (void *) to virt_to_page()Linus Walleij
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-03-30xen/netback: use same error messages for same errorsJuergen Gross
2023-03-28xen/netback: remove not needed test in xenvif_tx_build_gops()Juergen Gross
2023-03-28xen/netback: don't do grant copy across page boundaryJuergen Gross
2023-02-27Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-02-27xen-netback: remove unused variables pending_idx and indexTom Rix
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-12-15xen: make remove callback of xen driver void returnedDawei Li
2022-12-07xen/netback: fix build warningJuergen Gross
2022-12-06xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross
2022-12-06xen/netback: Ensure protocol headers don't fall in the non-linear areaRoss Lagerwall
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-28xen/netback: use struct ubuf_info_msgzcPavel Begunkov
2022-09-23xen-netback: use kstrdup instead of open-coding itMinghao Chi
2022-09-03xen-netback: only remove 'hotplug-status' when the vif is actually destroyedPaul Durrant
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-14xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queueJuergen Gross
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-08xen/netback: do some code cleanupJuergen Gross
2022-05-31xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-02-24Revert "xen-netback: Check for hotplug-status existence before watching"Marek Marczykowski-Górecki
2022-02-24Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"Marek Marczykowski-Górecki
2021-12-16xen/netback: don't queue unlimited number of packagesJuergen Gross
2021-12-16xen/netback: fix rx queue stall detectionJuergen Gross
2021-10-22net: xen: use eth_hw_addr_set()Jakub Kicinski
2021-10-15xen-netback: Remove redundant initialization of variable errColin Ian King
2021-09-19xen-netback: correct success/error reporting for the SKB-with-fraglist caseJan Beulich
2021-06-07xen-netback: take a reference to the RX task threadRoger Pau Monne
2021-04-13xen-netback: Check for hotplug-status existence before watchingMichael Brown
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-03xen-netback: respect gnttab_map_refs()'s return valueJan Beulich
2021-03-01xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculatingJan Beulich
2021-02-21Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-02-15xen-netback: don't "handle" error by BUG()Jan Beulich
2021-02-11xen/events: link interdomain events to associated xenbus deviceJuergen Gross
2021-02-11xen/netback: fix spurious event detection for common event caseJuergen Gross
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-04xen/netback: avoid race in xenvif_rx_ring_slots_available()Juergen Gross