aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/interface.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov1-1/+1
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2023-10-13xen-netback: add software timestamp capabilitiesLuca Fancellu1-1/+4
2023-10-08xen-netback: use default TX queue size for vifsRoger Pau Monne1-4/+0
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher1-2/+1
2022-12-06xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross1-2/+4
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 re...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
2015-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2015-03-05xen-netback: return correct ethtool statsDavid Vrabel1-2/+1
2015-03-03xen: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-4/+3
2015-02-05xen-netback: fix sparse warningLad, Prabhakar1-1/+1
2015-02-02xen-netback: stop the guest rx thread after a fatal errorDavid Vrabel1-0/+2
2015-01-28xen/grant-table: add helpers for allocating pagesDavid Vrabel1-4/+3
2014-12-18xen-netback: support frontends without feature-rx-notify againDavid Vrabel1-1/+3
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-59/+15
2014-10-29xen-netback: Disable NAPI after disabling interruptsZoltan Kiss1-1/+1
2014-10-25xen-netback: reintroduce guest Rx stall detectionDavid Vrabel1-1/+4
2014-10-25xen-netback: fix unlimited guest Rx internal queue and carrier flappingDavid Vrabel1-48/+11
2014-10-25xen-netback: make feature-rx-notify mandatoryDavid Vrabel1-11/+1
2014-08-25xen-netback: move netif_napi_add before binding interruptWei Liu1-3/+3
2014-08-13xen-netback: remove loop waiting functionWei Liu1-29/+0
2014-08-13xen-netback: don't stop dealloc kthread too earlyWei Liu1-0/+18
2014-08-13xen-netback: move NAPI add/remove callsWei Liu1-4/+5
2014-08-11xen-netback: Don't deschedule NAPI when carrier offZoltan Kiss1-5/+1
2014-08-05xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss1-21/+28
2014-08-05xen-netback: Using a new state bit instead of carrierZoltan Kiss1-8/+11
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-07-08xen-netback: Adding debugfs "io_ring_qX" filesZoltan Kiss1-1/+1
2014-06-25xen-netback: bookkeep number of active queues in our own moduleWei Liu1-38/+11
2014-06-11net: xen-netback: include linux/vmalloc.h againArnd Bergmann1-0/+1
2014-06-04xen-netback: Add support for multiple queuesAndrew J. Bennieston1-6/+17
2014-06-04xen-netback: Factor queue-specific data into queue structWei Liu1-176/+326
2014-06-04xen-netback: Move grant_copy_op array back into struct xenvif.Andrew J. Bennieston1-9/+0
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-27/+3
2014-05-16xen-netback: fix race between napi_complete() and interrupt handlerDavid Vrabel1-27/+3
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-04-01xen-netback: disable rogue vif in kthread contextWei Liu1-0/+11
2014-03-26xen-netback: Non-functional follow-up patch for grant mapping seriesZoltan Kiss1-3/+10
2014-03-26xen-netback: Stop using xenvif_tx_pending_slots_availableZoltan Kiss1-2/+1
2014-03-25Revert "xen-netback: Aggregate TX unmap operations"Zoltan Kiss1-2/+0
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2014-03-12xen-netback: use skb_is_gso in xenvif_start_xmitWei Liu1-2/+1
2014-03-07xen-netback: Aggregate TX unmap operationsZoltan Kiss1-0/+2
2014-03-07xen-netback: Timeout packets in RX pathZoltan Kiss1-2/+35
2014-03-07xen-netback: Handle guests with too many fragsZoltan Kiss1-0/+7
2014-03-07xen-netback: Add stat counters for zerocopyZoltan Kiss1-0/+15
2014-03-07xen-netback: Introduce TX grant mappingZoltan Kiss1-4/+61
2014-03-07xen-netback: Minor refactoring of netback codeZoltan Kiss1-2/+2
2014-02-05xen-netback: Fix Rx stall due to race conditionZoltan Kiss1-1/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2014-01-05xen-netback: Include header for vmallocJosh Boyer1-0/+1
2013-12-29xen-netback: fix guest-receive-side array sizesPaul Durrant1-0/+10
2013-12-09xen-netback: improve guest-receive-side flow controlPaul Durrant1-23/+24
2013-12-03xen-netback: clear vif->task on disconnectPaul Durrant1-8/+12
2013-11-21xen-netback: stop the VIF thread before unbinding IRQsDavid Vrabel1-3/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2013-10-29xen-netback: use jiffies_64 value to calculate credit timeoutWei Liu1-2/+1
2013-10-17xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant1-2/+4
2013-10-17xen-netback: Unconditionally set NETIF_F_RXCSUMPaul Durrant1-1/+1
2013-10-17xen-netback: add support for IPv6 checksum offload to guestPaul Durrant1-3/+7
2013-09-19xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant1-16/+10
2013-09-12xen-netback: fix possible format string flawKees Cook1-1/+1
2013-08-29xen-netback: rename functionsWei Liu1-10/+10
2013-08-29xen-netback: switch to NAPI + kthread 1:1 modelWei Liu1-39/+80
2013-05-23xen-netback: split event channels support for Xen backend driverWei Liu1-15/+70
2013-05-17xen-netback: enable user to unload netback moduleWei Liu1-1/+18
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-2/+1
2013-02-14xen-netback: cancel the credit timer when taking the vif downDavid Vrabel1-2/+1
2013-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+14
2013-02-07xen/netback: shutdown the ring if it contains garbage.Ian Campbell1-9/+14
2013-01-23xen-netback: allow changing the MAC address of the interfaceMatt Wilson1-0/+2
2012-01-05xen-netback: make ops structs conststephen hemminger1-2/+2
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-10-03net: xen-netback: correctly restart Tx after a VM restore/migrateDavid Vrabel1-2/+2
2011-04-20net: xen-netback: convert to hw_featuresMichał Mirosław1-69/+15
2011-03-15xen network backend driverIan Campbell1-0/+424