summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-271-5/+0
|\
| * xen-netback: remove unused variables pending_idx and indexTom Rix2023-02-271-5/+0
* | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
|/
* Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-121-2/+1
|\
| * xen: make remove callback of xen driver void returnedDawei Li2022-12-151-2/+1
* | xen/netback: fix build warningJuergen Gross2022-12-071-1/+1
* | xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross2022-12-063-6/+10
* | xen/netback: Ensure protocol headers don't fall in the non-linear areaRoss Lagerwall2022-12-061-100/+123
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* xen/netback: use struct ubuf_info_msgzcPavel Begunkov2022-09-283-6/+7
* xen-netback: use kstrdup instead of open-coding itMinghao Chi2022-09-231-2/+1
* xen-netback: only remove 'hotplug-status' when the vif is actually destroyedPaul Durrant2022-09-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-141-0/+1
|\
| * xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queueJuergen Gross2022-07-141-0/+1
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-3/+1
* | xen/netback: do some code cleanupJuergen Gross2022-06-084-29/+5
|/
* xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross2022-05-311-1/+1
* eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-2/+1
* Revert "xen-netback: Check for hotplug-status existence before watching"Marek Marczykowski-Górecki2022-02-241-8/+4
* Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"Marek Marczykowski-Górecki2022-02-241-1/+1
* xen/netback: don't queue unlimited number of packagesJuergen Gross2021-12-161-7/+11
* xen/netback: fix rx queue stall detectionJuergen Gross2021-12-162-24/+42
* net: xen: use eth_hw_addr_set()Jakub Kicinski2021-10-221-2/+4
* 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
* xen-netback: take a reference to the RX task threadRoger Pau Monne2021-06-071-0/+6
* xen-netback: Check for hotplug-status existence before watchingMichael Brown2021-04-131-4/+8
* 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
* | xen/events: link interdomain events to associated xenbus deviceJuergen Gross2021-02-111-8/+8
* | xen/netback: fix spurious event detection for common event caseJuergen Gross2021-02-111-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-1/+8
|\|
| * xen/netback: avoid race in xenvif_rx_ring_slots_available()Juergen Gross2021-02-041-1/+8
* | net: xen-netback: xenbus: Demote nonconformant kernel-doc headersLee Jones2021-01-161-2/+2
* | net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-2/+2
* | skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon2021-01-072-3/+5
|/
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-141-1/+1
* xen/xenbus: Allow watches discard events before queueingSeongJae Park2020-12-141-0/+4
* xen/netback: use lateeoi irq bindingJuergen Gross2020-10-204-14/+86
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
* xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov2020-07-015-1/+61
* net: xen-netback: hash.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-01-171-2/+4
* xen-netback: support dynamic unbind/bindPaul Durrant2019-12-263-7/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-12/+12
|\
| * xen-netback: avoid race that can lead to NULL pointer dereferencePaul Durrant2019-12-151-12/+12
* | xen-netback: remove 'hotplug-status' once it has served its purposePaul Durrant2019-12-171-1/+1
* | xen-netback: switch state to InitWait at the end of netback_probe()...Paul Durrant2019-12-171-5/+2