summaryrefslogtreecommitdiff
path: root/drivers/net/xen-netback
AgeCommit message (Expand)AuthorFilesLines
2021-03-07xen-netback: respect gnttab_map_refs()'s return valueJan Beulich1-1/+11
2021-03-03xen/netback: fix spurious event detection for common event caseJuergen Gross1-3/+5
2021-02-23xen-netback: don't "handle" error by BUG()Jan Beulich1-3/+1
2021-02-23xen/netback: avoid race in xenvif_rx_ring_slots_available()Juergen Gross1-1/+8
2021-01-09xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park1-1/+1
2021-01-09xen/xenbus: Allow watches discard events before queueingSeongJae Park1-0/+2
2020-11-18xen/netback: use lateeoi irq bindingJuergen Gross4-14/+86
2019-11-25net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2019-10-29xen/netback: fix error path of xenvif_connect_data()Juergen Gross1-1/+0
2019-08-25xen/netback: Reset nr_frags before freeing skbRoss Lagerwall1-0/+2
2019-03-14xen-netback: fix occasional leak of grant ref mappings under memory pressureIgor Druzhinin1-5/+5
2019-03-14xen-netback: don't populate the hash cache on XenBus disconnectIgor Druzhinin2-0/+9
2018-10-13xen-netback: fix input validation in xenvif_set_hash_mapping()Jan Beulich1-5/+7
2017-12-10xen-netback: vif counters from int/long to u64Mart van Santen2-8/+8
2017-11-15xen/netback: set default upper limit of tx/rx queues to 8Juergen Gross1-2/+4
2017-10-21xen-netback: Use GFP_ATOMIC to allocate hashAnoob Soman1-1/+1
2017-08-11xen-netback: correctly schedule rate-limited queuesWei Liu3-2/+11
2017-07-05xen-netback: protect resource cleaning on XenBus disconnectIgor Druzhinin2-2/+6
2017-07-05xen-netback: fix memory leaks on XenBus disconnectIgor Druzhinin1-0/+11
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-08xen-netback: make sure that hashes are not send to unaware frontendsPaul Durrant1-11/+9
2016-10-07xen/netback: add fraglist support for to-guest rxRoss Lagerwall2-10/+30
2016-10-07xen-netback: batch copies for multiple to-guest rx packetsDavid Vrabel2-10/+18
2016-10-07xen-netback: process guest rx packets in batchesDavid Vrabel1-1/+14
2016-10-07xen-netback: immediately wake tx queue when guest rx queue has spaceDavid Vrabel1-16/+8
2016-10-07xen-netback: refactor guest rxDavid Vrabel2-384/+215
2016-10-07xen-netback: retire guest rx side prefix GSO featurePaul Durrant4-50/+2
2016-10-07xen-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-24xen-netback: using kfree_rcu() to simplify the codeWei Yongjun1-11/+2
2016-08-19xen-netback: create a debugfs node for hash informationPaul Durrant3-2/+107
2016-05-21xen-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
2016-05-16xen-netback: add control protocol implementationPaul Durrant5-3/+502
2016-05-16xen-netback: add control ring boilerplatePaul Durrant4-30/+277
2016-05-13xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant1-0/+1
2016-03-14xen-netback: reduce log spamPaul Durrant1-2/+0
2016-03-14xen-netback: support multiple extra info fragments passed from frontendPaul Durrant2-23/+43
2016-02-07xen-netback: implement dynamic multicast controlPaul Durrant2-8/+82
2016-01-15xen-netback: free queues after freeing the net deviceDavid Vrabel1-11/+5
2016-01-15xen-netback: delete NAPI instance when queue fails to initializeDavid Vrabel1-0/+1
2016-01-15xen-netback: use skb to determine number of required guest Rx requestsDavid Vrabel1-11/+9
2015-12-18Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-19/+15