index
:
pub/scm/linux/kernel/git/wfg/linux.git
master
Linux kernel fork
Wu Fengguang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netfront.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-07
Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-17
/
+17
2026-03-04
xenbus: add xenbus_device parameter to xenbus_read_driver_state()
Juergen Gross
1
-17
/
+17
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-01-22
xen/netfront: Use u64_stats_t with u64_stats_sync properly
David Yang
1
-12
/
+12
2025-11-04
xen/netfront: Comment Correction: Fix Spelling Error and Description of Queue...
Chu Guangqing
1
-2
/
+3
2025-07-23
xen/netfront: Fix TX response spurious interrupts
Anthoine Bourgeois
1
-5
/
+0
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+2
2025-04-21
xen-netfront: handle NULL returned by xdp_convert_buff_to_frame()
Alexey Nepomnyashih
1
-5
/
+12
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2024-12-13
xen/netfront: fix crash when removing device
Juergen Gross
1
-1
/
+4
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2024-03-28
xen-netfront: Add missing skb_mark_for_recycle
Jesper Dangaard Brouer
1
-0
/
+1
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
1
-1
/
+1
2023-02-02
drivers: net: turn on XDP features
Marek Majtyka
1
-0
/
+2
2023-01-12
Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+1
2022-12-15
xen: make remove callback of xen driver void returned
Dawei Li
1
-3
/
+1
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+6
2022-12-05
xen-netfront: Fix NULL sring after live migration
Lin Liu
1
-0
/
+6
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
1
-4
/
+4
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-09-20
xen-netfront: make bounce_skb static
ruanjinjie
1
-1
/
+1
2022-07-14
xen-netfront: re-order error checks in xennet_get_responses()
Jan Beulich
1
-10
/
+10
2022-07-14
xen-netfront: remove leftover call to xennet_tx_buf_gc()
Jan Beulich
1
-4
/
+0
2022-07-01
xen-netfront: restore __skb_queue_tail() positioning in xennet_get_responses()
Jan Beulich
1
-1
/
+3
2022-07-01
xen/netfront: force data bouncing when backend is untrusted
Roger Pau Monne
1
-2
/
+47
2022-07-01
xen/netfront: fix leaking data in shared pages
Roger Pau Monne
1
-1
/
+2
2022-05-27
xen: switch gnttab_end_foreign_access() to take a struct page pointer
Juergen Gross
1
-4
/
+3
2022-05-19
xen/netfront: use xenbus_setup_ring() and xenbus_teardown_ring()
Juergen Gross
1
-41
/
+12
2022-05-19
xen: update ring.h
Juergen Gross
1
-2
/
+2
2022-05-19
xen/netfront: switch netfront to use INVALID_GRANT_REF
Juergen Gross
1
-19
/
+17
2022-03-15
xen/grant-table: remove readonly parameter from functions
Juergen Gross
1
-7
/
+6
2022-03-07
xen/netfront: react properly to failing gnttab_end_foreign_access_ref()
Juergen Gross
1
-17
/
+31
2022-03-07
xen/netfront: don't use gnttab_query_foreign_access() for mapped status
Juergen Gross
1
-4
/
+2
2022-02-25
xen/netfront: destroy queues before real_num_tx_queues is zeroed
Marek Marczykowski-Górecki
1
-16
/
+23
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-1
/
+1
2021-12-16
xen/netfront: harden netfront against event channel storms
Juergen Gross
1
-31
/
+94
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
1
-1
/
+1
2021-10-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+8
2021-10-25
xen/netfront: stop tx queues during live migration
Dongli Zhang
1
-0
/
+8
2021-10-22
net: xen: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+3
2021-08-25
xen/netfront: don't trust the backend response data blindly
Juergen Gross
1
-5
/
+84
2021-08-25
xen/netfront: disentangle tx_skb_freelist
Juergen Gross
1
-36
/
+25
2021-08-25
xen/netfront: don't read data from request on the ring page
Juergen Gross
1
-44
/
+42
2021-08-25
xen/netfront: read response from backend only once
Juergen Gross
1
-19
/
+19
2021-03-18
bpf, devmap: Move drop error path to devmap for XDP_REDIRECT
Lorenzo Bianconi
1
-9
/
+9
2021-02-04
drivers: net: xen-netfront: Simplify the calculation of variables
Jiapeng Chong
1
-1
/
+1
2021-01-16
net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanours
Lee Jones
1
-3
/
+3
2021-01-08
net, xdp: Introduce xdp_prepare_buff utility routine
Lorenzo Bianconi
1
-4
/
+2
2021-01-08
net, xdp: Introduce xdp_init_buff utility routine
Lorenzo Bianconi
1
-2
/
+2
[next]