summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAgeFilesLines
* Revert "xen-netback: Check for hotplug-status existence before watching"Marek Marczykowski-Górecki2022-03-161-8/+4
* Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"Marek Marczykowski-Górecki2022-03-161-0/+1
* xen/netback: don't queue unlimited number of packagesJuergen Gross2021-12-221-7/+11
* xen/netback: fix rx queue stall detectionJuergen Gross2021-12-222-24/+42
* xen-netback: correct success/error reporting for the SKB-with-fraglist caseJan Beulich2021-10-091-1/+1
* xen-netback: Check for hotplug-status existence before watchingMichael Brown2021-04-281-4/+8
* xen-netback: respect gnttab_map_refs()'s return valueJan Beulich2021-03-071-1/+11
* xen/netback: fix spurious event detection for common event caseJuergen Gross2021-03-041-3/+5
* xen-netback: don't "handle" error by BUG()Jan Beulich2021-02-231-3/+1
* xen/netback: avoid race in xenvif_rx_ring_slots_available()Juergen Gross2021-02-171-1/+8
* xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park2020-12-301-1/+1
* xen/xenbus: Allow watches discard events before queueingSeongJae Park2020-12-301-0/+4
* xen/netback: use lateeoi irq bindingJuergen Gross2020-11-054-14/+86
* 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
|\
| * xen-netback: handle page straddling in xenvif_set_hash_mapping()Jan Beulich2018-09-251-7/+18
| * xen-netback: validate queue numbers in xenvif_set_hash_mapping()Jan Beulich2018-09-253-8/+18
| * xen-netback: fix input validation in xenvif_set_hash_mapping()Jan Beulich2018-09-251-5/+7
* | net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing2018-09-281-1/+2
* | xen-netback: remove unecessary condition check before debugfs_remove_recursivezhong jiang2018-09-111-2/+1
* | net: xenbus: remove redundant 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: allow fallback function to pass netdevAlexander Duyck2018-07-091-1/+1
* net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-2/+2
* drivers/net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* xen-netback: make function xenvif_rx_skb staticColin Ian King2018-02-261-1/+1
* xen-netback: Fix logging message with spurious period after newlineJoe Perches2017-12-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-1/+1
|\
| * xen-netfront, xen-netback: Use correct minimum MTU valuesMohammed Gamal2017-10-161-1/+1
* | net/xen-netback: Convert timers to use timer_setup()Kees Cook2017-10-183-6/+4
* | drivers: net: xen-netback: use setup_timer() helper.Allen Pais2017-09-211-2/+1
|/
* xen-netback: update ubuf_info initialization to anonymous unionWillem de Bruijn2017-08-281-2/+2
* xen-netback: correctly schedule rate-limited queuesWei Liu2017-06-223-2/+11