aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-28xen/netback: use struct ubuf_info_msgzcPavel Begunkov1-2/+2
2022-06-08xen/netback: do some code cleanupJuergen Gross1-15/+1
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski1-2/+1
2021-10-22net: xen: use eth_hw_addr_set()Jakub Kicinski1-2/+4
2021-06-07xen-netback: take a reference to the RX task threadRoger Pau Monne1-0/+6
2021-02-11xen/events: link interdomain events to associated xenbus deviceJuergen Gross1-8/+8
2021-02-11xen/netback: fix spurious event detection for common event caseJuergen Gross1-3/+5
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon1-2/+2
2020-10-20xen/netback: use lateeoi irq bindingJuergen Gross1-9/+52
2020-07-01xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov1-0/+2
2019-12-26xen-netback: support dynamic unbind/bindPaul Durrant1-1/+9
2019-12-15xen-netback: avoid race that can lead to NULL pointer dereferencePaul Durrant1-12/+12
2019-10-22xen/netback: cleanup init and deinit codeJuergen Gross1-60/+54
2019-10-19xen/netback: fix error path of xenvif_connect_data()Juergen Gross1-1/+0
2019-05-31xen-netback: remove redundant assignment to errColin Ian King1-1/+1
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-3/+3
2019-02-28xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin1-0/+7
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-09-28net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2018-09-25xen-netback: validate queue numbers in xenvif_set_hash_mapping()Jan Beulich1-1/+2
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-1/+1
2017-12-06xen-netback: Fix logging message with spurious period after newlineJoe Perches1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-18net/xen-netback: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-10-16xen-netfront, xen-netback: Use correct minimum MTU valuesMohammed Gamal1-1/+1
2017-09-21drivers: net: xen-netback: use setup_timer() helper.Allen Pais1-2/+1
2017-08-28xen-netback: update ubuf_info initialization to anonymous unionWillem de Bruijn1-2/+2
2017-06-22xen-netback: correctly schedule rate-limited queuesWei Liu1-1/+5
2017-03-12xen-netback: fix race condition on XenBus disconnectIgor Druzhinin1-9/+17
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2017-02-13xen-netback: vif counters from int/long to u64Mart van Santen1-4/+4
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-18xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin1-2/+4
2016-10-20net: use core MTU range checking in virt driversJarod Wilson1-1/+4
2016-10-07xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant1-11/+9
2016-10-06xen/netback: add fraglist support for to-guest rxRoss Lagerwall1-1/+1
2016-10-06xen-netback: retire guest rx side prefix GSO featurePaul Durrant1-2/+2
2016-09-22xen-netback: switch to threaded irq for control ringJuergen Gross1-32/+6
2016-05-20xen-netback: only deinitialized hash if it was initializedPaul Durrant1-2/+1
2016-05-16xen-netback: pass hash value to the frontendPaul Durrant1-2/+11
2016-05-16xen-netback: add control protocol implementationPaul Durrant1-0/+24
2016-05-16xen-netback: add control ring boilerplatePaul Durrant1-7/+94
2016-01-15xen-netback: free queues after freeing the net deviceDavid Vrabel1-11/+5
2016-01-15xen-netback: delete NAPI instance when queue fails to initializeDavid Vrabel1-0/+1
2015-09-02xen-netback: add support for multicast controlPaul Durrant1-0/+10
2015-08-06xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall1-0/+6
2015-03-20xen-netback: making the bandwidth limiter runtime settablePalik, Imre1-0/+1