aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/net/netfront.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-15[netdevice] Allow duplicate MAC addressesMichael Brown1-0/+49
2021-04-14[xen] Support scatter-gather to allow for jumbo framesxen-sgMichael Brown1-53/+135
2020-11-05[malloc] Rename malloc_dma() to malloc_phys()Michael Brown1-3/+3
2017-05-19[xen] Provide 18 4kB receive buffers to work around xen-netback bugMichael Brown1-9/+10
2015-04-24[base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown1-1/+1
2015-03-09[xen] Set the "feature-rx-notify" flag for netfront devicesMichael Brown1-0/+8
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-08-14[xen] Cope with unexpected initial backend statesMichael Brown1-10/+64
2014-08-13[xen] Use version 1 grant tables by defaultMichael Brown1-28/+62
2014-07-29[xen] Add support for Xen netfront virtual NICsMichael Brown1-0/+852