aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
AgeCommit message (Expand)Author
2022-05-31xen/netback: fix incorrect usage of RING_HAS_UNCONSUMED_REQUESTS()Juergen Gross
2022-04-29eth: remove copies of the NAPI_POLL_WEIGHT defineJakub Kicinski
2022-02-24Revert "xen-netback: Check for hotplug-status existence before watching"Marek Marczykowski-Górecki
2022-02-24Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"Marek Marczykowski-Górecki
2021-12-16xen/netback: don't queue unlimited number of packagesJuergen Gross
2021-12-16xen/netback: fix rx queue stall detectionJuergen Gross
2021-10-22net: xen: use eth_hw_addr_set()Jakub Kicinski
2021-10-15xen-netback: Remove redundant initialization of variable errColin Ian King
2021-09-19xen-netback: correct success/error reporting for the SKB-with-fraglist caseJan Beulich
2021-06-07xen-netback: take a reference to the RX task threadRoger Pau Monne
2021-04-13xen-netback: Check for hotplug-status existence before watchingMichael Brown
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2021-03-03xen-netback: respect gnttab_map_refs()'s return valueJan Beulich
2021-03-01xen-netback: use local var in xenvif_tx_check_gop() instead of re-calculatingJan Beulich
2021-02-21Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-02-15xen-netback: don't "handle" error by BUG()Jan Beulich
2021-02-11xen/events: link interdomain events to associated xenbus deviceJuergen Gross
2021-02-11xen/netback: fix spurious event detection for common event caseJuergen Gross
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-02-04xen/netback: avoid race in xenvif_rx_ring_slots_available()Juergen Gross
2021-01-16net: xen-netback: xenbus: Demote nonconformant kernel-doc headersLee Jones
2021-01-07net: group skb_shinfo zerocopy related bits together.Jonathan Lemon
2021-01-07skbuff: Add skb parameter to the ubuf zerocopy callbackJonathan Lemon
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park
2020-12-14xen/xenbus: Allow watches discard events before queueingSeongJae Park
2020-10-20xen/netback: use lateeoi irq bindingJuergen Gross
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-01xen networking: add XDP offset adjustment to xen-netbackDenis Kirjanov
2020-01-17net: xen-netback: hash.c: Use built-in RCU list checkingMadhuparna Bhowmik
2019-12-26xen-netback: support dynamic unbind/bindPaul Durrant
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-17xen-netback: remove 'hotplug-status' once it has served its purposePaul Durrant
2019-12-17xen-netback: switch state to InitWait at the end of netback_probe()...Paul Durrant
2019-12-17xen-netback: move netback_probe() and netback_remove() to the end...Paul Durrant
2019-12-15xen-netback: avoid race that can lead to NULL pointer dereferencePaul Durrant
2019-10-22xen/netback: cleanup init and deinit codeJuergen Gross
2019-10-19xen/netback: fix error path of xenvif_connect_data()Juergen Gross
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-11xen-netback: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-08xen/netback: Reset nr_frags before freeing skbRoss Lagerwall
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-05-31xen-netback: remove redundant assignment to errColin Ian King
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-12xen-netback: add reference from xenvif to backend_info to facilitate coredump...Dongli Zhang
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-28xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin
2019-02-28xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin