| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
| 2024-04-22 | net: extend ubuf_info callback to ops structure | Pavel Begunkov | 1 | -1/+1 |
| 2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -2/+1 |
| 2023-10-13 | xen-netback: add software timestamp capabilities | Luca Fancellu | 1 | -1/+4 |
| 2023-10-08 | xen-netback: use default TX queue size for vifs | Roger Pau Monne | 1 | -4/+0 |
| 2023-10-04 | kthread: add kthread_stop_put | Andreas Gruenbacher | 1 | -2/+1 |
| 2022-12-06 | xen/netback: don't call kfree_skb() with interrupts disabled | Juergen Gross | 1 | -2/+4 |
| 2022-09-28 | net: drop the weight argument from netif_napi_add | Jakub Kicinski | 1 | -2/+1 |
| 2022-09-28 | xen/netback: use struct ubuf_info_msgzc | Pavel Begunkov | 1 | -2/+2 |
| 2022-06-08 | xen/netback: do some code cleanup | Juergen Gross | 1 | -15/+1 |
| 2022-04-29 | eth: remove copies of the NAPI_POLL_WEIGHT define | Jakub Kicinski | 1 | -2/+1 |
| 2021-10-22 | net: xen: use eth_hw_addr_set() | Jakub Kicinski | 1 | -2/+4 |
| 2021-06-07 | xen-netback: take a reference to the RX task thread | Roger Pau Monne | 1 | -0/+6 |
| 2021-02-11 | xen/events: link interdomain events to associated xenbus device | Juergen Gross | 1 | -8/+8 |
| 2021-02-11 | xen/netback: fix spurious event detection for common event case | Juergen Gross | 1 | -3/+5 |
| 2021-01-07 | net: group skb_shinfo zerocopy related bits together. | Jonathan Lemon | 1 | -2/+2 |
| 2020-10-20 | xen/netback: use lateeoi irq binding | Juergen Gross | 1 | -9/+52 |
| 2020-07-01 | xen networking: add XDP offset adjustment to xen-netback | Denis Kirjanov | 1 | -0/+2 |
| 2019-12-26 | xen-netback: support dynamic unbind/bind | Paul Durrant | 1 | -1/+9 |
| 2019-12-15 | xen-netback: avoid race that can lead to NULL pointer dereference | Paul Durrant | 1 | -12/+12 |
| 2019-10-22 | xen/netback: cleanup init and deinit code | Juergen Gross | 1 | -60/+54 |
| 2019-10-19 | xen/netback: fix error path of xenvif_connect_data() | Juergen Gross | 1 | -1/+0 |
| 2019-05-31 | xen-netback: remove redundant assignment to err | Colin Ian King | 1 | -1/+1 |
| 2019-03-20 | net: remove 'fallback' argument from dev->ndo_select_queue() | Paolo Abeni | 1 | -3/+3 |
| 2019-02-28 | xen-netback: don't populate the hash cache on XenBus disconnect | Igor Druzhinin | 1 | -0/+7 |
| 2018-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2018-09-28 | net: xen-netback: fix return type of ndo_start_xmit function | YueHaibing | 1 | -1/+2 |
| 2018-09-25 | xen-netback: validate queue numbers in xenvif_set_hash_mapping() | Jan Beulich | 1 | -1/+2 |
| 2018-07-09 | net: allow fallback function to pass netdev | Alexander Duyck | 1 | -1/+1 |
| 2018-07-09 | net: allow ndo_select_queue to pass netdev | Alexander Duyck | 1 | -1/+1 |
| 2017-12-06 | xen-netback: Fix logging message with spurious period after newline | Joe Perches | 1 | -1/+1 |
| 2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2017-10-18 | net/xen-netback: Convert timers to use timer_setup() | Kees Cook | 1 | -1/+1 |
| 2017-10-16 | xen-netfront, xen-netback: Use correct minimum MTU values | Mohammed Gamal | 1 | -1/+1 |
| 2017-09-21 | drivers: net: xen-netback: use setup_timer() helper. | Allen Pais | 1 | -2/+1 |
| 2017-08-28 | xen-netback: update ubuf_info initialization to anonymous union | Willem de Bruijn | 1 | -2/+2 |
| 2017-06-22 | xen-netback: correctly schedule rate-limited queues | Wei Liu | 1 | -1/+5 |
| 2017-03-12 | xen-netback: fix race condition on XenBus disconnect | Igor Druzhinin | 1 | -9/+17 |
| 2017-03-02 | sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re... | Ingo Molnar | 1 | -0/+1 |
| 2017-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+4 |
| 2017-02-13 | xen-netback: vif counters from int/long to u64 | Mart van Santen | 1 | -4/+4 |
| 2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet | 1 | -1/+1 |
| 2017-01-18 | xen-netback: protect resource cleaning on XenBus disconnect | Igor Druzhinin | 1 | -2/+4 |
| 2016-10-20 | net: use core MTU range checking in virt drivers | Jarod Wilson | 1 | -1/+4 |
| 2016-10-07 | xen-netback: make sure that hashes are not send to unaware frontends | Paul Durrant | 1 | -11/+9 |
| 2016-10-06 | xen/netback: add fraglist support for to-guest rx | Ross Lagerwall | 1 | -1/+1 |
| 2016-10-06 | xen-netback: retire guest rx side prefix GSO feature | Paul Durrant | 1 | -2/+2 |
| 2016-09-22 | xen-netback: switch to threaded irq for control ring | Juergen Gross | 1 | -32/+6 |
| 2016-05-20 | xen-netback: only deinitialized hash if it was initialized | Paul Durrant | 1 | -2/+1 |
| 2016-05-16 | xen-netback: pass hash value to the frontend | Paul Durrant | 1 | -2/+11 |
| 2016-05-16 | xen-netback: add control protocol implementation | Paul Durrant | 1 | -0/+24 |
| 2016-05-16 | xen-netback: add control ring boilerplate | Paul Durrant | 1 | -7/+94 |
| 2016-01-15 | xen-netback: free queues after freeing the net device | David Vrabel | 1 | -11/+5 |
| 2016-01-15 | xen-netback: delete NAPI instance when queue fails to initialize | David Vrabel | 1 | -0/+1 |
| 2015-09-02 | xen-netback: add support for multicast control | Paul Durrant | 1 | -0/+10 |
| 2015-08-06 | xen/netback: Wake dealloc thread after completing zerocopy work | Ross Lagerwall | 1 | -0/+6 |
| 2015-03-20 | xen-netback: making the bandwidth limiter runtime settable | Palik, Imre | 1 | -0/+1 |
| 2015-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
| 2015-03-05 | xen-netback: return correct ethtool stats | David Vrabel | 1 | -2/+1 |
| 2015-03-03 | xen: Use eth_<foo>_addr instead of memset | Joe Perches | 1 | -1/+1 |
| 2015-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -1/+1 |
| 2015-02-10 | Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -4/+3 |
| 2015-02-05 | xen-netback: fix sparse warning | Lad, Prabhakar | 1 | -1/+1 |
| 2015-02-02 | xen-netback: stop the guest rx thread after a fatal error | David Vrabel | 1 | -0/+2 |
| 2015-01-28 | xen/grant-table: add helpers for allocating pages | David Vrabel | 1 | -4/+3 |
| 2014-12-18 | xen-netback: support frontends without feature-rx-notify again | David Vrabel | 1 | -1/+3 |
| 2014-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -59/+15 |
| 2014-10-29 | xen-netback: Disable NAPI after disabling interrupts | Zoltan Kiss | 1 | -1/+1 |
| 2014-10-25 | xen-netback: reintroduce guest Rx stall detection | David Vrabel | 1 | -1/+4 |
| 2014-10-25 | xen-netback: fix unlimited guest Rx internal queue and carrier flapping | David Vrabel | 1 | -48/+11 |
| 2014-10-25 | xen-netback: make feature-rx-notify mandatory | David Vrabel | 1 | -11/+1 |
| 2014-08-25 | xen-netback: move netif_napi_add before binding interrupt | Wei Liu | 1 | -3/+3 |
| 2014-08-13 | xen-netback: remove loop waiting function | Wei Liu | 1 | -29/+0 |
| 2014-08-13 | xen-netback: don't stop dealloc kthread too early | Wei Liu | 1 | -0/+18 |
| 2014-08-13 | xen-netback: move NAPI add/remove calls | Wei Liu | 1 | -4/+5 |
| 2014-08-11 | xen-netback: Don't deschedule NAPI when carrier off | Zoltan Kiss | 1 | -5/+1 |
| 2014-08-05 | xen-netback: Turn off the carrier if the guest is not able to receive | Zoltan Kiss | 1 | -21/+28 |
| 2014-08-05 | xen-netback: Using a new state bit instead of carrier | Zoltan Kiss | 1 | -8/+11 |
| 2014-07-15 | net: set name_assign_type in alloc_netdev() | Tom Gundersen | 1 | -2/+2 |
| 2014-07-08 | xen-netback: Adding debugfs "io_ring_qX" files | Zoltan Kiss | 1 | -1/+1 |
| 2014-06-25 | xen-netback: bookkeep number of active queues in our own module | Wei Liu | 1 | -38/+11 |
| 2014-06-11 | net: xen-netback: include linux/vmalloc.h again | Arnd Bergmann | 1 | -0/+1 |
| 2014-06-04 | xen-netback: Add support for multiple queues | Andrew J. Bennieston | 1 | -6/+17 |
| 2014-06-04 | xen-netback: Factor queue-specific data into queue struct | Wei Liu | 1 | -176/+326 |
| 2014-06-04 | xen-netback: Move grant_copy_op array back into struct xenvif. | Andrew J. Bennieston | 1 | -9/+0 |
| 2014-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -27/+3 |
| 2014-05-16 | xen-netback: fix race between napi_complete() and interrupt handler | David Vrabel | 1 | -27/+3 |
| 2014-05-13 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 1 | -1/+1 |
| 2014-04-01 | xen-netback: disable rogue vif in kthread context | Wei Liu | 1 | -0/+11 |
| 2014-03-26 | xen-netback: Non-functional follow-up patch for grant mapping series | Zoltan Kiss | 1 | -3/+10 |
| 2014-03-26 | xen-netback: Stop using xenvif_tx_pending_slots_available | Zoltan Kiss | 1 | -2/+1 |
| 2014-03-25 | Revert "xen-netback: Aggregate TX unmap operations" | Zoltan Kiss | 1 | -2/+0 |
| 2014-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
| 2014-03-12 | xen-netback: use skb_is_gso in xenvif_start_xmit | Wei Liu | 1 | -2/+1 |
| 2014-03-07 | xen-netback: Aggregate TX unmap operations | Zoltan Kiss | 1 | -0/+2 |
| 2014-03-07 | xen-netback: Timeout packets in RX path | Zoltan Kiss | 1 | -2/+35 |
| 2014-03-07 | xen-netback: Handle guests with too many frags | Zoltan Kiss | 1 | -0/+7 |
| 2014-03-07 | xen-netback: Add stat counters for zerocopy | Zoltan Kiss | 1 | -0/+15 |
| 2014-03-07 | xen-netback: Introduce TX grant mapping | Zoltan Kiss | 1 | -4/+61 |
| 2014-03-07 | xen-netback: Minor refactoring of netback code | Zoltan Kiss | 1 | -2/+2 |
| 2014-02-05 | xen-netback: Fix Rx stall due to race condition | Zoltan Kiss | 1 | -1/+0 |
| 2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+11 |
| 2014-01-05 | xen-netback: Include header for vmalloc | Josh Boyer | 1 | -0/+1 |
| 2013-12-29 | xen-netback: fix guest-receive-side array sizes | Paul Durrant | 1 | -0/+10 |
| 2013-12-09 | xen-netback: improve guest-receive-side flow control | Paul Durrant | 1 | -23/+24 |
| 2013-12-03 | xen-netback: clear vif->task on disconnect | Paul Durrant | 1 | -8/+12 |
| 2013-11-21 | xen-netback: stop the VIF thread before unbinding IRQs | David Vrabel | 1 | -3/+3 |
| 2013-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
| 2013-10-29 | xen-netback: use jiffies_64 value to calculate credit timeout | Wei Liu | 1 | -2/+1 |
| 2013-10-17 | xen-netback: enable IPv6 TCP GSO to the guest | Paul Durrant | 1 | -2/+4 |
| 2013-10-17 | xen-netback: Unconditionally set NETIF_F_RXCSUM | Paul Durrant | 1 | -1/+1 |
| 2013-10-17 | xen-netback: add support for IPv6 checksum offload to guest | Paul Durrant | 1 | -3/+7 |
| 2013-09-19 | xen-netback: Don't destroy the netdev until the vif is shut down | Paul Durrant | 1 | -16/+10 |
| 2013-09-12 | xen-netback: fix possible format string flaw | Kees Cook | 1 | -1/+1 |
| 2013-08-29 | xen-netback: rename functions | Wei Liu | 1 | -10/+10 |
| 2013-08-29 | xen-netback: switch to NAPI + kthread 1:1 model | Wei Liu | 1 | -39/+80 |
| 2013-05-23 | xen-netback: split event channels support for Xen backend driver | Wei Liu | 1 | -15/+70 |
| 2013-05-17 | xen-netback: enable user to unload netback module | Wei Liu | 1 | -1/+18 |
| 2013-02-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net | David S. Miller | 1 | -2/+1 |
| 2013-02-14 | xen-netback: cancel the credit timer when taking the vif down | David Vrabel | 1 | -2/+1 |
| 2013-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -9/+14 |
| 2013-02-07 | xen/netback: shutdown the ring if it contains garbage. | Ian Campbell | 1 | -9/+14 |
| 2013-01-23 | xen-netback: allow changing the MAC address of the interface | Matt Wilson | 1 | -0/+2 |
| 2012-01-05 | xen-netback: make ops structs const | stephen hemminger | 1 | -2/+2 |
| 2011-11-16 | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 1 | -1/+2 |
| 2011-10-03 | net: xen-netback: correctly restart Tx after a VM restore/migrate | David Vrabel | 1 | -2/+2 |
| 2011-04-20 | net: xen-netback: convert to hw_features | Michał Mirosław | 1 | -69/+15 |
| 2011-03-15 | xen network backend driver | Ian Campbell | 1 | -0/+424 |