aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/netfront.c
Commit message (Expand)AuthorAgeFilesLines
* mini-os: fix various memory leaks in netfrontMatthew Daley2013-09-211-6/+11
* mini-os: fix nodename generation in init_netfrontMatthew Daley2013-09-211-2/+4
* minios: fix xenbus_rm() calls in frontend driversBen Cressey2013-09-101-8/+8
* minios: clean up unneeded "err = NULL" in frontend driversBen Cressey2013-09-101-1/+0
* minios: clean up allocation of char arrays used for xenbus pathsMatt Wilson2013-09-101-2/+2
* minios: correct char array allocation for xenbus pathsMatt Wilson2013-09-101-1/+1
* mini-os: stop compiler complaint about unused variablesJohn McDermott2012-02-091-0/+1
* minios: use constant expression to size arraysGianni Tedesco2011-01-071-2/+2
* MiniOS: Fix continue; in netfront receive loopSamuel Thibault2010-10-121-7/+3
* mini-os: Revert 21106:b20f897d6010 "Fix xenbus initialisation"Keir Fraser2010-05-041-14/+2
* mini-os: Fix crash on frontend shutdown failuresKeir Fraser2010-04-071-1/+2
* mini-os: Fix frontend shutdown wait loopKeir Fraser2010-04-071-1/+1
* mini-os: Fix xenbus initialisationKeir Fraser2010-04-061-2/+14
* mini-os: Fix memory leaks in blkfront, netfront, pcifront, etc.Keir Fraser2009-12-141-4/+13
* minios: Fix xenbus_unwatch_path callsKeir Fraser2009-11-231-2/+2
* stubdom/minios: re-structure headersKeir Fraser2009-10-011-9/+9
* minios: refactor xenbus state machineKeir Fraser2009-06-031-14/+48
* stubdom: drop lwip supportKeir Fraser2009-04-231-3/+8
* stubdom: use host's gccKeir Fraser2008-07-041-16/+12
* minios: fix add_id_to_freelist(0)Keir Fraser2008-06-201-3/+3
* Add PV-GRUBKeir Fraser2008-06-181-1/+12
* stubdom: fix using minios frontends directly when libc is activedKeir Fraser2008-06-181-2/+6
* minios: add proper shutdown facilitiesKeir Fraser2008-06-091-0/+2
* minios: free netfront resources on error/shutdownKeir Fraser2008-05-121-18/+48
* minios: fix thread safety of xenbus watches by requiring callers toKeir Fraser2008-05-061-6/+10
* minios: more assertionsKeir Fraser2008-03-261-0/+4
* minios: Automatically set IP from XenStore informationKeir Fraser2008-03-191-2/+7
* minios: Fix lost eventsKeir Fraser2008-03-181-12/+8
* Add stubdomain support. See stubdom/README for usage details.Keir Fraser2008-02-121-4/+94
* minios: Support net/block backend in domUKeir Fraser2008-02-071-14/+16
* minios: support several netfrontsKeir Fraser2008-01-171-117/+143
* minios: add xenbus token support and separate watch event queuesKeir Fraser2008-01-171-14/+0
* [Mini-OS] Make gnttab allocation/free safeKeir Fraser2007-11-281-2/+4
* [Mini-OS] Fix netfront xmit overflowKeir Fraser2007-11-241-6/+16
* [Mini-OS] Fix net backend path leakKeir Fraser2007-11-241-0/+1
* minios: Fix netfront for ia64.kfraser@localhost.localdomain2007-02-061-1/+3
* minios : netfront driver fixes.kaf24@localhost.localdomain2007-01-261-9/+10
* [MINIOS] Fix compile warnings with -O.kfraser@localhost.localdomain2007-01-191-2/+0
* [MINIOS] Implement a network frontend driver.kfraser@localhost.localdomain2007-01-121-0/+455