summaryrefslogtreecommitdiffstats
path: root/hw/net/rocker
Commit message (Expand)AuthorAgeFilesLines
* pci: Convert msix_init() to Error and fix callersCao jin2017-02-011-1/+3
* net: rocker: set limit to DMA buffer sizePrasad J Pandit2016-10-261-1/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-1/+1
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-127-20/+19Star
* hw/net/rocker: Don't use *_to_cpup()Peter Maydell2016-06-271-3/+3
* rocker: Use DIV_ROUND_UPLaurent Vivier2016-06-071-3/+2Star
* rocker: allow user to specify rocker world by propertyJiri Pirko2016-03-081-1/+28
* rocker: add name field into WorldOps ale let world specify its nameJiri Pirko2016-03-083-6/+3Star
* rocker: return -ENOMEM in case of some world alloc failsJiri Pirko2016-03-081-0/+1
* rocker: forbid to change world typeJiri Pirko2016-03-083-1/+13
* hw/net: Clean up includesPeter Maydell2016-01-296-0/+6
* net: rocker: fix an incorrect array bounds checkPrasad J Pandit2016-01-111-4/+4
* error: More error_setg() usageEric Blake2015-11-112-12/+6Star
* rocker: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-084-9/+8Star
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-112-9/+3Star
* rocker: mark copy-to-cpu pkts as forwarding offloadedScott Feldman2015-07-074-3/+11
* rocker: return -1 when dropping packet on ingressScott Feldman2015-07-071-1/+1
* rocker: fix missing break statementsScott Feldman2015-07-071-0/+2
* rocker: fix misplaced break statementScott Feldman2015-07-071-1/+1
* rocker: don't queue receive pkts when port is disabledScott Feldman2015-07-071-8/+10
* rocker: fix memory leakGonglei2015-07-071-1/+2
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-221-4/+4
* qmp/hmp: add rocker device supportScott Feldman2015-06-125-0/+418
* rocker: bring link up/down on PHY enable/disableScott Feldman2015-06-121-0/+12
* rocker: Add support for phys nameDavid Ahern2015-06-124-2/+30
* rocker: timestamp on the debug logs helps correlate with events in the VMDavid Ahern2015-05-111-1/+10
* rocker: add new rocker switch deviceScott Feldman2015-05-1112-0/+5508