summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
Commit message (Expand)AuthorAgeFilesLines
* xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross2022-12-061-2/+4
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* xen/netback: use struct ubuf_info_msgzcPavel Begunkov2022-09-281-2/+2
* xen/netback: do some code cleanupJuergen Gross2022-06-081-15/+1
* eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-291-2/+1
* net: xen: use eth_hw_addr_set()Jakub Kicinski2021-10-221-2/+4
* xen-netback: take a reference to the RX task threadRoger Pau Monne2021-06-071-0/+6
* 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
* net: group skb_shinfo zerocopy related bits together.Jonathan Lemon2021-01-071-2/+2
* xen/netback: use lateeoi irq bindingJuergen Gross2020-10-201-9/+52
* xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov2020-07-011-0/+2
* xen-netback: support dynamic unbind/bindPaul Durrant2019-12-261-1/+9
* xen-netback: avoid race that can lead to NULL pointer dereferencePaul Durrant2019-12-151-12/+12
* 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
* xen-netback: remove redundant assignment to errColin Ian King2019-05-311-1/+1
* net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+3
* xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin2019-02-281-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-1/+2
|\
| * xen-netback: validate queue numbers in xenvif_set_hash_mapping()Jan Beulich2018-09-251-1/+2
* | net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing2018-09-281-1/+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
* 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-181-1/+1
* | 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-221-1/+5
* xen-netback: fix race condition on XenBus disconnectIgor Druzhinin2017-03-121-9/+17
* 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/netDavid S. Miller2017-02-161-4/+4
|\
| * xen-netback: vif counters from int/long to u64Mart van Santen2017-02-131-4/+4
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
|/
* xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin2017-01-181-2/+4
* net: use core MTU range checking in virt driversJarod Wilson2016-10-201-1/+4
* xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant2016-10-071-11/+9
* xen/netback: add fraglist support for to-guest rxRoss Lagerwall2016-10-061-1/+1
* xen-netback: retire guest rx side prefix GSO featurePaul Durrant2016-10-061-2/+2
* xen-netback: switch to threaded irq for control ringJuergen Gross2016-09-221-32/+6
* xen-netback: only deinitialized hash if it was initializedPaul Durrant2016-05-201-2/+1
* xen-netback: pass hash value to the frontendPaul Durrant2016-05-161-2/+11
* xen-netback: add control protocol implementationPaul Durrant2016-05-161-0/+24
* xen-netback: add control ring boilerplatePaul Durrant2016-05-161-7/+94
* xen-netback: free queues after freeing the net deviceDavid Vrabel2016-01-151-11/+5
* xen-netback: delete NAPI instance when queue fails to initializeDavid Vrabel2016-01-151-0/+1
* xen-netback: add support for multicast controlPaul Durrant2015-09-021-0/+10
* xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall2015-08-061-0/+6