summaryrefslogtreecommitdiff
path: root/hw/net/rocker
AgeCommit message (Expand)AuthorFilesLines
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster4-4/+4
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster3-0/+3
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost1-0/+4
2017-09-08net/rocker: Fix the unusual macro nameMao Zhongyi1-9/+9
2017-09-08net/rocker: Convert to realize()Mao Zhongyi1-16/+11
2017-09-08net/rocker: Plug memory leak in pci_rocker_init()Mao Zhongyi1-1/+3
2017-09-08net/rocker: Remove the dead error handlingMao Zhongyi5-87/+6
2017-06-07net/rocker: Cleanup the useless return value checkMao Zhongyi2-9/+4
2017-02-01pci: Convert msix_init() to Error and fix callersCao jin1-1/+3
2016-10-26net: rocker: set limit to DMA buffer sizePrasad J Pandit1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-1/+1
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster7-20/+19
2016-06-27hw/net/rocker: Don't use *_to_cpup()Peter Maydell1-3/+3
2016-06-07rocker: Use DIV_ROUND_UPLaurent Vivier1-3/+2
2016-03-08rocker: allow user to specify rocker world by propertyJiri Pirko1-1/+28
2016-03-08rocker: add name field into WorldOps ale let world specify its nameJiri Pirko3-6/+3
2016-03-08rocker: return -ENOMEM in case of some world alloc failsJiri Pirko1-0/+1
2016-03-08rocker: forbid to change world typeJiri Pirko3-1/+13
2016-01-29hw/net: Clean up includesPeter Maydell6-0/+6
2016-01-11net: rocker: fix an incorrect array bounds checkPrasad J Pandit1-4/+4
2015-11-11error: More error_setg() usageEric Blake2-12/+6
2015-10-08rocker: Use g_new() & friends where that makes obvious senseMarkus Armbruster4-9/+8
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2-9/+3
2015-07-07rocker: mark copy-to-cpu pkts as forwarding offloadedScott Feldman4-3/+11
2015-07-07rocker: return -1 when dropping packet on ingressScott Feldman1-1/+1
2015-07-07rocker: fix missing break statementsScott Feldman1-0/+2
2015-07-07rocker: fix misplaced break statementScott Feldman1-1/+1
2015-07-07rocker: don't queue receive pkts when port is disabledScott Feldman1-8/+10
2015-07-07rocker: fix memory leakGonglei1-1/+2
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster1-4/+4
2015-06-12qmp/hmp: add rocker device supportScott Feldman5-0/+418
2015-06-12rocker: bring link up/down on PHY enable/disableScott Feldman1-0/+12
2015-06-12rocker: Add support for phys nameDavid Ahern4-2/+30
2015-05-11rocker: timestamp on the debug logs helps correlate with events in the VMDavid Ahern1-1/+10
2015-05-11rocker: add new rocker switch deviceScott Feldman12-0/+5508