index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-2
/
+1
*
xen/netback: use struct ubuf_info_msgzc
Pavel Begunkov
2022-09-29
3
-6
/
+7
*
xen-netback: use kstrdup instead of open-coding it
Minghao Chi
2022-09-23
1
-2
/
+1
*
xen-netback: only remove 'hotplug-status' when the vif is actually destroyed
Paul Durrant
2022-09-03
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-15
1
-0
/
+1
|
\
|
*
xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue
Juergen Gross
2022-07-14
1
-0
/
+1
*
|
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-07-02
1
-3
/
+1
*
|
xen/netback: do some code cleanup
Juergen Gross
2022-06-09
4
-29
/
+5
|
/
*
xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()
Juergen Gross
2022-05-31
1
-1
/
+1
*
eth: remove copies of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2022-04-29
1
-2
/
+1
*
Revert "xen-netback: Check for hotplug-status existence before watching"
Marek Marczykowski-Górecki
2022-02-24
1
-8
/
+4
*
Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"
Marek Marczykowski-Górecki
2022-02-24
1
-1
/
+1
*
xen/netback: don't queue unlimited number of packages
Juergen Gross
2021-12-16
1
-7
/
+11
*
xen/netback: fix rx queue stall detection
Juergen Gross
2021-12-16
2
-24
/
+42
*
net: xen: use eth_hw_addr_set()
Jakub Kicinski
2021-10-22
1
-2
/
+4
*
xen-netback: Remove redundant initialization of variable err
Colin Ian King
2021-10-15
1
-1
/
+1
*
xen-netback: correct success/error reporting for the SKB-with-fraglist case
Jan Beulich
2021-09-19
1
-1
/
+1
*
xen-netback: take a reference to the RX task thread
Roger Pau Monne
2021-06-07
1
-0
/
+6
*
xen-netback: Check for hotplug-status existence before watching
Michael Brown
2021-04-14
1
-4
/
+8
*
Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2021-03-10
1
-2
/
+2
|
\
|
*
xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculating
Jan Beulich
2021-03-01
1
-2
/
+2
*
|
xen-netback: respect gnttab_map_refs()'s return value
Jan Beulich
2021-03-03
1
-1
/
+11
|
/
*
Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-02-21
1
-3
/
+1
|
\
|
*
xen-netback: don't "handle" error by BUG()
Jan Beulich
2021-02-15
1
-3
/
+1
*
|
xen/events: link interdomain events to associated xenbus device
Juergen Gross
2021-02-11
1
-8
/
+8
*
|
xen/netback: fix spurious event detection for common event case
Juergen Gross
2021-02-11
1
-3
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-10
1
-1
/
+8
|
\
|
|
*
xen/netback: avoid race in xenvif_rx_ring_slots_available()
Juergen Gross
2021-02-04
1
-1
/
+8
*
|
net: xen-netback: xenbus: Demote nonconformant kernel-doc headers
Lee Jones
2021-01-17
1
-2
/
+2
*
|
net: group skb_shinfo zerocopy related bits together.
Jonathan Lemon
2021-01-08
1
-2
/
+2
*
|
skbuff: Add skb parameter to the ubuf zerocopy callback
Jonathan Lemon
2021-01-08
2
-3
/
+5
|
/
*
xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
SeongJae Park
2020-12-14
1
-1
/
+1
*
xen/xenbus: Allow watches discard events before queueing
SeongJae Park
2020-12-14
1
-0
/
+4
*
xen/netback: use lateeoi irq binding
Juergen Gross
2020-10-20
4
-14
/
+86
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
2
-2
/
+2
*
xen networking: add XDP offset adjustment to xen-netback
Denis Kirjanov
2020-07-02
5
-1
/
+61
*
net: xen-netback: hash.c: Use built-in RCU list checking
Madhuparna Bhowmik
2020-01-17
1
-2
/
+4
*
xen-netback: support dynamic unbind/bind
Paul Durrant
2019-12-27
3
-7
/
+28
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-12-23
1
-12
/
+12
|
\
|
*
xen-netback: avoid race that can lead to NULL pointer dereference
Paul Durrant
2019-12-15
1
-12
/
+12
*
|
xen-netback: remove 'hotplug-status' once it has served its purpose
Paul Durrant
2019-12-18
1
-1
/
+1
*
|
xen-netback: switch state to InitWait at the end of netback_probe()...
Paul Durrant
2019-12-18
1
-5
/
+2
*
|
xen-netback: move netback_probe() and netback_remove() to the end...
Paul Durrant
2019-12-18
1
-179
/
+174
|
/
*
xen/netback: cleanup init and deinit code
Juergen Gross
2019-10-22
1
-60
/
+54
*
xen/netback: fix error path of xenvif_connect_data()
Juergen Gross
2019-10-19
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-19
1
-0
/
+2
|
\
|
*
xen/netback: Reset nr_frags before freeing skb
Ross Lagerwall
2019-08-09
1
-0
/
+2
*
|
xen-netback: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-08-12
2
-38
/
+11
*
|
net: Use skb_frag_off accessors
Jonathan Lemon
2019-07-30
1
-3
/
+3
*
|
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-23
1
-2
/
+2
|
/
[next]