index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-02-15
xen-netback: don't "handle" error by BUG()
Jan Beulich
1
-3
/
+1
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-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+8
2021-02-04
xen/netback: avoid race in xenvif_rx_ring_slots_available()
Juergen Gross
1
-1
/
+8
2021-01-16
net: xen-netback: xenbus: Demote nonconformant kernel-doc headers
Lee Jones
1
-2
/
+2
2021-01-07
net: group skb_shinfo zerocopy related bits together.
Jonathan Lemon
1
-2
/
+2
2021-01-07
skbuff: Add skb parameter to the ubuf zerocopy callback
Jonathan Lemon
2
-3
/
+5
2020-12-14
xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
SeongJae Park
1
-1
/
+1
2020-12-14
xen/xenbus: Allow watches discard events before queueing
SeongJae Park
1
-0
/
+4
2020-10-20
xen/netback: use lateeoi irq binding
Juergen Gross
4
-14
/
+86
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-2
/
+2
2020-07-01
xen networking: add XDP offset adjustment to xen-netback
Denis Kirjanov
5
-1
/
+61
2020-01-17
net: xen-netback: hash.c: Use built-in RCU list checking
Madhuparna Bhowmik
1
-2
/
+4
2019-12-26
xen-netback: support dynamic unbind/bind
Paul Durrant
3
-7
/
+28
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-12
/
+12
2019-12-17
xen-netback: remove 'hotplug-status' once it has served its purpose
Paul Durrant
1
-1
/
+1
2019-12-17
xen-netback: switch state to InitWait at the end of netback_probe()...
Paul Durrant
1
-5
/
+2
2019-12-17
xen-netback: move netback_probe() and netback_remove() to the end...
Paul Durrant
1
-179
/
+174
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-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+2
2019-08-11
xen-netback: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-38
/
+11
2019-08-08
xen/netback: Reset nr_frags before freeing skb
Ross Lagerwall
1
-0
/
+2
2019-07-30
net: Use skb_frag_off accessors
Jonathan Lemon
1
-3
/
+3
2019-07-22
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
1
-2
/
+2
[next]