summary refs log tree commit diff stats
path: root/hw/net/rocker/rocker.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include less of the generated modular QAPI headersMarkus Armbruster2018-03-021-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+1
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* net/rocker: Fix the unusual macro nameMao Zhongyi2017-09-081-9/+9
* net/rocker: Convert to realize()Mao Zhongyi2017-09-081-16/+11
* net/rocker: Plug memory leak in pci_rocker_init()Mao Zhongyi2017-09-081-1/+3
* net/rocker: Remove the dead error handlingMao Zhongyi2017-09-081-46/+1
* net/rocker: Cleanup the useless return value checkMao Zhongyi2017-06-071-6/+3
* 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
* rocker: allow user to specify rocker world by propertyJiri Pirko2016-03-081-1/+28
* rocker: return -ENOMEM in case of some world alloc failsJiri Pirko2016-03-081-0/+1
* rocker: forbid to change world typeJiri Pirko2016-03-081-1/+7
* hw/net: Clean up includesPeter Maydell2016-01-291-0/+1
* net: rocker: fix an incorrect array bounds checkPrasad J Pandit2016-01-111-4/+4
* error: More error_setg() usageEric Blake2015-11-111-4/+2
* rocker: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-10-081-1/+1
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1
* rocker: mark copy-to-cpu pkts as forwarding offloadedScott Feldman2015-07-071-1/+5
* rocker: fix missing break statementsScott Feldman2015-07-071-0/+2
* rocker: fix memory leakGonglei2015-07-071-1/+2
* qmp/hmp: add rocker device supportScott Feldman2015-06-121-0/+45
* rocker: Add support for phys nameDavid Ahern2015-06-121-1/+22
* rocker: add new rocker switch deviceScott Feldman2015-05-111-0/+1480