aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
AgeCommit message (Expand)Author
2024-01-25xen-netback: don't produce zero-size SKB fragsJan Beulich
2023-10-25xen-netback: use default TX queue size for vifsRoger Pau Monne
2023-08-08xen/netback: Fix buffer overrun triggered by unusual packetRoss Lagerwall
2023-04-26xen/netback: use same error messages for same errorsJuergen Gross
2023-04-05xen/netback: don't do grant copy across page boundaryJuergen Gross
2022-12-14xen/netback: fix build warningJuergen Gross
2022-12-14xen/netback: don't call kfree_skb() with interrupts disabledJuergen Gross
2022-12-14xen/netback: do some code cleanupJuergen Gross
2022-12-14xen/netback: Ensure protocol headers don't fall in the non-linear areaRoss Lagerwall
2022-07-21xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queueJuergen Gross
2022-03-16Revert "xen-netback: Check for hotplug-status existence before watching"Marek Marczykowski-Górecki
2022-03-16Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"Marek Marczykowski-Górecki
2021-12-22xen/netback: don't queue unlimited number of packagesJuergen Gross
2021-12-22xen/netback: fix rx queue stall detectionJuergen Gross
2021-10-09xen-netback: correct success/error reporting for the SKB-with-fraglist caseJan Beulich
2021-04-28xen-netback: Check for hotplug-status existence before watchingMichael Brown
2021-03-07xen-netback: respect gnttab_map_refs()'s return valueJan Beulich
2021-03-04xen/netback: fix spurious event detection for common event caseJuergen Gross
2021-02-23xen-netback: don't "handle" error by BUG()Jan Beulich
2021-02-23xen/netback: avoid race in xenvif_rx_ring_slots_available()Juergen Gross
2020-12-30xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park
2020-12-30xen/xenbus: Allow watches discard events before queueingSeongJae Park
2020-11-05xen/netback: use lateeoi irq bindingJuergen Gross
2019-11-24net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing
2019-10-29xen/netback: fix error path of xenvif_connect_data()Juergen Gross
2019-08-25xen/netback: Reset nr_frags before freeing skbRoss Lagerwall
2019-03-10xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin
2019-03-10xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin
2018-09-25xen-netback: handle page straddling in xenvif_set_hash_mapping()Jan Beulich
2018-09-25xen-netback: validate queue numbers in xenvif_set_hash_mapping()Jan Beulich
2018-09-25xen-netback: fix input validation in xenvif_set_hash_mapping()Jan Beulich
2018-08-02xen-netback: use true and false for boolean valuesGustavo A. R. Silva
2018-07-09net: allow fallback function to pass netdevAlexander Duyck
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches
2018-02-26xen-netback: make function xenvif_rx_skb staticColin Ian King
2017-12-06xen-netback: Fix logging message with spurious period after newlineJoe Perches
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-18net/xen-netback: Convert timers to use timer_setup()Kees Cook
2017-10-16xen-netfront, xen-netback: Use correct minimum MTU valuesMohammed Gamal
2017-09-21drivers: net: xen-netback: use setup_timer() helper.Allen Pais
2017-08-28xen-netback: update ubuf_info initialization to anonymous unionWillem de Bruijn
2017-06-22xen-netback: correctly schedule rate-limited queuesWei Liu
2017-03-12xen-netback: fix race condition on XenBus disconnectIgor Druzhinin
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-03xen-netback: don't vfree() queues under spinlockPaul Durrant
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant
2017-03-02xen-netback: Use GFP_ATOMIC to allocate hashAnoob Soman
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar