summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-043-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-121-2/+1Star
* | net: xenbus: remove redundant condition check before debugfs_remove_recursivezhong jiang2018-09-121-2/+1Star
|/
* 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-131-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/+4Star
* | drivers: net: xen-netback: use setup_timer() helper.Allen Pais2017-09-211-2/+1Star
|/
* xen-netback: update ubuf_info initialization to anonymous unionWillem de Bruijn2017-08-291-2/+2
* xen-netback: correctly schedule rate-limited queuesWei Liu2017-06-223-2/+11
* xen-netback: fix race condition on XenBus disconnectIgor Druzhinin2017-03-133-20/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-052-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
* | sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-172-8/+8
| |\
| * | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* | | Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-02-212-6/+8
|\ \ \ | |_|/ |/| |
| * | xen: modify xenstore watch event interfaceJuergen Gross2017-02-091-4/+4
| * | xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross2017-01-301-2/+4
| |/
* / xen-netback: vif counters from int/long to u64Mart van Santen2017-02-142-8/+8
|/
* xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin2017-01-182-2/+6
* xen-netback: fix memory leaks on XenBus disconnectIgor Druzhinin2017-01-181-0/+11
* Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-141-37/+15Star
|\
| * xen-netback: fix error handling outputArnd Bergmann2016-11-101-1/+1
| * xen: make use of xenbus_read_unsigned() in xen-netbackJuergen Gross2016-11-071-36/+14Star
* | xen-netback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich2016-11-101-6/+6