| Commit message (Expand) | Author | Age | Files | Lines |
* | net: extend ubuf_info callback to ops structure | Pavel Begunkov | 2024-04-23 | 1 | -3/+2 |
* | xen/netback: don't do grant copy across page boundary | Juergen Gross | 2023-03-28 | 1 | -1/+1 |
* | xen/netback: don't call kfree_skb() with interrupts disabled | Juergen Gross | 2022-12-06 | 1 | -1/+1 |
* | xen/netback: use struct ubuf_info_msgzc | Pavel Begunkov | 2022-09-29 | 1 | -1/+1 |
* | xen/netback: do some code cleanup | Juergen Gross | 2022-06-09 | 1 | -12/+0 |
* | xen/netback: fix rx queue stall detection | Juergen Gross | 2021-12-16 | 1 | -0/+1 |
* | skbuff: Add skb parameter to the ubuf zerocopy callback | Jonathan Lemon | 2021-01-08 | 1 | -1/+2 |
* | xen/netback: use lateeoi irq binding | Juergen Gross | 2020-10-20 | 1 | -0/+15 |
* | xen networking: add XDP offset adjustment to xen-netback | Denis Kirjanov | 2020-07-02 | 1 | -0/+4 |
* | xen-netback: add reference from xenvif to backend_info to facilitate coredump... | Dongli Zhang | 2019-04-12 | 1 | -0/+18 |
* | xen-netback: validate queue numbers in xenvif_set_hash_mapping() | Jan Beulich | 2018-09-25 | 1 | -1/+2 |
* | net/xen-netback: Convert timers to use timer_setup() | Kees Cook | 2017-10-18 | 1 | -1/+1 |
* | xen-netback: correctly schedule rate-limited queues | Wei Liu | 2017-06-22 | 1 | -0/+1 |
* | xen-netback: vif counters from int/long to u64 | Mart van Santen | 2017-02-14 | 1 | -4/+4 |
* | xen-netback: (re-)create a debugfs node for hash information | Paul Durrant | 2016-10-13 | 1 | -0/+4 |
* | xen-netback: batch copies for multiple to-guest rx packets | David Vrabel | 2016-10-07 | 1 | -0/+1 |
* | xen-netback: refactor guest rx | David Vrabel | 2016-10-07 | 1 | -13/+10 |
* | xen-netback: retire guest rx side prefix GSO feature | Paul Durrant | 2016-10-07 | 1 | -1/+0 |
* | Revert "xen-netback: create a debugfs node for hash information" | David S. Miller | 2016-09-23 | 1 | -4/+0 |
* | xen-netback: switch to threaded irq for control ring | Juergen Gross | 2016-09-22 | 1 | -3/+1 |
* | xen-netback: create a debugfs node for hash information | Paul Durrant | 2016-08-19 | 1 | -0/+4 |
* | xen-netback: add control protocol implementation | Paul Durrant | 2016-05-16 | 1 | -0/+46 |
* | xen-netback: add control ring boilerplate | Paul Durrant | 2016-05-16 | 1 | -8/+20 |
* | xen-netback: support multiple extra info fragments passed from frontend | Paul Durrant | 2016-03-14 | 1 | -0/+1 |
* | xen-netback: implement dynamic multicast control | Paul Durrant | 2016-02-07 | 1 | -0/+1 |
* | net/xen-netback: Make it running on 64KB page granularity | Julien Grall | 2015-10-23 | 1 | -5/+11 |
* | xen-netback: require fewer guest Rx slots when not using GSO | David Vrabel | 2015-09-09 | 1 | -10/+0 |
* | xen-netback: add support for multicast control | Paul Durrant | 2015-09-02 | 1 | -0/+15 |
* | xen-netback: remove duplicated function definition | Li, Liang Z | 2015-07-08 | 1 | -3/+0 |
* | xen-netback: making the bandwidth limiter runtime settable | Palik, Imre | 2015-03-20 | 1 | -0/+4 |
* | xen-netback: always fully coalesce guest Rx packets | David Vrabel | 2015-01-24 | 1 | -1/+0 |
* | xen-netback: support frontends without feature-rx-notify again | David Vrabel | 2014-12-18 | 1 | -1/+3 |
* | xen-netback: reintroduce guest Rx stall detection | David Vrabel | 2014-10-25 | 1 | -0/+5 |
* | xen-netback: fix unlimited guest Rx internal queue and carrier flapping | David Vrabel | 2014-10-25 | 1 | -12/+17 |
* | xen-netback: make feature-rx-notify mandatory | David Vrabel | 2014-10-25 | 1 | -5/+0 |
* | xen-netback: don't stop dealloc kthread too early | Wei Liu | 2014-08-14 | 1 | -0/+5 |
* | xen-netback: Turn off the carrier if the guest is not able to receive | Zoltan Kiss | 2014-08-06 | 1 | -3/+12 |
* | xen-netback: Using a new state bit instead of carrier | Zoltan Kiss | 2014-08-06 | 1 | -0/+6 |
* | xen-netback: Adding debugfs "io_ring_qX" files | Zoltan Kiss | 2014-07-09 | 1 | -0/+11 |
* | xen-netback: bookkeep number of active queues in our own module | Wei Liu | 2014-06-26 | 1 | -0/+1 |
* | xen-netback: Add support for multiple queues | Andrew J. Bennieston | 2014-06-04 | 1 | -0/+2 |
* | xen-netback: Factor queue-specific data into queue struct | Wei Liu | 2014-06-04 | 1 | -33/+69 |
* | xen-netback: Move grant_copy_op array back into struct xenvif. | Andrew J. Bennieston | 2014-06-04 | 1 | -2/+1 |
* | xen-netback: fix race between napi_complete() and interrupt handler | David Vrabel | 2014-05-16 | 1 | -1/+1 |
* | xen-netback: Grant copy the header instead of map and memcpy | Zoltan Kiss | 2014-04-03 | 1 | -0/+1 |
* | xen-netback: disable rogue vif in kthread context | Wei Liu | 2014-04-01 | 1 | -0/+5 |
* | xen-netback: Stop using xenvif_tx_pending_slots_available | Zoltan Kiss | 2014-03-26 | 1 | -7/+1 |
* | Revert "xen-netback: Aggregate TX unmap operations" | Zoltan Kiss | 2014-03-25 | 1 | -2/+0 |
* | xen-netback: Aggregate TX unmap operations | Zoltan Kiss | 2014-03-07 | 1 | -0/+2 |
* | xen-netback: Timeout packets in RX path | Zoltan Kiss | 2014-03-07 | 1 | -0/+6 |