aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
AgeCommit message (Expand)AuthorFilesLines
2020-07-01xen networking: add XDP offset adjustment to xen-netbackGravatar Denis Kirjanov 5-1/+61
2020-01-17net: xen-netback: hash.c: Use built-in RCU list checkingGravatar Madhuparna Bhowmik 1-2/+4
2019-12-26xen-netback: support dynamic unbind/bindGravatar Paul Durrant 3-7/+28
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-12/+12
2019-12-17xen-netback: remove 'hotplug-status' once it has served its purposeGravatar Paul Durrant 1-1/+1
2019-12-17xen-netback: switch state to InitWait at the end of netback_probe()...Gravatar Paul Durrant 1-5/+2
2019-12-17xen-netback: move netback_probe() and netback_remove() to the end...Gravatar Paul Durrant 1-179/+174
2019-12-15xen-netback: avoid race that can lead to NULL pointer dereferenceGravatar Paul Durrant 1-12/+12
2019-10-22xen/netback: cleanup init and deinit codeGravatar Juergen Gross 1-60/+54
2019-10-19xen/netback: fix error path of xenvif_connect_data()Gravatar Juergen Gross 1-1/+0
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+2
2019-08-11xen-netback: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 2-38/+11
2019-08-08xen/netback: Reset nr_frags before freeing skbGravatar Ross Lagerwall 1-0/+2
2019-07-30net: Use skb_frag_off accessorsGravatar Jonathan Lemon 1-3/+3
2019-07-22net: Use skb accessors in network driversGravatar Matthew Wilcox (Oracle) 1-2/+2
2019-05-31xen-netback: remove redundant assignment to errGravatar Colin Ian King 1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 1-13/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-04-12xen-netback: add reference from xenvif to backend_info to facilitate coredump...Gravatar Dongli Zhang 2-16/+19
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Gravatar Paolo Abeni 1-3/+3
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-5/+14
2019-02-28xen-netback: don't populate the hash cache on XenBus disconnectGravatar Igor Druzhinin 2-0/+9
2019-02-28xen-netback: fix occasional leak of grant ref mappings under memory pressureGravatar Igor Druzhinin 1-5/+5
2019-02-22net: Don't set transport offset to invalid valueGravatar Maxim Mikityanskiy 1-3/+12
2019-02-08xen-netback: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2018-12-10net: xenbus: convert to DEFINE_SHOW_ATTRIBUTEGravatar Yangtao Li 1-15/+3
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-17/+40
2018-09-28net: xen-netback: fix return type of ndo_start_xmit functionGravatar YueHaibing 1-1/+2
2018-09-25xen-netback: handle page straddling in xenvif_set_hash_mapping()Gravatar Jan Beulich 1-7/+18
2018-09-25xen-netback: validate queue numbers in xenvif_set_hash_mapping()Gravatar Jan Beulich 3-8/+18
2018-09-25xen-netback: fix input validation in xenvif_set_hash_mapping()Gravatar Jan Beulich 1-5/+7
2018-09-11xen-netback: remove unecessary condition check before debugfs_remove_recursiveGravatar zhong jiang 1-2/+1
2018-09-11net: xenbus: remove redundant condition check before debugfs_remove_recursiveGravatar zhong jiang 1-2/+1
2018-08-02xen-netback: use true and false for boolean valuesGravatar Gustavo A. R. Silva 1-2/+2
2018-07-09net: allow fallback function to pass netdevGravatar Alexander Duyck 1-1/+1
2018-07-09net: allow ndo_select_queue to pass netdevGravatar Alexander Duyck 1-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 1-2/+2
2018-03-26drivers/net: Use octal not symbolic permissionsGravatar Joe Perches 1-2/+2
2018-02-26xen-netback: make function xenvif_rx_skb staticGravatar Colin Ian King 1-1/+1
2017-12-06xen-netback: Fix logging message with spurious period after newlineGravatar Joe Perches 1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-10-18net/xen-netback: Convert timers to use timer_setup()Gravatar Kees Cook 3-6/+4
2017-10-16xen-netfront, xen-netback: Use correct minimum MTU valuesGravatar Mohammed Gamal 1-1/+1
2017-09-21drivers: net: xen-netback: use setup_timer() helper.Gravatar Allen Pais 1-2/+1
2017-08-28xen-netback: update ubuf_info initialization to anonymous unionGravatar Willem de Bruijn 1-2/+2
2017-06-22xen-netback: correctly schedule rate-limited queuesGravatar Wei Liu 3-2/+11
2017-03-12xen-netback: fix race condition on XenBus disconnectGravatar Igor Druzhinin 3-20/+28
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-13/+20
2017-03-03xen-netback: don't vfree() queues under spinlockGravatar Paul Durrant 1-1/+4
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Gravatar Paul Durrant 1-14/+18