summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback/netback.c
AgeCommit message (Expand)Author
2021-10-15xen-netback: Remove redundant initialization of variable errColin Ian King
2021-09-19xen-netback: correct success/error reporting for the SKB-with-fraglist caseJan Beulich
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-03xen-netback: respect gnttab_map_refs()'s return valueJan Beulich
2021-03-01xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculatingJan Beulich
2021-02-21Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-02-15xen-netback: don't "handle" error by BUG()Jan Beulich
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon
2020-10-20xen/netback: use lateeoi irq bindingJuergen Gross
2020-07-01xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov
2019-12-26xen-netback: support dynamic unbind/bindPaul Durrant
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-11xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-08xen/netback: Reset nr_frags before freeing skbRoss Lagerwall
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-28xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy
2018-09-11xen-netback: remove unecessary condition check before debugfs_remove_recursivezhong jiang
2018-08-02xen-netback: use true and false for boolean valuesGustavo A. R. Silva
2017-10-18net/xen-netback: Convert timers to use timer_setup()Kees Cook
2017-06-22xen-netback: correctly schedule rate-limited queuesWei Liu
2017-03-12xen-netback: fix race condition on XenBus disconnectIgor Druzhinin
2017-01-29xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross
2016-10-06xen-netback: separate guest side rx code into separate modulePaul Durrant
2016-09-22xen-netback: switch to threaded irq for control ringJuergen Gross
2016-05-16xen-netback: use hash value from the frontendPaul Durrant
2016-05-16xen-netback: pass hash value to the frontendPaul Durrant
2016-05-16xen-netback: add control protocol implementationPaul Durrant
2016-05-16xen-netback: add control ring boilerplatePaul Durrant
2016-05-13xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant
2016-03-13xen-netback: support multiple extra info fragments passed from frontendPaul Durrant
2016-01-15xen-netback: use skb to determine number of required guest Rx requestsDavid Vrabel
2015-12-18xen-netback: use RING_COPY_REQUEST() throughoutDavid Vrabel
2015-12-18xen-netback: don't use last request to determine minimum Tx creditDavid Vrabel
2015-10-23net/xen-netback: Make it running on 64KB page granularityJulien Grall
2015-10-23net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loopJulien Grall
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-09-10xen-netback: respect user provided max_queuesWei Liu
2015-09-09xen-netback: require fewer guest Rx slots when not using GSODavid Vrabel
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall
2015-09-02xen-netback: add support for multicast controlPaul Durrant
2015-08-06xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall
2015-08-03xen-netback: Allocate fraglist early to avoid complex rollbackRoss Lagerwall
2015-07-14net/xen-netback: off by one in BUG_ON() conditionDan Carpenter
2015-07-01Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-21net/xen-netback: Don't mix hexa and decimal with 0x in the printf formatJulien Grall
2015-06-21net/xen-netback: Remove unused code in xenvif_rx_actionJulien Grall
2015-06-17xen: Include xen/page.h rather than asm/xen/page.hJulien Grall