aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches1-2/+2
2018-02-26xen-netback: make function xenvif_rx_skb staticColin Ian King1-1/+1
2017-12-06xen-netback: Fix logging message with spurious period after newlineJoe Perches1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-18net/xen-netback: Convert timers to use timer_setup()Kees Cook3-6/+4
2017-10-16xen-netfront, xen-netback: Use correct minimum MTU valuesMohammed Gamal1-1/+1
2017-09-21drivers: net: xen-netback: use setup_timer() helper.Allen Pais1-2/+1
2017-08-28xen-netback: update ubuf_info initialization to anonymous unionWillem de Bruijn1-2/+2
2017-06-22xen-netback: correctly schedule rate-limited queuesWei Liu3-2/+11
2017-03-12xen-netback: fix race condition on XenBus disconnectIgor Druzhinin3-20/+28
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-13/+20
2017-03-03xen-netback: don't vfree() queues under spinlockPaul Durrant1-1/+4
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant1-14/+18
2017-03-02xen-netback: Use GFP_ATOMIC to allocate hashAnoob Soman1-1/+1
2017-03-02sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2017-02-21Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-6/+8
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+8
2017-02-13xen-netback: vif counters from int/long to u64Mart van Santen2-8/+8
2017-02-09xen: modify xenstore watch event interfaceJuergen Gross1-4/+4
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-29xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross1-2/+4
2017-01-18xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin2-2/+6
2017-01-18xen-netback: fix memory leaks on XenBus disconnectIgor Druzhinin1-0/+11
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-37/+15
2016-11-10xen-netback: fix error handling outputArnd Bergmann1-1/+1
2016-11-09xen-netback: prefer xenbus_scanf() over xenbus_gather()Jan Beulich1-6/+6
2016-11-07xen: make use of xenbus_read_unsigned() in xen-netbackJuergen Gross1-36/+14
2016-10-20net: use core MTU range checking in virt driversJarod Wilson1-1/+4
2016-10-13xen-netback: fix type mismatch warningArnd Bergmann1-3/+3
2016-10-13xen-netback: fix guest Rx stall detection (after guest Rx refactor)David Vrabel1-0/+2
2016-10-13xen-netback: (re-)create a debugfs node for hash informationPaul Durrant3-2/+107
2016-10-07xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant1-11/+9
2016-10-06xen/netback: add fraglist support for to-guest rxRoss Lagerwall2-10/+30
2016-10-06xen-netback: batch copies for multiple to-guest rx packetsDavid Vrabel2-10/+18
2016-10-06xen-netback: process guest rx packets in batchesDavid Vrabel1-1/+14
2016-10-06xen-netback: immediately wake tx queue when guest rx queue has spaceDavid Vrabel1-16/+8
2016-10-06xen-netback: refactor guest rxDavid Vrabel2-384/+215
2016-10-06xen-netback: retire guest rx side prefix GSO featurePaul Durrant4-50/+2
2016-10-06xen-netback: separate guest side rx code into separate modulePaul Durrant3-755/+790
2016-09-23Revert "xen-netback: create a debugfs node for hash information"David S. Miller3-107/+2
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+30
2016-09-22xen-netback: switch to threaded irq for control ringJuergen Gross3-49/+11
2016-09-17xen-netback: fix error handling on netback_probe()Filipe Manco1-16/+30
2016-08-23xen-netback: using kfree_rcu() to simplify the codeWei Yongjun1-11/+2
2016-08-18xen-netback: create a debugfs node for hash informationPaul Durrant3-2/+107
2016-05-20xen-netback: only deinitialized hash if it was initializedPaul Durrant1-2/+1
2016-05-20xen-netback: correct length checks on hash copy_opsPaul Durrant1-2/+2
2016-05-16xen-netback: use hash value from the frontendPaul Durrant1-0/+27
2016-05-16xen-netback: pass hash value to the frontendPaul Durrant2-14/+77