aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2018-08-31net: Remove the deprecated -tftp, -bootp, -redir and -smb optionsThomas Huth
2018-05-14net: Remove the deprecated "vlan" parameterThomas Huth
2018-03-26virtio_net: flush uncompleted TX on resetGreg Kurz
2018-03-05Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2018-03-05Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-01-v4' int...Peter Maydell
2018-03-05tap: setting error appropriately when calling net_init_tap_one()Jay Zhou
2018-03-05net: Make net_client_init() staticThomas Huth
2018-03-05net: Move error reporting from net_init_client/netdev to the calling siteThomas Huth
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-03-02net: fix misaligned member accessMarc-André Lureau
2018-02-13net/can: simple messages transport implementation for QEMUPavel Pisa
2018-02-09Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-02-09Drop superfluous includes of qapi-types.h and test-qapi-types.hMarkus Armbruster
2017-12-22net: Remove the legacy "-net channel" parameterThomas Huth
2017-12-22net: introduce net_crc32_le() functionMark Cave-Ayland
2017-12-22net: move CRC32 calculation from compute_mcast_idx() into its own net_crc32()...Mark Cave-Ayland
2017-11-20net: Transmit zero UDP checksum as 0xFFFFEd Swierk
2017-07-17net/net.c: Add vnet_hdr support in SocketReadStateZhang Chen
2017-07-17net: Add vnet_hdr_len arguments in NetClientStateZhang Chen
2017-04-25slirp: add a fake NC-SI backendCédric Le Goater
2017-03-06eth: Extend vlan stripping functionsDmitry Fleytman
2017-01-10vhost-net: Notify the backend about the host MTUMaxime Coquelin
2016-09-15Remove unused function declarationsLadi Prosek
2016-07-19net: Use correct type for bool flagEric Blake
2016-07-19qapi: Change Netdev into a flat unionEric Blake
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-07-07tap: vhost busy polling supportJason Wang
2016-06-17vhost-net: save & restore vring enable stateMarc-André Lureau
2016-06-17vhost-net: save & restore vhost-user acked featuresMarc-André Lureau
2016-06-02net_pkt: Extend packet abstraction as required by e1000e functionalityDmitry Fleytman
2016-06-02rtl8139: Move more TCP definitions to common headerDmitry Fleytman
2016-06-02net: Add macros for MAC address tracingDmitry Fleytman
2016-06-02net: Introduce Toeplitz hash calculatorDmitry Fleytman
2016-06-01net/net: Add SocketReadState for reuse codesZhang Chen
2016-06-01net: vl: Move default_net to vl.cEduardo Habkost
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-08filter: Add 'status' property for filter objectzhanghailiang
2016-02-23include: Clean up includesPeter Maydell
2016-02-04net/filter: Fix the output information for command 'info network'zhanghailiang
2016-02-04net: always walk through filters in reverse if traffic is egressLi Zhijian
2016-01-11ether/slirp: Avoid redefinition of the same constantsDr. David Alan Gilbert
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet
2015-10-12net/queue: export qemu_net_queue_append_iovYang Hongyang
2015-10-12netfilter: print filter info associate with the netdevYang Hongyang
2015-10-12netfilter: add an API to pass the packet to next filterYang Hongyang
2015-10-12net/queue: introduce NetQueueDeliverFuncYang Hongyang
2015-10-12net: merge qemu_deliver_packet and qemu_deliver_packet_iovYang Hongyang
2015-10-12netfilter: hook packets before net queue sendYang Hongyang
2015-10-12init/cleanup of netfilter objectYang Hongyang