summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/netfront.c
Commit message (Expand)AuthorAgeFilesLines
* [netdevice] Allocate private data for each network upper-layer driverMichael Brown2023-09-131-1/+3
* [netdevice] Allow duplicate MAC addressesMichael Brown2023-01-151-0/+49
* [xen] Support scatter-gather to allow for jumbo framesMichael Brown2021-04-141-53/+135
* [malloc] Rename malloc_dma() to malloc_phys()Michael Brown2020-11-051-3/+3
* [xen] Provide 18 4kB receive buffers to work around xen-netback bugMichael Brown2017-05-191-9/+10
* [base16] Add buffer size parameter to base16_encode() and base16_decode()Michael Brown2015-04-241-1/+1
* [xen] Set the "feature-rx-notify" flag for netfront devicesMichael Brown2015-03-091-0/+8
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [xen] Cope with unexpected initial backend statesMichael Brown2014-08-141-10/+64
* [xen] Use version 1 grant tables by defaultMichael Brown2014-08-131-28/+62
* [xen] Add support for Xen netfront virtual NICsMichael Brown2014-07-291-0/+852