summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* net/announce: Add optional IDDr. David Alan Gilbert2019-07-021-2/+6
* net/announce: Allow optional list of interfacesDr. David Alan Gilbert2019-07-021-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-124-4/+0Star
* net: Add a network device specific self-announcement abilityDr. David Alan Gilbert2019-03-051-0/+2
* migration: Switch to using announce timerDr. David Alan Gilbert2019-03-051-0/+2
* net: Introduce announce timerDr. David Alan Gilbert2019-03-051-0/+39
* slirp: improve send_packet() callbackMarc-André Lureau2019-02-071-1/+1
* virtio-net: support RSC v4/v6 tcp traffic for Windows HCKYuri Benditovich2019-01-181-0/+2
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* net: drop too large packet earlyJason Wang2018-12-041-6/+0Star
* filter: Add handle_event method for NetFilterClassZhang Chen2018-10-191-0/+5
* net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth2018-08-312-7/+0Star
* net: Remove the deprecated "vlan" parameterThomas Huth2018-05-141-1/+0Star
* virtio_net: flush uncompleted TX on resetGreg Kurz2018-03-261-0/+1
* Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2018-03-052-3/+4
|\
| * tap: setting error appropriately when calling net_init_tap_one()Jay Zhou2018-03-051-0/+3
| * net: Make net_client_init() staticThomas Huth2018-03-051-2/+0Star
| * net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth2018-03-051-1/+1
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int...Peter Maydell2018-03-052-1/+2
|\ \
| * | Include less of the generated modular QAPI headersMarkus Armbruster2018-03-022-1/+2
| |/
* / net: fix misaligned member accessMarc-André Lureau2018-03-021-1/+3
|/
* net/can: simple messages transport implementation for QEMUPavel Pisa2018-02-132-0/+178
* Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-092-4/+0Star
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-092-2/+1Star
* Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster2018-02-093-3/+0Star
* net: Remove the legacy "-net channel" parameterThomas Huth2017-12-221-2/+0Star
* net: introduce net_crc32_le() functionMark Cave-Ayland2017-12-221-0/+2
* net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland2017-12-221-1/+2
* net: Transmit zero UDP checksum as 0xFFFFEd Swierk2017-11-201-0/+6
* net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen2017-07-171-2/+7
* net: Add vnet_hdr_len arguments in NetClientStateZhang Chen2017-07-171-0/+1
* slirp: add a fake NC-SI backendCédric Le Goater2017-04-251-0/+1
* eth: Extend vlan stripping functionsDmitry Fleytman2017-03-061-2/+2
* vhost-net: Notify the backend about the host MTUMaxime Coquelin2017-01-101-0/+2
* Remove unused function declarationsLadi Prosek2016-09-151-2/+0Star
* net: Use correct type for bool flagEric Blake2016-07-191-1/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-2/+2
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-121-3/+3
* tap: vhost busy polling supportJason Wang2016-07-071-0/+1
* vhost-net: save & restore vring enable stateMarc-André Lureau2016-06-171-0/+1
* vhost-net: save & restore vhost-user acked featuresMarc-André Lureau2016-06-172-0/+4
* net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman2016-06-022-44/+110
* rtl8139: Move more TCP definitions to common headerDmitry Fleytman2016-06-021-0/+8
* net: Add macros for MAC address tracingDmitry Fleytman2016-06-021-0/+5
* net: Introduce Toeplitz hash calculatorDmitry Fleytman2016-06-021-0/+45
* net/net: Add SocketReadState for reuse codesZhang Chen2016-06-011-0/+13
* net: vl: Move default_net to vl.cEduardo Habkost2016-06-011-1/+0Star
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-221-1/+0Star
* filter: Add 'status' property for filter objectzhanghailiang2016-03-081-0/+4
* include: Clean up includesPeter Maydell2016-02-232-3/+0Star