summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
AgeCommit message (Expand)AuthorLines
2019-10-19xen/netback: fix error path of xenvif_connect_data()Juergen Gross-1/+0
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+2
2019-08-11xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-38/+11
2019-08-08xen/netback: Reset nr_frags before freeing skbRoss Lagerwall-0/+2
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon-3/+3
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)-2/+2
2019-05-31xen-netback: remove redundant assignment to errColin Ian King-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-12xen-netback: add reference from xenvif to backend_info to facilitate coredump...Dongli Zhang-16/+19
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni-3/+3
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+14
2019-02-28xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin-0/+9
2019-02-28xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin-5/+5
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy-3/+12
2019-02-08xen-netback: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2018-12-10net: xenbus: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li-15/+3
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-17/+40
2018-09-28net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing-1/+2
2018-09-25xen-netback: handle page straddling in xenvif_set_hash_mapping()Jan Beulich-7/+18
2018-09-25xen-netback: validate queue numbers in xenvif_set_hash_mapping()Jan Beulich-8/+18
2018-09-25xen-netback: fix input validation in xenvif_set_hash_mapping()Jan Beulich-5/+7
2018-09-11xen-netback: remove unecessary condition check before debugfs_remove_recursivezhong jiang-2/+1
2018-09-11net: xenbus: remove redundant condition check before debugfs_remove_recursivezhong jiang-2/+1
2018-08-02xen-netback: use true and false for boolean valuesGustavo A. R. Silva-2/+2
2018-07-09net: allow fallback function to pass netdevAlexander Duyck-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-2/+2
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches-2/+2
2018-02-26xen-netback: make function xenvif_rx_skb staticColin Ian King-1/+1
2017-12-06xen-netback: Fix logging message with spurious period after newlineJoe Perches-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-10-18net/xen-netback: Convert timers to use timer_setup()Kees Cook-6/+4
2017-10-16xen-netfront, xen-netback: Use correct minimum MTU valuesMohammed Gamal-1/+1
2017-09-21drivers: net: xen-netback: use setup_timer() helper.Allen Pais-2/+1
2017-08-28xen-netback: update ubuf_info initialization to anonymous unionWillem de Bruijn-2/+2
2017-06-22xen-netback: correctly schedule rate-limited queuesWei Liu-2/+11
2017-03-12xen-netback: fix race condition on XenBus disconnectIgor Druzhinin-20/+28
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-13/+20
2017-03-03xen-netback: don't vfree() queues under spinlockPaul Durrant-1/+4
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant-14/+18
2017-03-02xen-netback: Use GFP_ATOMIC to allocate hashAnoob Soman-1/+1
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar-0/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+1
2017-02-21Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-6/+8
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+8
2017-02-13xen-netback: vif counters from int/long to u64Mart van Santen-8/+8
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross-4/+4
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet-1/+1
2017-01-29xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross-2/+4