Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-29xen/netback: use struct ubuf_info_msgzcPavel Begunkov
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-09xen/netback: do some code cleanupJuergen Gross
2022-05-31xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross
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-10Merge 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-02xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculatingJan Beulich
2021-02-22Merge 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-08skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon
2020-10-20xen/netback: use lateeoi irq bindingJuergen Gross
2020-07-02xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov
2019-12-27xen-netback: support dynamic unbind/bindPaul Durrant
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-12xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-09xen/netback: Reset nr_frags before freeing skbRoss Lagerwall
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon
2019-07-23net: 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-12xen-netback: remove unecessary condition check before debugfs_remove_recursivezhong jiang
2018-08-03xen-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-13xen-netback: fix race condition on XenBus disconnectIgor Druzhinin
2017-01-30xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross
2016-10-07xen-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-14xen-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-11Merge 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-07xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall
2015-08-04xen-netback: Allocate fraglist early to avoid complex rollbackRoss Lagerwall
2015-07-15net/xen-netback: off by one in BUG_ON() conditionDan Carpenter