Age | Commit message (Expand) | Author |
2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet |
2024-04-22 | net: extend ubuf_info callback to ops structure | Pavel Begunkov |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-10-13 | xen-netback: add software timestamp capabilities | Luca Fancellu |
2023-10-08 | xen-netback: use default TX queue size for vifs | Roger Pau Monne |
2023-10-04 | kthread: add kthread_stop_put | Andreas Gruenbacher |
2022-12-06 | xen/netback: don't call kfree_skb() with interrupts disabled | Juergen Gross |
2022-09-28 | net: drop the weight argument from netif_napi_add | Jakub Kicinski |
2022-09-28 | xen/netback: use struct ubuf_info_msgzc | Pavel Begunkov |
2022-06-08 | xen/netback: do some code cleanup | Juergen Gross |
2022-04-29 | eth: remove copies of the NAPI_POLL_WEIGHT define | Jakub Kicinski |
2021-10-22 | net: xen: use eth_hw_addr_set() | Jakub Kicinski |
2021-06-07 | xen-netback: take a reference to the RX task thread | Roger Pau Monne |
2021-02-11 | xen/events: link interdomain events to associated xenbus device | Juergen Gross |
2021-02-11 | xen/netback: fix spurious event detection for common event case | Juergen Gross |
2021-01-07 | net: group skb_shinfo zerocopy related bits together. | Jonathan Lemon |
2020-10-20 | xen/netback: use lateeoi irq binding | Juergen Gross |
2020-07-01 | xen networking: add XDP offset adjustment to xen-netback | Denis Kirjanov |
2019-12-26 | xen-netback: support dynamic unbind/bind | Paul Durrant |
2019-12-15 | xen-netback: avoid race that can lead to NULL pointer dereference | Paul Durrant |
2019-10-22 | xen/netback: cleanup init and deinit code | Juergen Gross |
2019-10-19 | xen/netback: fix error path of xenvif_connect_data() | Juergen Gross |
2019-05-31 | xen-netback: remove redundant assignment to err | Colin Ian King |
2019-03-20 | net: remove 'fallback' argument from dev->ndo_select_queue() | Paolo Abeni |
2019-02-28 | xen-netback: don't populate the hash cache on XenBus disconnect | Igor Druzhinin |
2018-10-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-09-28 | net: xen-netback: fix return type of ndo_start_xmit function | YueHaibing |
2018-09-25 | xen-netback: validate queue numbers in xenvif_set_hash_mapping() | Jan Beulich |
2018-07-09 | net: allow fallback function to pass netdev | Alexander Duyck |
2018-07-09 | net: allow ndo_select_queue to pass netdev | Alexander Duyck |
2017-12-06 | xen-netback: Fix logging message with spurious period after newline | Joe Perches |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-10-18 | net/xen-netback: Convert timers to use timer_setup() | Kees Cook |
2017-10-16 | xen-netfront, xen-netback: Use correct minimum MTU values | Mohammed Gamal |
2017-09-21 | drivers: net: xen-netback: use setup_timer() helper. | Allen Pais |
2017-08-28 | xen-netback: update ubuf_info initialization to anonymous union | Willem de Bruijn |
2017-06-22 | xen-netback: correctly schedule rate-limited queues | Wei Liu |
2017-03-12 | xen-netback: fix race condition on XenBus disconnect | Igor Druzhinin |
2017-03-02 | sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re... | Ingo Molnar |
2017-02-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-02-13 | xen-netback: vif counters from int/long to u64 | Mart van Santen |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet |
2017-01-18 | xen-netback: protect resource cleaning on XenBus disconnect | Igor Druzhinin |
2016-10-20 | net: use core MTU range checking in virt drivers | Jarod Wilson |
2016-10-07 | xen-netback: make sure that hashes are not send to unaware frontends | Paul Durrant |
2016-10-06 | xen/netback: add fraglist support for to-guest rx | Ross Lagerwall |
2016-10-06 | xen-netback: retire guest rx side prefix GSO feature | Paul Durrant |
2016-09-22 | xen-netback: switch to threaded irq for control ring | Juergen Gross |
2016-05-20 | xen-netback: only deinitialized hash if it was initialized | Paul Durrant |
2016-05-16 | xen-netback: pass hash value to the frontend | Paul Durrant |