summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-3/+1
* xen/netback: do some code cleanupJuergen Gross2022-06-091-1/+3
* xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross2022-05-311-1/+1
* xen-netback: Remove redundant initialization of variable errColin Ian King2021-10-151-1/+1
* xen-netback: correct success/error reporting for the SKB-with-fraglist caseJan Beulich2021-09-191-1/+1
* Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-101-2/+2
|\
| * xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculatingJan Beulich2021-03-011-2/+2
* | xen-netback: respect gnttab_map_refs()'s return valueJan Beulich2021-03-031-1/+11
|/
* Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-02-211-3/+1
|\
| * xen-netback: don't "handle" error by BUG()Jan Beulich2021-02-151-3/+1
* | skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon2021-01-081-2/+3
|/
* xen/netback: use lateeoi irq bindingJuergen Gross2020-10-201-1/+10
* xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov2020-07-021-0/+7
* xen-netback: support dynamic unbind/bindPaul Durrant2019-12-271-3/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-0/+2
|\
| * xen/netback: Reset nr_frags before freeing skbRoss Lagerwall2019-08-091-0/+2
* | xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-121-3/+0
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-3/+3
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-5/+5
|\
| * xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin2019-02-281-5/+5
* | net: Don't set transport offset to invalid valueMaxim Mikityanskiy2019-02-221-3/+12
|/
* xen-netback: remove unecessary condition check before debugfs_remove_recursivezhong jiang2018-09-121-2/+1
* xen-netback: use true and false for boolean valuesGustavo A. R. Silva2018-08-021-2/+2
* net/xen-netback: Convert timers to use timer_setup()Kees Cook2017-10-181-4/+2
* xen-netback: correctly schedule rate-limited queuesWei Liu2017-06-221-1/+5
* xen-netback: fix race condition on XenBus disconnectIgor Druzhinin2017-03-131-1/+1
* xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross2017-01-301-2/+4
* xen-netback: separate guest side rx code into separate modulePaul Durrant2016-10-071-754/+0
* xen-netback: switch to threaded irq for control ringJuergen Gross2016-09-221-14/+4
* xen-netback: use hash value from the frontendPaul Durrant2016-05-161-0/+27
* xen-netback: pass hash value to the frontendPaul Durrant2016-05-161-12/+66
* xen-netback: add control protocol implementationPaul Durrant2016-05-161-2/+47
* xen-netback: add control ring boilerplatePaul Durrant2016-05-161-5/+94
* xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant2016-05-131-0/+1
* xen-netback: support multiple extra info fragments passed from frontendPaul Durrant2016-03-141-23/+42
* xen-netback: use skb to determine number of required guest Rx requestsDavid Vrabel2016-01-151-11/+9
* xen-netback: use RING_COPY_REQUEST() throughoutDavid Vrabel2015-12-181-16/+14
* xen-netback: don't use last request to determine minimum Tx creditDavid Vrabel2015-12-181-3/+1
* net/xen-netback: Make it running on 64KB page granularityJulien Grall2015-10-231-57/+100
* net/xen-netback: xenvif_gop_frag_copy: move GSO check out of the loopJulien Grall2015-10-231-7/+7
* Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-111-2/+2
|\
| * xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-2/+2
* | xen-netback: respect user provided max_queuesWei Liu2015-09-101-2/+5
* | xen-netback: require fewer guest Rx slots when not using GSODavid Vrabel2015-09-091-7/+16
* | xen-netback: add support for multicast controlPaul Durrant2015-09-021-0/+99
|/
* xen/netback: Wake dealloc thread after completing zerocopy workRoss Lagerwall2015-08-071-1/+0
* xen-netback: Allocate fraglist early to avoid complex rollbackRoss Lagerwall2015-08-041-28/+33
* net/xen-netback: off by one in BUG_ON() conditionDan Carpenter2015-07-151-3/+3
* Merge tag 'for-linus-4.2-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-1/+1
|\