summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAgeFilesLines
* 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
* | xen-netback: move netback_probe() and netback_remove() to the end...Paul Durrant2019-12-171-179/+174
|/
* xen/netback: cleanup init and deinit codeJuergen Gross2019-10-221-60/+54
* xen/netback: fix error path of xenvif_connect_data()Juergen Gross2019-10-191-1/+0
* 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-112-38/+11
* | 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
|/
* xen-netback: remove redundant assignment to errColin Ian King2019-05-311-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* xen-netback: add reference from xenvif to backend_info to facilitate coredump...Dongli Zhang2019-04-122-16/+19
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-023-5/+14
|\
| * xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin2019-02-282-0/+9
| * 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: mark expected switch fall-throughGustavo A. R. Silva2019-02-081-1/+1
|/
* net: xenbus: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-101-15/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-033-17/+40
|\