aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28xen/netback: use struct ubuf_info_msgzcPavel Begunkov1-3/+4
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-3/+1
2022-06-08xen/netback: do some code cleanupJuergen Gross1-1/+3
2022-05-31xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross1-1/+1
2021-10-15xen-netback: Remove redundant initialization of variable errColin Ian King1-1/+1
2021-09-19xen-netback: correct success/error reporting for the SKB-with-fraglist caseJan Beulich1-1/+1
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+2
2021-03-03xen-netback: respect gnttab_map_refs()'s return valueJan Beulich1-1/+11
2021-03-01xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculatingJan Beulich1-2/+2
2021-02-21Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+1
2021-02-15xen-netback: don't "handle" error by BUG()Jan Beulich1-3/+1
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon1-2/+3
2020-10-20xen/netback: use lateeoi irq bindingJuergen Gross1-1/+10
2020-07-01xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov1-0/+7
2019-12-26xen-netback: support dynamic unbind/bindPaul Durrant1-3/+17
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-08-11xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-3/+0
2019-08-08xen/netback: Reset nr_frags before freeing skbRoss Lagerwall1-0/+2
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-3/+3
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+2
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2019-02-28xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin1-5/+5
2019-02-22net: Don't set transport offset to invalid valueMaxim Mikityanskiy1-3/+12
2018-09-11xen-netback: remove unecessary condition check before debugfs_remove_recursivezhong jiang1-2/+1
2018-08-02xen-netback: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2017-10-18net/xen-netback: Convert timers to use timer_setup()Kees Cook1-4/+2
2017-06-22xen-netback: correctly schedule rate-limited queuesWei Liu1-1/+5
2017-03-12xen-netback: fix race condition on XenBus disconnectIgor Druzhinin1-1/+1
2017-01-29xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross1-2/+4
2016-10-06xen-netback: separate guest side rx code into separate modulePaul Durrant1-754/+0
2016-09-22xen-netback: switch to threaded irq for control ringJuergen Gross1-14/+4
2016-05-16xen-netback: use hash value from the frontendPaul Durrant1-0/+27
2016-05-16xen-netback: pass hash value to the frontendPaul Durrant1-12/+66
2016-05-16xen-netback: add control protocol implementationPaul Durrant1-2/+47
2016-05-16xen-netback: add control ring boilerplatePaul Durrant1-5/+94
2016-05-13xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant1-0/+1
2016-03-13xen-netback: support multiple extra info fragments passed from frontendPaul Durrant1-23/+42
2016-01-15xen-netback: use skb to determine number of required guest Rx requestsDavid Vrabel1-11/+9
2015-12-18xen-netback: use RING_COPY_REQUEST() throughoutDavid Vrabel1-16/+14
2015-12-18xen-netback: don't use last request to determine minimum Tx creditDavid Vrabel1-3/+1
2015-10-23net/xen-netback: Make it running on 64KB page granularityJulien Grall1-57/+100
2015-10-23net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loopJulien Grall1-7/+7
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+2
2015-09-10xen-netback: respect user provided max_queuesWei Liu1-2/+5
2015-09-09xen-netback: require fewer guest Rx slots when not using GSODavid Vrabel1-7/+16
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-2/+2
2015-09-02xen-netback: add support for multicast controlPaul Durrant1-0/+99
2015-08-06xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall1-1/+0
2015-08-03xen-netback: Allocate fraglist early to avoid complex rollbackRoss Lagerwall1-28/+33
2015-07-14net/xen-netback: off by one in BUG_ON() conditionDan Carpenter1-3/+3