summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* xen-netback: fix race condition on XenBus disconnectIgor Druzhinin2017-03-123-20/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-042-13/+20
|\
| * xen-netback: don't vfree() queues under spinlockPaul Durrant2017-03-031-1/+4
| * xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant2017-03-031-14/+18
| * xen-netback: Use GFP_ATOMIC to allocate hashAnoob Soman2017-03-021-1/+1