summaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback
AgeCommit message (Expand)Author
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
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-21Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-13xen-netback: vif counters from int/long to u64Mart van Santen
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-29xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross
2017-01-18xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin
2017-01-18xen-netback: fix memory leaks on XenBus disconnectIgor Druzhinin
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-11-10xen-netback: fix error handling outputArnd Bergmann
2016-11-09xen-netback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich
2016-11-07xen: make use of xenbus_read_unsigned() in xen-netbackJuergen Gross
2016-10-20net: use core MTU range checking in virt driversJarod Wilson
2016-10-13xen-netback: fix type mismatch warningArnd Bergmann
2016-10-13xen-netback: fix guest Rx stall detection (after guest Rx refactor)David Vrabel
2016-10-13xen-netback: (re-)create a debugfs node for hash informationPaul Durrant
2016-10-07xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant
2016-10-06xen/netback: add fraglist support for to-guest rxRoss Lagerwall
2016-10-06xen-netback: batch copies for multiple to-guest rx packetsDavid Vrabel
2016-10-06xen-netback: process guest rx packets in batchesDavid Vrabel
2016-10-06xen-netback: immediately wake tx queue when guest rx queue has spaceDavid Vrabel
2016-10-06xen-netback: refactor guest rxDavid Vrabel
2016-10-06xen-netback: retire guest rx side prefix GSO featurePaul Durrant
2016-10-06xen-netback: separate guest side rx code into separate modulePaul Durrant
2016-09-23Revert "xen-netback: create a debugfs node for hash information"David S. Miller