Age | Commit message (Expand) | Author | Files | Lines |
2024-08-28 | net/xen-netback: prevent UAF in xenvif_flush_hash() | Jeongjun Park | 1 | -3/+2 |
2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
2024-04-22 | Merge branch 'for-uring-ubufops' into HEAD | Jakub Kicinski | 3 | -7/+11 |
2024-04-22 | net: extend ubuf_info callback to ops structure | Pavel Begunkov | 3 | -7/+11 |
2024-04-11 | net: move skb ref helpers to new header | Mina Almasry | 1 | -0/+1 |
2024-02-15 | net: fill in MODULE_DESCRIPTION()s for xen-netback | Breno Leitao | 1 | -0/+1 |
2024-02-01 | xen-netback: properly sync TX responses | Jan Beulich | 1 | -44/+40 |
2024-01-08 | xen-netback: don't produce zero-size SKB frags | Jan Beulich | 1 | -6/+38 |
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 |
2023-08-03 | xen/netback: Fix buffer overrun triggered by unusual packet | Ross Lagerwall | 1 | -5/+10 |
2023-07-06 | Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2023-05-29 | xen/netback: Pass (void *) to virt_to_page() | Linus Walleij | 1 | -1/+1 |
2023-05-13 | net: introduce and use skb_frag_fill_page_desc() | Yunsheng Lin | 1 | -3/+1 |
2023-03-30 | xen/netback: use same error messages for same errors | Juergen Gross | 1 | -4/+2 |
2023-03-28 | xen/netback: remove not needed test in xenvif_tx_build_gops() | Juergen Gross | 1 | -4/+0 |
2023-03-28 | xen/netback: don't do grant copy across page boundary | Juergen Gross | 2 | -3/+24 |
2023-02-27 | Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -5/+0 |
2023-02-27 | xen-netback: remove unused variables pending_idx and index | Tom Rix | 1 | -5/+0 |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
2023-01-12 | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+1 |
2022-12-15 | xen: make remove callback of xen driver void returned | Dawei Li | 1 | -2/+1 |
2022-12-07 | xen/netback: fix build warning | Juergen Gross | 1 | -1/+1 |
2022-12-06 | xen/netback: don't call kfree_skb() with interrupts disabled | Juergen Gross | 3 | -6/+10 |
2022-12-06 | xen/netback: Ensure protocol headers don't fall in the non-linear area | Ross Lagerwall | 1 | -100/+123 |
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 | 3 | -6/+7 |
2022-09-23 | xen-netback: use kstrdup instead of open-coding it | Minghao Chi | 1 | -2/+1 |
2022-09-03 | xen-netback: only remove 'hotplug-status' when the vif is actually destroyed | Paul Durrant | 1 | -1/+1 |
2022-07-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2022-07-14 | xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue | Juergen Gross | 1 | -0/+1 |
2022-07-02 | net: add skb_[inner_]tcp_all_headers helpers | Eric Dumazet | 1 | -3/+1 |
2022-06-08 | xen/netback: do some code cleanup | Juergen Gross | 4 | -29/+5 |
2022-05-31 | xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS() | Juergen Gross | 1 | -1/+1 |
2022-04-29 | eth: remove copies of the NAPI_POLL_WEIGHT define | Jakub Kicinski | 1 | -2/+1 |
2022-02-24 | Revert "xen-netback: Check for hotplug-status existence before watching" | Marek Marczykowski-Górecki | 1 | -8/+4 |
2022-02-24 | Revert "xen-netback: remove 'hotplug-status' once it has served its purpose" | Marek Marczykowski-Górecki | 1 | -1/+1 |
2021-12-16 | xen/netback: don't queue unlimited number of packages | Juergen Gross | 1 | -7/+11 |
2021-12-16 | xen/netback: fix rx queue stall detection | Juergen Gross | 2 | -24/+42 |
2021-10-22 | net: xen: use eth_hw_addr_set() | Jakub Kicinski | 1 | -2/+4 |
2021-10-15 | xen-netback: Remove redundant initialization of variable err | Colin Ian King | 1 | -1/+1 |
2021-09-19 | xen-netback: correct success/error reporting for the SKB-with-fraglist case | Jan Beulich | 1 | -1/+1 |
2021-06-07 | xen-netback: take a reference to the RX task thread | Roger Pau Monne | 1 | -0/+6 |
2021-04-13 | xen-netback: Check for hotplug-status existence before watching | Michael Brown | 1 | -4/+8 |
2021-03-09 | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -2/+2 |
2021-03-03 | xen-netback: respect gnttab_map_refs()'s return value | Jan Beulich | 1 | -1/+11 |
2021-03-01 | xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculating | Jan Beulich | 1 | -2/+2 |
2021-02-21 | Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -3/+1 |