summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* net/filter: Fix the output information for command 'info network'zhanghailiang2016-02-041-1/+0Star
* net: always walk through filters in reverse if traffic is egressLi Zhijian2016-02-041-1/+1
* ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert2016-01-111-1/+3
* vhost user: add rarp sending after live migration for legacy guestThibaut Collet2015-10-221-0/+1
* net/queue: export qemu_net_queue_append_iovYang Hongyang2015-10-121-0/+7
* netfilter: print filter info associate with the netdevYang Hongyang2015-10-121-0/+1
* netfilter: add an API to pass the packet to next filterYang Hongyang2015-10-121-0/+7
* net/queue: introduce NetQueueDeliverFuncYang Hongyang2015-10-121-1/+12
* net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang2015-10-121-5/+0Star
* netfilter: hook packets before net queue sendYang Hongyang2015-10-121-0/+8
* init/cleanup of netfilter objectYang Hongyang2015-10-122-0/+62
* vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang2015-09-241-0/+2